What are the Slack Archives?
Itβs a history of our time together in the Slack Community! Thereβs a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.
Because this space is not active, you wonβt be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..
Hey, is there a way to check, which modules have to be updated for a php version (in this case php8.
Hey, is there a way to check, which modules have to be updated for a php version (in this case php8.0 ) ?
Comments
-
fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,084 βοΈ - Guardians (admin)
You could update your composer.json in two places for the php 8 version and try
$ composer update --dry-run
0 -
The hard dependencies are resolved, so the project is installable (and already runs) on php 8. But I mean something like this: https://github.com/spryker/cms-block-gui/commit/983410d43ca3f1b8026928e8791cc8c25632235e . The module in the older version has a php version constraint of >=7.4, so still valid. But you cannot save blocks in Zed anymore, so we have to update it. There are probably more of these hiding somewhere
0 -
You can run
composer why-not php 8
0 -
it does help, to find composer modules that explicitly exclude php8 (e.g. php: ~7.x or <8.0 ) π. But unfortunately does not catch modules that have something like >=7.4
0 -
Go through releases history and search for
PHP
? π From found RG you should be able to identify many\most of them.0 -
But yeah, search functionality for that area wouldn't harm...
0 -
there is a page size parameter. It seems to be limited to max=100, but then it's only 9 pages at least π thx! https://api.release.spryker.com/release-history?limit=100
0 -
but then it's only 9 pages at least
29.
0 -
oh ok π right I did only look at the rendered page buttons
0
Categories
- All Categories
- 42 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 76 Spryker News
- 929 Developer Corner
- 787 Spryker Development
- 89 Spryker Dev Environment
- 362 Spryker Releases
- 3 Oryx frontend framework
- 35 Propel ORM
- 68 Community Projects
- 3 Community Ideation Board
- 30 Hackathon
- 3 PHP Bridge
- 6 Gacela Project
- 26 Job Opportunities
- 3.2K π Slack Archives
- 116 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random Stuff
- 4 Code Testing
- 32 Product & Business Questions
- 70 Spryker Safari Questions
- 50 Random