Laravel-ide-helper: Php 8 & doctrine/dbal 3.0

Created on 13 Oct 2020  路  5Comments  路  Source: barryvdh/laravel-ide-helper

Hello,

Thank you for your work !

I know that's a little early, but do you have any plan to support PHP 8 in dev branch ?
Your package need package doctrine/dbal ~2.3,
But to work in PHP 8 doctrine/dbal need 3.0.x-dev

`

- Conclusion: remove doctrine/dbal 3.0.x-dev

- barryvdh/laravel-ide-helper 2.8.x-dev requires doctrine/dbal ~2.3 -> satisfiable by doctrine/dbal[2.10.x-dev, 2.11.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, 2.9.x-dev].

- barryvdh/laravel-ide-helper v2.8.0 requires doctrine/dbal ~2.3 -> satisfiable by doctrine/dbal[2.10.x-dev, 2.11.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, 2.9.x-dev].

- barryvdh/laravel-ide-helper v2.8.1 requires doctrine/dbal ~2.3 -> satisfiable by doctrine/dbal[2.10.x-dev, 2.11.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, 2.9.x-dev].

`

Thank you !
Best regards

enhancement

Most helpful comment

dbal 3.0 support clashes with our currently supported range of Laravel version; so the current plan is to make one more (last) 2.8 release and for 2.9, drop Laravel < 8 and enable dbal => https://github.com/barryvdh/laravel-ide-helper/pull/1114

All 5 comments

Absolutely desirable :)

However I don't have a "production ready" working environment anywhere, so can't test anything properly.

Now that dbal 3 has been released, it would be great for laravel-ide-helper to support it.

Opened PR here: https://github.com/barryvdh/laravel-ide-helper/pull/1094
If it passes, I guess it's good to merge.

Any updates on this issue?

dbal 3.0 support clashes with our currently supported range of Laravel version; so the current plan is to make one more (last) 2.8 release and for 2.9, drop Laravel < 8 and enable dbal => https://github.com/barryvdh/laravel-ide-helper/pull/1114

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Alymosul picture Alymosul  路  4Comments

marcus-clements picture marcus-clements  路  3Comments

ghost picture ghost  路  5Comments

ivansammartino picture ivansammartino  路  3Comments

Lambik picture Lambik  路  5Comments