Skip to content

Commit

Permalink
Merge pull request #30 from Galironfydar/master
Browse files Browse the repository at this point in the history
Add Support For Symfony 7.0
  • Loading branch information
RamyHakam authored Feb 26, 2024
2 parents 06cc4be + 88bead0 commit b04e434
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

"require": {
"php": "^8.1|^8.2",
"symfony/config": " ^5.4.1 | ^6.0.1 | ^6.1|^6.2|^6.3",
"symfony/dependency-injection": " ^5.4.1| ^6.0.1 | ^6.1.1|^6.2|^6.3",
"symfony/http-kernel": " ^5.4.1| ^6.0.1 | ^6.1.1|^6.2|^6.3",
"symfony/config": " ^5.4.1 | ^6.0.1 | ^6.1|^6.2|^6.3|^7.0",
"symfony/dependency-injection": " ^5.4.1| ^6.0.1 | ^6.1.1|^6.2|^6.3|^7.0",
"symfony/http-kernel": " ^5.4.1| ^6.0.1 | ^6.1.1|^6.2|^6.3|^7.0",
"doctrine/doctrine-bundle": "^2.7",
"doctrine/doctrine-migrations-bundle": "^3.0",
"symfony/orm-pack": "^2.0",
"doctrine/annotations": "^2.0",
"symfony/filesystem": "^6.2"
"symfony/filesystem": "^6.2|^7.0"
},
"autoload": {
"psr-4": {
Expand All @@ -32,7 +32,7 @@
}
},
"require-dev": {
"symfony/phpunit-bridge": "^5.4@dev | ^6.1|^6.2|^6.3",
"symfony/phpunit-bridge": "^5.4@dev | ^6.1|^6.2|^6.3|^7.0",
"phpunit/phpunit": "^9.5"
}
}

0 comments on commit b04e434

Please sign in to comment.