We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bca92e commit 36e4e9aCopy full SHA for 36e4e9a
composer.json
@@ -19,19 +19,19 @@
19
}
20
],
21
"require": {
22
- "php": ">=8.1",
+ "php": ">=8.0",
23
"laudis/neo4j-php-client": "dev-main",
24
"twig/twig": "^3.0",
25
"ext-json": "*",
26
- "symfony/dependency-injection": "^6.1",
+ "symfony/dependency-injection": "^5.4 || ^6.0",
27
"symfony/config": "^6.0"
28
},
29
"require-dev": {
30
"matthiasnoback/symfony-dependency-injection-test": "^4.3",
31
"phpunit/phpunit": "^9.5",
32
"psalm/plugin-symfony": "^5.0",
33
"symfony/console": "^6.3",
34
- "symfony/framework-bundle": "^6.2",
+ "symfony/framework-bundle": "^5.4 || ^6.0",
35
"symfony/http-kernel": "^6.2",
36
"symfony/test-pack": "^1.1",
37
"symfony/yaml": "^6.2",
0 commit comments