Skip to content
This repository has been archived by the owner on Jan 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3 from webimpress/feature/zend-hydrator-v3
Browse files Browse the repository at this point in the history
Support for zend-hydrator v3

Close #3
  • Loading branch information
michalbundyra committed Sep 7, 2019
2 parents 7dd5377 + 672f8d4 commit 0243e71
Show file tree
Hide file tree
Showing 14 changed files with 367 additions and 306 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
/.phpunit.result.cache
/clover.xml
/coveralls-upload.json
/phpunit.xml
Expand Down
13 changes: 2 additions & 11 deletions .travis.yml
Expand Up @@ -11,23 +11,14 @@ env:

matrix:
include:
- php: 7.1
env:
- DEPS=lowest
- php: 7.1
env:
- DEPS=locked
- CS_CHECK=true
- TEST_COVERAGE=true
- php: 7.1
env:
- DEPS=latest
- php: 7.2
env:
- DEPS=lowest
- php: 7.2
env:
- DEPS=locked
- CS_CHECK=true
- TEST_COVERAGE=true
- php: 7.2
env:
- DEPS=latest
Expand Down
17 changes: 9 additions & 8 deletions composer.json
Expand Up @@ -14,17 +14,17 @@
"rss": "https://github.com/doctrine/doctrine-zend-hydrator/releases.atom"
},
"require": {
"php": "^7.1",
"php": "^7.2",
"ext-ctype": "*",
"doctrine/common": "^2.8",
"zendframework/zend-hydrator": "^2.3",
"zendframework/zend-stdlib": "^3.1"
"doctrine/common": "^2.10",
"zendframework/zend-hydrator": "^3.0.2",
"zendframework/zend-stdlib": "^3.2.1"
},
"require-dev": {
"phpunit/phpunit": "^7.5.2",
"phpunit/phpunit": "^8.3.3",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-filter": "^2.8",
"zendframework/zend-servicemanager": "^3.3"
"zendframework/zend-filter": "^2.9.1",
"zendframework/zend-servicemanager": "^3.4"
},
"autoload": {
"psr-4": {
Expand All @@ -41,7 +41,8 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "1.0.x-dev",
"dev-develop": "2.0.x-dev"
}
},
"scripts": {
Expand Down

0 comments on commit 0243e71

Please sign in to comment.