| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/ArrayIterator/TypedArray/master/composer.json | [Back] [Original] |
{
"name": "arrayiterator/typed-array",
"license": "MIT",
"description": "Typed Array",
"authors": [
{
"name": "ArrayIterator",
"role": "Developer",
"email": "ArrayIterator@gmail.com"
}
],
"require": {
"php": ">= 7.1",
"ext-iconv": "*"
},
"require-dev": {
"squizlabs/php_codesniffer": "3.*"
},
"config": {
"optimize-autoloader": true
},
"autoload": {
"psr-4": {
"ArrayIterator\\TypedArray\\" : "src/TypedArray/"
}
}
}
| Web Proxy Viewer | New URL | Original Page |