Skip to content

Commit 438b990

Browse files
exaby73transistive
authored andcommitted
feat: Update dependencies
1 parent 98745b6 commit 438b990

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=8.0",
15-
"laudis/neo4j-php-client": "^3.0.5",
14+
"php": ">=8.1",
15+
"laudis/neo4j-php-client": "^3.1",
1616
"twig/twig": "^3.0",
1717
"ext-json": "*",
18-
"symfony/dependency-injection": "^5.4 || ^6.0",
19-
"symfony/config": "^5.4 || ^6.0"
18+
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
19+
"symfony/config": "^5.4 || ^6.0 || ^7.0"
2020
},
2121
"require-dev": {
2222
"matthiasnoback/symfony-dependency-injection-test": "^4.3",
2323
"phpunit/phpunit": "^9.5",
2424
"psalm/plugin-symfony": "^5.0",
25-
"symfony/console": "^5.4 || ^6.0",
26-
"symfony/framework-bundle": "^5.4 || ^6.0",
27-
"symfony/http-kernel": "^5.4 || ^6.0",
25+
"symfony/console": "^5.4 || ^6.0 || ^7.0",
26+
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0",
27+
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
2828
"symfony/test-pack": "^1.1",
29-
"symfony/yaml": "^5.4 || ^6.0",
29+
"symfony/yaml": "^5.4 || ^6.0 || ^7.0",
3030
"vimeo/psalm": "^5.15.0",
3131
"kubawerlos/php-cs-fixer-custom-fixers": "^3.0",
3232
"friendsofphp/php-cs-fixer": "^3.30",

0 commit comments

Comments
 (0)