When I run 'composer update' , it gave me below error.
package requires php ^7.1.3 || ^8.0 -> your PHP version (5.6.40) does not satisfy that requirement.
I can ignore the platform and avoid this issue by running ' composer update --ignore-platform-reqs '
Post a Comment
Post a Comment