Skip to content

Commit

Permalink
fix composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbeil committed Dec 2, 2019
1 parent 8355390 commit 412ed5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -44,8 +44,8 @@
"localheinz/composer-normalize": "~0.8.0",
"phpbench/phpbench": "@dev",
"phpunit/phpunit": "^6.0",
"symfony/framework-bundle": "<4.4",
"symfony/phpunit-bridge": "^4.1"
"symfony/framework-bundle": "^4.4 || ^5.0",
"symfony/phpunit-bridge": "^4.1 || ^5.0"
},
"suggest": {
"friendsofphp/php-cs-fixer": "Allow to automatically fix cs on generated code for better visualisation"
Expand Down

0 comments on commit 412ed5e

Please sign in to comment.