Skip to content

Commit efa8017

Browse files
authored
Merge pull request #1 from kodedphp/php-version
Summer updates
2 parents 9dbb964 + 7d7decc commit efa8017

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: php
22
sudo: false
33
matrix:
44
include:
5-
- php: 7.0
65
- php: 7.1
76
fast_finish: true
87
before_script:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "~7",
14+
"php": "^7.1.4",
1515
"psr/log": "^1.0.1",
1616
"koded/stdlib": "~3"
1717
},

0 commit comments

Comments
 (0)