Skip to content

Commit e52e44d

Browse files
authored
Merge pull request #1 from Geoffry304/main
2 parents 0fb9e34 + e0ef64a commit e52e44d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@
2020
}
2121
],
2222
"require": {
23-
"php": "^8.1",
23+
"php": "^8.2",
2424
"filament/filament": "^3.0",
25-
"illuminate/contracts": "^10.0",
25+
"illuminate/contracts": "^11.0",
2626
"spatie/laravel-package-tools": "^1.9.2"
2727
},
2828
"require-dev": {
29-
"nunomaduro/collision": "^6.0",
29+
"nunomaduro/collision": "^8.1",
3030
"nunomaduro/larastan": "^2.0.1",
31-
"orchestra/testbench": "^7.0|^8.0",
32-
"pestphp/pest": "^1.21",
33-
"pestphp/pest-plugin-laravel": "^1.1",
31+
"orchestra/testbench": "^8.0|^9.0",
32+
"pestphp/pest": "^2.34",
33+
"pestphp/pest-plugin-laravel": "^2.3",
3434
"phpstan/extension-installer": "^1.1",
3535
"phpstan/phpstan-deprecation-rules": "^1.0",
3636
"phpstan/phpstan-phpunit": "^1.0",
37-
"phpunit/phpunit": "^9.6",
37+
"phpunit/phpunit": "^10.5",
3838
"spatie/laravel-ray": "^1.26"
3939
},
4040
"autoload": {

0 commit comments

Comments
 (0)