Skip to content

Commit

Permalink
Merge pull request #32 from kokspflanze/develop
Browse files Browse the repository at this point in the history
WIP: v3 with twig3 support
  • Loading branch information
kokspflanze authored Nov 20, 2019
2 parents a663f47 + db44458 commit 055efde
Show file tree
Hide file tree
Showing 14 changed files with 272 additions and 270 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@ cache:

matrix:
include:
- php: 7.1
env:
- DEPS=lowest
- php: 7.1
env:
- DEPS=locked
- php: 7.1
env:
- DEPS=latest
- php: 7.2
env:
- DEPS=lowest
Expand Down
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"type": "library",
"keywords": [
"twig",
"twig2",
"twig3",
"module",
"zf",
"zf3"
Expand All @@ -23,8 +25,8 @@
}
],
"require": {
"php": "^7.1",
"twig/twig": "^2.8.1",
"php": "^7.2.9",
"twig/twig": "^3.0.0",
"zendframework/zend-mvc": "^3.0",
"zendframework/zend-view": "^2.7",
"zendframework/zend-servicemanager": "^3.0",
Expand All @@ -43,7 +45,7 @@
"require-dev": {
"zendframework/zend-navigation": "^2.7",
"zendframework/zend-modulemanager": "^2.7",
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^8.4.3"
},
"replace": {
"zf-commons/zfc-twig": "self.version"
Expand Down
Loading

0 comments on commit 055efde

Please sign in to comment.