DEP Use phpunit ^9.5

This commit is contained in:
Steve Boyd 2021-11-10 10:47:55 +13:00 committed by GitHub
parent a08aa08f4d
commit 2b9536e5ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
"silverstripe/versioned": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^9",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.0"
},
"extra": {
@ -38,4 +38,4 @@
"license": "BSD-3-Clause",
"minimum-stability": "dev",
"prefer-stable": true
}
}