Skip to content

Commit

Permalink
[TASK] updates wordpress and 3rd-party packages to their latest stabl…
Browse files Browse the repository at this point in the history
…e versions
  • Loading branch information
EvilBMP committed Sep 6, 2024
1 parent bb05a5a commit 8c3710e
Show file tree
Hide file tree
Showing 2 changed files with 961 additions and 1,630 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Wordpress distribution for Web Developer Meetup with console and .env support",
"type": "project",
"require": {
"roots/wordpress": "^6.4",
"roots/wordpress": "^6.6",
"roots/wp-config": "^1.0",

"wpackagist-plugin/clean-image-filenames": "^1.4",
Expand All @@ -14,7 +14,7 @@
"wp-cli/wp-cli-bundle": "^2.9",

"oscarotero/env": "^2.1",
"portrino/companienv": "^2.0",
"portrino/companienv": "^4.0",
"vlucas/phpdotenv": "^5.6"
},
"require-dev": {
Expand Down Expand Up @@ -53,12 +53,12 @@
},
"scripts": {
"pre-install-cmd": [
"[ -e ./bin/companienv ] && composer run-script pre-script:companienv || echo 'No portrino/companienv package found - trying to install now!'",
"[ ! -e ./bin/companienv ] && composer update portrino/companienv --no-scripts && echo '!!!' && echo 'Installed only missing required portrino/companienv package first! Please re-run composer install/ update!' && echo '!!!' && exit 1 || echo ''"
"[ -e ./bin/companienv ] && composer run-script pre-script:companienv || composer update portrino/companienv --no-scripts",
"[ -e ./bin/companienv ] && composer run-script pre-script:companienv || echo 'No portrino/companienv package found!!!'"
],
"pre-update-cmd": [
"[ -e ./bin/companienv ] && composer run-script pre-script:companienv || echo 'No portrino/companienv package found - trying to install now!'",
"[ ! -e ./bin/companienv ] && composer update --no-scripts && echo '!!!' && echo 'Updated/ Installed all required packages first! Please re-run composer install to trigger post-install scripts!' && echo '!!!' && exit 1 || echo ''"
"[ -e ./bin/companienv ] && composer run-script pre-script:companienv || composer update portrino/companienv --no-scripts",
"[ -e ./bin/companienv ] && composer run-script pre-script:companienv || echo 'No portrino/companienv package found!!!'"
],

"post-install-cmd": [
Expand Down
Loading

0 comments on commit 8c3710e

Please sign in to comment.