Merge pull request #41 from woocommerce/issue-37-getallheaders-fallback

getallheaders() Fallback
This commit is contained in:
Matt Allan 2020-09-30 11:04:28 +10:00 committed by GitHub
commit d28f763115
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,8 @@
"dhii/containers": "v0.1.0-alpha1",
"dhii/wp-containers": "v0.1.0-alpha1",
"psr/log": "^1.1",
"ext-json": "*"
"ext-json": "*",
"ralouphie/getallheaders": "^3.0"
},
"require-dev": {
"woocommerce/woocommerce-sniffs": "^0.1.0",