Adds DFs
This commit is contained in:
64
spec/fixtures/dynamic_finders/plugin_version/option-tree/composer_file/composer.json
vendored
Normal file
64
spec/fixtures/dynamic_finders/plugin_version/option-tree/composer_file/composer.json
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"name": "valendesigns/option-tree",
|
||||
"description": "Theme Options UI Builder for WordPress.",
|
||||
"version": "2.7.3",
|
||||
"type": "wordpress-plugin",
|
||||
"homepage": "https://github.com/valendesigns/option-tree",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Derek Herman",
|
||||
"email": "derek@valendesigns.com",
|
||||
"homepage": "http://valendesigns.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"prefer-stable" : true,
|
||||
"require": {
|
||||
"php": ">=5.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"brainmaestro/composer-git-hooks": "^2.6.0",
|
||||
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
|
||||
"phpcompatibility/phpcompatibility-wp": "*",
|
||||
"php-coveralls/php-coveralls": "^2.1",
|
||||
"slowprog/composer-copy-file": "0.2.1",
|
||||
"wp-coding-standards/wpcs": "*",
|
||||
"xwp/wp-dev-lib": "^1.1.0"
|
||||
},
|
||||
"scripts": {
|
||||
"phpcs": [
|
||||
"./vendor/bin/phpcs ${1:.} --standard=.phpcs.ruleset.xml"
|
||||
],
|
||||
"phpcbf": [
|
||||
"./vendor/bin/phpcbf ${1:.} --standard=.phpcs.ruleset.xml"
|
||||
],
|
||||
"phpunit": [
|
||||
"./bin/phpunit.sh xdebug_off"
|
||||
],
|
||||
"phpunit-coverage": [
|
||||
"./bin/phpunit.sh xdebug_on"
|
||||
],
|
||||
"post-install-cmd": [
|
||||
"./bin/install-tests.sh",
|
||||
"./vendor/bin/cghooks add --no-lock",
|
||||
"SlowProg\\CopyFile\\ScriptHandler::copy"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"./bin/install-tests.sh",
|
||||
"./vendor/bin/cghooks update",
|
||||
"SlowProg\\CopyFile\\ScriptHandler::copy"
|
||||
],
|
||||
"readme": [
|
||||
"./vendor/xwp/wp-dev-lib/scripts/generate-markdown-readme"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"copy-file": {
|
||||
"tests/autoload.php": "tests/wp-tests/phpunit/wp-tests-config.php"
|
||||
},
|
||||
"hooks": {
|
||||
"pre-commit": "./vendor/xwp/wp-dev-lib/scripts/pre-commit"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user