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.
33 lines
795 B
33 lines
795 B
{
|
|
"name": "darksparrow/deegraph-interactions",
|
|
"description": "Deegraph Interactions Wrapper",
|
|
"type": "library",
|
|
"license": "MPL-2.0",
|
|
"authors": [
|
|
{
|
|
"name": "Cerys Lewis",
|
|
"email": "cerys.lewis@darksparrow.uk",
|
|
"homepage": "https://ceryslewis.dev",
|
|
"role": "Lead Developer"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"support": {
|
|
"email": "cerys@darksparrow.uk"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Darksparrow\\DeegraphInteractions\\": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"ext-curl": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"scripts": {
|
|
"test": "phpunit"
|
|
}
|
|
}
|
|
|