Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pfilsx committed Dec 24, 2019
2 parents 3021df1 + 1a5d7d8 commit 590e8a3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
"minimum-stability": "stable",
"require": {
"php": ">=7.1",
"symfony/framework-bundle": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/console": "^3.4|^4.0|^5.0"
"symfony/framework-bundle": "^3.4|^4.1.12|^5.0",
"symfony/dependency-injection": "^3.4|^4.1.12|^5.0",
"symfony/console": "^3.4|^4.1.12|^5.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"phpunit/php-code-coverage": "^7.0",
"symfony/maker-bundle": "*",
"symfony/phpunit-bridge": "^5.0",
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/validator": "^3.4|^4.0|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0",
"symfony/routing": "^3.4|^4.0|^5.0",
"symfony/phpunit-bridge": "^3.4|^4.1.12|^5.0",
"symfony/process": "^3.4|^4.1.12|^5.0",
"symfony/validator": "^3.4|^4.1.12|^5.0",
"symfony/yaml": "^3.4|^4.1.12|^5.0",
"symfony/routing": "^3.4|^4.1.12|^5.0",
"symfony/orm-pack": "*"
},
"autoload": {
Expand Down

0 comments on commit 590e8a3

Please sign in to comment.