Skip to content

Commit bf990a6

Browse files
committed
fix that phpunit if of course only in composer dev dependencies
1 parent da6e60b commit bf990a6

3 files changed

Lines changed: 1618 additions & 1619 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
],
1111
"require": {
1212
"php": ">=8.0.0",
13-
"ext-mbstring": "*",
14-
"phpunit/phpunit": "^10.0"
13+
"ext-mbstring": "*"
1514
},
1615
"require-dev": {
1716
"mikey179/vfsstream": "^1.6@stable",
1817
"mockery/mockery": "@stable",
1918
"webforge/collections": "^1.0@dev",
20-
"friendsofphp/php-cs-fixer": "^3"
19+
"friendsofphp/php-cs-fixer": "^3",
20+
"phpunit/phpunit": "^10.5"
2121
},
2222
"autoload": {
2323
"psr-0": {"Webforge\\Common": ["src/php/", "tests/php/"]}

0 commit comments

Comments
 (0)