forked from smelikmartin/SimpleShoptetXmlFeed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 728 Bytes
/
Copy pathcomposer.json
File metadata and controls
33 lines (33 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "smelikmartin/simple-shoptet-xml-feed",
"description": "Simple library for generate XML feed valid for shoptet platform",
"type": "library",
"license": [
"MIT"
],
"require": {
"php": ">=7.0",
"doctrine/collections": "^1.4",
"jms/serializer": "^1.14"
},
"require-dev": {
"phpstan/phpstan": "^0.11.8"
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "0.0.1-dev"
}
},
"autoload": {
"psr-4": {
"SimpleShoptetXmlFeed\\": [
"src/"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true
}