Did something happen to the phinx --configuration
option?
A project at my work relies on it.
phinx docs: If a
--configuration
command line option is given, Phinx will load the specified file. Otherwise, ...
however when I run:
$ ./vendor/bin/phinx --configuration=my_config.php
The "--configuration" option does not exist.
Also --version
is not returning a version number.
Phinx by CakePHP - https://phinx.org.