Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Added support for Laravel 5.6
  • Loading branch information
vinodraut authored Mar 11, 2018
1 parent 9036866 commit 92bd77a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "livelyworks/laraware",
"description": "Utilities library for Laravel",
"keywords": ["laravel Utilities", "laravel 5", "empty","is_empty","if_isset","isset","helpers","laravel 5.1", "laravel 5.2","laravel 5.3", "laravel 5.4", "reindex array"],
"keywords": ["laravel Utilities", "laravel 5", "empty","is_empty","if_isset","isset","helpers","laravel 5.1", "laravel 5.2","laravel 5.3", "laravel 5.4", "laravel 5.5",, "laravel 5.6", "reindex array"],
"license": "MIT",
"authors": [
{
Expand All @@ -11,7 +11,7 @@
],
"require": {
"php": ">=5.4.0",
"laravel/framework": "5.1.x|5.2.x|5.3.x|5.4.x||5.5.x"
"laravel/framework": "5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 92bd77a

Please sign in to comment.