composer.json 173 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 { "require-dev": { "phpunit/phpunit": "^7", "yoast/phpunit-polyfills": "^1.0" }, "scripts": { "test:units": "vendor/bin/phpunit" } }