Skip to content

Commit dcef6c4

Browse files
authored
Update composer.json
1 parent 3c0179a commit dcef6c4

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

composer.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "zf-commons/zfc-user",
2+
"name": "lampi87/zfc-user",
33
"description": "A generic user registration and authentication module for ZF2. Supports Zend\\Db and Doctrine2.",
44
"type": "library",
55
"license": "BSD-3-Clause",
@@ -25,34 +25,34 @@
2525
}
2626
},
2727
"require": {
28-
"php": "^5.5|^7.0",
29-
"zendframework/zend-authentication": "^2.5",
30-
"zendframework/zend-crypt": "^3.0",
31-
"zendframework/zend-form": "^2.9",
32-
"zendframework/zend-inputfilter": "^2.7",
33-
"zendframework/zend-loader": "^2.5",
34-
"zendframework/zend-modulemanager": "^2.7",
35-
"zendframework/zend-mvc": "^3.0",
36-
"zendframework/zend-servicemanager": "^3.0",
37-
"zendframework/zend-stdlib": "^3.0",
38-
"zendframework/zend-validator": "^2.8",
39-
"zendframework/zend-db": "^2.8",
40-
"zendframework/zend-view": "^2.8",
41-
"zendframework/zend-session" : "^2.7",
42-
"zendframework/zend-http" : "^2.5",
43-
"zendframework/zend-mvc-plugin-flashmessenger": "^1.0",
44-
"zendframework/zend-i18n": "^2.7",
45-
"zendframework/zend-mvc-plugin-prg": "^1.0",
46-
"zendframework/zend-hydrator": "^2.0"
28+
"php": "^7.0",
29+
"laminas/laminas-authentication": "^2.5",
30+
"laminas/laminas-crypt": "^3.0",
31+
"laminas/laminas-form": "^2.9",
32+
"laminas/laminas-inputfilter": "^2.7",
33+
"laminas/laminas-loader": "^2.5",
34+
"laminas/laminas-modulemanager": "^2.7",
35+
"laminas/laminas-mvc": "^3.0",
36+
"laminas/laminas-servicemanager": "^3.0",
37+
"laminas/laminas-stdlib": "^3.0",
38+
"laminas/laminas-validator": "^2.8",
39+
"laminas/laminas-db": "^2.8",
40+
"laminas/laminas-view": "^2.8",
41+
"laminas/laminas-session" : "^2.7",
42+
"laminas/laminas-http" : "^2.5",
43+
"laminas/laminas-mvc-plugin-flashmessenger": "^1.0",
44+
"laminas/laminas-i18n": "^2.7",
45+
"laminas/laminas-mvc-plugin-prg": "^1.0",
46+
"laminas/laminas-hydrator": "^2.0"
4747
},
4848
"require-dev" : {
49-
"phpunit/phpunit" : ">=3.7,<4",
50-
"phpmd/phpmd" : "1.4.*",
51-
"squizlabs/php_codesniffer" : "1.4.*",
52-
"zendframework/zend-captcha" : "^2.6"
49+
"phpunit/phpunit" : "*",
50+
"phpmd/phpmd" : "*",
51+
"squizlabs/php_codesniffer" : "*",
52+
"laminas/laminas-captcha" : "^2.6"
5353
},
5454
"suggest": {
55-
"zendframework/zend-captcha" : "Zend\\Captcha if you want to use the captcha component"
55+
"laminas/laminas-captcha" : "Zend\\Captcha if you want to use the captcha component"
5656
},
5757
"autoload": {
5858
"psr-0": {

0 commit comments

Comments
 (0)