Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 4d437d7

Browse files
committed
Update dependencies and address change in sniff names and load mf2 parser only within scope
1 parent a66501d commit 4d437d7

File tree

7 files changed

+31
-1868
lines changed

7 files changed

+31
-1868
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ wordpress
1313
!/vendor/p3k/emoji-detector/LICENSE
1414
.DS_Store
1515
package-lock.json
16+
composer.lock

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@
1515
"require": {
1616
"php": ">=5.3.0",
1717
"composer/installers": "~1.0",
18-
"mf2/mf2": "^0.4.3",
19-
"p3k/emoji-detector": "^0.2.0"
18+
"mf2/mf2": "*",
19+
"p3k/emoji-detector": "*"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "5.7.*",
2323
"squizlabs/php_codesniffer": "^2.2 || ^3.0.2",
24-
"wimg/php-compatibility": "*",
2524
"wp-coding-standards/wpcs": "*",
26-
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3"
25+
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
26+
"phpcompatibility/php-compatibility": "^9.0",
27+
"phpcompatibility/phpcompatibility-wp": "^2.0"
2728
},
2829
"scripts": {
2930
"install-codestandards": [

0 commit comments

Comments
 (0)