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
Brian Faust committed Aug 28, 2019
1 parent afd9b7e commit 5e05f32
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,16 @@
"Laravel Carriers"
],
"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/support": "^5.8|^6.0",
"faustbrian/mobile-codes": "^1.0",
"illuminate/database": "^5.8"
"illuminate/database": "^5.8|^6.0"
},
"require-dev": {
"graham-campbell/testbench": "^5.0",
Expand Down

0 comments on commit 5e05f32

Please sign in to comment.