Skip to content

Commit

Permalink
Added support for Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi-itk committed Jan 13, 2025
1 parent 59eca06 commit 4165e58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"symfony/http-client": "^5.4 || ^6.0",
"symfony/http-client": "^5.4 || ^6.0 || ^7.0",
"ext-dom": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.7",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/phpstan": "^1.4",
"phpunit/phpunit": "^9.5",
"symfony/finder": "^5.4 || ^6.0",
"symfony/yaml": "^5.4 || ^6.0"
"symfony/finder": "^5.4 || ^6.0 || ^7.0",
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit 4165e58

Please sign in to comment.