jeremykendall / slim-auth

Authorization and authentication for the Slim Framework using ZF2 Authentication and Acl components
MIT License
244 stars 38 forks source link

Can Not Install via Composer #25

Closed HughxDev closed 9 years ago

HughxDev commented 9 years ago

This is via the XAMPP shell (which provides php-cli, etc.) on Windows 7.

Firstly, I had to install composer manually, as curl is unavailable on Win.

# php F:\installer.php

All settings correct for using Composer Downloading...

Composer successfully installed to: F:\path\composer.phar Use it: php composer.phar

# composer require jeremykendall/slim-auth

'composer' is not recognized as an internal or external command, operable program or batch file.

# php composer.phar require jeremykendall/slim-auth

[InvalidArgumentException] Could not find package jeremykendall/slim-auth at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability

HughxDev commented 9 years ago

My mistake. Solution: http://stackoverflow.com/a/23741001/214325

jeremykendall commented 9 years ago

Awesome! Sorry I didn't get back to you. Work has been crazy.