Skip to content

Commit

Permalink
CouscousPHP#33 Require PHP 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Nov 10, 2014
1 parent d11ae27 commit 0f81f91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
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 @@
"bin/couscous"
],
"require": {
"php": ">=5.3.3",
"php": ">=5.4.0",
"symfony/console": "~2.4",
"symfony/filesystem": "~2.4",
"symfony/finder": "~2.4",
Expand Down
4 changes: 4 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Getting started

## Requirements

Couscous requires PHP 5.4 or above.

## Installation

If you have already [set up a global install of Composer](http://akrabat.com/php/global-installation-of-php-tools-with-composer/) just run:
Expand Down

0 comments on commit 0f81f91

Please sign in to comment.