We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3650f7 + 347b4c7 commit a9fc515Copy full SHA for a9fc515
composer.json
@@ -17,8 +17,8 @@
17
}
18
],
19
"require": {
20
- "php": ">=5.4",
21
- "zf-commons/zfc-user": ">=1.2.0"
+ "php": "^7.2",
+ "zf-commons/zfc-user": "dev-patch-1"
22
},
23
"autoload": {
24
"psr-0": {
@@ -37,5 +37,12 @@
37
38
"suggest": {
39
"soflomo/mail": "Email transporter"
40
- }
+ },
41
+ "repositories": [
42
+ {
43
+ "type": "vcs",
44
+ "url": "https://github.com/samsonasik/ZfcUser",
45
+ "no-api": true
46
+ }
47
+ ]
48
0 commit comments