File tree 4 files changed +6
-2
lines changed
4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ metapackage
37
37
Nijhof
38
38
ParaTest
39
39
Phing
40
+ Phinx
40
41
PHPCompatibility
41
42
phpcov
42
43
phpDocumentor
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ script:
53
53
- ./vendor/bin/paratest --version
54
54
- ./vendor/bin/pdepend --version
55
55
- ./vendor/bin/phing -v
56
+ - ./vendor/bin/phinx --version
56
57
- ./vendor/bin/php-cs-fixer --version
57
58
- ./vendor/bin/phpcbf --version
58
59
- ./vendor/bin/phpcpd --version
@@ -63,4 +64,3 @@ script:
63
64
- ./vendor/bin/phpunit --version
64
65
- ./vendor/bin/security-checker --version
65
66
- ./vendor/bin/tombstone --version
66
- - ./vendor/bin/security-checker security:check composer.lock
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ Other packages that you'll get:
56
56
- ** [ Mink Goutte Driver] [ mink-goutte-driver ] ** : Goutte driver for Mink framework
57
57
- ** [ Mink Selenium2 Driver] [ mink-selenium2-driver ] ** : Selenium2 (WebDriver) driver for Mink framework
58
58
- ** [ Phing] [ phing ] ** : Phing is a PHP project build system or build tool based on Apache Ant
59
+ - ** [ Phinx] [ phinx ] ** : Phinx makes it ridiculously easy to manage the database migrations for your PHP app
59
60
- ** [ PHP_CodeSniffer Composer Installer] [ phpcs-composer-installer ] ** : For installing PHP_CodeSniffer coding standards
60
61
- ** [ PHPCompatibility] [ phpcompatibility ] ** : PHP Compatibility checks for PHP_CodeSniffer
61
62
- ** [ Prestissimo] [ prestissimo ] ** : Composer parallel install plugin
@@ -233,6 +234,7 @@ THE SOFTWARE.
233
234
[ paratest ] : https://github.com/brianium/paratest
234
235
[ pdepend ] : https://github.com/pdepend/pdepend
235
236
[ phing ] :https://www.phing.info/
237
+ [ phinx ] : https://phinx.org
236
238
[ php-codebrowser ] : https://github.com/mayflower/PHP_CodeBrowser
237
239
[ php-parallel-lint ] : https://github.com/JakubOnderka/PHP-Parallel-Lint
238
240
[ phpcompatibility ] : https://github.com/wimg/PHPCompatibility
Original file line number Diff line number Diff line change 41
41
"phploc/phploc" : " ^3.0.1" ,
42
42
"phpmd/phpmd" : " ^2.2.0" ,
43
43
"phpmetrics/phpmetrics" : " ^2.0.0" ,
44
- "phpro/grumphp" : " >=0.11.0,<1.0.0" ,
44
+ "phpro/grumphp" : " >=0.11.0,<1.0.0,!=0.11.4 " ,
45
45
"phpunit/phpunit" : " ^5.5.0" ,
46
+ "robmorgan/phinx" : " ^0.8.0" ,
46
47
"scheb/tombstone-analyzer" : " ^0.3.0" ,
47
48
"scrutinizer/ocular" : " ^1.3" ,
48
49
"sebastian/phpcpd" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments