|
26 | 26 | "require": { |
27 | 27 | "php": "^7.3 || ^8.0", |
28 | 28 | "dragon-code/contracts": "^2.9", |
29 | | - "illuminate/console": "^6.0 || ^7.0 || ^8.0", |
30 | | - "illuminate/database": "^6.0 || ^7.0 || ^8.0", |
31 | | - "illuminate/support": "^6.0 || ^7.0 || ^8.0", |
32 | | - "symfony/console": "^4.3 || ^5.0" |
| 29 | + "illuminate/console": "^6.0 || ^7.0 || ^8.0|^9.0", |
| 30 | + "illuminate/database": "^6.0 || ^7.0 || ^8.0|^9.0", |
| 31 | + "illuminate/support": "^6.0 || ^7.0 || ^8.0|^9.0", |
| 32 | + "symfony/console": "^4.3 || ^5.0|^6.0" |
33 | 33 | }, |
34 | 34 | "require-dev": { |
35 | | - "dragon-code/laravel-support": "^3.1", |
| 35 | + "dragon-code/laravel-support": "^3.2", |
36 | 36 | "mockery/mockery": "^1.3.1", |
37 | | - "orchestra/testbench": "^4.0 || ^5.0 || ^6.0", |
| 37 | + "orchestra/testbench": "7.x-dev", |
38 | 38 | "phpunit/phpunit": "^8.0 || ^9.0", |
39 | 39 | "ramsey/uuid": "^3.7 || ^4.0" |
40 | 40 | }, |
41 | 41 | "conflict": { |
42 | 42 | "andrey-helldar/laravel-actions": "*", |
43 | 43 | "dragon-code/laravel-actions": "*" |
44 | 44 | }, |
45 | | - "minimum-stability": "stable", |
| 45 | + "minimum-stability": "dev", |
46 | 46 | "prefer-stable": true, |
47 | 47 | "autoload": { |
48 | 48 | "psr-4": { |
|
0 commit comments