oc-social-plugin/composer.json

18 lines
336 B
JSON
Raw Permalink Normal View History

2021-10-28 22:35:15 +02:00
{
"name": "zoomyboy/social",
"require": {
"guzzlehttp/guzzle": "^7.3"
},
"authors": [
{
"name": "Philipp Lang",
"email": "philipp.lang@dpsg-koeln.de"
}
],
"autoload": {
"psr-4": {
"Aweos\\Social\\Exceptions\\": "./exceptions"
}
}
2021-10-28 22:35:15 +02:00
}