mediatheque
This commit is contained in:
Executable
+29
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "momo/tmp-pagecollection",
|
||||
"type": "grav-plugin",
|
||||
"description": "tmp",
|
||||
"keywords": ["plugin"],
|
||||
"homepage": "https://github.com/momo/grav-plugin-tmp-pagecollection",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "momo",
|
||||
"email": "contact@armansansd.net",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.1.3"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Grav\\Plugin\\TmpPagecollection\\": "classes/"
|
||||
},
|
||||
"classmap": ["tmp-pagecollection.php"]
|
||||
},
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "7.1.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user