Skip to content

Commit b04e434

Browse files
authored
Merge pull request #30 from Galironfydar/master
Add Support For Symfony 7.0
2 parents 06cc4be + 88bead0 commit b04e434

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212

1313
"require": {
1414
"php": "^8.1|^8.2",
15-
"symfony/config": " ^5.4.1 | ^6.0.1 | ^6.1|^6.2|^6.3",
16-
"symfony/dependency-injection": " ^5.4.1| ^6.0.1 | ^6.1.1|^6.2|^6.3",
17-
"symfony/http-kernel": " ^5.4.1| ^6.0.1 | ^6.1.1|^6.2|^6.3",
15+
"symfony/config": " ^5.4.1 | ^6.0.1 | ^6.1|^6.2|^6.3|^7.0",
16+
"symfony/dependency-injection": " ^5.4.1| ^6.0.1 | ^6.1.1|^6.2|^6.3|^7.0",
17+
"symfony/http-kernel": " ^5.4.1| ^6.0.1 | ^6.1.1|^6.2|^6.3|^7.0",
1818
"doctrine/doctrine-bundle": "^2.7",
1919
"doctrine/doctrine-migrations-bundle": "^3.0",
2020
"symfony/orm-pack": "^2.0",
2121
"doctrine/annotations": "^2.0",
22-
"symfony/filesystem": "^6.2"
22+
"symfony/filesystem": "^6.2|^7.0"
2323
},
2424
"autoload": {
2525
"psr-4": {
@@ -32,7 +32,7 @@
3232
}
3333
},
3434
"require-dev": {
35-
"symfony/phpunit-bridge": "^5.4@dev | ^6.1|^6.2|^6.3",
35+
"symfony/phpunit-bridge": "^5.4@dev | ^6.1|^6.2|^6.3|^7.0",
3636
"phpunit/phpunit": "^9.5"
3737
}
3838
}

0 commit comments

Comments
 (0)