Skip to content

Commit 7911abd

Browse files
committed
Update composer deps
1 parent ff2f5b1 commit 7911abd

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@
2222
"php": "^8.1",
2323
"ext-json": "*",
2424
"guzzlehttp/guzzle": "^7.2",
25-
"illuminate/contracts": "^10.0|^11.0",
26-
"illuminate/notifications": "^10.0|^11.0",
27-
"illuminate/support": "^10.0|^11.0"
25+
"illuminate/contracts": "^10 || ^11.0",
26+
"illuminate/notifications": "^10 || ^11.0",
27+
"illuminate/support": "^10 || ^11.0"
2828
},
2929
"require-dev": {
30+
"larastan/larastan": "^2.9",
3031
"mockery/mockery": "^1.4.4",
31-
"nunomaduro/larastan": "^2.4",
32-
"orchestra/testbench": "^8.0|^9.0",
33-
"pestphp/pest": "^1.22|^2.34",
34-
"pestphp/pest-plugin-laravel": "^1.4|^2.3",
32+
"orchestra/testbench": "^9.0",
33+
"pestphp/pest": "^2.34",
34+
"pestphp/pest-plugin-laravel": "^2.3",
3535
"phpstan/extension-installer": "^1.2",
3636
"phpstan/phpstan-deprecation-rules": "^1.1",
3737
"phpstan/phpstan-phpunit": "^1.3",
38-
"phpunit/phpunit": "^9.5.10|^10.5"
38+
"phpunit/phpunit": "^10.5 || ^11.0"
3939
},
4040
"minimum-stability": "dev",
4141
"prefer-stable": true,
@@ -65,8 +65,8 @@
6565
},
6666
"scripts": {
6767
"post-autoload-dump": "@php ./vendor/bin/testbench package:discover --ansi",
68-
"analyse": "vendor/bin/phpstan analyse",
69-
"test": "vendor/bin/pest",
70-
"test-coverage": "vendor/bin/pest --coverage"
68+
"analyse": "phpstan analyse",
69+
"test": "pest",
70+
"test-coverage": "pest --coverage"
7171
}
7272
}

0 commit comments

Comments
 (0)