|
1 | 1 | {
|
2 |
| - "name": "hollodotme/fast-cgi-client", |
3 |
| - "description": "A PHP fast CGI client to send requests (a)synchronously to PHP-FPM.", |
4 |
| - "keywords": [ |
5 |
| - "fastcgi", |
6 |
| - "php-fpm", |
7 |
| - "socket" |
8 |
| - ], |
9 |
| - "minimum-stability": "dev", |
10 |
| - "prefer-stable": true, |
11 |
| - "license": "MIT", |
12 |
| - "authors": [ |
13 |
| - { |
14 |
| - "name": "Holger Woltersdorf", |
15 |
| - |
16 |
| - } |
17 |
| - ], |
18 |
| - "bin": [ |
19 |
| - "bin/fcgiget" |
20 |
| - ], |
21 |
| - "autoload": { |
22 |
| - "psr-4": { |
23 |
| - "hollodotme\\FastCGI\\": "src/" |
24 |
| - } |
25 |
| - }, |
26 |
| - "autoload-dev": { |
27 |
| - "psr-4": { |
28 |
| - "hollodotme\\FastCGI\\Tests\\": "tests/" |
29 |
| - } |
30 |
| - }, |
31 |
| - "require": { |
32 |
| - "php": ">=7.1" |
33 |
| - }, |
34 |
| - "require-dev": { |
35 |
| - "tm/tooly-composer-script": "^1.0" |
36 |
| - }, |
37 |
| - "scripts": { |
38 |
| - "post-install-cmd": "Tooly\\ScriptHandler::installPharTools", |
39 |
| - "post-update-cmd": "Tooly\\ScriptHandler::installPharTools" |
40 |
| - }, |
41 |
| - "extra": { |
42 |
| - "tools": { |
43 |
| - "phpunit7": { |
44 |
| - "url": "https://phar.phpunit.de/phpunit-7.phar", |
45 |
| - "only-dev": true |
46 |
| - }, |
47 |
| - "phpunit8": { |
48 |
| - "url": "https://phar.phpunit.de/phpunit-8.phar", |
49 |
| - "only-dev": true |
50 |
| - } |
51 |
| - } |
52 |
| - } |
| 2 | + "name": "hollodotme/fast-cgi-client", |
| 3 | + "description": "A PHP fast CGI client to send requests (a)synchronously to PHP-FPM.", |
| 4 | + "keywords": [ |
| 5 | + "fastcgi", |
| 6 | + "php-fpm", |
| 7 | + "socket" |
| 8 | + ], |
| 9 | + "minimum-stability": "dev", |
| 10 | + "prefer-stable": true, |
| 11 | + "license": "MIT", |
| 12 | + "authors": [ |
| 13 | + { |
| 14 | + "name": "Holger Woltersdorf", |
| 15 | + |
| 16 | + } |
| 17 | + ], |
| 18 | + "bin": [ |
| 19 | + "bin/fcgiget" |
| 20 | + ], |
| 21 | + "autoload": { |
| 22 | + "psr-4": { |
| 23 | + "hollodotme\\FastCGI\\": "src/" |
| 24 | + } |
| 25 | + }, |
| 26 | + "autoload-dev": { |
| 27 | + "psr-4": { |
| 28 | + "hollodotme\\FastCGI\\Tests\\": "tests/" |
| 29 | + } |
| 30 | + }, |
| 31 | + "require": { |
| 32 | + "php": ">=7.1" |
| 33 | + }, |
| 34 | + "require-dev": { |
| 35 | + "tm/tooly-composer-script": "^1.0" |
| 36 | + }, |
| 37 | + "scripts": { |
| 38 | + "post-install-cmd": "Tooly\\ScriptHandler::installPharTools", |
| 39 | + "post-update-cmd": "Tooly\\ScriptHandler::installPharTools" |
| 40 | + }, |
| 41 | + "extra": { |
| 42 | + "tools": { |
| 43 | + "phpunit7": { |
| 44 | + "url": "https://phar.phpunit.de/phpunit-7.phar", |
| 45 | + "replace": true, |
| 46 | + "only-dev": true |
| 47 | + }, |
| 48 | + "phpunit8": { |
| 49 | + "url": "https://phar.phpunit.de/phpunit-8.phar", |
| 50 | + "replace": true, |
| 51 | + "only-dev": true |
| 52 | + } |
| 53 | + } |
| 54 | + } |
53 | 55 | }
|
0 commit comments