{ "name": "alleyinteractive/elasticsearch-extensions", "description": "Elasticsearch Extensions", "type": "project", "authors": [ { "name": "Alley", "email": "noreply@alley.co" } ], "license": "GPL-3.0-or-later", "require-dev": { "alleyinteractive/alley-coding-standards": "^0.3.0", "phpunit/phpunit": "7.5.*", "yoast/phpunit-polyfills": "^1.0" }, "scripts": { "phpcbf": "phpcbf .", "phpcs": "phpcs .", "phpunit": "phpunit", "setup": [ "composer install" ] }, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true } } }