Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
Readme updates [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Jan 24, 2013
1 parent d2fdb40 commit 3782fb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Collections

[![Build Status](https://secure.travis-ci.org/IcecaveStudios/collections.png)](http://travis-ci.org/IcecaveStudios/collections)
[![Test Coverage](http://icecavestudios.github.com/collections/coverage-report/coverage.png)](http://icecavestudios.github.com/collections/coverage-report/index.html)
[![Build Status](https://api.travis-ci.org/IcecaveStudios/collections.png)](http://travis-ci.org/IcecaveStudios/collections)
[![Test Coverage](http://icecave.com.au/collections/coverage-report/coverage.png)](http://icecave.com.au/collections/coverage-report/index.html)

**Collections** provides a set of PHP collection types loosely inspired by the .NET runtime and the C++ standard template library.

## Installation

**Collections** requires PHP 5.3.3 or newer.
**Collections** requires PHP 5.3.3 or later.

### With [Composer](http://getcomposer.org/)

* Add 'icecave/collections' to the project's composer.json dependencies
* Run `php composer.phar install`
* Run `composer install`

### Bare installation

Expand Down

0 comments on commit 3782fb6

Please sign in to comment.