Skip to content

Commit f3387d2

Browse files
committed
Let PHPUnit Polyfills library manage PHPUnit installation
1 parent 07a23e4 commit f3387d2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

100644100755
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,16 @@
1515
},
1616
"require-dev": {
1717
"alleyinteractive/alley-coding-standards": "^0.3.0",
18-
"phpunit/phpunit": "7.5.*",
1918
"yoast/phpunit-polyfills": "^1.0"
2019
},
2120
"scripts": {
2221
"phpcs": "vendor/bin/phpcs",
2322
"phpunit": "vendor/bin/phpunit"
23+
},
24+
"config": {
25+
"allow-plugins": {
26+
"dealerdirect/phpcodesniffer-composer-installer": true,
27+
"composer/installers": true
28+
}
2429
}
2530
}

0 commit comments

Comments
 (0)