Skip to content

Commit

Permalink
Update to use PHPUnit 10 syntax (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Nov 8, 2024
1 parent 6402fb8 commit 45f4e31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
],
"require": {
"php": ">=8.1",
"spiral/core": "^3.14.6",
"spiral/files": "^3.14.6",
"spiral/cache": "^3.14.6"
"spiral/core": "^3.15",
"spiral/files": "^3.15",
"spiral/cache": "^3.15"
},
"require-dev": {
"phpunit/phpunit": "^10.1",
Expand Down

0 comments on commit 45f4e31

Please # to comment.