This repository has been archived by the owner on Apr 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Upgrading from 2.x to 3.0 | ||
========================= | ||
|
||
The third major release of QA Tools takes a whole different approach and requires you to reconfigure your project's quality assurance tools. If this is acceptable, follow these steps to remove QA Tools 2.x from your project: | ||
|
||
* Remove all artifacts related to QA Tools 2.x: `qa-tools.json`, `.jshintrc`, `.travis.php.ini`, `.travis.yml`, `behat.dev.yml`, `behat.yml`, `build-pre-commit.xml`, `build.xml`, `phpcs.xml`, `phpmd-pre-commit.xml`, `phpmd.xml`, `phpunit.xml`, `pre-commit`. | ||
* Remove `ibuildings/qa-tools` from your Composer dependencies by running `composer remove ibuildings/qa-tools`. *(Note: if you run Composer <1.0 add the `--update-with-dependencies` flag to also remove QA Tools 2's dependencies.)* | ||
* Install QA Tools 3 by following the [installation instructions](./README.md#Installation) | ||
* Reconfigure QA Tools by calling `/path/to/qa-tools.phar configure` in your project directory. |