Skip to content
This repository has been archived by the owner on Jul 17, 2021. It is now read-only.

Commit

Permalink
fixes #32
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-feek committed Apr 1, 2018
1 parent 768528a commit ee8e548
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"php": "~5.6|~7.0",
"illuminate/console": "~5.1",
"illuminate/support": "~5.1",
"phpunit/phpunit": ">=5.4.3",
"squizlabs/php_codesniffer": "^3.0",
"symfony/finder": "^3.3"
"symfony/finder": "^3.3",
"weebly/phpstan-laravel": "^1.0"
},
"require-dev": {
"mockery/mockery": "^0.9.9",
"moon/artisan": "^v1.9",
"orchestra/testbench": "~3.0",
"phpunit/phpunit": ">=5.4.3",
"weebly/phpstan-laravel": "^1.0"
"orchestra/testbench": "~3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ee8e548

Please sign in to comment.