Skip to content

Commit d74582f

Browse files
committed
Bump dependencies for Laravel 13
1 parent 752231a commit d74582f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"Microsoft365"
2020
],
2121
"require": {
22-
"illuminate/support": "^10.0|^11.0|^12.0",
22+
"illuminate/support": "^10.0|^11.0|^12.0|^13.0",
2323
"league/oauth2-client": "^2",
2424
"guzzlehttp/guzzle": "7.x",
2525
"ext-json": "*",
@@ -29,12 +29,12 @@
2929
"microsoft/microsoft-graph": "^1.110|^2.26"
3030
},
3131
"require-dev": {
32-
"orchestra/testbench": "v8.0|v9.0|^10.0",
33-
"pestphp/pest": "^v2.34|^3.7",
34-
"pestphp/pest-plugin-laravel": "v2.4|^3.1",
32+
"orchestra/testbench": "v8.0|v9.0|^10.0|^11.0",
33+
"pestphp/pest": "^v2.34|^3.7|^4.4",
34+
"pestphp/pest-plugin-laravel": "v2.4|^3.1|^4.1",
3535
"laravel/pint": "^1.13",
3636
"mockery/mockery": "^1.6",
37-
"pestphp/pest-plugin-type-coverage": "^2.8|^3.3"
37+
"pestphp/pest-plugin-type-coverage": "^2.8|^3.3|^4.0"
3838
},
3939
"autoload": {
4040
"psr-4": {

0 commit comments

Comments
 (0)