We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da6e60b commit bf990a6Copy full SHA for bf990a6
3 files changed
composer.json
@@ -10,14 +10,14 @@
10
],
11
"require": {
12
"php": ">=8.0.0",
13
- "ext-mbstring": "*",
14
- "phpunit/phpunit": "^10.0"
+ "ext-mbstring": "*"
15
},
16
"require-dev": {
17
"mikey179/vfsstream": "^1.6@stable",
18
"mockery/mockery": "@stable",
19
"webforge/collections": "^1.0@dev",
20
- "friendsofphp/php-cs-fixer": "^3"
+ "friendsofphp/php-cs-fixer": "^3",
+ "phpunit/phpunit": "^10.5"
21
22
"autoload": {
23
"psr-0": {"Webforge\\Common": ["src/php/", "tests/php/"]}
0 commit comments