Skip to content

Commit

Permalink
Remove support for Symfony 5
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Jan 12, 2025
1 parent c223806 commit 40afdd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require": {
"php": "^8.1",
"symfony/deprecation-contracts": "^2.1 || ^3",
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0",
"symfony/framework-bundle": "^6.4 || ^7.0",
"doctrine/doctrine-bundle": "^2.4",
"doctrine/migrations": "^3.2"
},
Expand All @@ -35,9 +35,9 @@
"phpstan/phpstan-phpunit": "^2",
"phpstan/phpstan-strict-rules": "^2",
"phpstan/phpstan-symfony": "^2",
"doctrine/orm": "^2.6 || ^3",
"doctrine/persistence": "^2.0 || ^3 ",
"symfony/var-exporter": "^6 || ^7"
"doctrine/orm": "^2.8.5 || ^3",
"doctrine/persistence": "^2.2 || ^3 ",
"symfony/var-exporter": "^6.4 || ^7"
},
"autoload": {
"psr-4": { "Doctrine\\Bundle\\MigrationsBundle\\": "src" }
Expand Down

0 comments on commit 40afdd8

Please sign in to comment.