Skip to content

Commit

Permalink
use zfcuser -> with zend-hydrator 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik authored Dec 4, 2020
1 parent 517ae92 commit 347b4c7
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
}
],
"require": {
"php": ">=5.4",
"zf-commons/zfc-user": ">=1.2.0"
"php": "^7.2",
"zf-commons/zfc-user": "dev-patch-1"
},
"autoload": {
"psr-0": {
Expand All @@ -37,5 +37,12 @@
},
"suggest": {
"soflomo/mail": "Email transporter"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/samsonasik/ZfcUser",
"no-api": true
}
]
}

0 comments on commit 347b4c7

Please sign in to comment.