File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 5.3
5
4
- 5.4
6
5
- 5.5
7
6
- 5.6
@@ -30,7 +29,7 @@ matrix:
30
29
- COVERALLS=1
31
30
- php : 5.6
32
31
env :
33
- - PHPCS=1 PHPCS_ARGS="-p --extensions=php --standard=CakePHP --ignore=vendor/ -n ."
32
+ - PHPCS=1
34
33
- php : 5.6
35
34
env :
36
35
- FOC_VALIDATE=1
@@ -42,7 +41,7 @@ branches:
42
41
before_script :
43
42
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
44
43
- 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
46
45
- travis_wait ../travis/before_script.sh
47
46
48
47
script :
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Redis (DataSource) Plugin for CakePHP
6
6
7
7
## Requirements
8
8
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.
11
11
* PhpRedis.
12
12
13
13
## Installation
Original file line number Diff line number Diff line change 14
14
}
15
15
],
16
16
"require" : {
17
- "php" : " >=5.3.10 " ,
17
+ "php" : " >=5.4.16 " ,
18
18
"composer/installers" : " ~1.0"
19
19
},
20
20
"suggest" : {
You can’t perform that action at this time.
0 commit comments