vierge-noire / cakephp-fixture-factories

CakePHP Fixture Factories
https://vierge-noire.github.io/
MIT License
83 stars 21 forks source link

Plans on doing a Cake5 release? #227

Closed LordSimal closed 11 months ago

LordSimal commented 11 months ago

I have been using the cake5 branch for quite some time now and haven't run into any problems.

So a final main => cake5 merge and a (maybe RC) release should be fine imho.

dreamingmind commented 11 months ago

While editing for clarity I realized what I was doing wrong. So... ignore my question.

Solution: add "vierge-noire/cakephp-fixture-factories": "dev-cake5" to composer.json require-dev section add "minimum-stability": "dev" to composer.json


How are you managing that? When I try to require the cakephp-fixture-factories "^2.5" in my current cake 5 project I get:

composer require --dev vierge-noire/cakephp-fixture-factories "^2.5"
./composer.json has been updated
Running composer update vierge-noire/cakephp-fixture-factories
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - vierge-noire/cakephp-fixture-factories[v2.5, ..., v2.5.1] require cakephp/orm ^4.0 -> found cakephp/orm[4.0.0, ..., 4.4.17] but these were not loaded, likely because it conflicts with another require.
    - vierge-noire/cakephp-fixture-factories[v2.6, ..., v2.9.2] require cakephp/orm ^4.2 -> found cakephp/orm[4.2.0, ..., 4.4.17] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires vierge-noire/cakephp-fixture-factories ^2.5 -> satisfiable by vierge-noire/cakephp-fixture-factories[v2.5, ..., v2.9.2].

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

I'm currently at cake 5.1.1 and I'm assuming (perhaps wrongly?) that the Cakephp/orm set by the composer.json down in that package. Not advisable for me to interfere with in other words.

LordSimal commented 11 months ago

an initial Cake5 release is out there (even though there is a bug so a bugfix 3.0.1 will probably come soon)