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
My production server is running PHP 7.2 running on 64bit Amazon Linux/2.9.11 (Amazon Linux).
Whenever I try deploying through Elastic Beanstalk, I get the following error:
Problem 1
- Installation request for spatie/browsershot 3.41.1 -> satisfiable by spatie/browsershot[3.41.1].
- spatie/browsershot 3.41.1 requires php ^7.4|^8.0 -> your PHP version (7.2.33) does not satisfy that requirement.
Problem 2
- Installation request for spatie/crawler 4.7.6 -> satisfiable by spatie/crawler[4.7.6].
- spatie/crawler 4.7.6 requires php ^7.3|^8.0 -> your PHP version (7.2.33) does not satisfy that requirement.
Problem 3
- Installation request for spatie/robots-txt 1.0.10 -> satisfiable by spatie/robots-txt[1.0.10].
- spatie/robots-txt 1.0.10 requires php ^7.3 || ^8.0 -> your PHP version (7.2.33) does not satisfy that requirement.
Problem 4
- Installation request for facade/ignition-contracts 1.0.2 -> satisfiable by facade/ignition-contracts[1.0.2].
- facade/ignition-contracts 1.0.2 requires php ^7.3|^8.0 -> your PHP version (7.2.33) does not satisfy that requirement.
Problem 5
- Installation request for phpunit/php-token-stream 4.0.4 -> satisfiable by phpunit/php-token-stream[4.0.4].
- phpunit/php-token-stream 4.0.4 requires php ^7.3 || ^8.0 -> your PHP version (7.2.33) does not satisfy that requirement.
Problem 6
- spatie/crawler 4.7.6 requires php ^7.3|^8.0 -> your PHP version (7.2.33) does not satisfy that requirement.
- spatie/laravel-sitemap 5.7.0 requires spatie/crawler ^4.1.0 -> satisfiable by spatie/crawler[4.7.6].
- Installation request for spatie/laravel-sitemap 5.7.0 -> satisfiable by spatie/laravel-sitemap[5.7.0].
I'm not ready to upgrade our PHP version just yet as it may involve some downtime.
Could you advise which specific version of the sitemap I can install that will work on our production PHP version.
This discussion was converted from issue #350 on December 16, 2020 19:31.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
My production server is running PHP 7.2 running on 64bit Amazon Linux/2.9.11 (Amazon Linux).
Whenever I try deploying through Elastic Beanstalk, I get the following error:
I'm not ready to upgrade our PHP version just yet as it may involve some downtime.
Could you advise which specific version of the sitemap I can install that will work on our production PHP version.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions