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

23 lines
469 B

{
"name": "tentakelfabrik/pirectus",
"version": "0.1.3",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Björn Hase",
"email": "me@tentakelfabrik.de",
"homepage": "https://tentakelfabrik.de"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Pirectus\\": "src/"
}
},
"require": {
"guzzlehttp/guzzle": "^7.0"
}
}