Skip to content

Commit 7a439d4

Browse files
committed
fix composer deps
1 parent 63565ca commit 7a439d4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@
1212
},
1313
"require": {
1414
"guzzlehttp/psr7": "^2.0",
15-
"php": "^8.1",
16-
"neos/neos": "^9.0"
15+
"php": "^8.1"
16+
},
17+
"conflict": {
18+
"neos/neos": "<9.0"
1719
},
1820
"require-dev": {
21+
"neos/neos": "^9.0",
1922
"neos/contentrepositoryregistry-doctrinedbalclient": "*",
2023
"phpstan/phpstan": "^2.1",
2124
"phpstan/phpstan-phpunit": "^2.0",

0 commit comments

Comments
 (0)