Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
Support higher Symfony version (5.x, 6.x)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Droz committed Apr 6, 2022
1 parent cedbbba commit 80f6b75
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 @@
"require": {
"php": ">=7.1",
"graylog2/gelf-php": "^1.5",
"symfony/config": "^3.0 || ^4.0",
"symfony/console": "^3.0 || ^4.0",
"symfony/dependency-injection": "^3.0 || ^4.0",
"symfony/monolog-bundle": "^3.0 || ^4.0",
"symfony/yaml": "^3.0 || ^4.0"
"symfony/config": "^3.0|^4.0|^5.0|^6.0",
"symfony/console": "^3.0|^4.0|^5.0|^6.0",
"symfony/dependency-injection": "^3.0|^4.0|^5.0|^6.0",
"symfony/monolog-bundle": "^3.0|^4.0|^5.0|^6.0",
"symfony/yaml": "^3.0|^4.0|^5.0|^6.0"
},
"require-dev": {
"chaplean/coding-standard": "^1.1",
"mockery/mockery": "dev-master",
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^6.3",
"symfony/http-kernel": "^2.8 || ^3.0 || ^4.0",
"symfony/var-dumper": "^2.8 || ^3.0 || ^4.0"
"phpunit/phpunit": "^6|^7|^8",
"symfony/http-kernel": "^2.8|^3.0|^4.0|^5.0|^6.0",
"symfony/var-dumper": "^2.8|^3.0|^4.0|^5.0|^6.0"
},
"config": {
"bin-dir": "bin",
Expand Down

0 comments on commit 80f6b75

Please sign in to comment.