Skip to content

Commit f2fccb2

Browse files
committed
Upgrade to support laravel 12
1 parent 3bb6e14 commit f2fccb2

File tree

2 files changed

+8
-9647
lines changed

2 files changed

+8
-9647
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"php": "^8.1",
3232
"ext-json": "*",
3333
"nesbot/carbon": "^2.0|^3.0",
34-
"illuminate/view": "^10.0|^11.0",
35-
"illuminate/http": "^10.0|^11.0",
36-
"illuminate/support": "^10.0|^11.0",
37-
"illuminate/routing": "^10.0|^11.0",
38-
"illuminate/contracts": "^10.0|^11.0",
39-
"illuminate/container": "^10.0|^11.0",
34+
"illuminate/view": "^10.0|^11.0|^12.0",
35+
"illuminate/http": "^10.0|^11.0|^12.0",
36+
"illuminate/support": "^10.0|^11.0|^12.0",
37+
"illuminate/routing": "^10.0|^11.0|^12.0",
38+
"illuminate/contracts": "^10.0|^11.0|^12.0",
39+
"illuminate/container": "^10.0|^11.0|^12.0",
4040
"moneyphp/money": "^4.0",
4141
"unicodeveloper/laravel-paystack": "^1.0",
4242
"symfony/http-kernel": "^6.0|^7.0",
@@ -45,9 +45,9 @@
4545
"require-dev": {
4646
"dompdf/dompdf": "^2.0",
4747
"mockery/mockery": "^1.0",
48-
"orchestra/testbench": "^8.0|9.0",
48+
"orchestra/testbench": "^8.0|9.0|^10.0",
4949
"larastan/larastan": "^2.0",
50-
"pestphp/pest-plugin-laravel": "^2.3"
50+
"pestphp/pest-plugin-laravel": "^3.0"
5151
},
5252
"suggest": {
5353
"ext-intl": "Allows for more locales besides the default \"en\" when formatting money values.",

0 commit comments

Comments
 (0)