-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer-testing.json
41 lines (40 loc) · 1.11 KB
/
composer-testing.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
{
"repositories": [
{
"packagist.org": false,
"type": "path",
"url": "../modules/*",
"options": {
"symlink": true
}
}
],
"require": {
"shortpixel/notices":">=1.3",
"shortpixel/build" : "@dev",
"lucatume/function-mocker-le": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^7",
"mikey179/vfsstream": "^1",
"lucatume/wp-browser": "^2.5",
"codeception/module-asserts": "^1.0",
"codeception/module-phpbrowser": "^1.0",
"codeception/module-webdriver": "^1.0",
"codeception/module-db": "^1.0",
"codeception/module-filesystem": "^1.0",
"codeception/module-cli": "^1.0",
"codeception/util-universalframework": "^1.0"
},
"autoload": {
"psr-4": { "ShortPixel\\" : "class" }
},
"scripts": {
"post-update-cmd" : "\\ShortPixel\\Build\\Build::BuildIt",
"buildSP" : "\\ShortPixel\\Build\\Build::BuildIt",
"buildLoader": "\\ShortPixel\\BuildAutoLoader::buildJSON"
},
"extra": {
"targetNamespace" : "ShortPixel"
}
}