Skip to content

Commit

Permalink
Merge pull request #224 from myrotvorets/renovate/dev-deps
Browse files Browse the repository at this point in the history
chore(deps): update devdependencies (non-major)
  • Loading branch information
myrotvorets-team authored Dec 17, 2023
2 parents 61a57a9 + 9c64fef commit e2f7a6b
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 36 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
},
"require-dev": {
"automattic/vipwpcs": "^3.0",
"johnpbloch/wordpress-core": "^6.4.1",
"johnpbloch/wordpress-core": "^6.4.2",
"php-stubs/wordpress-stubs": "^6.4.1",
"phpcompatibility/phpcompatibility-wp": "^2.1.4",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.16.0",
"vimeo/psalm": "^5.18.0",
"yoast/phpunit-polyfills": "^2.0"
},
"config": {
Expand Down
66 changes: 33 additions & 33 deletions composer.lock

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

1 change: 0 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
} elseif ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) {
require_once __DIR__ . '/vendor/autoload.php';
} elseif ( file_exists( ABSPATH . 'vendor/autoload.php' ) ) {
/** @psalm-suppress UnresolvableInclude */
require_once ABSPATH . 'vendor/autoload.php';
}

Expand Down
2 changes: 2 additions & 0 deletions wordpress.stubs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ namespace {
define( 'MONTH_IN_SECONDS', (int) ( 30 * DAY_IN_SECONDS ) );
define( 'YEAR_IN_SECONDS', (int) ( 365 * DAY_IN_SECONDS ) );

define( 'ABSPATH', '/wp' );

define( 'COOKIEPATH', expr );
define( 'COOKIE_DOMAIN', expr );

Expand Down

0 comments on commit e2f7a6b

Please sign in to comment.