-
-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #208 from BRACKETS-by-TRIAD/laravel-7
Laravel 7 support
- Loading branch information
Showing
1 changed file
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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" | ||
|