| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "arif-un/jcof", |
| 5 |
"version": "1.0.2", |
| 6 |
"version_normalized": "1.0.2.0", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/Arif-un/jcof-php.git", |
| 10 |
"reference": "8d5596baeeef37b7e80e530730ed754cf36776f4" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/Arif-un/jcof-php/zipball/8d5596baeeef37b7e80e530730ed754cf36776f4", |
| 15 |
"reference": "8d5596baeeef37b7e80e530730ed754cf36776f4", |
| 16 |
"shasum": "" |
| 17 |
}, |
| 18 |
"require": { |
| 19 |
"php": ">=5.6" |
| 20 |
}, |
| 21 |
"require-dev": { |
| 22 |
"laravel/pint": "^1.13", |
| 23 |
"pestphp/pest": "^2.19", |
| 24 |
"phpcompatibility/php-compatibility": "*", |
| 25 |
"squizlabs/php_codesniffer": "*" |
| 26 |
}, |
| 27 |
"time": "2023-09-27T10:46:27+00:00", |
| 28 |
"type": "library", |
| 29 |
"installation-source": "dist", |
| 30 |
"autoload": { |
| 31 |
"psr-4": { |
| 32 |
"Jcof\\": "src/" |
| 33 |
} |
| 34 |
}, |
| 35 |
"notification-url": "https://packagist.org/downloads/", |
| 36 |
"license": [ |
| 37 |
"MIT" |
| 38 |
], |
| 39 |
"authors": [ |
| 40 |
{ |
| 41 |
"name": "Arif Uddin", |
| 42 |
"email": "arifunctg@gmail.com" |
| 43 |
} |
| 44 |
], |
| 45 |
"description": "Compress JSON in half", |
| 46 |
"keywords": [ |
| 47 |
"jcof", |
| 48 |
"json-compress", |
| 49 |
"json-optimize" |
| 50 |
], |
| 51 |
"support": { |
| 52 |
"issues": "https://github.com/arif-un/jcof-php/issues", |
| 53 |
"source": "https://github.com/arif-un/jcof-php" |
| 54 |
}, |
| 55 |
"install-path": "../arif-un/jcof" |
| 56 |
} |
| 57 |
], |
| 58 |
"dev": false, |
| 59 |
"dev-package-names": [] |
| 60 |
} |
| 61 |
|