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.
35 lines
704 B
35 lines
704 B
{
|
|
"name": "darksparrow/auxilium-schema-builder",
|
|
"description": "Auxilium Schema Builder",
|
|
"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\\AuxiliumSchemaBuilder\\": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"require-dev": {
|
|
},
|
|
"scripts": {
|
|
"test": "phpunit"
|
|
},
|
|
"suggest": {
|
|
"darksparrow/deegraph-interactions": "*"
|
|
}
|
|
}
|
|
|