industrious-agency / laravel-dotmailer

A very basic Laravel wrapper for the Dotmailer API Client by romanpitak.
MIT License
6 stars 5 forks source link

Laravel 5: dev-master and minimum stability setting #2

Closed skecskes closed 9 years ago

skecskes commented 9 years ago

Hi,

As I can see, v0.1.0 is for Laravel 4.2. My current project use L5 and after requiring dev-master:

composer require "industrious-mouse/laravel-dotmailer": "dev-master"

I received this error:

[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"

Do you know what is causing that error message?

christian-thomas commented 9 years ago

Hi,

I've just updated this for L5 — If you have a look at the readme again, you'll just need to follow the Installation section for L5.

skecskes commented 9 years ago

excellent, thanks