|
1 |
| -{ |
2 |
| - "name": "api-clients/fauxton", |
3 |
| - "description": "Async version of chemem/fauxton-client built on top of ReactPHP.", |
4 |
| - "type": "library", |
5 |
| - "license": "MIT", |
6 |
| - "minimum-stability": "dev", |
7 |
| - "authors": [ |
8 |
| - { |
9 |
| - "name": "Lochemem Bruno Michael", |
10 |
| - |
11 |
| - } |
12 |
| - ], |
13 |
| - "require-dev": { |
14 |
| - "clue/block-react": "~1", |
15 |
| - "phpunit/phpunit": "~6.0", |
16 |
| - "giorgiosironi/eris": "~0.10" |
17 |
| - }, |
18 |
| - "require": { |
19 |
| - "php": ">=7.1", |
20 |
| - "chemem/bingo-functional": "~1", |
21 |
| - "composer/ca-bundle": "~1", |
22 |
| - "clue/buzz-react": "~2", |
23 |
| - "react/filesystem": "~0" |
24 |
| - }, |
25 |
| - "autoload": { |
26 |
| - "psr-4": { |
27 |
| - "Chemem\\Fauxton\\": "src/" |
28 |
| - }, |
29 |
| - "files": [ |
30 |
| - "src/Http/functions.php", |
31 |
| - "src/Actions/functions.php" |
32 |
| - ] |
33 |
| - }, |
34 |
| - "autoload-dev": { |
35 |
| - "psr-4": { |
36 |
| - "Chemem\\Fauxton\\Tests\\": "tests" |
37 |
| - } |
38 |
| - }, |
39 |
| - "bin": ["fauxton-config"], |
40 |
| - "extra": { |
41 |
| - "branch-alias": { |
42 |
| - "dev-master": "1.0-dev" |
43 |
| - } |
44 |
| - }, |
45 |
| - "scripts": { |
46 |
| - "test": "phpunit -c phpunit.xml.dist" |
47 |
| - } |
48 |
| -} |
| 1 | +{ |
| 2 | + "name": "api-clients/fauxton", |
| 3 | + "description": "Async version of chemem/fauxton-client built on top of ReactPHP.", |
| 4 | + "type": "library", |
| 5 | + "license": "MIT", |
| 6 | + "minimum-stability": "dev", |
| 7 | + "authors": [ |
| 8 | + { |
| 9 | + "name": "Lochemem Bruno Michael", |
| 10 | + |
| 11 | + } |
| 12 | + ], |
| 13 | + "require-dev": { |
| 14 | + "clue/block-react": "~1", |
| 15 | + "phpunit/phpunit": "~6.0", |
| 16 | + "giorgiosironi/eris": "~0.10" |
| 17 | + }, |
| 18 | + "require": { |
| 19 | + "php": ">=7.1", |
| 20 | + "chemem/bingo-functional": "~1", |
| 21 | + "composer/ca-bundle": "~1", |
| 22 | + "clue/buzz-react": "~2", |
| 23 | + "react/filesystem": "~0" |
| 24 | + }, |
| 25 | + "autoload": { |
| 26 | + "psr-4": { |
| 27 | + "Chemem\\Fauxton\\": "src/" |
| 28 | + }, |
| 29 | + "files": [ |
| 30 | + "src/Http/functions.php", |
| 31 | + "src/Actions/functions.php" |
| 32 | + ] |
| 33 | + }, |
| 34 | + "autoload-dev": { |
| 35 | + "psr-4": { |
| 36 | + "Chemem\\Fauxton\\Tests\\": "tests" |
| 37 | + } |
| 38 | + }, |
| 39 | + "bin": ["fauxton-config"], |
| 40 | + "extra": { |
| 41 | + "branch-alias": { |
| 42 | + "dev-master": "1.0-dev" |
| 43 | + } |
| 44 | + }, |
| 45 | + "scripts": { |
| 46 | + "test": "phpunit -c phpunit.xml.dist" |
| 47 | + } |
| 48 | +} |
0 commit comments