Answers for "[InvalidArgumentException] Could not find package symfony/web-server-bundle in a version matching 5.0."

PHP
0

[InvalidArgumentException] Could not find package symfony/web-server-bundle in a version matching 5.0.

composer require symfony/web-server-bundle --dev ^4.4.2
/* You can check for the latest
version here: https://packagist.org/packages/symfony/web-server-bundle*/
Posted by: Guest on April-12-2021

Code answers related to "[InvalidArgumentException] Could not find package symfony/web-server-bundle in a version matching 5.0."

Browse Popular Code Answers by Language