orm: [BUG] Rejects laravel 7 when set as a composer requirement in a repo

Package version, Laravel version

orm v.1.5 Laravel 7.x

Expected behaviour

When doctrine/orm is specified as “*” within a third party composer repo, the requirements should be met.

Actual behaviour

Composer error: for laravel-doctrine/orm 1.5.5 requires illuminate/view ^6.0

Steps to reproduce the behaviour

Create a laravel 7 installation (A). Then create new repo (B) with a composer dependency of doctrine/orm: "*". Attempt to include repo B as a dependency to A.

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 3
  • Comments: 15 (10 by maintainers)

Most upvoted comments

@eigan I’ve added you as maintainer to packagist and deleted the 1.4 release

laravel-doctrine/migrations 2.0 is now released with support for Laravel 7, thanks to @chewbakartik!

Note that there is some breaking changes because of the upgrade to doctrine/migrations 2.0. See the release notes here: https://github.com/laravel-doctrine/migrations/releases/tag/2.0.0

@patrickbrouwers Should we delete the 1.4 version from packagist, or what do you suggest?