Skip to content

Commit cb6e8e3

Browse files
committed
switch from zend to laminas
1 parent dcdf95d commit cb6e8e3

File tree

4 files changed

+8
-1979
lines changed

4 files changed

+8
-1979
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.idea
22
vendor
33
composer.phar
4-
phpunit.xml
4+
phpunit.xml
5+
composer.lock

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
],
3030
"require": {
3131
"php" : "^7.0",
32-
"zendframework/zend-json": "^3.0",
33-
"zendframework/zend-http": "^2.6",
34-
"zendframework/zend-stdlib": "^3.1",
32+
"laminas/laminas-json": "^3.0",
33+
"laminas/laminas-http": "^2.6",
34+
"laminas/laminas-stdlib": "^3.1",
3535
"ext-curl": "*",
3636
"ext-json": "*"
3737
},

0 commit comments

Comments
 (0)