Skip to content

Commit

Permalink
Merge pull request #1657 from dopesong/patch-1
Browse files Browse the repository at this point in the history
Change composer install in readme to stable
  • Loading branch information
akrabat committed Dec 7, 2015
2 parents 3b06f0f + e186a69 commit fadadb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Slim is a PHP micro-framework that helps you quickly write simple yet powerful w
It's recommended that you use [Composer](https://getcomposer.org/) to install Slim.

```bash
$ composer require slim/slim "^3.0@RC"
$ composer require slim/slim "~3.0"
```

This will install Slim and all required dependencies. Slim requires PHP 5.5.0 or newer.
Expand Down

0 comments on commit fadadb8

Please sign in to comment.