Skip to content

Commit

Permalink
Merge pull request #35 from OpenBuildings/add-php-version-support
Browse files Browse the repository at this point in the history
Add php version support
  • Loading branch information
tumbalev authored Feb 17, 2020
2 parents 8216150 + 6d20c4e commit 1982b1b
Show file tree
Hide file tree
Showing 11 changed files with 749 additions and 236 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ sudo: false
services: xvfb

php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3

env:
- DEPS=normal
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,20 @@
}
],
"require": {
"php": "^7.1",
"symfony/css-selector": "^2.3|^3.0",
"openbuildings/environment-backup": "~0.1.1"
},
"require-dev": {
"openbuildings/kohana-test-bootstrap": "^0.2",
"phpunit/phpunit": "^4.0|^5.0"
"phpunit/phpunit": "^7"
},
"autoload": {
"psr-0": {"Openbuildings\\Spiderling\\": "src/"}
},
"config": {
"platform": {
"php": "5.4"
"php": "7.1.8"
}
}
}
Loading

0 comments on commit 1982b1b

Please sign in to comment.