Skip to content

Commit 3faea94

Browse files
authored
Update composer.json
1 parent b425ac5 commit 3faea94

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "asantibanez/laravel-blade-sortable",
3-
"description": "Custom Blade components to add sortable/drag-and-drop HTML elements in your apps",
3+
"description": "Custom Blade components to add sortable/drag-and-drop HTML elements in your apps (support laravel 9+)",
44
"keywords": [
55
"asantibanez",
66
"laravel-blade-sortable"
@@ -13,10 +13,15 @@
1313
"name": "Andrés Santibáñez",
1414
"email": "santibanez.andres@gmail.com",
1515
"role": "Developer"
16+
},
17+
{
18+
"name": "Big Energy",
19+
"email": "bigenergyyy@gmail.com",
20+
"role": "Developer"
1621
}
1722
],
1823
"require": {
19-
"php": "^7.2|^7.3|^7.4|^8.0",
24+
"php": "^8.0",
2025
"illuminate/support": "^7.0|^8.0|^9.0"
2126
},
2227
"require-dev": {

0 commit comments

Comments
 (0)