mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-17 14:54:04 +00:00
Initial commit
This commit is contained in:
21
vendor/ralouphie/getallheaders/composer.json
vendored
Normal file
21
vendor/ralouphie/getallheaders/composer.json
vendored
Normal file
@@ -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"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user