Something went wrong while setting issue due date.
Not able to install via composer
Hi @exadra37
I tried installing this in a fresh Laravel install. Here are my steps and the error encountered:
Steps:
laravel new dockertest
cd dockertest
composer require --dev exadra37-docker-compose/php7-docker-stack
Error:
[InvalidArgumentException]
Could not find package exadra37-docker-compose/php7-docker-stack at any version for your minimum-stability (stable). Check the package spelling or your minimum-stabi
lity
I then modified the composer.json in the fresh Laravel install to include:
"minimum-stability": "dev",
But received the error:
[InvalidArgumentException]
Could not find package exadra37-docker-compose/php7-docker-stack at any version for your minimum-stability (dev). Check the package spelling or your minimum-stabilit
y
Any ideas?