Skip to content

Commit

Permalink
update zend-view minimum version, added travis composer cache
Browse files Browse the repository at this point in the history
  • Loading branch information
hummer2k committed Dec 26, 2019
1 parent 91fde4a commit 168ff7d
Show file tree
Hide file tree
Showing 3 changed files with 467 additions and 917 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: php

cache:
directories:
- $HOME/.composer/cache/files

php:
- 7.2
- 7.3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"zendframework/zend-stdlib": "^3.0",
"zendframework/zend-http": "^2.5",
"zendframework/zend-config": "^2.6",
"zendframework/zend-view": "^2.11"
"zendframework/zend-view": "^2.11.3"
},
"suggest": {
"zendframework/zend-filter": "Filter configured params e.g. src, href attributes (basepath, cachebuster, ...)"
Expand Down
Loading

0 comments on commit 168ff7d

Please sign in to comment.