|
1 | 1 | { |
2 | | - "name" : "jblond/php-diff", |
3 | | - "type" : "library", |
4 | | - "description" : "A comprehensive library for generating differences between two hashable objects (strings or arrays).", |
5 | | - "license" : "BSD-3-Clause", |
6 | | - "keywords" : [ |
7 | | - "php", |
8 | | - "diff" |
9 | | - ], |
10 | | - "authors" : [{ |
11 | | - "name" : "Mario", |
12 | | - |
13 | | - }, { |
14 | | - "name" : "Chris Boulton", |
15 | | - |
16 | | - } |
17 | | - ], |
18 | | - "require" : { |
19 | | - "php" : ">=7.2", |
20 | | - "ext-mbstring" : "*" |
21 | | - }, |
22 | | - "require-dev" : { |
23 | | - "phpunit/phpunit" : "8.*", |
24 | | - "squizlabs/php_codesniffer" : "*", |
25 | | - "phpmd/phpmd": "2.*" |
26 | | - }, |
27 | | - "autoload" : { |
28 | | - "psr-4" : { |
29 | | - "jblond\\" : "lib/jblond" |
30 | | - } |
31 | | - }, |
32 | | - "config" : { |
33 | | - "classmap-authoritative" : true |
34 | | - }, |
35 | | - "scripts" : { |
36 | | - "phpunit" : "phpunit ./tests/", |
37 | | - "php_src" : "phpcs --standard=phpcs.xml -s -p --colors ./lib/", |
38 | | - "php_test" : "phpcs --standard=phpcs.xml -s -p --colors ./tests/", |
39 | | - "phpmd" : "phpmd ./ ansi cleancode,codesize,controversial,design,naming,unusedcode --exclude vendor" |
40 | | - } |
| 2 | + "name": "jblond/php-diff", |
| 3 | + "type": "library", |
| 4 | + "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).", |
| 5 | + "license": "BSD-3-Clause", |
| 6 | + "keywords": [ |
| 7 | + "php", |
| 8 | + "diff" |
| 9 | + ], |
| 10 | + "authors": [ |
| 11 | + { |
| 12 | + "name": "Mario", |
| 13 | + |
| 14 | + }, |
| 15 | + { |
| 16 | + "name": "Ferry Cools", |
| 17 | + |
| 18 | + }, |
| 19 | + { |
| 20 | + "name": "Chris Boulton", |
| 21 | + |
| 22 | + } |
| 23 | + ], |
| 24 | + "require": { |
| 25 | + "php": ">=7.2", |
| 26 | + "ext-mbstring": "*" |
| 27 | + }, |
| 28 | + "require-dev": { |
| 29 | + "phpunit/phpunit": "8.*", |
| 30 | + "squizlabs/php_codesniffer": "*", |
| 31 | + "phpmd/phpmd": "2.*" |
| 32 | + }, |
| 33 | + "autoload": { |
| 34 | + "psr-4": { |
| 35 | + "jblond\\": "lib/jblond" |
| 36 | + } |
| 37 | + }, |
| 38 | + "config": { |
| 39 | + "classmap-authoritative": true |
| 40 | + }, |
| 41 | + "scripts": { |
| 42 | + "phpunit": "phpunit ./tests/", |
| 43 | + "php_src": "phpcs --standard=phpcs.xml -s -p --colors ./lib/", |
| 44 | + "php_test": "phpcs --standard=phpcs.xml -s -p --colors ./tests/", |
| 45 | + "phpmd": "phpmd ./ ansi cleancode,codesize,controversial,design,naming,unusedcode --exclude vendor" |
| 46 | + } |
41 | 47 | } |
0 commit comments