Skip to content

Commit 333a926

Browse files
committed
Consistency changes
1 parent d52bb2f commit 333a926

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.3
54
- 5.4
65
- 5.5
76
- 5.6
@@ -30,7 +29,7 @@ matrix:
3029
- COVERALLS=1
3130
- php: 5.6
3231
env:
33-
- PHPCS=1 PHPCS_ARGS="-p --extensions=php --standard=CakePHP --ignore=vendor/ -n ."
32+
- PHPCS=1
3433
- php: 5.6
3534
env:
3635
- FOC_VALIDATE=1
@@ -42,7 +41,7 @@ branches:
4241
before_script:
4342
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
4443
- phpenv rehash
45-
- git clone -b master https://github.com/FriendsOfCake/travis.git --depth 1 ../travis
44+
- git clone -b master https://github.com/Oefenweb/travis --depth 1 ../travis
4645
- travis_wait ../travis/before_script.sh
4746

4847
script:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Redis (DataSource) Plugin for CakePHP
66

77
## Requirements
88

9-
* CakePHP 2.0 or greater.
10-
* PHP 5.3.10 or greater.
9+
* CakePHP 2.4.2 or greater.
10+
* PHP 5.4.16 or greater.
1111
* PhpRedis.
1212

1313
## Installation

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=5.3.10",
17+
"php": ">=5.4.16",
1818
"composer/installers": "~1.0"
1919
},
2020
"suggest": {

0 commit comments

Comments
 (0)