-
-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for PHP 8.2 #791
Conversation
a223477
to
63f97ab
Compare
no, waiting laminas/laminas-code#142 |
I just checked the upgrade path and it seems like driehle $ composer why-not php 8.2
Package "php" could not be found with constraint "8.2", results below will most likely be incomplete.
doctrine/doctrine-module 5.3.x-dev requires php (^7.4 || ~8.0.0 || ~8.1.0)
laminas/laminas-cache 3.2.0 requires php (^7.4 || ~8.0.0 || ~8.1.0)
laminas/laminas-cache-storage-adapter-blackhole 2.0.0 requires php (^7.3 || ~8.0.0 || ~8.1.0)
laminas/laminas-cache-storage-adapter-memory 2.0.0 requires php (^7.3 || ~8.0.0 || ~8.1.0)
laminas/laminas-code 4.7.0 requires php (>=7.4, <8.2)
laminas/laminas-filter 2.15.1 requires php (^7.4 || ~8.0.0 || ~8.1.0)
laminas/laminas-form 3.2.0 requires php (^7.4 || ~8.0.0 || ~8.1.0)
laminas/laminas-hydrator 4.3.2 requires php (^7.3 || ~8.0.0 || ~8.1.0)
laminas/laminas-i18n 2.15.0 requires php (^7.4 || ~8.0.0 || ~8.1.0)
laminas/laminas-inputfilter 2.16.0 requires php (^7.4 || ~8.0.0 || ~8.1.0)
laminas/laminas-router 3.5.0 requires php (^7.3 || ~8.0.0 || ~8.1.0)
laminas/laminas-servicemanager 3.10.0 requires php (~7.4.0 || ~8.0.0 || ~8.1.0)
laminas/laminas-session 2.12.1 requires php (^7.3 || ~8.0.0 || ~8.1.0)
laminas/laminas-validator 2.19.0 requires php (^7.3 || ~8.0.0 || ~8.1.0)
laminas/laminas-view 2.20.0 requires php (^7.4 || ~8.0.0 || ~8.1.0)
phpspec/prophecy v1.15.0 requires php (^7.2 || ~8.0, <8.2) Besides, we have the same issue with prophecy, as in doctrine-laminas-hydrators. I would be fine with dropping prophecy here as well, but here prophecy is used quite itensively in the unit tests. So rewriting these tests would be quite a bit of work, which currently I am not capable to do. |
Could you please rebase on latest |
yep |
I'd like to request to changes:
|
Signed-off-by: Stéphane Demonchaux <demonchaux.stephane@gmail.com>
will be green once doctrine/doctrine-laminas-hydrator#62 is merge
Blocked by: