Skip to content

Commit

Permalink
Add Laravel 6 and drop Laravel <5.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidesu committed Aug 6, 2019
1 parent 265319c commit f3509db
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "caffeinated/flash",
"description": "Laravel 5 Flash Messages",
"description": "Flash Messages for Laravel",
"keywords": ["flash", "laravel", "caffeinated"],
"license": "MIT",
"authors": [
Expand All @@ -10,8 +10,8 @@
}
],
"require": {
"php": ">=5.6.4",
"illuminate/support": "5.*"
"php": ">=7.1.3",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
},
"require-dev": {
"mockery/mockery": "~0.9"
Expand All @@ -20,10 +20,5 @@
"psr-4": {
"Caffeinated\\Flash\\": "src"
}
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x"
}
}
}

0 comments on commit f3509db

Please sign in to comment.