Skip to content

Commit

Permalink
Fix Symfony 5 release (#179)
Browse files Browse the repository at this point in the history
Fix Symfony 5 release
  • Loading branch information
Korbeil committed Nov 22, 2019
2 parents aa347b3 + 9014a7a commit 6229c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -43,7 +43,7 @@
"localheinz/composer-normalize": "~0.8.0",
"phpbench/phpbench": "@dev",
"phpunit/phpunit": "^6.0",
"symfony/framework-bundle": "^4.2",
"symfony/framework-bundle": "<4.4",
"symfony/phpunit-bridge": "^4.1"
},
"suggest": {
Expand Down
2 changes: 1 addition & 1 deletion src/AutoMapper/composer.json
Expand Up @@ -31,7 +31,7 @@
"require-dev": {
"doctrine/annotations": "^1.5",
"phpunit/phpunit": "^6.0",
"symfony/framework-bundle": "^4.2",
"symfony/framework-bundle": "<4.4",
"symfony/serializer": "^4.2"
},
"config": {
Expand Down

0 comments on commit 6229c21

Please sign in to comment.