74 lines
2.4 KiB
JSON
74 lines
2.4 KiB
JSON
{
|
|
"packages": [
|
|
{
|
|
"name": "parsecsv/php-parsecsv",
|
|
"version": "1.3.2",
|
|
"version_normalized": "1.3.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/parsecsv/parsecsv-for-php.git",
|
|
"reference": "2d6236cae09133e0533d34ed45ba1e1ecafffebb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/parsecsv/parsecsv-for-php/zipball/2d6236cae09133e0533d34ed45ba1e1ecafffebb",
|
|
"reference": "2d6236cae09133e0533d34ed45ba1e1ecafffebb",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6",
|
|
"squizlabs/php_codesniffer": "^3.5"
|
|
},
|
|
"suggest": {
|
|
"illuminate/support": "Fluent array interface for map functions"
|
|
},
|
|
"time": "2021-11-07T14:15:46+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ParseCsv\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jim Myhrberg",
|
|
"email": "contact@jimeh.me"
|
|
},
|
|
{
|
|
"name": "William Knauss",
|
|
"email": "will.knauss@gmail.com"
|
|
},
|
|
{
|
|
"name": "Susann Sgorzaly",
|
|
"homepage": "https://github.com/susgo"
|
|
},
|
|
{
|
|
"name": "Christian Bläul",
|
|
"homepage": "https://github.com/Fonata"
|
|
}
|
|
],
|
|
"description": "CSV data parser for PHP",
|
|
"support": {
|
|
"issues": "https://github.com/parsecsv/parsecsv-for-php/issues",
|
|
"source": "https://github.com/parsecsv/parsecsv-for-php"
|
|
},
|
|
"install-path": "../parsecsv/php-parsecsv"
|
|
}
|
|
],
|
|
"dev": true,
|
|
"dev-package-names": []
|
|
}
|