Skip to content

Commit

Permalink
External non-vendor includes deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed Jul 6, 2021
1 parent 6c12f70 commit f8b3e57
Show file tree
Hide file tree
Showing 7 changed files with 8,651 additions and 37 deletions.
3 changes: 3 additions & 0 deletions access-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
*
* @package WPGraphQL\WooCommerce
* @since 0.0.1
* @deprecated v0.10.2
*
* Will be removed in v0.11.0. Some functions will be relocated.
*/

/**
Expand Down
3 changes: 3 additions & 0 deletions class-woographql-inflect.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
* @link https://gist.github.com/tbrianjones/ba0460cc1d55f357e00b
* @package WPGraphQL\WooCommerce
* @since 0.0.4
* @deprecated v0.10.2
*
* Will be removed in v0.11.0. Functionality will be no longer in use.
*/

if ( ! class_exists( 'WooGraphQL_Inflect' ) ) :
Expand Down
23 changes: 22 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,23 @@
"firebase/php-jwt": "^5.0"
},
"require-dev": {
"codeception/module-asserts": "^1.3",
"codeception/module-rest": "^1.3",
"codeception/util-universalframework": "^1.0",
"composer/installers": "^1.11",
"johnpbloch/wordpress": "~5",
"lucatume/wp-browser": "^3.0",
"phpunit/phpunit": "<=8.1",
"squizlabs/php_codesniffer": "^3.5",
"wp-coding-standards/wpcs": "^2.3"
"stripe/stripe-php": "^7.87",
"wp-cli/wp-cli-bundle": "^2.5",
"wp-coding-standards/wpcs": "^2.3",
"wp-graphql/wp-graphql-jwt-authentication": "^0.4.1",
"wp-graphql/wp-graphql-testcase": "^2.1",
"wpackagist-plugin/woocommerce": "^5.4",
"wpackagist-plugin/woocommerce-gateway-stripe": "^5.2",
"wpackagist-plugin/wp-graphql": "^1.5",
"wpackagist-theme/twentytwentyone": "^1.3"
},
"config": {
"optimize-autoloader": true,
Expand Down Expand Up @@ -60,6 +75,12 @@
}
},
"extra": {
"wordpress-install-dir": "local/public",
"installer-paths": {
"local/public/wp-content/plugins/{$name}/": ["type:wordpress-plugin"],
"local/public/wp-content/mu-plugins/{$name}/": ["type:wordpress-muplugin"],
"local/public/wp-content/themes/{$name}/": ["type:wordpress-theme"]
}
},
"scripts": {
"installTestEnv": "bash bin/install-test-env.local.sh",
Expand Down
Loading

0 comments on commit f8b3e57

Please sign in to comment.