Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/composer-deps' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
yaworsw committed Jan 18, 2014
2 parents e0109b9 + 6f5a8dd commit d83b317
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ SlimController is an extension for [the Slim Framework](http://www.slimframework

With Slim alone, you can create great applications very, very quickly. Sometimes things get out of hand an you just need a bit more structure - or at least I do. That's what SlimController is for.

[![Latest Stable Version](https://poser.pugx.org/slimcontroller/slimcontroller/v/stable.png)](https://packagist.org/packages/slimcontroller/slimcontroller)
[![Total Downloads](https://poser.pugx.org/slimcontroller/slimcontroller/downloads.png)](https://packagist.org/packages/slimcontroller/slimcontroller)

[![Build Status](https://travis-ci.org/fortrabbit/slimcontroller.png?branch=master)](https://travis-ci.org/fortrabbit/slimcontroller)

# Install via composer

Create a `composer.json` file
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"require": {
"php": ">=5.3.0",
"slim/slim": "2.3.*"
"slim/slim": "~2.4.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
Expand Down

0 comments on commit d83b317

Please sign in to comment.