2019-10-24 00:25:32 +03:00
{
"name" : "wordpress/five-for-the-future" ,
"description" : "Five for the Future plugin" ,
"license" : "GPL-2.0-or-later" ,
"authors" : [
{
"name" : "WordPress" ,
"email" : "support@wordcamp.org"
}
] ,
"config" : {
"_comment" : "Work around `test:watch` timeout, see https://github.com/spatie/phpunit-watcher/issues/63#issuecomment-545633709" ,
"process-timeout" : 0
} ,
2019-10-24 20:53:28 +03:00
"require" : { } ,
"_comment" : "PHPUnit 7.x is the latest version that's compatible with Core, see https://core.trac.wordpress.org/ticket/46149" ,
2019-10-24 00:25:32 +03:00
"require-dev" : {
"phpunit/phpunit" : "^7" ,
"spatie/phpunit-watcher" : "^1.12"
} ,
"scripts" : {
2019-10-24 17:14:22 +03:00
"test" : "vendor/bin/phpunit" ,
2019-10-24 20:53:28 +03:00
"_comment" : "Input won't work when running this via `composer test:watch`. If you want to use PHPUnit Watcher's interactive options then you'll need to call it directly in your terminal. See https://github.com/composer/composer/issues/5856" ,
2019-10-24 00:25:32 +03:00
"test:watch" : "vendor/bin/phpunit-watcher watch"
}
}