Skip to content

Commit ec4a4f5

Browse files
authored
phpunit should be for dev only (#30)
1 parent c8456fe commit ec4a4f5

File tree

2 files changed

+2199
-2265
lines changed

2 files changed

+2199
-2265
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
},
2525
"require": {
2626
"php": ">=7.1.8",
27-
"nesbot/carbon": "^2.49",
28-
"phpunit/phpunit": "^9.5"
27+
"nesbot/carbon": "^2.49"
2928
},
3029
"require-dev": {
3130
"spatie/phpunit-watcher": "^1.23",
3231
"vimeo/psalm": "^4.7",
3332
"friendsofphp/php-cs-fixer": "^3.0",
34-
"symfony/var-dumper": "^5.3"
33+
"symfony/var-dumper": "^5.3",
34+
"phpunit/phpunit": "^9.6"
3535
},
3636
"scripts": {
3737
"psalm": "vendor/bin/psalm",

0 commit comments

Comments
 (0)