Now depending on newer module standard

Refactoring of modules themselves was not necessary,
because they were already following the new standard.
This commit is contained in:
Anton Ukhanev 2021-02-17 11:18:59 +01:00
parent 173f5563d9
commit 45db097bd8
7 changed files with 50 additions and 49 deletions

View file

@ -4,11 +4,12 @@
"description": "PayPal Commerce Platform for WooCommerce",
"license": "GPL-2.0",
"require": {
"php": "^7.1 | ^8.0",
"dhii/module-interface": "^0.2 || ^0.3",
"psr/container": "1.0.0",
"psr/container": "^1.0",
"container-interop/service-provider": "^0.4.0",
"dhii/containers": "v0.1.0-alpha1",
"dhii/wp-containers": "v0.1.0-alpha1",
"dhii/containers": "^0.1.0-alpha1",
"dhii/wp-containers": "^0.1.0-alpha1",
"psr/log": "^1.1",
"ext-json": "*",
"ralouphie/getallheaders": "^3.0"