-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 1.38 KB
/
composer.json
File metadata and controls
36 lines (36 loc) · 1.38 KB
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
{
"name": "lightspeeddevelopment/to-specials",
"description": "With the Tour Operator Special Offers extension you’re able to set up time-sensitive prices that you can use to price your accommodations, activities and tours. Set up booking validity dates, specials per person sharing/per person sharing/per person sharing per night, team members per special and more.",
"type": "wordpress-plugin",
"require": {
"php": ">=8.0",
"composer/installers": "^2.3"
},
"require-dev": {
"phpunit/phpunit": "^10.5",
"wp-coding-standards/wpcs": "^3.1",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"wpackagist-plugin/tour-operator": "^2.0",
"wpackagist-theme/lsx": "^3.0",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"roave/security-advisories": "dev-master"
},
"repositories":[{
"type":"composer",
"url":"https://wpackagist.org"
}],
"scripts": {
"phpcs": "vendor/bin/phpcs",
"phpcbf": "vendor/bin/phpcbf",
"phpcs:report": "vendor/bin/phpcs --report=json --report-file=phpcs-report.json"
},
"license": "GPL-3.0-or-later",
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}