Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Merge branch 'upgrade-instructions'
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinier Kip committed Feb 9, 2017
2 parents fcc77db + 61a12e9 commit 1ef6032
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions UPGRADE-3.0.md
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.

0 comments on commit 1ef6032

Please sign in to comment.