Skip to content

Commit

Permalink
Minor Updates (Dependencies, PUC) (#493)
Browse files Browse the repository at this point in the history
* Dependencies

* Dependencies

* Update lifecycle script

* PUC Dependencies

* Fix minor issues

* Update index.js

* Update PHPUnit
  • Loading branch information
Luehrsen authored Jun 28, 2024
1 parent 8299710 commit e6dff1b
Show file tree
Hide file tree
Showing 25 changed files with 4,592 additions and 4,037 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

# phpunit
.phpunit.result.cache
.phpunit.cache

# OS
.DS_Store
Expand Down
5 changes: 4 additions & 1 deletion bin/lifecycleScripts/initialize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,14 @@ wp plugin delete --all --exclude=plugin
echo "----- Installing plugins."

# From the WordPress plugin repository.
wp plugin install wordpress-seo wordpress-importer --activate
wp plugin install wordpress-seo wordpress-importer query-monitor debug-bar --activate

# From a local file.
# wp plugin install ./required-plugins/advanced-custom-fields-pro.zip ./required-plugins/gravityforms.zip --activate

# From a remote URL.
wp plugin install "https://www.luehrsen-heinrich.de/updates/?action=download&slug=lhbasicsp" --activate

# Activate the theme we want to use.
echo "----- Activating working theme."
wp theme activate theme
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"squizlabs/php_codesniffer": "^3.6",
"composer/installers": "~2.2",
"composer/installers": "~2.3",
"phpcompatibility/php-compatibility": "^9.3",
"wp-coding-standards/wpcs": "^2.3",
"wptrt/wpthemereview": "dev-develop",
"wp-coding-standards/wpcs": "^3.1",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"wp-cli/wp-cli-bundle": "^2.7",
"php-stubs/wordpress-tests-stubs": "^6.2",
Expand Down
Loading

0 comments on commit e6dff1b

Please sign in to comment.