|
1 | 1 | { |
2 | | - "name": "wastukancana/nim", |
3 | | - "type": "library", |
4 | | - "description": "STT Wastukancana Student ID (NIM) Parser", |
5 | | - "version": "1.2.1", |
6 | | - "homepage": "https://github.com/sooluh/waska-nim", |
7 | | - "license": "MIT", |
8 | | - "authors": [ |
9 | | - { |
10 | | - "name": "Abu Masyail", |
11 | | - "email": "suluhs@aol.com", |
12 | | - "homepage": "https://suluh.my.id", |
13 | | - "role": "Maintainer" |
14 | | - } |
| 2 | + "name": "wastukancana/nim", |
| 3 | + "type": "library", |
| 4 | + "description": "STT Wastukancana Student ID (NIM) Parser", |
| 5 | + "version": "1.2.1", |
| 6 | + "homepage": "https://github.com/sooluh/waska-nim", |
| 7 | + "license": "MIT", |
| 8 | + "authors": [ |
| 9 | + { |
| 10 | + "name": "Abu Masyail", |
| 11 | + "email": "suluhs@aol.com", |
| 12 | + "homepage": "https://suluh.my.id", |
| 13 | + "role": "Maintainer" |
| 14 | + } |
| 15 | + ], |
| 16 | + "support": { |
| 17 | + "source": "http://github.com/sooluh/waska-nim", |
| 18 | + "docs": "https://github.com/sooluh/waska-nim/blob/master/README.md", |
| 19 | + "issues": "https://github.com/sooluh/waska-nim/issues" |
| 20 | + }, |
| 21 | + "scripts": { |
| 22 | + "psr2check": [ |
| 23 | + "@php vendor/bin/phpcs --standard=PSR2 --ignore=tests/*,vendor/* ." |
| 24 | + ], |
| 25 | + "psr2autofix": [ |
| 26 | + "@php vendor/bin/phpcbf --standard=PSR2 --ignore=tests/*,vendor/* ." |
15 | 27 | ], |
16 | | - "support": { |
17 | | - "source": "http://github.com/sooluh/waska-nim", |
18 | | - "docs": "https://github.com/sooluh/waska-nim/blob/master/README.md", |
19 | | - "issues": "https://github.com/sooluh/waska-nim/issues" |
20 | | - }, |
21 | | - "scripts": { |
22 | | - "psr2check": [ |
23 | | - "@php vendor/bin/phpcs --standard=PSR2 --ignore=tests/*,vendor/* ." |
24 | | - ], |
25 | | - "psr2autofix": [ |
26 | | - "@php vendor/bin/phpcbf --standard=PSR2 --ignore=tests/*,vendor/* ." |
27 | | - ], |
28 | | - "tests": [ |
29 | | - "@php vendor/bin/phpunit --testdox tests", |
30 | | - "@php vendor/bin/phpunit --coverage-html reports" |
31 | | - ] |
32 | | - }, |
33 | | - "autoload": { |
34 | | - "psr-4": { |
35 | | - "Wastukancana\\": "src/" |
36 | | - } |
37 | | - }, |
38 | | - "require": { |
39 | | - "php": "^7.4|^8.0", |
40 | | - "guzzlehttp/guzzle": "^7.8" |
41 | | - }, |
42 | | - "require-dev": { |
43 | | - "squizlabs/php_codesniffer": "^3.7", |
44 | | - "phpunit/phpunit": "^9.6", |
45 | | - "mikey179/vfsstream": "^1.6" |
| 28 | + "tests": [ |
| 29 | + "@php vendor/bin/phpunit --testdox tests", |
| 30 | + "@php vendor/bin/phpunit --coverage-html reports" |
| 31 | + ] |
| 32 | + }, |
| 33 | + "autoload": { |
| 34 | + "psr-4": { |
| 35 | + "Wastukancana\\": "src/" |
46 | 36 | } |
| 37 | + }, |
| 38 | + "require": { |
| 39 | + "php": "^7.4|^8.0", |
| 40 | + "guzzlehttp/guzzle": "^7.8", |
| 41 | + "laravel/pint": "^1.25" |
| 42 | + }, |
| 43 | + "require-dev": { |
| 44 | + "squizlabs/php_codesniffer": "^3.7", |
| 45 | + "phpunit/phpunit": "^9.6", |
| 46 | + "mikey179/vfsstream": "^1.6" |
| 47 | + } |
47 | 48 | } |
0 commit comments