Skip to content

Commit

Permalink
Merge pull request #2 from sumocoders/master
Browse files Browse the repository at this point in the history
Add symfony 7 support
  • Loading branch information
sanderdlm authored Apr 11, 2024
2 parents 976f27a + 43a0013 commit f336eab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"require": {
"php": "^7.4 || ^8.0",
"chrome-php/chrome": "^1.8",
"symfony/dependency-injection": "^3.4 || ^4.4 || ^5.2 || ^6.0",
"symfony/http-kernel": "^3.4 || ^4.4 || ^5.2 || ^6.0",
"symfony/config": "^3.4 || ^4.4 || ^5.2 || ^6.0",
"symfony/process": "^3.4 || ^4.4 || ^5.2 || ^6.0"
"symfony/dependency-injection": "^3.4 || ^4.4 || ^5.2 || ^6.0 || ^7.0",
"symfony/http-kernel": "^3.4 || ^4.4 || ^5.2 || ^6.0 || ^7.0",
"symfony/config": "^3.4 || ^4.4 || ^5.2 || ^6.0 || ^7.0",
"symfony/process": "^3.4 || ^4.4 || ^5.2 || ^6.0 || ^7.0"
},
"require-dev": {
"roave/security-advisories": "dev-master",
Expand Down

0 comments on commit f336eab

Please sign in to comment.