littleshlink/composer.json

31 lines
842 B
JSON
Raw Permalink Normal View History

2024-06-22 04:48:47 +00:00
{
"name": "jessa0/littleshlink",
"description": "A PHP website displaying a list of links from a Shlink instance, utilizing the Littlelink UI.",
"type": "project",
"license": "MIT",
"autoload": {
"psr-4": {
"Jessa0\\Littleshlink\\": "src/"
}
},
"require": {
"shlinkio/shlink-php-sdk": "^2.0",
"guzzlehttp/guzzle": "^7.0",
"jessa0/littlelink": "2.5.0"
},
"repositories": [
{
"type": "package",
"package": {
"name": "jessa0/littlelink",
"version": "2.5.0",
"source": {
"url": "https://github.com/sethcottle/littlelink.git",
"type": "git",
"reference": "tags/v2.5.0"
}
}
}
]
}