J7mbo / twitter-api-php

The simplest PHP Wrapper for Twitter API v1.1 calls
MIT License
1.82k stars 800 forks source link

Updated composer.json #108

Closed phansys closed 9 years ago

phansys commented 9 years ago
J7mbo commented 9 years ago

Unfortunately this can't currently be merged - could you update to work with the latest version?

phansys commented 9 years ago

Rebased. Note that I've updated the requirement for phpunit/phpunit to ~4.5,>=4.5.1 in order to allow greater versions from 4.x branch but starting from your current restrictive 4.5.1 constraint.

J7mbo commented 9 years ago

Seeing as we're now on 1.0.2, does having "dev-master": "1.0-dev" matter here? Just wondering as I haven't used branch aliases before :-)

phansys commented 9 years ago

IMO, since your master branch tracks the latest dev updates for 1.x branch, it is a good idea to give the developers the ability to install these updates in a sem-ver basis: https://getcomposer.org/doc/articles/aliases.md