Skip to content

Commit 3c59676

Browse files
compatibilite laravel 12
1 parent 99f3a18 commit 3c59676

File tree

2 files changed

+217
-211
lines changed

2 files changed

+217
-211
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"email": "alex@devaction.com.br"
1010
}
1111
],
12-
"version": "v1.0.14",
12+
"version": "v1.0.15",
1313
"require": {
1414
"php": "^8.2|^8.3|^8.4",
15-
"illuminate/database": "^11.21",
16-
"illuminate/http": "^11.25",
17-
"illuminate/support": "^11.21",
15+
"illuminate/database": "^11|^12",
16+
"illuminate/http": "^11|^12",
17+
"illuminate/support": "^11|^12",
1818
"vlucas/phpdotenv": "^5.6"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)