Skip to content

Commit 9a0e156

Browse files
committed
chore: move phpunit to require
Fix ComposerRequireChecker error The following 1 unknown symbols were found: +----------------------------------------+--------------------+ | Unknown Symbol | Guessed Dependency | +----------------------------------------+--------------------+ | PHPUnit\Framework\MockObject\Stub\Stub | | +----------------------------------------+--------------------+
1 parent 2c3e037 commit 9a0e156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
],
1414
"require": {
1515
"php": "^7.2"
16+
"phpunit/phpunit": "^9.5"
1617
},
1718
"require-dev": {
18-
"bamarni/composer-bin-plugin": "^1.4",
19-
"phpunit/phpunit": "^9.5"
19+
"bamarni/composer-bin-plugin": "^1.4"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)