src/VastDevelopmentMethod/Joomla | ||
composer.json | ||
README.md |
Vdm Data (1.0.0)
VDM Data Library
Details
- Packager: OctoPower v2.0
- Author: Llewellyn van der Merwe
- Creation Date: June 2024
Installation via Composer
Setup this registry in your ~/.composer/config.json
file:
{
"repositories": [{
"type": "composer",
"url": "https://git.vdm.dev/api/packages/joomla/composer"
}
]
}
To install the package using Composer, run the following command:
composer require vdm/data:1.0.0
Joomla Framework Dependencies
We have added the following framework classes to the required list of this Composer package.
- Joomla/DI "^3.0"
- VastDevelopmentMethod\Joomla\Data\Factory
- VastDevelopmentMethod\Joomla\Abstraction\Factory
- VastDevelopmentMethod\Joomla\Interfaces\FactoryInterface
- VastDevelopmentMethod\Joomla\Service\Table
- VastDevelopmentMethod\Joomla\Componentbuilder\Table\Schema
- VastDevelopmentMethod\Joomla\Service\Database
- VastDevelopmentMethod\Joomla\Database\Load
- VastDevelopmentMethod\Joomla\Service\Model
- VastDevelopmentMethod\Joomla\Model\Load
- VastDevelopmentMethod\Joomla\Abstraction\Model
- VastDevelopmentMethod\Joomla\Service\Data
- VastDevelopmentMethod\Joomla\Data\Action\Load
- VastDevelopmentMethod\Joomla\Interfaces\Data\LoadInterface
- Joomla/Filter "^3.0"
- Joomla/Input "^3.0"
- Joomla/Registry "^3.0"
Joomla CMS Dependencies
- Joomla\CMS\Component\ComponentHelper
- Joomla\CMS\Date\Date
- Joomla\CMS\Factory
- Joomla\CMS\Language\Language
- Joomla\CMS\Version
License
GNU General Public License version 2 or later