|
1 | 1 | {
|
2 | 2 | "name": "dragon-code/laravel-support",
|
3 | 3 | "description": "Various helper files for the Laravel and Lumen frameworks",
|
4 |
| - "type": "library", |
5 | 4 | "license": "MIT",
|
6 |
| - "keywords": ["support", "laravel", "lumen", "framework", "dragon-code", "dragon", "andrey-helldar"], |
7 |
| - "support": { |
8 |
| - "issues": "https://github.com/TheDragonCode/laravel-support/issues", |
9 |
| - "source": "https://github.com/TheDragonCode/laravel-support" |
10 |
| - }, |
| 5 | + "type": "library", |
| 6 | + "keywords": [ |
| 7 | + "support", |
| 8 | + "laravel", |
| 9 | + "lumen", |
| 10 | + "framework", |
| 11 | + "dragon-code", |
| 12 | + "dragon", |
| 13 | + "andrey-helldar" |
| 14 | + ], |
11 | 15 | "authors": [
|
12 | 16 | {
|
13 | 17 | "name": "Andrey Helldar",
|
14 | 18 |
|
15 | 19 | }
|
16 | 20 | ],
|
| 21 | + "support": { |
| 22 | + "issues": "https://github.com/TheDragonCode/laravel-support/issues", |
| 23 | + "source": "https://github.com/TheDragonCode/laravel-support" |
| 24 | + }, |
17 | 25 | "require": {
|
18 |
| - "php": "^7.2|^8.0", |
19 |
| - "illuminate/container": "^6.0|^7.0|^8.0", |
20 |
| - "illuminate/database": "^6.0|^7.0|^8.0", |
21 |
| - "illuminate/http": "^6.0|^7.0|^8.0", |
22 |
| - "illuminate/support": "^6.0|^7.0|^8.0", |
23 |
| - "ramsey/uuid": "^3.7|^4.0", |
24 |
| - "symfony/var-dumper": "^4.0|^5.0" |
| 26 | + "php": "^7.2 || ^8.0", |
| 27 | + "illuminate/container": "^6.0 || ^7.0 || ^8.0 || ^9.0", |
| 28 | + "illuminate/database": "^6.0 || ^7.0 || ^8.0 || ^9.0", |
| 29 | + "illuminate/http": "^6.0 || ^7.0 || ^8.0 || ^9.0", |
| 30 | + "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0", |
| 31 | + "ramsey/uuid": "^3.7 || ^4.0", |
| 32 | + "symfony/var-dumper": "^4.0 || ^5.0 || 6.0" |
25 | 33 | },
|
26 | 34 | "require-dev": {
|
27 |
| - "laravel/framework": "^6.0|^7.0|^8.0", |
28 |
| - "laravel/lumen-framework": "^6.0|^7.0|^8.0" |
| 35 | + "laravel/framework": "^6.0 || ^7.0 || ^8.0 || ^9.0", |
| 36 | + "laravel/lumen-framework": "^6.0 || ^7.0 || ^8.0 || ^9.0" |
29 | 37 | },
|
30 | 38 | "conflict": {
|
31 | 39 | "andrey-helldar/laravel-support": "*"
|
32 | 40 | },
|
| 41 | + "suggest": { |
| 42 | + "symfony/thanks": "Give thanks (in the form of a GitHub) to your fellow PHP package maintainers" |
| 43 | + }, |
| 44 | + "minimum-stability": "stable", |
| 45 | + "prefer-stable": true, |
33 | 46 | "autoload": {
|
34 | 47 | "psr-4": {
|
35 | 48 | "DragonCode\\LaravelSupport\\": "src"
|
|
38 | 51 | "helpers/dumper.php"
|
39 | 52 | ]
|
40 | 53 | },
|
41 |
| - "suggest": { |
42 |
| - "symfony/thanks": "Give thanks (in the form of a GitHub) to your fellow PHP package maintainers" |
43 |
| - }, |
44 | 54 | "config": {
|
45 | 55 | "preferred-install": "dist",
|
46 | 56 | "sort-packages": true
|
47 |
| - }, |
48 |
| - "minimum-stability": "stable", |
49 |
| - "prefer-stable": true |
| 57 | + } |
50 | 58 | }
|
0 commit comments