Skip to content

Commit

Permalink
Use latest readme parser
Browse files Browse the repository at this point in the history
  • Loading branch information
ernilambar committed Nov 15, 2024
1 parent d6551d0 commit 847879f
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 141 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ local.properties
.cproject
.buildpath
nbproject/
patches.lock.json

############
## Build
Expand Down
20 changes: 16 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
"require": {
"php": ">=7.2.24",
"ext-json": "*",
"afragen/wordpress-plugin-readme-parser": "dev-master#67fba498d0b112acf84386b95e4905c539a33f0b",
"afragen/wordpress-plugin-readme-parser": "dev-master#c3758599348148be684b3c4ad1105d09b6230d51",
"automattic/vipwpcs": "^3.0.0",
"composer/installers": "^2.2",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"plugin-check/phpcs-sniffs": "@dev",
"wp-coding-standards/wpcs": "^3.1.0"
"wp-coding-standards/wpcs": "^3.1.0",
"cweagans/composer-patches": "^1.7"
},
"require-dev": {
"phpcompatibility/php-compatibility": "^9.3",
Expand Down Expand Up @@ -51,14 +52,25 @@
"config": {
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": false,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
"phpstan/extension-installer": true,
"cweagans/composer-patches": true
},
"platform": {
"php": "7.2.24"
},
"preferred-install": {
"afragen/wordpress-plugin-readme-parser": "source"
}
},
"extra": {
"composer-exit-on-patch-failure": true,
"patches": {
"afragen/wordpress-plugin-readme-parser": {
"fix readme parser":"patches/readme-parser.patch"
}
}
},
"scripts": {
"behat": "BEHAT_FEATURES_FOLDER=tests/behat/features run-behat-tests",
"behat-rerun": "BEHAT_FEATURES_FOLDER=tests/behat/features rerun-behat-tests",
Expand Down
Loading

0 comments on commit 847879f

Please sign in to comment.