Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Commit

Permalink
Upgraded dependencies to support Laravel 5.5 (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
markokeeffe authored and dimsav committed Sep 1, 2017
1 parent 70bdcaa commit b50224e
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 @@ -12,11 +12,11 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.4.*"
"illuminate/support": "5.5.*"
},
"require-dev": {
"orchestra/testbench": "3.4.*",
"phpunit/phpunit": "~5.7"
"orchestra/testbench": "3.5.*",
"phpunit/phpunit": "~6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b50224e

Please sign in to comment.