|
1 | 1 | {
|
2 |
| - "name": "php-console/laravel-service-provider", |
3 |
| - "description": "Laravel service provider to handle PHP errors, dump variables, execute PHP code remotely in Google Chrome", |
4 |
| - "keywords": ["Laravel", "PHP", "errors", "debug", "chrome", "error handler", "google chrome", "php-console"], |
5 |
| - "homepage": "https://github.com/barbushin/php-console-laravel", |
6 |
| - "license": "BSD 3-Clause", |
7 |
| - "type": "library", |
8 |
| - |
9 |
| - "authors": [ |
10 |
| - { |
11 |
| - "name": "Barbushin Sergey", |
12 |
| - |
13 |
| - "homepage": "http://linkedin.com/in/barbushin" |
14 |
| - } |
15 |
| - ], |
16 |
| - "support": { |
17 |
| - "issues": "https://github.com/barbushin/php-console-laravel/issues?state=open" |
18 |
| - }, |
19 |
| - "require": { |
20 |
| - "php": ">=5.3.0", |
21 |
| - "illuminate/support": "4.*", |
22 |
| - "php-console/php-console": ">=3.1" |
23 |
| - }, |
24 |
| - "autoload": { |
25 |
| - "psr-0": { |
26 |
| - "PhpConsole\\Laravel\\": "src/" |
27 |
| - } |
28 |
| - }, |
29 |
| - "minimum-stability": "dev", |
30 |
| - "extra": { |
31 |
| - "branch-alias": { |
32 |
| - "dev-master": "1.x-dev" |
33 |
| - } |
34 |
| - } |
| 2 | + "name": "php-console/laravel-service-provider", |
| 3 | + "description": "Laravel service provider to handle PHP errors, dump variables, execute PHP code remotely in Google Chrome", |
| 4 | + "keywords": [ |
| 5 | + "Laravel", |
| 6 | + "PHP", |
| 7 | + "errors", |
| 8 | + "debug", |
| 9 | + "chrome", |
| 10 | + "error handler", |
| 11 | + "google chrome", |
| 12 | + "php-console" |
| 13 | + ], |
| 14 | + "homepage": "https://github.com/barbushin/php-console-laravel", |
| 15 | + "license": "BSD 3-Clause", |
| 16 | + "type": "library", |
| 17 | + "authors": [ |
| 18 | + { |
| 19 | + "name": "Barbushin Sergey", |
| 20 | + |
| 21 | + "homepage": "http://linkedin.com/in/barbushin" |
| 22 | + }, |
| 23 | + { |
| 24 | + "name": "Wemerson Januario", |
| 25 | + |
| 26 | + "homepage": "http://linkedin.com/in/wemersonjanuario", |
| 27 | + "role": "Laravel 5 support" |
| 28 | + } |
| 29 | + ], |
| 30 | + "support": { |
| 31 | + "issues": "https://github.com/barbushin/php-console-laravel/issues?state=open" |
| 32 | + }, |
| 33 | + "require": { |
| 34 | + "php": ">=5.3.0", |
| 35 | + "illuminate/support": "5.*", |
| 36 | + "php-console/php-console": ">=3.1" |
| 37 | + }, |
| 38 | + "autoload": { |
| 39 | + "psr-0": { |
| 40 | + "PhpConsole\\Laravel\\": "src/" |
| 41 | + } |
| 42 | + }, |
| 43 | + "minimum-stability": "dev", |
| 44 | + "extra": { |
| 45 | + "branch-alias": { |
| 46 | + "dev-master": "1.x-dev" |
| 47 | + } |
| 48 | + } |
35 | 49 | }
|
0 commit comments