Skip to content

Commit

Permalink
Add support for Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Jan 16, 2024
1 parent 69c8099 commit 6a15db0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"require": {
"php": ">=7.2",
"keen-io/keen-io": "~2.5",
"symfony/config": "^4.4 || ^5.4 || ^6.0",
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0",
"symfony/http-kernel": "^4.4.13 || ^5.4 || ^6.0"
"symfony/config": "^4.4 || ^5.4 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0 || ^7.0",
"symfony/http-kernel": "^4.4.13 || ^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0",
"symfony/yaml": "^4.4 || ^5.4 || ^6.0",
"phpunit/phpunit": "^8.5.2 || ^9.0.1"
"symfony/phpunit-bridge": "^6.4.2 || ^7.0.2",
"symfony/yaml": "^4.4 || ^5.4 || ^6.0 || ^7.0",
"phpunit/phpunit": "^8.5.2 || ^9.6.15"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6a15db0

Please sign in to comment.