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 043b4dd commit a4f4867
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions composer.json
@@ -1,15 +1,22 @@
{
"name": "artisanry/alert",
"description": "Alert messages for Laravel 5.",
"keywords": ["laravel", "framework", "alert", "flash"],
"keywords": [
"laravel",
"framework",
"alert",
"flash"
],
"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",
"php": "^7.2",
"illuminate/support": "^5.8"
},
"require-dev": {
Expand Down

0 comments on commit a4f4867

Please sign in to comment.