aejnsn / postgresify

Extended PostgreSQL Functionality for Laravel and Lumen.
MIT License
26 stars 11 forks source link

No version for minimum stability #8

Closed cihantas closed 8 years ago

cihantas commented 8 years ago

Hey,

first of all thanks for the amazing effort. I get the following error when trying to require the package in composer.

[InvalidArgumentException]
Could not find package aejnsn/postgresify at any version for your minimum-s
tability (stable). Check the package spelling or your minimum-stability

Do I get this error because postgresify is still in development?

aejnsn commented 8 years ago

Hi @cihantas,

How are you requiring this in your composer.json? The dev-master should definitely be available. There is not versioned release as of yet.

ha17 commented 8 years ago

I got this message, too, and had to edit composer.json to add: "aejnsn/postgresify": "@dev"