Skip to content

Commit db5ae96

Browse files
authored
Merge pull request #218 from php-school/phpunit-dev
Move phpunit to require dev
2 parents 0b2a4f2 + 3ff660d commit db5ae96

File tree

3 files changed

+1688
-1685
lines changed

3 files changed

+1688
-1685
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"nikic/php-parser": "^4.0",
3232
"guzzlehttp/guzzle": "^7.2",
3333
"psr/log": "^1.1",
34-
"ext-json": "*",
35-
"phpunit/phpunit": "^8.5"
34+
"ext-json": "*"
3635
},
3736
"require-dev": {
37+
"phpunit/phpunit": "^8.5",
3838
"composer/composer": "^2.0",
3939
"squizlabs/php_codesniffer": "^3.4",
4040
"phpstan/phpstan": "^0.12.50",

0 commit comments

Comments
 (0)