Skip to content

Commit

Permalink
Merge pull request #1 from OpenBuildings/update-php-version
Browse files Browse the repository at this point in the history
Update php version
  • Loading branch information
tumbalev authored Mar 2, 2020
2 parents ebfce77 + 6cbb61c commit 5551d1d
Show file tree
Hide file tree
Showing 3 changed files with 284 additions and 266 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ language: php
sudo: false

php:
- 7.0
- 7.1
- 7.2
- 7.3

env:
- DEPS=normal
- DEPS=highest
- DEPS=lowest

services: mysql

matrix:
fast_finish: true

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
"config": {
"platform": {
"php": "7.0.0"
"php": "7.1.8"
}
}
}
Loading

0 comments on commit 5551d1d

Please sign in to comment.