|
1 | 1 | { |
2 | 2 | "name": "dragon-code/pretty-routes", |
3 | 3 | "description": "Pretty Routes for Laravel", |
4 | | - "keywords": ["laravel", "routes", "pretty", "pretty-routes", "dragon-code", "dragon", "andrey-helldar"], |
5 | | - "type": "library", |
6 | 4 | "license": "MIT", |
| 5 | + "type": "library", |
| 6 | + "keywords": [ |
| 7 | + "laravel", |
| 8 | + "routes", |
| 9 | + "pretty", |
| 10 | + "pretty-routes", |
| 11 | + "dragon-code", |
| 12 | + "dragon", |
| 13 | + "andrey-helldar" |
| 14 | + ], |
7 | 15 | "authors": [ |
8 | 16 | { |
9 | 17 | "name": "Andrey Helldar", |
|
19 | 27 | "source": "https://github.com/TheDragonCode/pretty-routes" |
20 | 28 | }, |
21 | 29 | "require": { |
22 | | - "php": "^7.3|^8.0", |
| 30 | + "php": "^7.3 || ^8.0", |
23 | 31 | "ext-json": "*", |
24 | 32 | "dragon-code/contracts": "^2.6", |
25 | 33 | "dragon-code/laravel-routes-core": "^4.1", |
26 | 34 | "dragon-code/support": "^5.6", |
27 | | - "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0", |
28 | | - "illuminate/http": "^6.0|^7.0|^8.0|^9.0", |
29 | | - "illuminate/routing": "^6.0|^7.0|^8.0|^9.0", |
30 | | - "illuminate/support": "^6.0|^7.0|^8.0|^9.0", |
31 | | - "illuminate/view": "^6.0|^7.0|^8.0|^9.0" |
| 35 | + "illuminate/contracts": "^6.0 || ^7.0 || ^8.0 || ^9.0", |
| 36 | + "illuminate/http": "^6.0 || ^7.0 || ^8.0 || ^9.0", |
| 37 | + "illuminate/routing": "^6.0 || ^7.0 || ^8.0 || ^9.0", |
| 38 | + "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0", |
| 39 | + "illuminate/view": "^6.0 || ^7.0 || ^8.0 || ^9.0" |
32 | 40 | }, |
33 | 41 | "require-dev": { |
34 | 42 | "mockery/mockery": "^1.0", |
35 | | - "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0", |
36 | | - "phpunit/phpunit": "^8.0|^9.0" |
| 43 | + "orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0", |
| 44 | + "phpunit/phpunit": "^8.0 || ^9.0" |
37 | 45 | }, |
| 46 | + "minimum-stability": "stable", |
| 47 | + "prefer-stable": true, |
38 | 48 | "autoload": { |
39 | 49 | "psr-4": { |
40 | 50 | "PrettyRoutes\\": "src" |
|
49 | 59 | "preferred-install": "dist", |
50 | 60 | "sort-packages": true |
51 | 61 | }, |
52 | | - "minimum-stability": "stable", |
53 | | - "prefer-stable": true, |
54 | 62 | "extra": { |
55 | 63 | "laravel": { |
56 | 64 | "providers": [ |
|
0 commit comments