Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
justoverclockl committed Nov 9, 2021
1 parent ecf0141 commit 3d31fb8
Showing 1 changed file with 6 additions and 24 deletions.
30 changes: 6 additions & 24 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "justoverclock/theaudiodb-api",
"description": "TheAudioDB API integration for Flarum",
"keywords": [
"flarum"
"theaudiodb",
"music",
"audio"
],
"type": "flarum-extension",
"license": "0BSD",
Expand All @@ -24,35 +26,15 @@
"Justoverclock\\TheAudioDbApi\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Justoverclock\\TheAudioDbApi\\Tests\\": "tests/"
}
},
"extra": {
"flarum-extension": {
"title": "TheAudioDB API",
"category": "",
"icon": {
"name": "",
"backgroundColor": "",
"color": ""
"name": "fas fa-volume-up",
"backgroundColor": "purple",
"color": "white"
}
}
},
"scripts": {
"test": [
"@test:unit",
"@test:integration"
],
"test:unit": "phpunit -c tests/phpunit.unit.xml",
"test:integration": "phpunit -c tests/phpunit.integration.xml",
"test:setup": "@php tests/integration/setup.php"
},
"scripts-descriptions": {
"test": "Runs all tests.",
"test:unit": "Runs all unit tests.",
"test:integration": "Runs all integration tests.",
"test:setup": "Sets up a database for use with integration tests. Execute this only once."
}
}

0 comments on commit 3d31fb8

Please # to comment.