Skip to content

Commit

Permalink
Laravel 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
cjonstrup committed Sep 17, 2017
1 parent a2e60b8 commit daae67d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
],
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0",
"laravel/framework": "4.*"
"php": ">=7.0.0",
"laravel/framework": "5.*"
},
"require-dev": {
"lenius/basket": "dev-master",
"phpunit/phpunit": "4.1.*"
"lenius/basket": "~1.0",
"phpunit/phpunit": "~6.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit daae67d

Please sign in to comment.