ip-detect/composer.json

23 lines
542 B
JSON
Raw Normal View History

2017-09-05 01:28:08 +00:00
{
"name": "skobkin/ip-detect",
"license": "MIT",
"type": "project",
"description": "Minimalistic IP remote IP detector application",
"homepage": "http://ip.skobk.in/",
"authors": [
{
"name": "Alexey Skobkin",
"email": "skobkin-ru@ya.ru",
"homepage": "https://skobk.in/"
}
],
"autoload": {
"psr-4": { "App\\": "src/" }
},
"require": {
"php": "^7.2.0",
"symfony/http-foundation": "^4.1",
2017-09-05 01:28:08 +00:00
"slim/php-view": "^2.2"
}
}