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

Commit

Permalink
drop support for PHP 7.1 and Laravel 5.7 or below
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian committed Jun 4, 2019
1 parent 763a8f4 commit 962b911
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions composer.json
@@ -1,16 +1,23 @@
{
"name": "artisanry/addressable",
"description": "Addressable Polymorphic Eloquent Models for Laravel 5",
"keywords": ["laravel", "framework", "Laravel-Addressable", "Laravel Addressable"],
"keywords": [
"laravel",
"framework",
"Laravel-Addressable",
"Laravel Addressable"
],
"license": "MIT",
"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.1",
"illuminate/database": "^5.6",
"php": "^7.2",
"illuminate/database": "^5.8",
"artisanry/countries": "^4.0"
},
"require-dev": {
Expand Down

0 comments on commit 962b911

Please sign in to comment.