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 cd1a3c1 commit 24eb4f5
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions composer.json
@@ -1,16 +1,23 @@
{
"name": "artisanry/service-provider",
"description": "DRY Service Provider for Laravel 5 Packages",
"keywords": ["laravel", "framework", "Laravel-Service-Provider", "Laravel Service Provider"],
"keywords": [
"laravel",
"framework",
"Laravel-Service-Provider",
"Laravel Service Provider"
],
"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/support": "^5.6"
"php": "^7.2",
"illuminate/support": "^5.8"
},
"require-dev": {
"graham-campbell/testbench": "^4.0",
Expand Down

0 comments on commit 24eb4f5

Please sign in to comment.