Skip to content

Commit 80fd8e3

Browse files
committed
Undo Copilot changes
1 parent 48a982d commit 80fd8e3

File tree

4 files changed

+55
-125
lines changed

4 files changed

+55
-125
lines changed

composer.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
},
4242
"require-dev": {
4343
"roave/security-advisories": "dev-latest",
44-
"wp-cli/wp-cli-tests": "^5",
45-
"cweagans/composer-patches": "^1.7"
44+
"wp-cli/wp-cli-tests": "^5"
4645
},
4746
"suggest": {
4847
"psy/psysh": "Enhanced `wp shell` functionality"
@@ -51,8 +50,7 @@
5150
"allow-plugins": {
5251
"dealerdirect/phpcodesniffer-composer-installer": true,
5352
"johnpbloch/wordpress-core-installer": true,
54-
"phpstan/extension-installer": true,
55-
"cweagans/composer-patches": true
53+
"phpstan/extension-installer": true
5654
},
5755
"autoloader-suffix": "WpCliBundle",
5856
"platform": {
@@ -64,11 +62,6 @@
6462
"extra": {
6563
"branch-alias": {
6664
"dev-main": "2.12.x-dev"
67-
},
68-
"patches": {
69-
"wp-cli/wp-cli": {
70-
"Fix phar_safe_path to use alias path": "patches/wp-cli-phar-safe-path.patch"
71-
}
7265
}
7366
},
7467
"autoload-dev": {

composer.lock

Lines changed: 51 additions & 99 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

patches/wp-cli-phar-safe-path.patch

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)