We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc1af5b commit fad7703Copy full SHA for fad7703
composer.json
@@ -0,0 +1,11 @@
1
+{
2
+ "name": "lambdasolutions/moodle-local_autogroup",
3
+ "description": "Autogroup (Local Plugin)",
4
+ "type": "moodle-local",
5
+ "extra": {
6
+ "installer-name": "autogroup"
7
+ },
8
+ "require": {
9
+ "composer/installers": "~1.0"
10
+ }
11
+}
0 commit comments