Skip to content

Commit

Permalink
Merge pull request #244 from xwp/update-deps
Browse files Browse the repository at this point in the history
Update PHP deps
  • Loading branch information
kasparsd authored Nov 7, 2023
2 parents b438a6e + 78268c9 commit caf18a0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copy to .env and customize to your needs.

# For ARM CPUs such as Apple M*, see https://docs.docker.com/build/building/multi-platform/
DOCKER_DEFAULT_PLATFORM=linux/arm64

# Override the environment variables used in docker-compose.yml.
DOCKER_HOST_IP=127.0.0.1
DEV_URL=local.wpenv.net
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
},
"require-dev": {
"automattic/vip-go-mu-plugins": "dev-master",
"automattic/vipwpcs": "^2.3.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"automattic/vipwpcs": "^2.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"johnpbloch/wordpress": "dev-master",
"phpunit/phpunit": "^9.6.13",
"wp-cli/wp-cli-bundle": "^2.8.1",
"wp-cli/wp-cli-bundle": "^2.8",
"wp-phpunit/wp-phpunit": "^6.3.1",
"xwp/wait-for": "^0.0.2",
"yoast/phpunit-polyfills": "^1.1.0"
"yoast/phpunit-polyfills": "^2.0"
},
"scripts": {
"lint": [
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

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

0 comments on commit caf18a0

Please sign in to comment.