source: vendor/ralouphie/getallheaders/composer.json@ e3d4e0a

Last change on this file since e3d4e0a was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 7 days ago

Upload project files

  • Property mode set to 100644
File size: 465 bytes
Line 
1{
2 "name": "ralouphie/getallheaders",
3 "description": "A polyfill for getallheaders.",
4 "license": "MIT",
5 "authors": [
6 {
7 "name": "Ralph Khattar",
8 "email": "ralph.khattar@gmail.com"
9 }
10 ],
11 "require": {
12 "php": ">=5.6"
13 },
14 "require-dev": {
15 "phpunit/phpunit": "^5 || ^6.5",
16 "php-coveralls/php-coveralls": "^2.1"
17 },
18 "autoload": {
19 "files": ["src/getallheaders.php"]
20 },
21 "autoload-dev": {
22 "psr-4": {
23 "getallheaders\\Tests\\": "tests/"
24 }
25 }
26}
Note: See TracBrowser for help on using the repository browser.