Skip to content

Commit

Permalink
fix symfony depedencies (#220)
Browse files Browse the repository at this point in the history
* fix symfony depedencies

* fix symfony depedencies

* fix symfony depedencies
  • Loading branch information
fashxp authored Jun 7, 2021
1 parent 0df6e00 commit 6e63638
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/ci/scripts/setup-pimcore-6-9-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ cp app/config/parameters.example.yml app/config/parameters.yml
composer config minimum-stability "dev"
composer config prefer-stable true
composer require pimcore/pimcore:6.9.x-dev --no-update
composer require symfony/symfony:4.3 --no-update
composer require codeception/codeception:2.4.5 --no-update

# move that to composer.json when only pimcore X
Expand Down
34 changes: 24 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,30 @@
"sort-packages": true
},
"require": {
"box/spout": "^3.0",
"drewm/mailchimp-api": "*",
"guzzlehttp/guzzle": ">=4.1.4 <8.0",
"dragonmantank/cron-expression": "^3.0",
"pear/archive_tar": "^1.4.3",
"pimcore/pimcore": "^6.9 || ^10.0",
"pimcore/number-sequence-generator": "^1.0.1",
"pimcore/object-merger": "^2.4 || ^3.0",
"pimcore/search-query-parser": "^1.3",
"symfony/symfony": "^4.3 || ^5.2.0"
"box/spout": "^3.0",
"dragonmantank/cron-expression": "^3.0",
"drewm/mailchimp-api": "*",
"guzzlehttp/guzzle": ">=4.1.4 <8.0",
"pear/archive_tar": "^1.4.3",
"pimcore/number-sequence-generator": "^1.0.1",
"pimcore/object-merger": "^2.4 || ^3.0",
"pimcore/pimcore": "^6.9 || ^10.0",
"pimcore/search-query-parser": "^1.3",
"symfony/asset": "^4.3 || ^5.2.0",
"symfony/config": "^4.3 || ^5.2.0",
"symfony/console": "^4.3 || ^5.2.0",
"symfony/dependency-injection": "^4.3 || ^5.2.0",
"symfony/event-dispatcher": "^4.3 || ^5.2.0",
"symfony/http-foundation": "^4.3 || ^5.2.0",
"symfony/http-kernel": "^4.3 || ^5.2.0",
"symfony/options-resolver": "^4.3 || ^5.2.0",
"symfony/routing": "^4.3 || ^5.2.0",
"symfony/security-bundle": "^4.3 || ^5.2.0",
"symfony/security-core": "^4.3 || ^5.2.0",
"symfony/security-guard": "^4.3 || ^5.2.0",
"symfony/security-http": "^4.3 || ^5.2.0",
"symfony/stopwatch": "^4.3 || ^5.2.0",
"symfony/translation-contracts": "^1.1 || ^2.2"
},
"require-dev": {
"codeception/codeception": "~2.4.5 || ^4.1.12"
Expand Down

0 comments on commit 6e63638

Please sign in to comment.