Skip to content
This repository was archived by the owner on Jul 20, 2022. It is now read-only.

Commit 6f06108

Browse files
authored
Support Composer 2, not 1 (#89)
Previously, this only worked with Composer 1 Composer 1 has been essentially EOL for months, so it'd be good to support 2. https://blog.packagist.com/deprecating-composer-1-support/
1 parent be64bac commit 6f06108

File tree

2 files changed

+1435
-392
lines changed

2 files changed

+1435
-392
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"require-dev": {
1313
"10up/wp_mock": "0.4.2",
14-
"dealerdirect/phpcodesniffer-composer-installer": "0.6.2",
14+
"dealerdirect/phpcodesniffer-composer-installer": "0.7.1",
1515
"mockery/mockery": "1.3.1",
1616
"php-coveralls/php-coveralls": "2.2.0",
1717
"phpcompatibility/phpcompatibility-wp": "2.1.0",

0 commit comments

Comments
 (0)