Skip to content

Commit

Permalink
Use forked goodby csv package
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Nov 26, 2021
1 parent aafd347 commit 93558cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
dependency-versions: 'highest'
php-extensions: 'ctype, iconv, mysql, imagick'
tools: 'composer:v2'
composer-stability: dev
env:
SYMFONY_DEPRECATIONS_HELPER: weak
DATABASE_URL: mysql://root:root@127.0.0.1:3306/sulu_test?serverVersion=5.7
Expand Down Expand Up @@ -164,6 +165,10 @@ jobs:
composer remove jackalope/jackalope-doctrine-dbal --dev --no-interaction --no-update
composer require jackalope/jackalope-jackrabbit:^1.4 --no-interaction --no-update
- name: Set composer stability
if: ${{ matrix.composer-stability }}
run: composer config minimum-stability ${{ matrix.composer-stability }}

- name: Install composer dependencies
uses: ramsey/composer-install@v1
with:
Expand Down
9 changes: 1 addition & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@
"source": "https://github.com/sulu/skeleton",
"docs": "http://docs.sulu.io/"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/alexander-schranz/csv.git"
}
],
"require": {
"php": "^7.2 || ^8.0",
"ext-dom": "*",
Expand Down Expand Up @@ -57,8 +51,8 @@
"friendsofsymfony/jsrouting-bundle": "^2.3",
"friendsofsymfony/rest-bundle": "^2.8 || ^3.0",
"gedmo/doctrine-extensions": "^2.4 || ^3.0",
"goodby/csv": "dev-patch-2 as 1.4.0",
"guzzlehttp/promises": "^1.0",
"handcraftedinthealps/goodby-csv": "^1.4",
"handcraftedinthealps/rest-routing-bundle": "^1.0",
"imagine/imagine": "^0.6.1 || ^0.7.0 || ^1.0",
"jms/serializer": "^3.0",
Expand Down Expand Up @@ -113,7 +107,6 @@
"twig/twig": "^1.41 || ^2.10 || ^3.0"
},
"require-dev": {
"laminas/laminas-code": "^3.4.1 || ^4.0 || ^4.5@dev",
"friendsofphp/php-cs-fixer": "^3.0",
"google/cloud-storage": "^1.0",
"handcraftedinthealps/zendsearch": "^2.0",
Expand Down

0 comments on commit 93558cf

Please sign in to comment.