diff --git composer.json composer.json
index ccc0e2a796..8fc78aec0d 100644
|
|
|
14 | 14 | }, |
15 | 15 | "require-dev": { |
16 | 16 | "dealerdirect/phpcodesniffer-composer-installer": "~0.5.0", |
17 | | "wp-coding-standards/wpcs": "~2.1.0" |
| 17 | "wp-coding-standards/wpcs": "~2.1.0", |
| 18 | "phpunit/phpunit": "^5.0 || ^6.0 || ^7.0" |
18 | 19 | }, |
19 | 20 | "scripts": { |
20 | 21 | "format": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --report=summary,source --cache -d memory_limit=256M", |
21 | 22 | "lint": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --report=summary,source --cache -d memory_limit=256M", |
| 23 | "unit-tests": "./vendor/bin/phpunit", |
22 | 24 | "lint:errors": "@lint -n" |
23 | 25 | } |
24 | 26 | } |