Skip to content

Commit 491959a

Browse files
committed
chore: upgrade to laravel 12
1 parent c521202 commit 491959a

File tree

5 files changed

+272
-113
lines changed

5 files changed

+272
-113
lines changed

.github/workflows/continuous-integration.yml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
strategy:
1010
matrix:
1111
php:
12-
- "8.1"
1312
- "8.2"
1413
- "8.3"
1514
- "8.4"

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"php": "^8.1",
2222
"ext-mongodb": "^1.20.0",
2323
"ext-ctype": "*",
24-
"illuminate/container": "^9.0 || ^10.0",
25-
"illuminate/support": "^9.0 || ^10.0",
24+
"illuminate/container": "^11.0 || ^12.0",
25+
"illuminate/support": "^11.0 || ^12.0",
2626
"mongodb/mongodb": "^1.20.0"
2727
},
2828
"require-dev": {
2929
"leroy-merlin-br/coding-standard": "^v3.1.0",
3030
"mockery/mockery": "^1.2",
31-
"phpunit/phpunit": "^9.0"
31+
"phpunit/phpunit": "^9.3|^10.5|^11.5"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)