Skip to content

Commit 5340198

Browse files
increased php version to 5.6
raised branch alias to 1.3
1 parent 000848f commit 5340198

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

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

33
php:
4-
- 5.4
5-
- 5.5
64
- 5.6
75
- 7.0
86
- 7.1
@@ -15,7 +13,7 @@ sudo: false
1513

1614
matrix:
1715
include:
18-
- php: 5.3
16+
- php: 5.6
1917
env: PACKAGE_VERSION=low
2018

2119
before_script:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
],
2929
"require": {
30-
"php": "^5.3.3|7.0.x|7.1.x",
30+
"php": "^5.6|7.0.x|7.1.x",
3131
"phpcr/phpcr": "~2.1.0",
3232
"symfony/console": "~2.3|~3.0"
3333
},
@@ -48,7 +48,7 @@
4848
"bin": ["bin/phpcr"],
4949
"extra": {
5050
"branch-alias": {
51-
"dev-master": "1.2-dev"
51+
"dev-master": "1.3-dev"
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)