mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
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:
parent
173f5563d9
commit
45db097bd8
7 changed files with 50 additions and 49 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue