swkBerlin / kata-bootstraps

Empty projects for different languages with a failing test
MIT License
498 stars 346 forks source link

PHP CI fails #241

Closed kudashevs closed 4 months ago

kudashevs commented 5 months ago

PHP CI fails with the build error:

Run composer install --prefer-dist
No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires mockery/mockery dev-master, found mockery/mockery[dev-feature/refactor-internal-classes, dev-remove-comments-from-mock-pass, dev-feature/types, dev-mock-internals, dev-chore/add-blackfire, dev-main, dev-refctor/1.7.x/count-validator, dev-issue-1190/address-bc-changes-test-did-not-perform-any-assertions-error, dev-feature/php82/mock-readonly-classes, 0.7.2, ..., 0.9.x-dev, 1.0.0-alpha1, ..., 1.7.x-dev, 2.0.x-dev] but it does not match the constraint. Perhaps dev-master was renamed to dev-main?

The problem is that the mockery/mockery dev dependency renamed the dev-master branch to the dev-main branch.

kudashevs commented 4 months ago

Since the issue was solved, this can be safely closed :)