Skip to content

Commit

Permalink
API phpunit 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Nov 5, 2021
1 parent dc5bb66 commit 2fc1559
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
],
"license": "BSD-3-Clause",
"require": {
"php": "^7.3 || ^8.0",
"cwp/cwp": "^2",
"silverstripe/framework": "^4.1",
"silverstripe/framework": "^4.10",
"symbiote/silverstripe-gridfieldextensions": "^3.1"
},
"require-dev": {
"sminnee/phpunit": "^5.7",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3"
},
"autoload": {
Expand Down

0 comments on commit 2fc1559

Please sign in to comment.