[InvalidArgumentException]
Could not find package dev-master at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability
The workaround for this error for now is:
composer require "industrious-mouse/laravel-dotmailer": "dev-master as 0.2.0"
Hi,
As I can see, v0.1.0 is for Laravel 4.2. My current project use L5 and after requiring dev-master:
I received this error:
The workaround for this error for now is:
Do you know what is causing that error message?