dokuwiki-matrixnotifierwas-plugin – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 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 }