Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Support Laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
uyab committed Sep 5, 2019
1 parent 0e447e1 commit 8666436
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laravolt/ui",
"description": "Admin template based on Laravel and Semantic UI",
"description": "Admin template based on Laravel and Fomantic UI",
"keywords": [
"laravel",
"laravolt",
Expand All @@ -13,15 +13,15 @@
"authors": [
{
"name": "Bayu Hendra Winata",
"email": "[email protected]",
"homepage": "http://id-laravel.com",
"email": "[email protected]",
"homepage": "https://laravolt.dev",
"role": "Developer"
}
],
"require": {
"php": ">=7.0.0",
"illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/console": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"php": ">=7.1.3",
"illuminate/support": "5.6.*|5.7.*|5.8.*|6.*",
"illuminate/console": "5.6.*|5.7.*|5.8.*|6.*",
"lavary/laravel-menu": "^1.7.2",
"stolz/assets": "^0.1.11"
},
Expand Down

0 comments on commit 8666436

Please sign in to comment.