Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8 from juampi92/juampi92-laravel-5.7
Browse files Browse the repository at this point in the history
Update composer.json to include laravel 5.7
  • Loading branch information
juampi92 authored Oct 29, 2018
2 parents df192f2 + 0466319 commit afc13cd
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,9 +12,9 @@
],
"require": {
"php": ">=7.0.0",
"illuminate/support": "5.5.*||5.6.*",
"illuminate/http": "5.5.*||5.6.*",
"illuminate/database": "5.5.*||5.6.*"
"illuminate/support": "5.5.*||5.6.*||5.7.*",
"illuminate/http": "5.5.*||5.6.*||5.7.*",
"illuminate/database": "5.5.*||5.6.*||5.7.*"
},
"require-dev": {
"orchestra/testbench": "~3.5",
Expand Down

0 comments on commit afc13cd

Please sign in to comment.