Skip to content

Commit 5551d1d

Browse files
authored
Merge pull request #1 from OpenBuildings/update-php-version
Update php version
2 parents ebfce77 + 6cbb61c commit 5551d1d

File tree

3 files changed

+284
-266
lines changed

3 files changed

+284
-266
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@ language: php
44
sudo: false
55

66
php:
7-
- 7.0
87
- 7.1
98
- 7.2
9+
- 7.3
1010

1111
env:
1212
- DEPS=normal
1313
- DEPS=highest
1414
- DEPS=lowest
1515

16+
services: mysql
17+
1618
matrix:
1719
fast_finish: true
1820

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
}
1111
],
1212
"require" : {
13-
"php": ">=5.3.2",
13+
"php": "^7.1",
1414
"ext-pdo": "*"
1515
},
1616
"autoload": {
1717
"psr-0": {"Openbuildings\\DBFixtures\\": "src/"}
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^6.4"
20+
"phpunit/phpunit": "^7"
2121
},
2222
"config": {
2323
"platform": {
24-
"php": "7.0.0"
24+
"php": "7.1.8"
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)