We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebfce77 + 6cbb61c commit 5551d1dCopy full SHA for 5551d1d
.travis.yml
@@ -4,15 +4,17 @@ language: php
4
sudo: false
5
6
php:
7
- - 7.0
8
- 7.1
9
- 7.2
+ - 7.3
10
11
env:
12
- DEPS=normal
13
- DEPS=highest
14
- DEPS=lowest
15
16
+services: mysql
17
+
18
matrix:
19
fast_finish: true
20
composer.json
@@ -10,18 +10,18 @@
}
],
"require" : {
- "php": ">=5.3.2",
+ "php": "^7.1",
"ext-pdo": "*"
},
"autoload": {
"psr-0": {"Openbuildings\\DBFixtures\\": "src/"}
"require-dev": {
- "phpunit/phpunit": "^6.4"
+ "phpunit/phpunit": "^7"
21
22
"config": {
23
"platform": {
24
- "php": "7.0.0"
+ "php": "7.1.8"
25
26
27
0 commit comments