Skip to content
This repository was archived by the owner on Sep 4, 2023. It is now read-only.

Commit 31e25b3

Browse files
committed
Support for Laravel 10
1 parent 6fc24fd commit 31e25b3

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

composer.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@
1818
"require": {
1919
"php": "^8.1",
2020
"filament/filament": "^2.10",
21-
"illuminate/contracts": "^9.0",
21+
"illuminate/contracts": "^9.0|^10.0",
2222
"spatie/laravel-package-tools": "^1.9.2"
2323
},
2424
"require-dev": {
2525
"nunomaduro/collision": "^6.0",
2626
"nunomaduro/larastan": "^2.0.1",
27-
"orchestra/testbench": "^7.0",
27+
"orchestra/testbench": "^7.0|^8.0",
2828
"pestphp/pest": "^1.21",
2929
"pestphp/pest-plugin-laravel": "^1.1",
3030
"phpstan/extension-installer": "^1.1",
3131
"phpstan/phpstan-deprecation-rules": "^1.0",
3232
"phpstan/phpstan-phpunit": "^1.0",
33-
"phpunit/phpunit": "^9.5",
33+
"phpunit/phpunit": "^9.6",
3434
"spatie/laravel-ray": "^1.26"
3535
},
3636
"autoload": {
@@ -50,7 +50,11 @@
5050
"test-coverage": "vendor/bin/pest --coverage"
5151
},
5252
"config": {
53-
"sort-packages": true
53+
"sort-packages": true,
54+
"allow-plugins": {
55+
"pestphp/pest-plugin": true,
56+
"phpstan/extension-installer": true
57+
}
5458
},
5559
"extra": {
5660
"laravel": {

0 commit comments

Comments
 (0)