Skip to content

Commit 2541e6d

Browse files
authored
Support laravel 12 (#16)
* feat: update dependencies to support laravel 12 * fix: version of the illuminate/support package
1 parent 81a70de commit 2541e6d

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ docs
44
vendor
55
coverage
66
.phpunit.result.cache
7+
.idea

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"require": {
1919
"php": "^8.0",
2020
"guzzlehttp/guzzle": "^7.0",
21-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
21+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0"
2222
},
2323
"require-dev": {
2424
"orchestra/testbench": "^7.0|^8.0|^9.0",
25-
"phpunit/phpunit": "^9.0|^10.0"
25+
"phpunit/phpunit": "^9.0|^10.0|11.5.10"
2626
},
2727
"autoload": {
2828
"psr-4": {
@@ -51,4 +51,4 @@
5151
}
5252
}
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)