Skip to content

Commit

Permalink
remove sf 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
indjeto committed Feb 3, 2024
1 parent e47ac64 commit 4f14514
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 @@ -20,14 +20,14 @@
"doctrine/dbal": "^2.9|^3.1.4",
"doctrine/doctrine-bundle": "^2.9",
"doctrine/orm": "^2.9",
"symfony/security-bundle": "^5.4|^6.0",
"symfony/framework-bundle": "^5.4|^6.0"
"symfony/security-bundle": "^6.4",
"symfony/framework-bundle": "^6.4"
},
"require-dev": {
"ext-pdo": "*",
"ext-pdo_sqlite": "*",
"phpunit/phpunit": "^9",
"symfony/phpunit-bridge": "^5.4|^6.0"
"symfony/phpunit-bridge": "^6.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4f14514

Please sign in to comment.