You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
327 B
JSON

{
"name": "athlon1600/php-proxy-plugin-bundle",
"description": "A collection of useful plugins to be used with php-proxy",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Proxy\\Plugin\\": "src/"
},
"files": [
"src/utils.php"
]
},
"require": {
"athlon1600/youtube-downloader": "^1.0"
}
}