Skip to content

Commit

Permalink
Symfony deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Jan 1, 2020
1 parent a8ed921 commit 622e1ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"require": {
"php": "^7.1|^8.0",
"spomky-labs/cbor-php": "^1.0",
"symfony/config": "^5.0",
"symfony/dependency-injection": "^5.0",
"symfony/http-kernel": "^5.0"
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0"
},
"require-dev": {
"symfony/framework-bundle": "^5.0",
"symfony/framework-bundle": "^4.4|^5.0",
"phpunit/phpunit": "^8.0",
"symfony/phpunit-bridge": "^5.0",
"symfony/phpunit-bridge": "^4.4|^5.0",
"php-coveralls/php-coveralls": "^2.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-beberlei-assert": "^0.12",
Expand Down

0 comments on commit 622e1ed

Please sign in to comment.