Skip to content

Commit

Permalink
Merge pull request #208 from BRACKETS-by-TRIAD/laravel-7
Browse files Browse the repository at this point in the history
Laravel 7 support
  • Loading branch information
RichardDominik authored Mar 16, 2020
2 parents 3c10552 + ac35ae7 commit 3f83b71
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brackets/craftable",
"description": "Administration toolkit for Laravel 5 - starting point for developing administration interface",
"description": "Administration toolkit for Laravel 7 - starting point for developing administration interface",
"keywords": [
"craftable",
"crud",
Expand All @@ -18,26 +18,32 @@
{
"name": "Pavol Perdík",
"email": "[email protected]",
"homepage": "https://www.brackets.sk/en",
"homepage": "https://www.brackets.sk",
"role": "Developer"
},
{
"name": "David Běhal",
"email": "[email protected]",
"homepage": "https://www.brackets.sk/en",
"homepage": "https://www.brackets.sk",
"role": "Developer"
},
{
"name": "Richard Dominik",
"email": "[email protected]",
"homepage": "https://www.brackets.sk",
"role": "Developer"
}
],
"require": {
"php": "^7.2",
"php": "^7.2.5",
"brackets/admin-auth": "^5.0",
"brackets/admin-listing": "^3.0",
"brackets/admin-translations": "^4.0",
"brackets/admin-ui": "^4.0",
"brackets/advanced-logger": "^2.0",
"brackets/media": "^4.0",
"brackets/translatable": "^2.0",
"illuminate/support": "~6.0",
"illuminate/support": "^6.0|^7.0",
"spatie/laravel-permission": "^3.0",
"spatie/laravel-backup": "^6.0",
"maatwebsite/excel": "^3.1"
Expand Down

0 comments on commit 3f83b71

Please sign in to comment.