You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
is this module compatible with PHP 8.1?
I got these errors:
Problem 1
- creativestyle/magesuite-page-cache-warmer-crawl-worker[v1.0.0, ..., v1.0.5] require php ~7.1.0 -> your php version (8.1.13) does not satisfy that requirement.
- creativestyle/magesuite-page-cache-warmer-crawler[v1.0.0, ..., v1.0.8] require php ~7.1.0 -> your php version (8.1.13) does not satisfy that requirement.
- creativestyle/magesuite-page-cache-warmer-crawl-worker v1.0.6 requires php ~7.1.0|~7.2.0 -> your php version (8.1.13) does not satisfy that requirement.
- creativestyle/magesuite-page-cache-warmer-crawler v1.0.9 requires php ~7.1.0|~7.2.0 -> your php version (8.1.13) does not satisfy that requirement.
- creativestyle/magesuite-page-cache-warmer-crawl-worker v1.0.7 requires guzzlehttp/guzzle ~6.3 -> found guzzlehttp/guzzle[6.3.0, ..., 6.5.8] but the package is fixed to 7.5.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- creativestyle/magesuite-page-cache-warmer v1.2.0 requires magento/framework ^101.0.0|^102.0.0 -> found magento/framework[101.0.0, ..., 101.0.11, 102.0.0, ..., 102.0.7-p3] but the package is fixed to 103.0.5-p1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- creativestyle/magesuite-page-cache-warmer[v1.2.1, ..., v1.2.3] require creativestyle/magesuite-page-cache-warmer-crawler ~1 -> satisfiable by creativestyle/magesuite-page-cache-warmer-crawler[v1.0.0, ..., v1.0.10].
- creativestyle/magesuite-page-cache-warmer-crawler v1.0.10 requires creativestyle/magesuite-page-cache-warmer-crawl-worker ^1.0.0 -> satisfiable by creativestyle/magesuite-page-cache-warmer-crawl-worker[v1.0.0, ..., v1.0.7].
- Root composer.json requires creativestyle/magesuite-page-cache-warmer ^1.2 -> satisfiable by creativestyle/magesuite-page-cache-warmer[v1.2.0, v1.2.1, v1.2.2, v1.2.3].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require creativestyle/magesuite-page-cache-warmer:*" to figure out if any version is installable, or "composer require creativestyle/magesuite-page-cache-warmer:^2.1" if you know which you need.
The text was updated successfully, but these errors were encountered:
Thanks for fast response - I actually just tried it with '--with-all-dependencies' and it has installed without errors. I take it I should just remove from system if it won't be supported in the future?
Also - do you a db script handy to remove associated attributes?
Hello,
is this module compatible with PHP 8.1?
I got these errors:
Problem 1
- creativestyle/magesuite-page-cache-warmer-crawl-worker[v1.0.0, ..., v1.0.5] require php ~7.1.0 -> your php version (8.1.13) does not satisfy that requirement.
- creativestyle/magesuite-page-cache-warmer-crawler[v1.0.0, ..., v1.0.8] require php ~7.1.0 -> your php version (8.1.13) does not satisfy that requirement.
- creativestyle/magesuite-page-cache-warmer-crawl-worker v1.0.6 requires php ~7.1.0|~7.2.0 -> your php version (8.1.13) does not satisfy that requirement.
- creativestyle/magesuite-page-cache-warmer-crawler v1.0.9 requires php ~7.1.0|~7.2.0 -> your php version (8.1.13) does not satisfy that requirement.
- creativestyle/magesuite-page-cache-warmer-crawl-worker v1.0.7 requires guzzlehttp/guzzle ~6.3 -> found guzzlehttp/guzzle[6.3.0, ..., 6.5.8] but the package is fixed to 7.5.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- creativestyle/magesuite-page-cache-warmer v1.2.0 requires magento/framework ^101.0.0|^102.0.0 -> found magento/framework[101.0.0, ..., 101.0.11, 102.0.0, ..., 102.0.7-p3] but the package is fixed to 103.0.5-p1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- creativestyle/magesuite-page-cache-warmer[v1.2.1, ..., v1.2.3] require creativestyle/magesuite-page-cache-warmer-crawler ~1 -> satisfiable by creativestyle/magesuite-page-cache-warmer-crawler[v1.0.0, ..., v1.0.10].
- creativestyle/magesuite-page-cache-warmer-crawler v1.0.10 requires creativestyle/magesuite-page-cache-warmer-crawl-worker ^1.0.0 -> satisfiable by creativestyle/magesuite-page-cache-warmer-crawl-worker[v1.0.0, ..., v1.0.7].
- Root composer.json requires creativestyle/magesuite-page-cache-warmer ^1.2 -> satisfiable by creativestyle/magesuite-page-cache-warmer[v1.2.0, v1.2.1, v1.2.2, v1.2.3].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require creativestyle/magesuite-page-cache-warmer:*" to figure out if any version is installable, or "composer require creativestyle/magesuite-page-cache-warmer:^2.1" if you know which you need.
The text was updated successfully, but these errors were encountered: