Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

Commit

Permalink
Laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian committed Aug 28, 2019
1 parent 22d356d commit 9062425
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions composer.json
Expand Up @@ -8,17 +8,15 @@
"Laravel Sweet Alert"
],
"license": "MPL-2.0",
"authors": [
{
"name": "Brian Faust",
"email": "hello@basecode.sh",
"homepage": "https://basecode.sh"
}
],
"authors": [{
"name": "Brian Faust",
"email": "hello@basecode.sh",
"homepage": "https://basecode.sh"
}],
"require": {
"php": "^7.2",
"illuminate/support": "^5.8",
"illuminate/session": "^5.8"
"illuminate/support": "^5.8|^6.0",
"illuminate/session": "^5.8|^6.0"
},
"require-dev": {
"graham-campbell/testbench": "^5.0",
Expand Down

0 comments on commit 9062425

Please sign in to comment.