Skip to content

Commit

Permalink
Merge pull request #5 from Eye4web/samsonasik-patch-1
Browse files Browse the repository at this point in the history
use zfcuser -> with zend-hydrator 3.0
  • Loading branch information
Danielss89 authored Feb 3, 2024
2 parents f3650f7 + 347b4c7 commit a9fc515
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 a9fc515

Please sign in to comment.