bshaffer / oauth2-demo-php

A demo application for running an OAuth2 server
748 stars 279 forks source link

Update composer.json to use older version of Silex. #39

Closed dailytabs closed 10 years ago

dailytabs commented 10 years ago

The Silex master branch is on 2.0 now, which is incompatible with oauth2-demo-php. Setting Silex version string to 1.2.*@dev.

hkdobrev commented 10 years ago

Why not set it to ~1.2 instead? What's the purpose of the dev stability?

bshaffer commented 10 years ago

Honestly, I don't know the difference. Can you help explain it to me?