Skip to content

Adds Phinx to the toolset #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 13, 2017
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
1 change: 1 addition & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ metapackage
Nijhof
ParaTest
Phing
Phinx
PHPCompatibility
phpcov
phpDocumentor
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ script:
- ./vendor/bin/paratest --version
- ./vendor/bin/pdepend --version
- ./vendor/bin/phing -v
- ./vendor/bin/phinx --version
- ./vendor/bin/php-cs-fixer --version
- ./vendor/bin/phpcbf --version
- ./vendor/bin/phpcpd --version
Expand All @@ -63,4 +64,3 @@ script:
- ./vendor/bin/phpunit --version
- ./vendor/bin/security-checker --version
- ./vendor/bin/tombstone --version
- ./vendor/bin/security-checker security:check composer.lock
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Other packages that you'll get:
- **[Mink Goutte Driver][mink-goutte-driver]**: Goutte driver for Mink framework
- **[Mink Selenium2 Driver][mink-selenium2-driver]**: Selenium2 (WebDriver) driver for Mink framework
- **[Phing][phing]**: Phing is a PHP project build system or build tool based on ​Apache Ant
- **[Phinx][phinx]**: Phinx makes it ridiculously easy to manage the database migrations for your PHP app
- **[PHP_CodeSniffer Composer Installer][phpcs-composer-installer]**: For installing PHP_CodeSniffer coding standards
- **[PHPCompatibility][phpcompatibility]**: PHP Compatibility checks for PHP_CodeSniffer
- **[Prestissimo][prestissimo]**: Composer parallel install plugin
Expand Down Expand Up @@ -233,6 +234,7 @@ THE SOFTWARE.
[paratest]: https://github.com/brianium/paratest
[pdepend]: https://github.com/pdepend/pdepend
[phing]:https://www.phing.info/
[phinx]: https://phinx.org
[php-codebrowser]: https://github.com/mayflower/PHP_CodeBrowser
[php-parallel-lint]: https://github.com/JakubOnderka/PHP-Parallel-Lint
[phpcompatibility]: https://github.com/wimg/PHPCompatibility
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@
"phploc/phploc": "^3.0.1",
"phpmd/phpmd": "^2.2.0",
"phpmetrics/phpmetrics": "^2.0.0",
"phpro/grumphp": ">=0.11.0,<1.0.0",
"phpro/grumphp": ">=0.11.0,<1.0.0,!=0.11.4",
"phpunit/phpunit": "^5.5.0",
"robmorgan/phinx": "^0.8.0",
"scheb/tombstone-analyzer": "^0.3.0",
"scrutinizer/ocular": "^1.3",
"sebastian/phpcpd": "^3.0.0",
Expand Down