Skip to content

Commit

Permalink
min php 5.5 update
Browse files Browse the repository at this point in the history
  • Loading branch information
kokspflanze committed Jan 18, 2016
1 parent 3d1a572 commit ba33f8f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7
- hhvm
- hhvm-nightly

matrix:
fast_finish: true
allow_failures:
- php: hhvm
- php: hhvm-nightly

before_script:
- composer update --prefer-source --dev
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ Master
[![Build Status](https://travis-ci.org/kokspflanze/ZfcBBCode.svg?branch=master)](https://travis-ci.org/kokspflanze/ZfcBBCode?branch=master)
[![Coverage Status](https://coveralls.io/repos/kokspflanze/ZfcBBCode/badge.svg?branch=master)](https://coveralls.io/r/kokspflanze/ZfcBBCode?branch=master)

Develop
[![Build Status](https://travis-ci.org/kokspflanze/ZfcBBCode.svg?branch=develop)](https://travis-ci.org/kokspflanze/ZfcBBCode?branch=develop)
[![Coverage Status](https://coveralls.io/repos/kokspflanze/ZfcBBCode/badge.svg?branch=develop)](https://coveralls.io/r/kokspflanze/ZfcBBCode?branch=develop)

## SYSTEM REQUIREMENTS

requires PHP 5.4 or later.
requires PHP 5.5 or later.

## INSTALLATION

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
],
"require": {
"php": ">=5.4",
"php": ">=5.5",
"zendframework/zend-modulemanager": "~2.5",
"zendframework/zend-servicemanager": "~2.5",
"zendframework/zend-mvc": "~2.5",
Expand Down

0 comments on commit ba33f8f

Please sign in to comment.