-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
40 lines (40 loc) · 1.11 KB
/
composer.json
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
34
35
36
37
38
39
40
{
"name": "co-cart/cocart-core",
"description": "Customizable REST API for WooCommerce that lets you build headless ecommerce using your favorite technologies.",
"homepage": "https://cocart.xyz",
"type": "wordpress-plugin",
"license": "GPL-3.0-or-later",
"prefer-stable": true,
"minimum-stability": "dev",
"authors": [
{
"name": "CoCart",
"email": "[email protected]",
"homepage": "https://cocart.xyz"
}
],
"support": {
"issues": "https://github.com/co-cart/cocart-core/issues",
"source": "https://github.com/co-cart/cocart-core"
},
"config": {
"sort-packages": false,
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
"php": ">=7.4",
"composer/installers": "^1.0 || ^2.0"
},
"require-dev": {
"php": "^7 || ^8",
"composer/installers": "2.2.0"
},
"scripts": {
"prep-autoload": [
"sh ./bin/autoload-composer.sh"
]
}
}