Skip to content

Commit

Permalink
Always use latest EP
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Jan 11, 2024
1 parent ba270dd commit 1d8009b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"phpunit/phpunit": "^9",
"10up/wp_mock": "dev-trunk",
"10up/phpcs-composer": "^3.0",
"10up/elasticpress": "*",
"10up/elasticpress": "dev-develop",
"yoast/phpunit-polyfills": "^1.0",
"wpackagist-plugin/woocommerce": "*",
"phpcompatibility/phpcompatibility-wp": "*",
Expand All @@ -40,7 +40,10 @@
"lint": "phpcs . -s --runtime-set testVersion 7.0-",
"lint-fix": "phpcbf . --runtime-set testVersion 7.0-",
"test": "phpunit",
"setup-local-tests": "bash bin/install-wp-tests.sh epl_wp_test root password 127.0.0.1 latest true"
"setup-local-tests": "bash bin/install-wp-tests.sh epl_wp_test root password 127.0.0.1 latest true",
"post-autoload-dump": [
"cd vendor/elasticpress && composer install && npm set-script prepare \"\" && npm ci && npm run build"
]
},
"extra": {
"installer-paths": {
Expand Down
16 changes: 9 additions & 7 deletions composer.lock

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

0 comments on commit 1d8009b

Please sign in to comment.