From 89bc3e4440e059a9b2178558bcc01a1a77d82a2a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 23 Dec 2017 17:55:05 +0100 Subject: Update to 0.9.2 open https://github.com/cakephp/phinx/pull/1278 fix tests use phpunit6 on Fedora allow Symfony 4 --- phinx-version.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 phinx-version.patch (limited to 'phinx-version.patch') diff --git a/phinx-version.patch b/phinx-version.patch new file mode 100644 index 0000000..ea1290d --- /dev/null +++ b/phinx-version.patch @@ -0,0 +1,13 @@ +diff -up src/Phinx/Console/PhinxApplication.php.rpm src/Phinx/Console/PhinxApplication.php +--- src/Phinx/Console/PhinxApplication.php.rpm 2017-12-23 17:33:14.486694897 +0100 ++++ src/Phinx/Console/PhinxApplication.php 2017-12-23 17:33:39.408810505 +0100 +@@ -49,8 +49,7 @@ class PhinxApplication extends Applicati + */ + public function __construct() + { +- $composerConfig = json_decode(file_get_contents(__DIR__ . '/../../../composer.json')); +- $version = $composerConfig->version; ++ $version = '@VERSION@'; + + parent::__construct('Phinx by CakePHP - https://phinx.org.', $version); + -- cgit