Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
recca0120 authored Feb 9, 2018
1 parent 2333140 commit d37cedf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"illuminate/session": "^5.1",
"illuminate/support": "^5.1",
"illuminate/view": "^5.1",
"recca0120/terminal": "^1.6.7",
"recca0120/terminal": "^1.6.18",
"tracy/tracy": "^2.4.10"
},
"require-dev": {
"mockery/mockery": "~0.9.4",
"phpunit/phpunit": "~4.8|~5.4|~6.1",
"mockery/mockery": "~0.9.4|~1.0",
"phpunit/phpunit": "~4.8|~5.4|~6.1|~7.0",
"nesbot/carbon": "~1.20"
},
"autoload": {
Expand All @@ -43,6 +43,8 @@
"sort-packages": true,
"optimize-autoloader": true
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"laravel": {
"providers": [
Expand Down

0 comments on commit d37cedf

Please sign in to comment.