Skip to content

Commit

Permalink
Merge branch 'php74'
Browse files Browse the repository at this point in the history
* php74:
  update phpstan
  add minimum req for zend-stlib to ^3.2.1
  add php 7.4 support
  • Loading branch information
samsonasik committed Dec 1, 2019
2 parents eb179ad + b252f46 commit 4833d75
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ matrix:
- php: 7.2
env:
- DEPS=latest
- php: 7.3
env:
- DEPS=lowest
- php: 7.3
env:
- DEPS=latest
- php: 7.4snapshot
env:
- DEPS=lowest
- php: 7.4snapshot
env:
- DEPS=latest

before_script:
- mkdir -p build/logs
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@
"require": {
"php": "^7.1",
"zendframework/zend-http": "^2.6",
"zendframework/zend-json": "^3.0",
"zendframework/zend-servicemanager": "^3.3.0"
"zendframework/zend-json": "^3.1.2",
"zendframework/zend-servicemanager": "^3.3.0",
"zendframework/zend-stdlib": "^3.2.1"
},
"require-dev": {
"guzzlehttp/guzzle": "^6.3",
"kahlan/kahlan": "^4.0",
"php-coveralls/php-coveralls": "^2.0",
"phpstan/phpstan": "^0.10",
"phpstan/phpstan": "^0.11.19",
"symfony/yaml": "^3.2.7",
"zendframework/zend-coding-standard": "^1.0"
},
Expand Down

0 comments on commit 4833d75

Please sign in to comment.