Skip to content

Commit 8b25dcb

Browse files
committed
chore: cleanup applied
1 parent a99c546 commit 8b25dcb

File tree

2 files changed

+1024
-11156
lines changed

2 files changed

+1024
-11156
lines changed

composer.json

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -26,30 +26,13 @@
2626
},
2727
"require-dev": {
2828
"axepress/wp-graphql-cs": "^2.0.0-beta",
29-
"axepress/wp-graphql-headless-login": "^0.3.1",
3029
"axepress/wp-graphql-stubs": "^1.27.1",
3130
"brainmaestro/composer-git-hooks": "^2.8.5",
32-
"codeception/lib-asserts": "*",
33-
"codeception/module-asserts": "*",
34-
"codeception/module-rest": "*",
35-
"codeception/util-universalframework": "*",
36-
"fakerphp/faker": "^1.23",
37-
"johnpbloch/wordpress": "*",
38-
"lucatume/wp-browser": ">3.1 <3.5",
3931
"php-stubs/woocommerce-stubs": "9.1.0",
4032
"phpstan/extension-installer": "^1.3",
4133
"phpstan/phpdoc-parser": "^1.22.0",
4234
"phpstan/phpstan": "^1.10",
43-
"phpunit/phpunit": "^9.6",
44-
"stripe/stripe-php": "^16.2",
45-
"szepeviktor/phpstan-wordpress": "^1.3",
46-
"wp-cli/wp-cli-bundle": "*",
47-
"wp-graphql/wp-graphql-jwt-authentication": "^0.7.0",
48-
"wp-graphql/wp-graphql-testcase": "^3.2",
49-
"wpackagist-plugin/woocommerce": "^9.3",
50-
"wpackagist-plugin/woocommerce-gateway-stripe": "^8.8",
51-
"wpackagist-plugin/wp-graphql": "^1.29",
52-
"wpackagist-theme/twentytwentyone": "^2.3"
35+
"szepeviktor/phpstan-wordpress": "^1.3"
5336
},
5437
"config": {
5538
"optimize-autoloader": true,
@@ -58,8 +41,7 @@
5841
"allow-plugins": {
5942
"johnpbloch/wordpress-core-installer": true,
6043
"dealerdirect/phpcodesniffer-composer-installer": true,
61-
"phpstan/extension-installer": true,
62-
"composer/installers": true
44+
"phpstan/extension-installer": true
6345
}
6446
},
6547
"autoload": {
@@ -157,18 +139,6 @@
157139
"post-merge": [
158140
"composer install"
159141
]
160-
},
161-
"wordpress-install-dir": "local/public",
162-
"installer-paths": {
163-
"local/public/wp-content/plugins/{$name}/": ["type:wordpress-plugin"],
164-
"local/public/wp-content/mu-plugins/{$name}/": ["type:wordpress-muplugin"],
165-
"local/public/wp-content/themes/{$name}/": ["type:wordpress-theme"]
166-
}
167-
},
168-
"repositories": {
169-
"wpackagist": {
170-
"type": "composer",
171-
"url": "https://wpackagist.org"
172142
}
173143
}
174144
}

0 commit comments

Comments
 (0)