laravel-doctrine / extensions

Extensions integration for Doctrine2 and Laravel
http://laraveldoctrine.org/
MIT License
48 stars 24 forks source link

laravel 6/laravel-doctrine/orm 1.5 compabillity fix #47

Closed pavel-grom closed 4 years ago

eigan commented 4 years ago

Could you explain which problems you are experiencing? ~1.0 will allow everything within 1.*, so your change will restrict this package to only 1.5 release.

See: https://semver.mwl.be/#!?package=laravel-doctrine%2Form&version=~1.0&minimum-stability=stable

eigan commented 4 years ago

I noticed that its not possible to install this extension when using anything else than laravel-doctrine/orm:1.5 (as you probably noticed too).

I merged this fix and released it as 1.1.1. But the 1.1.0 release must be pulled from packagist. If you are using laravel-doctrine/orm:1.4, please require this package with: laravel-doctrine/extensions:1.0.14 in the meantime.

ping @vladyslavstartsev @patrickbrouwers Could you remove laravel-doctrine/extensions:1.1.0 from packagist?