41 lines
1 KiB
JSON
41 lines
1 KiB
JSON
{
|
|
"name": "openfoodfacts/openfoodfacts-php",
|
|
"description": "Open Food Facts API Wrapper, the open database about food.",
|
|
"homepage": "https://world.openfoodfacts.org/",
|
|
"type": "library",
|
|
"minimum-stability": "stable",
|
|
"license": "MIT",
|
|
"support": {
|
|
"email": "rmorenp@rampamster.org",
|
|
"issues": "https://github.com/openfoodfacts/openfoodfacts-php/issues",
|
|
"chat": "https://slack.openfoodfacts.org/",
|
|
"source": "https://github.com/openfoodfacts/openfoodfacts-php"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Roberto Moreno",
|
|
"email": "rmorenp@rampmaster.org",
|
|
"homepage": "http://www.rampmaster.org",
|
|
"role": "Wrapper Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"guzzlehttp/guzzle": "^6.3",
|
|
"psr/log": "^1.0",
|
|
"psr/simple-cache": "^1.0",
|
|
"ext-json": "*",
|
|
"ext-curl": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"OpenFoodFacts\\": "src/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.0",
|
|
"symfony/cache": "^4.3",
|
|
"monolog/monolog": "^1.23",
|
|
"ext-gd": ">=7.2"
|
|
}
|
|
}
|