32 lines
674 B
JSON
32 lines
674 B
JSON
|
{
|
||
|
"name": "vdm/data",
|
||
|
"type": "library",
|
||
|
"description": "VDM Data Library",
|
||
|
"homepage": "https://git.vdm.dev/joomla/vdm-data",
|
||
|
"license": "GNU General Public License version 2 or later",
|
||
|
"require": {
|
||
|
"php": "^8.1.0",
|
||
|
"Joomla/DI": "^3.0",
|
||
|
"Joomla/Filter": "^3.0",
|
||
|
"Joomla/Input": "^3.0",
|
||
|
"Joomla/Registry": "^3.0"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"VastDevelopmentMethod\\Joomla\\": "src/VastDevelopmentMethod/Joomla"
|
||
|
}
|
||
|
},
|
||
|
"keywords": [
|
||
|
"VDM",
|
||
|
"Data",
|
||
|
"SuperPower"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Llewellyn van der Merwe",
|
||
|
"email": "joomla@vdm.io",
|
||
|
"homepage": "https://io.vdm.dev"
|
||
|
}
|
||
|
]
|
||
|
}
|