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 #17 from patrickomeara/laravel8-support
Browse files Browse the repository at this point in the history
Add Laravel 8 support
  • Loading branch information
juampi92 authored Nov 24, 2020
2 parents fbce47f + c045b00 commit 445dab1
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.1.0",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*",
"illuminate/http": "5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*",
"illuminate/database": "5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*"
"illuminate/support": "^5.5|^6|^7|^8",
"illuminate/http": "^5.5|^6|^7|^8",
"illuminate/database": "^5.5|^6|^7|^8"
},
"require-dev": {
"orchestra/testbench": "~3.5|~4.2",
Expand Down

0 comments on commit 445dab1

Please sign in to comment.