|
1 | 1 | {
|
2 | 2 | "name": "dragon-code/xml-core",
|
3 | 3 | "description": "Preset settings for packages that work with XML files.",
|
4 |
| - "type": "library", |
5 | 4 | "license": "MIT",
|
6 |
| - "keywords": ["xml", "core", "dragon-code", "dragon", "andrey-helldar"], |
7 |
| - "support": { |
8 |
| - "issues": "https://github.com/TheDragonCode/xml-core/issues", |
9 |
| - "source": "https://github.com/TheDragonCode/xml-core" |
10 |
| - }, |
| 5 | + "type": "library", |
| 6 | + "keywords": [ |
| 7 | + "xml", |
| 8 | + "core", |
| 9 | + "dragon-code", |
| 10 | + "dragon", |
| 11 | + "andrey-helldar" |
| 12 | + ], |
11 | 13 | "authors": [
|
12 | 14 | {
|
13 | 15 | "name": "Andrey Helldar",
|
14 | 16 |
|
15 | 17 | }
|
16 | 18 | ],
|
| 19 | + "support": { |
| 20 | + "issues": "https://github.com/TheDragonCode/xml-core/issues", |
| 21 | + "source": "https://github.com/TheDragonCode/xml-core" |
| 22 | + }, |
17 | 23 | "require": {
|
18 |
| - "php": "^7.3|^8.0", |
| 24 | + "php": "^7.3 || ^8.0", |
19 | 25 | "ext-dom": "*",
|
20 |
| - "illuminate/validation": "^6.0|^7.0|^8.0", |
21 |
| - "illuminate/support": "^6.0|^7.0|^8.0", |
22 |
| - "symfony/http-kernel": "^4.0|^5.0" |
| 26 | + "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0", |
| 27 | + "illuminate/validation": "^6.0 || ^7.0 || ^8.0 || ^9.0", |
| 28 | + "symfony/http-kernel": "^4.0 || ^5.0 || ^6.0" |
23 | 29 | },
|
24 | 30 | "require-dev": {
|
25 | 31 | "phpunit/phpunit": "^9.0",
|
26 |
| - "symfony/var-dumper": "^5.0" |
| 32 | + "symfony/var-dumper": "^5.0 || ^6.0" |
27 | 33 | },
|
| 34 | + "minimum-stability": "stable", |
| 35 | + "prefer-stable": true, |
28 | 36 | "autoload": {
|
29 | 37 | "psr-4": {
|
30 | 38 | "DragonCode\\Core\\Xml\\": "src"
|
|
38 | 46 | "config": {
|
39 | 47 | "preferred-install": "dist",
|
40 | 48 | "sort-packages": true
|
41 |
| - }, |
42 |
| - "minimum-stability": "stable", |
43 |
| - "prefer-stable": true |
| 49 | + } |
44 | 50 | }
|
0 commit comments