-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
executable file
·48 lines (48 loc) · 1.14 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
41
42
43
44
45
46
47
48
{
"name": "jigoshop/jigoshop",
"description": "Jigoshop is an eCommerce plugin for WordPress forged from years of experience by the WordPress Community & the Jigoshop Team.",
"license": "GPLv3",
"authors": [
{
"name": "Jigoshop",
"email": "[email protected]"
},
{
"name": "Amadeusz Starzykiewicz",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"repositories": [
{
"type": "git",
"url": "https://github.com/megawebmaster/wpal"
}
],
"autoload": {
"psr-0": { "Jigoshop": "src/" }
},
"require": {
"php": ">= 5.5.0",
"jigoshop/wpal": "*",
"monolog/monolog": "~1.11@dev",
"nitra/php-min": "dev-master",
"erusev/parsedown": "*",
"phpfastcache/phpfastcache": "^6.0.6",
"spatie/array-to-xml": "*",
"slim/slim": "^3.1",
"tuupola/slim-jwt-auth": "^2.3.1",
"tuupola/slim-basic-auth": "^2.2.0",
"tuupola/base62": "^0.7.0",
"firebase/php-jwt": "*",
"worldpay/worldpay-lib-php": "~2.1.2"
},
"require-dev": {
"phpunit/phpunit": "5.*",
"mockery/mockery": "0.9.*",
"symfony/var-dumper": "*",
"sebastian/phpcpd": "*",
"phpmd/phpmd": "@stable",
"wp-cli/wp-cli": "1.5.1"
}
}