Skip to content

Commit

Permalink
bump symfony versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman authored and AlexSkrypnyk committed Dec 6, 2023
1 parent 804916e commit 6607a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"php": ">=8.1",
"behat/behat": "^3.3.1",
"behat/mink-selenium2-driver": "^1.3",
"symfony/finder": "^3.2|^4.0|^5.0|^6.0"
"symfony/finder": "^6.4 || ^7.0"
},
"require-dev": {
"behat/mink": "^1.8",
Expand All @@ -26,7 +26,7 @@
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.0",
"squizlabs/php_codesniffer": "^3",
"symfony/process": "^6.0"
"symfony/process": "^6.4 || ^7.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 6607a8e

Please sign in to comment.