-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
22 lines (22 loc) · 772 Bytes
/
composer.json
File metadata and controls
22 lines (22 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "lightspeeddevelopment/lsx-sharing",
"description": "LSX Sharing adds buttons to posts that site visitors can use to share site content to Facebook, Twitter and Pinterest. Works on both LSX and on Storefront.",
"type": "wordpress-plugin",
"require": {
"php": ">=7.2",
"composer/installers": "^2.0.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"wp-coding-standards/wpcs": "^3.0",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"phpcompatibility/phpcompatibility-wp": "^2.1.0"
},
"repositories":[{
"type":"composer",
"url":"https://wpackagist.org"
}],
"license": "GPL-3.0-or-later",
"prefer-stable": true,
"minimum-stability": "dev"
}