Skip to content

Commit

Permalink
Upgrade dependencies (#1)
Browse files Browse the repository at this point in the history
* Upgrade dependencies

* Add composer patches, patch WordPress/WordPress-Coding-Standards@7cd46be

* Move composer-patches to a dev dependency, we only need this for dev
  • Loading branch information
defunctl authored Feb 4, 2022
1 parent e0c516f commit 8dd5ae8
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 60 deletions.
17 changes: 16 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,24 @@
"slevomat/coding-standard": "^7.0",
"squizlabs/php_codesniffer": "^3.6"
},
"require-dev": {
"cweagans/composer-patches": "^1.7"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"cweagans/composer-patches": true
}
},
"extra": {
"enable-patching": true,
"patches": {
"wp-coding-standards/wpcs": {
"Add PHP 8 support until WordPress releases a new version": "patches/PHP-8-ControlStructureSpacing.patch"
}
}
}
}
171 changes: 112 additions & 59 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8dd5ae8

Please sign in to comment.