Skip to content

Commit

Permalink
Adding laravel 5.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 1, 2017
1 parent e04c921 commit ffebe35
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -21,15 +21,15 @@
],
"require": {
"php": ">=5.6.4",
"illuminate/support": "5.4.*",
"illuminate/config": "5.4.*",
"illuminate/view": "5.4.*",
"laravelcollective/html": "5.4.*"
"illuminate/support": "5.5.*",
"illuminate/config": "5.5.*",
"illuminate/view": "5.5.*",
"laravelcollective/html": "5.5.*"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"phpunit/phpunit": "~6.0",
"mockery/mockery": "~0.9",
"orchestra/testbench": "3.4.*",
"orchestra/testbench": "3.5.*",
"phpro/grumphp": "^0.11",
"friendsofphp/php-cs-fixer": "^2.4"
},
Expand Down

0 comments on commit ffebe35

Please sign in to comment.