|
1 | 1 | { |
2 | | - "name": "laravelcollective/html", |
3 | | - "description": "HTML and Form Builders for the Laravel Framework", |
| 2 | + "name": "xenon/collective", |
| 3 | + "description": "HTML and Form Builders for the Laravel Framework extends from Laravel Collective", |
4 | 4 | "license": "MIT", |
5 | 5 | "homepage": "https://laravelcollective.com", |
6 | 6 | "support": { |
|
18 | 18 | } |
19 | 19 | ], |
20 | 20 | "require": { |
21 | | - "php": ">=7.2.5", |
22 | | - "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0", |
23 | | - "illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0", |
24 | | - "illuminate/session": "^6.0|^7.0|^8.0|^9.0|^10.0", |
25 | | - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", |
26 | | - "illuminate/view": "^6.0|^7.0|^8.0|^9.0|^10.0" |
| 21 | + "php": "^8.1", |
| 22 | + "illuminate/http": "^10.0|^11.0", |
| 23 | + "illuminate/routing": "^10.0|^11.0", |
| 24 | + "illuminate/session": "^10.0|^11.0", |
| 25 | + "illuminate/support": "^10.0|^11.0", |
| 26 | + "illuminate/view": "^10.0|^11.0" |
27 | 27 | }, |
28 | 28 | "require-dev": { |
29 | | - "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0", |
30 | | - "mockery/mockery": "~1.0", |
31 | | - "phpunit/phpunit": "~8.5|^9.5.10" |
| 29 | + "illuminate/database": "^10.0|^11.0", |
| 30 | + "mockery/mockery": "^1.0", |
| 31 | + "phpunit/phpunit": "^10.0" |
32 | 32 | }, |
33 | 33 | "autoload": { |
34 | 34 | "psr-4": { |
|
53 | 53 | } |
54 | 54 | }, |
55 | 55 | "minimum-stability": "dev", |
56 | | - "abandoned": "spatie/laravel-html", |
57 | 56 | "prefer-stable": true |
58 | 57 | } |
0 commit comments