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.
26 lines
511 B
JSON
26 lines
511 B
JSON
{
|
|
"name": "shikiryu/twitter-webcollage",
|
|
"description": "Bot with collage",
|
|
"minimum-stability": "stable",
|
|
"license": "proprietary",
|
|
"authors": [
|
|
{
|
|
"name": "Clément",
|
|
"email": "projets@shiki.fr"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Shikiryu\\WebGobbler\\": "webcollage/src"
|
|
}
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"ext-imagick": "*",
|
|
"ext-curl": "*",
|
|
"abraham/twitteroauth": "^2.0",
|
|
"fabpot/goutte": "^4.0",
|
|
"samwilson/phpflickr": "^4.14"
|
|
}
|
|
}
|