Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update composer depdendencies #468

Merged
merged 10 commits into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Themes, plugins, mu-plugins etc. is now structured under packages and built into

### wp-cli and Local by Flywheel

To be able to use wp-cli, you can use [Local by Flywheel](https://localwp.com/) build-in in site shell.
To be able to use wp-cli, you can use [Local by Flywheel](https://localwp.com/) build-in in site shell.

If you would like to access the wp-cli in the defauly system console there can be issues trying to use wp-cli commands when using a [Local by Flywheel](https://localwp.com/) development environment. You can usually fix this with the following steps:

Expand All @@ -74,7 +74,7 @@ If you would like to access the wp-cli in the defauly system console there can b
```yml
path: public/wp
require:
- wp-cli.local.php
- wp-cli-local.php
```

2. Set the `MYSQLI_DEFAULT_SOCKET` in the `.env` file.
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
"license": "GPL-3.0-or-later",
"require": {
"php": ">=8.1",
"boxuk/wp-muplugin-loader": "~2.0.0",
"boxuk/wp-muplugin-loader": "~2.2.0",
"composer/installers": "~2.2.0",
"dekode/dekode-theme": "~1.0.0",
"dekode/imagify-helper": "1.0.0",
"dekodeinteraktiv/dekode-label-environment": "~1.0.0",
"inpsyde/wp-translation-downloader": "~2.4.0",
"roots/wordpress": "~6.3.0",
"symfony/dotenv": "~6.2.0",
"t2/t2": "~5.0.1",
"inpsyde/wp-translation-downloader": "~2.5.0",
"roots/wordpress": "~6.3.1",
"symfony/dotenv": "~6.3.0",
"t2/t2": "~6.3.1",
"wpackagist-plugin/imagify": "~2.1.0",
"wpackagist-plugin/spinupwp": "~1.5.1",
"wpackagist-plugin/two-factor": "~0.7.3"
"wpackagist-plugin/two-factor": "~0.8.2"
},
"require-dev": {
"dekode/coding-standards": "5.0.0",
"dekode/coding-standards": "6.0.0",
"dekode/logging": "1.0.0",
"ergebnis/composer-normalize": "^2.29"
},
Expand Down
Loading