Skip to content

Commit fe31f7b

Browse files
authored
Laravel 12+
1 parent 8149aba commit fe31f7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "igaster/laravel-theme",
3-
"description": "Laravel 5 Themes: Asset & Views folder per theme. Theme inheritance. Blade integration and more...",
3+
"description": "Laravel Themes: Asset & Views folder per theme. Theme inheritance. Blade integration and more...",
44
"keywords": ["themes", "views", "assets", "blade", "laravel", "package"],
55
"license": "MIT",
66
"homepage": "https://github.com/Igaster/laravel-theme.git",
@@ -11,10 +11,10 @@
1111
}
1212
],
1313
"require": {
14-
"illuminate/contracts": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
14+
"illuminate/contracts": ">=5.4"
1515
},
1616
"suggest": {
17-
"orchestra/asset" : "Use '@css' and '@js' in Blade files"
17+
"orchestra/asset": "Use '@css' and '@js' in Blade files"
1818
},
1919
"autoload": {
2020
"psr-4" : {

0 commit comments

Comments
 (0)