Skip to content

Commit

Permalink
http smoke testing: drop support of Symfony older versions
Browse files Browse the repository at this point in the history
- only ^5.4 is now supported
  • Loading branch information
vitek-rostislav committed Jul 19, 2024
1 parent 25c17c9 commit 58cfb96
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,10 @@
"require": {
"php": "^8.3",
"phpunit/phpunit": "^11.2.1",
"symfony/framework-bundle": "^3.4|^4.0|^5.0",
"symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/routing": "^3.4|^4.0|^5.0",
"symfony/framework-bundle": "^5.4",
"symfony/http-foundation": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/routing": "^5.4",
"doctrine/annotations": "^1.10.4"
},
"conflict": {
"symfony/dependency-injection": "3.4.15 || 3.4.16"
}
}

0 comments on commit 58cfb96

Please sign in to comment.