|
17 | 17 | } |
18 | 18 | ], |
19 | 19 | "require": { |
20 | | - "php": "^8.0", |
21 | | - "cartalyst/support": "^6.0", |
22 | | - "illuminate/support": "^9.0" |
| 20 | + "php": "^8.1", |
| 21 | + "cartalyst/support": "^7.0", |
| 22 | + "illuminate/support": "^10.0" |
23 | 23 | }, |
24 | 24 | "require-dev": { |
25 | 25 | "cartalyst/php-cs-fixer-config": "^2.0", |
26 | | - "illuminate/cookie": "^9.0", |
27 | | - "illuminate/database": "^9.0", |
28 | | - "illuminate/events": "^9.0", |
29 | | - "illuminate/http": "^9.0", |
30 | | - "illuminate/session": "^9.0", |
| 26 | + "illuminate/cookie": "^10.0", |
| 27 | + "illuminate/database": "^10.0", |
| 28 | + "illuminate/events": "^10.0", |
| 29 | + "illuminate/http": "^10.0", |
| 30 | + "illuminate/session": "^10.0", |
31 | 31 | "mockery/mockery": "^1.0", |
32 | 32 | "phpunit/phpunit": "^9.0" |
33 | 33 | }, |
|
54 | 54 | "extra": { |
55 | 55 | "component": "package", |
56 | 56 | "branch-alias": { |
57 | | - "dev-master": "6.0.x-dev" |
| 57 | + "dev-master": "7.0.x-dev" |
58 | 58 | }, |
59 | 59 | "laravel": { |
60 | 60 | "providers": [ |
|
70 | 70 | "scripts": { |
71 | 71 | "cs:check": "./vendor/bin/php-cs-fixer fix --verbose --ansi --show-progress=estimating --diff --dry-run --config .php_cs.php", |
72 | 72 | "cs:fix": "./vendor/bin/php-cs-fixer fix --verbose --ansi --show-progress=estimating --config .php_cs.php", |
73 | | - "test": "./vendor/bin/phpunit --verbose --colors=always" |
| 73 | + "test": "./vendor/bin/phpunit --colors=always" |
74 | 74 | } |
75 | 75 | } |
0 commit comments