From 7c53664f5277bc8f358a43f07d89215482ae0be6 Mon Sep 17 00:00:00 2001 From: Ricardo Paes Date: Thu, 24 Mar 2022 15:37:57 -0300 Subject: [PATCH] :zap: Changing project namespace As the namespace ended with Phinx, it got very repetitive. --- composer.json | 6 +++--- src/Phinx.php | 2 +- tests/PhinxTest.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index dc75ae0..9244109 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ ], "require": { "php": ">=5.6", - "robmorgan/phinx": "^0.11.7" + "robmorgan/phinx": ">=0.10" }, "require-dev": { "phpunit/phpunit": "^5.0 || ^9.0", @@ -15,12 +15,12 @@ }, "autoload": { "psr-4": { - "Like\\Codeception\\Phinx\\": "src/" + "Like\\Codeception\\": "src/" } }, "autoload-dev": { "psr-4": { - "Like\\Codeception\\Phinx\\Tests\\": "tests/" + "Like\\Codeception\\Tests\\": "tests/" } }, "authors": [ diff --git a/src/Phinx.php b/src/Phinx.php index d118d8a..e84de32 100644 --- a/src/Phinx.php +++ b/src/Phinx.php @@ -1,6 +1,6 @@