-
Notifications
You must be signed in to change notification settings - Fork 27
/
composer.json
31 lines (31 loc) · 937 Bytes
/
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
{
"name": "short-pixel-optimizer/enable-media-replace",
"description": "A free, lightweight and easy to use WordPress plugin that allows you to seamlessly replace an image or file in your Media Library by uploading a new file in its place.",
"repositories": [
{
"packagist.org": false,
"type": "path",
"url": "../modules/*",
"options": {
"symlink": true
}
}
],
"require": {
"shortpixel/notices":"@dev",
"shortpixel/build" : "@dev",
"shortpixel/filesystem" : "@dev",
"shortpixel/replacer" : ">=1.0"
},
"require-dev": {
"phpunit/phpunit": "^9",
"mikey179/vfsstream": "^1"
},
"scripts": {
"post-update-cmd" : "\\ShortPixel\\Build\\Build::BuildIt",
"buildSP" : "\\ShortPixel\\Build\\Build::BuildIt"
},
"extra": {
"targetNamespace" : "EnableMediaReplace"
}
}