summaryrefslogtreecommitdiff
path: root/composer.json
AgeCommit message (Collapse)Author
2014-06-17PSR-2 formattingAsmir Mustafic
2014-06-11PSR-0 vendor namespaceAsmir Mustafic
2014-06-10Updating the master branch for 2.0 development.Matt Farina
2014-05-16Merging in composer extra section.Matt Farina
2014-05-15Merge pull request #34 from goetas/prs-testsMatt Farina
Fixes the testing errors and makes the tests PSR compatible
2014-05-141.0 as master dev branchAsmir Mustafic
2014-05-12Composer autoloadAsmir Mustafic
2014-05-12PRS-4 testsAsmir Mustafic
2014-04-29Updated to a new version of phpdoc.Matt Farina
2014-04-15Updating the PHPUnit settings to use 4.x and ignore the build directory for ↵Matt Farina
code coverage builds.
2013-11-06Added phpdoc to composer require-dev so we can generate docs.Matt Farina
2013-11-05Adding coveralls support.Matt Farina
2013-11-05Adding phpunit back to composer.json. The require-dev is only fired off when ↵Matt Farina
this library is the root project. When included as a library in another project require-dev items are not installed.
2013-09-27Updated the homepage to be http rather than https because of the github ssl ↵Matt Farina
cert warning.
2013-09-26Updated the homepage to the project homepage using gh-pages.Matt Farina
2013-09-26For further reading on why composer works this way please see ↵Matt Farina
http://seld.be/notes/composer-installing-require-dev-by-default
2013-09-15Added phpunit to require-dev in composer.json.Matt Butcher
This should be alright for library usage. If not, we can roll back.
2013-06-01Updated composer.json to prepare for release on packagist.Matt Farina
2013-05-28Updating composer.json.Matt Butcher
2013-04-02Fixed the classloader entry.Matt Butcher
2013-04-02Fixed composer.json.Matt Butcher
2013-04-02Stubbed out Composer file.Technosophos