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.

34 lines
772 B

{
"name": "darksparrow/deegraph-php",
"description": "Deegraph Interactions Wrapper",
"type": "library",
"license": "MPL-2.0",
"authors": [
{
"name": "Cerys Lewis",
"email": "cerys@darksparrow.uk",
"homepage": "https://ceryslewis.dev",
"role": "Lead Developer"
}
],
"minimum-stability": "dev",
"support": {
"email": "cerys@darksparrow.uk"
},
"autoload": {
"psr-4": {
"Darksparrow\\DeegraphPHP\\": "src/"
}
},
"require": {
"php": ">=8.1",
"ext-curl": "*",
"phpunit/phpunit": "^9.5"
5 months ago
},
"require-dev": {
},
"scripts": {
"test": "phpunit"
}
}