Skip to content

Commit

Permalink
upgrade to use zend-hydrator 3.0
Browse files Browse the repository at this point in the history
with update require branch to fork https://github.com/samsonasik/ZfcUser see ZF-Commons/ZfcUser#688
  • Loading branch information
samsonasik authored Dec 3, 2020
1 parent a60b835 commit 330f8a5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"require": {
"php": ">=5.3.3",
"zf-commons/zfc-user": "*",
"zf-commons/zfc-user": "dev-patch-1",
"doctrine/doctrine-orm-module": "~1.0"
},
"autoload": {
Expand All @@ -33,5 +33,12 @@
"classmap": [
"./"
]
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/samsonasik/ZfcUser",
"no-api": true
}
]
}

0 comments on commit 330f8a5

Please sign in to comment.