Skip to content

Commit

Permalink
switch from zend to laminas
Browse files Browse the repository at this point in the history
  • Loading branch information
x-fran committed Feb 29, 2020
1 parent dcdf95d commit cb6e8e3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1,979 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea
vendor
composer.phar
phpunit.xml
phpunit.xml
composer.lock
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
],
"require": {
"php" : "^7.0",
"zendframework/zend-json": "^3.0",
"zendframework/zend-http": "^2.6",
"zendframework/zend-stdlib": "^3.1",
"laminas/laminas-json": "^3.0",
"laminas/laminas-http": "^2.6",
"laminas/laminas-stdlib": "^3.1",
"ext-curl": "*",
"ext-json": "*"
},
Expand Down
Loading

0 comments on commit cb6e8e3

Please sign in to comment.