Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne committed Aug 30, 2017
1 parent 645d4dd commit 0861ca0
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
],
"require": {
"php" : "^7.0",
"illuminate/auth": "5.5.x-dev",
"illuminate/contracts": "5.5.x-dev",
"illuminate/support": "5.5.x-dev",
"illuminate/auth": "~5.5.0",
"illuminate/contracts": "~5.5.0",
"illuminate/support": "~5.5.0",
"spatie/menu": "^2.2.2"
},
"require-dev": {
"fzaninotto/faker": "^1.6",
"orchestra/testbench": "3.5.x-dev",
"orchestra/testbench": "~3.5.0",
"phpunit/phpunit": "^6.0"
},
"autoload": {
Expand All @@ -49,7 +49,5 @@
"Menu": "Spatie\\Menu\\Laravel\\Facades\\Menu"
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 0861ca0

Please sign in to comment.