josegonzalez / cakephp-version

CakePHP3: plugin that facilitates versioned database entities
MIT License
51 stars 22 forks source link

update composer removing the dependency on cakephp/cakephp and to dev… #9

Closed harikt closed 8 years ago

harikt commented 8 years ago

…. Current time cannot remove the cake dependency due to no tests in orm resides

Fixes #8 partially.

Once https://github.com/cakephp/cakephp/issues/6994 is fixed , can make the necessary adjustments.

Thank you.

harikt commented 8 years ago

Some of the tests are broken dude to satooshi/php-coveralls dev-master requires php >=5.5 -> your PHP version (5.4.37) or value of "config.platform.php" in composer.json does not satisfy that requirement. .

josegonzalez commented 8 years ago

I dropped 5.4 support on master. Good riddance.

Can you rebase onto master?

harikt commented 8 years ago

@josegonzalez made the changes and rebased.

Let me know if you think there is any other issues.

Thank you.

harikt commented 8 years ago

For the record, you are correct that without the change in the type to cakephp-plugin it will work.

Thank you.