Skip to content

Commit

Permalink
Remove support for symfony 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ern at home committed Jan 13, 2024
1 parent 9c3ccda commit 199e5c7
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 @@ -13,15 +13,15 @@
"require": {
"php": "^7.3 || ^8.0",
"doctrine/persistence": "^3.0.1",
"symfony/config": "^4.4 || ^5.4 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.0 || ^7.0",
"symfony/event-dispatcher": "^4.4 || ^5.4 || ^6.0 || ^7.0",
"symfony/form": "^4.4 || ^5.4 || ^6.0 || ^7.0",
"symfony/http-kernel": "^4.4 || ^5.4 || ^6.0 || ^7.0"
"symfony/config": "^5.4 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
"symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0",
"symfony/form": "^5.4 || ^6.0 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
"lexik/form-filter-bundle": "^6.0 || ^7.0",
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^9.5 || ^10.0"
},
"suggest": {
"lexik/form-filter-bundle" : "To use autocomplete on a filter."
Expand Down

0 comments on commit 199e5c7

Please sign in to comment.