summaryrefslogtreecommitdiff
path: root/bin/reevotech/vendor/ralouphie/getallheaders/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reevotech/vendor/ralouphie/getallheaders/composer.json')
-rw-r--r--bin/reevotech/vendor/ralouphie/getallheaders/composer.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/bin/reevotech/vendor/ralouphie/getallheaders/composer.json b/bin/reevotech/vendor/ralouphie/getallheaders/composer.json
new file mode 100644
index 00000000..5a0d595c
--- /dev/null
+++ b/bin/reevotech/vendor/ralouphie/getallheaders/composer.json
@@ -0,0 +1,21 @@
+{
+ "name": "ralouphie/getallheaders",
+ "description": "A polyfill for getallheaders.",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Ralph Khattar",
+ "email": "ralph.khattar@gmail.com"
+ }
+ ],
+ "require": {
+ "php": ">=5.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~3.7.0",
+ "satooshi/php-coveralls": ">=1.0"
+ },
+ "autoload": {
+ "files": ["src/getallheaders.php"]
+ }
+} \ No newline at end of file