25 lines
554 B
JSON
25 lines
554 B
JSON
{
|
|
"name": "sikofitt/php-version",
|
|
"description": "Pulls version information from qa.php.net/api.php",
|
|
"type": "project",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Sikofitt\\":"src/Sikofitt"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=7.0.0",
|
|
"guzzlehttp/guzzle": "^6.2",
|
|
"webmozart/json": "^1.2",
|
|
"doctrine/collections": "^1.3",
|
|
"twig/twig": "^1.28"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"authors": [
|
|
{
|
|
"name": "sikofitt",
|
|
"email": "sikofitt@gmail.com"
|
|
}
|
|
]
|
|
}
|