Skip to content
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This repository is a reference implementation and start state for a modern WordPress workflow utilizing [Composer](https://getcomposer.org/), Continuous Integration (CI), Automated Testing, and Pantheon. Even though this is a good starting point, you will need to customize and maintain the CI/testing set up for your projects.

It is meant to be copied one-time by the the [Terminus Build Tools Plugin](https://github.com/pantheon-systems/terminus-build-tools-plugin) and **not** meant to be used directly.
This repository is meant to be copied one-time by the the [Terminus Build Tools Plugin](https://github.com/pantheon-systems/terminus-build-tools-plugin) but can also be used as a template. It should not be cloned or forked directly.

The Terminus Build Tools plugin will scaffold a new project, including:

Expand Down
1 change: 1 addition & 0 deletions build-providers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"git":"github","ci":"circleci"}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"require": {
"php": ">=7.2",
"composer/installers": "^1.3.0",
"pantheon-systems/quicksilver-pushback": "^1.0.1",
"pantheon-systems/quicksilver-pushback": "^2",
"pantheon-systems/wordpress-composer": "*",
"roots/wp-password-bcrypt": "^1.0.0",
"rvtraveller/qs-composer-installer": "^1.1",
Expand Down
76 changes: 38 additions & 38 deletions composer.lock

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

Empty file added dev-master
Empty file.
2 changes: 1 addition & 1 deletion pantheon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ workflows:
after:
- type: webphp
description: 'Push changes back to GitHub if needed'
script: private/scripts/quicksilver/quicksilver-pushback/push-back-to-github.php
script: private/scripts/quicksilver/quicksilver-pushback/push-back.php