moodle / composer-installer
A Composer Installer Plugin for Moodle
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:composer-plugin
pkg:composer/moodle/composer-installer
Requires
- php: ^8.0
- composer-plugin-api: ^2.0
Requires (Dev)
- composer/composer: ^2.7.8
- composer/semver: ^3.4.4
- phpstan/phpstan: ^2
- phpstan/phpstan-phpunit: ^2
- phpunit/phpunit: ^9.6.20
README
This Composer plugin allows Moodle plugins to be installed into the correct locations within the Moodle directory.
Usage
As a package maintainer
Your plugin should have a composer.json which defines the following fields:
namein the formatmoodle-[plugintype]_[pluginname]typeofmoodle-[plugintype].
As a site administrator
You should depend upon this plugin:
composer require moodle/composer-installer