Skip to content

Commit

Permalink
phpunit should be for dev only (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachweix committed Mar 15, 2023
1 parent c8456fe commit ec4a4f5
Show file tree
Hide file tree
Showing 2 changed files with 2,199 additions and 2,265 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
},
"require": {
"php": ">=7.1.8",
"nesbot/carbon": "^2.49",
"phpunit/phpunit": "^9.5"
"nesbot/carbon": "^2.49"
},
"require-dev": {
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.7",
"friendsofphp/php-cs-fixer": "^3.0",
"symfony/var-dumper": "^5.3"
"symfony/var-dumper": "^5.3",
"phpunit/phpunit": "^9.6"
},
"scripts": {
"psalm": "vendor/bin/psalm",
Expand Down
Loading

0 comments on commit ec4a4f5

Please sign in to comment.