Skip to content

Commit b5db3c7

Browse files
committed
add laravel 11, 12 support
1 parent e64d725 commit b5db3c7

3 files changed

Lines changed: 429 additions & 166 deletions

File tree

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"require": {
66
"php": "^7.2|^8.0.2",
7-
"illuminate/support": "^7.0|^8.0|^9.0|^10"
7+
"illuminate/support": "^7.0|^8.0|^9.0|^10|^11|^12"
88
},
99
"license": "MIT",
1010
"autoload": {
@@ -22,7 +22,9 @@
2222
"authors": [
2323
{
2424
"name": "Jean Claude Mbiya",
25-
"email": "mbiyajeanclaude@gmail.com"
25+
"email": "mbiyajeanclaude@gmail.com",
26+
"role": "Developer",
27+
"homepage": "https://mbiya.dev"
2628
}
2729
],
2830
"minimum-stability": "dev"

0 commit comments

Comments
 (0)