Skip to content

Commit

Permalink
Fixed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed Feb 1, 2015
1 parent 728b1b0 commit 56bf8e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

[![Release](https://img.shields.io/github/release/ICanBoogie/HTTP.svg)](https://github.com/ICanBoogie/HTTP/releases)
[![Build Status](https://img.shields.io/travis/ICanBoogie/HTTP/master.svg)](http://travis-ci.org/ICanBoogie/HTTP)
[![HHVM](https://img.shields.io/hhvm/icanboogie/http/master.svg)](http://hhvm.h4cc.de/package/icanboogie/http)
[![HHVM](https://img.shields.io/hhvm/icanboogie/http.svg)](http://hhvm.h4cc.de/package/icanboogie/http)
[![Code Quality](https://img.shields.io/scrutinizer/g/ICanBoogie/HTTP/master.svg)](https://scrutinizer-ci.com/g/ICanBoogie/HTTP)
[![Code Coverage](https://img.shields.io/coveralls/ICanBoogie/HTTP/master.svg)](https://coveralls.io/r/ICanBoogie/HTTP)
[![Packagist](https://img.shields.io/packagist/dt/icanboogie/http.svg)](https://packagist.org/packages/icanboogie/http)
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -19,9 +19,9 @@
},
"require": {
"php": ">=5.4.0",
"icanboogie/prototype": "~2.0",
"icanboogie/event": ">=1.2",
"icanboogie/datetime": ">=1.1"
"icanboogie/prototype": "~2.0.3",
"icanboogie/event": "~1.2.3",
"icanboogie/datetime": "~1.1.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 56bf8e4

Please sign in to comment.