Skip to content

Commit 36e4e9a

Browse files
committed
allowed all supported versions of symfony
1 parent 2bca92e commit 36e4e9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
1919
}
2020
],
2121
"require": {
22-
"php": ">=8.1",
22+
"php": ">=8.0",
2323
"laudis/neo4j-php-client": "dev-main",
2424
"twig/twig": "^3.0",
2525
"ext-json": "*",
26-
"symfony/dependency-injection": "^6.1",
26+
"symfony/dependency-injection": "^5.4 || ^6.0",
2727
"symfony/config": "^6.0"
2828
},
2929
"require-dev": {
3030
"matthiasnoback/symfony-dependency-injection-test": "^4.3",
3131
"phpunit/phpunit": "^9.5",
3232
"psalm/plugin-symfony": "^5.0",
3333
"symfony/console": "^6.3",
34-
"symfony/framework-bundle": "^6.2",
34+
"symfony/framework-bundle": "^5.4 || ^6.0",
3535
"symfony/http-kernel": "^6.2",
3636
"symfony/test-pack": "^1.1",
3737
"symfony/yaml": "^6.2",

0 commit comments

Comments
 (0)