Skip to content

Commit

Permalink
Move humbug to dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberiaResurrection committed Nov 15, 2017
1 parent d619c66 commit 611153e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"php": ">=5.6.4",
"laravel/framework": ">=5.1.11",
"illuminate/http": ">=5.1.11",
"voku/anti-xss": "2.1.*",
"humbug/humbug": "~1.0@dev"
"voku/anti-xss": "2.1.*"
},
"require-dev": {
"mockery/mockery": "dev-master",
"satooshi/php-coveralls": "dev-master",
"phpunit/phpunit": "^5.6"
"phpunit/phpunit": "^5.6",
"humbug/humbug": "~1.0@dev"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 611153e

Please sign in to comment.