We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4483517 commit f339c3aCopy full SHA for f339c3a
composer.json
@@ -18,16 +18,16 @@
18
"require": {
19
"php": "^7.4|^8.0",
20
"spatie/laravel-package-tools": "^1.4.3",
21
- "illuminate/contracts": "^8.37",
22
- "laravel/jetstream": "^2.3",
23
- "laravel/passport": "^10.1",
+ "illuminate/contracts": "^8.37|^9.0",
+ "laravel/jetstream": "^2.6",
+ "laravel/passport": "^10.3",
24
"livewire/livewire": "^2.5"
25
},
26
"require-dev": {
27
"brianium/paratest": "^6.2",
28
- "nunomaduro/collision": "^5.3",
29
- "orchestra/testbench": "^6.15",
30
- "phpunit/phpunit": "^9.3",
+ "nunomaduro/collision": "^6.1",
+ "orchestra/testbench": "^7.1",
+ "phpunit/phpunit": "^9.5",
31
"spatie/laravel-ray": "^1.9",
32
"vimeo/psalm": "^4.4"
33
0 commit comments