Skip to content

Commit 50a4774

Browse files
committed
prepare release
1 parent ea9bb0a commit 50a4774

File tree

1 file changed

+55
-55
lines changed

1 file changed

+55
-55
lines changed

composer.json

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,58 @@
11
{
2-
"name": "dystcz/dystore-api",
3-
"description": "Dystore API layer for Lunar e-commerce package",
4-
"homepage": "https://github.com/dystcz/dystore",
5-
"license": "MIT",
6-
"type": "library",
7-
"keywords": [
8-
"dystopia",
9-
"lunar",
10-
"api",
11-
"json-api",
12-
"laravel",
13-
"php"
14-
],
15-
"authors": [
16-
{
17-
"name": "Dystopia",
18-
"homepage": "https://dy.st/"
19-
}
20-
],
21-
"require": {
22-
"php": "^8.2",
23-
"illuminate/support": "^11.0|^12.0",
24-
"laravel-json-api/laravel": "^5.1",
25-
"laravel-json-api/non-eloquent": "^4.2",
26-
"laravel-json-api/hashids": "^3.2",
27-
"lunarphp/lunar": "1.0.0-beta.20",
28-
"staudenmeir/eloquent-has-many-deep": "^1.20"
29-
},
30-
"autoload": {
31-
"psr-4": {
32-
"Dystore\\Api\\": "src",
33-
"Dystore\\Api\\Database\\Factories\\": "database/factories",
34-
"Dystore\\Api\\Database\\State\\": "database/state"
2+
"name": "dystcz/dystore-api",
3+
"description": "Dystore API layer for Lunar e-commerce package",
4+
"homepage": "https://github.com/dystcz/dystore",
5+
"license": "MIT",
6+
"type": "library",
7+
"keywords": [
8+
"dystopia",
9+
"lunar",
10+
"api",
11+
"json-api",
12+
"laravel",
13+
"php"
14+
],
15+
"authors": [
16+
{
17+
"name": "Dystopia",
18+
"homepage": "https://dy.st/"
19+
}
20+
],
21+
"require": {
22+
"php": "^8.2",
23+
"illuminate/support": "^11.0|^12.0",
24+
"laravel-json-api/laravel": "^5.1",
25+
"laravel-json-api/non-eloquent": "^4.2",
26+
"laravel-json-api/hashids": "^3.2",
27+
"lunarphp/lunar": "1.0.0-beta.20",
28+
"staudenmeir/eloquent-has-many-deep": "^1.20"
3529
},
36-
"files": [
37-
"autoload.php"
38-
]
39-
},
40-
"config": {
41-
"sort-packages": true,
42-
"allow-plugins": {
43-
"pestphp/pest-plugin": true,
44-
"php-http/discovery": true
45-
}
46-
},
47-
"extra": {
48-
"laravel": {
49-
"providers": [
50-
"Dystore\\Api\\ApiServiceProvider",
51-
"Dystore\\Api\\JsonApiServiceProvider",
52-
"Dystore\\Api\\ApiHashidsServiceProvider"
53-
]
54-
}
55-
},
56-
"minimum-stability": "dev",
57-
"prefer-stable": true
30+
"autoload": {
31+
"psr-4": {
32+
"Dystore\\Api\\": "src",
33+
"Dystore\\Api\\Database\\Factories\\": "database/factories",
34+
"Dystore\\Api\\Database\\State\\": "database/state"
35+
},
36+
"files": [
37+
"autoload.php"
38+
]
39+
},
40+
"config": {
41+
"sort-packages": true,
42+
"allow-plugins": {
43+
"pestphp/pest-plugin": true,
44+
"php-http/discovery": true
45+
}
46+
},
47+
"extra": {
48+
"laravel": {
49+
"providers": [
50+
"Dystore\\Api\\ApiServiceProvider",
51+
"Dystore\\Api\\JsonApiServiceProvider",
52+
"Dystore\\Api\\ApiHashidsServiceProvider"
53+
]
54+
}
55+
},
56+
"minimum-stability": "dev",
57+
"prefer-stable": true
5858
}

0 commit comments

Comments
 (0)