Skip to content

Commit

Permalink
test new phpunit (#112)
Browse files Browse the repository at this point in the history
* test new phpunit

* 10 available only from 8.1, keep it as it is for now
  • Loading branch information
stefanak-michal authored Feb 7, 2023
1 parent 4d3af2f commit af9d8e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"license": "MIT",
"minimum-stability": "stable",
"require": {
"php": ">=8",
"php": "^8",
"ext-mbstring": "*"
},
"require-dev": {
"phpunit/phpunit": ">=9"
"phpunit/phpunit": "^9"
},
"support": {
"issues": "https://github.com/neo4j-php/Bolt/issues",
Expand Down

0 comments on commit af9d8e6

Please sign in to comment.