|
27 | 27 | "source": "https://github.com/laravel-ready/fortify-ui"
|
28 | 28 | },
|
29 | 29 | "require": {
|
30 |
| - "php": "^8.0", |
31 |
| - "illuminate/support": "^9.0" |
| 30 | + "php": "^8.1 || ^8.0", |
| 31 | + "illuminate/support": "^10.3 || ^9.0 || ^8.0" |
32 | 32 | },
|
33 | 33 | "require-dev": {
|
34 |
| - "mockery/mockery": "^1.4", |
35 |
| - "orchestra/testbench": "^7.0.0", |
36 |
| - "phpstan/phpstan": "^1.8", |
37 |
| - "phpstan/phpstan-phpunit": "^1.1", |
38 |
| - "phpstan/phpstan-deprecation-rules": "^1.0", |
39 |
| - "phpstan/extension-installer": "^1.1", |
40 |
| - "nunomaduro/larastan": "^2.1", |
41 |
| - "pestphp/pest": "^1.2", |
42 |
| - "pestphp/pest-plugin-laravel": "^1.2", |
43 |
| - "pestphp/pest-plugin-parallel": "^1.2" |
| 34 | + "mockery/mockery": "^1.5.1", |
| 35 | + "orchestra/testbench": "^v8.0.8", |
| 36 | + "phpstan/phpstan": "^1.10.6", |
| 37 | + "phpstan/phpstan-phpunit": "^1.3.10", |
| 38 | + "phpstan/phpstan-deprecation-rules": "^1.1.2", |
| 39 | + "phpstan/extension-installer": "^1.2.0", |
| 40 | + "nunomaduro/larastan": "^2.5.1", |
| 41 | + "pestphp/pest": "^v1.22.5", |
| 42 | + "pestphp/pest-plugin-laravel": "^v1.4.0", |
| 43 | + "pestphp/pest-plugin-parallel": "^v1.2.1" |
44 | 44 | },
|
45 | 45 | "autoload": {
|
46 | 46 | "psr-4": {
|
|
0 commit comments