Skip to content

Commit 9779ed0

Browse files
committed
allowed php version 8 in composer
Fixes #76
1 parent 4ae49f7 commit 9779ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.4",
18+
"php": "^7.4 || ^8.0",
1919
"laudis/neo4j-php-client": "^2.2",
2020
"symfony/dependency-injection": "^5.0",
2121
"symfony/framework-bundle": "^5.0",

0 commit comments

Comments
 (0)