Skip to content

Commit af9d8e6

Browse files
test new phpunit (#112)
* test new phpunit * 10 available only from 8.1, keep it as it is for now
1 parent 4d3af2f commit af9d8e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"license": "MIT",
99
"minimum-stability": "stable",
1010
"require": {
11-
"php": ">=8",
11+
"php": "^8",
1212
"ext-mbstring": "*"
1313
},
1414
"require-dev": {
15-
"phpunit/phpunit": ">=9"
15+
"phpunit/phpunit": "^9"
1616
},
1717
"support": {
1818
"issues": "https://github.com/neo4j-php/Bolt/issues",

0 commit comments

Comments
 (0)