-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 898 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 898 Bytes
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
{
"name": "lightspeeddevelopment/to-search",
"description": "The Tour Operator Search extension adds robust search functionality to sites, allowing filterable search by post type, category and more.",
"type": "wordpress-plugin",
"require": {
"php": ">=7.2",
"composer/installers": "^1.7.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"wp-coding-standards/wpcs": "^2.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"wpackagist-plugin/tour-operator": "^1.4.1",
"wpackagist-theme/lsx": "^2.8.0",
"phpcompatibility/phpcompatibility-wp": "^2.1.0",
"roave/security-advisories": "dev-master"
},
"repositories":[{
"type":"composer",
"url":"https://wpackagist.org"
}],
"license": "GPL-3.0-or-later",
"prefer-stable": true,
"minimum-stability": "dev"
}