Skip to content

Commit 9d2ab86

Browse files
author
Andrey Helldar
committed
Added Laravel 9 and Symfony 6 support
1 parent 995c785 commit 9d2ab86

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

Diff for: composer.json

+20-14
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,38 @@
11
{
22
"name": "dragon-code/xml-core",
33
"description": "Preset settings for packages that work with XML files.",
4-
"type": "library",
54
"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+
],
1113
"authors": [
1214
{
1315
"name": "Andrey Helldar",
1416
"email": "[email protected]"
1517
}
1618
],
19+
"support": {
20+
"issues": "https://github.com/TheDragonCode/xml-core/issues",
21+
"source": "https://github.com/TheDragonCode/xml-core"
22+
},
1723
"require": {
18-
"php": "^7.3|^8.0",
24+
"php": "^7.3 || ^8.0",
1925
"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"
2329
},
2430
"require-dev": {
2531
"phpunit/phpunit": "^9.0",
26-
"symfony/var-dumper": "^5.0"
32+
"symfony/var-dumper": "^5.0 || ^6.0"
2733
},
34+
"minimum-stability": "stable",
35+
"prefer-stable": true,
2836
"autoload": {
2937
"psr-4": {
3038
"DragonCode\\Core\\Xml\\": "src"
@@ -38,7 +46,5 @@
3846
"config": {
3947
"preferred-install": "dist",
4048
"sort-packages": true
41-
},
42-
"minimum-stability": "stable",
43-
"prefer-stable": true
49+
}
4450
}

0 commit comments

Comments
 (0)