changed server folder to www

This commit is contained in:
Bachir Soussi Chiadmi
2016-06-27 13:04:42 +02:00
parent fe6b5777ff
commit 8218678f90
498 changed files with 1 additions and 1 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"name": "getgrav/grav-theme-antimatter",
"type": "grav-theme",
"description": "The default theme for the Grav flat-file CMS",
"keywords": ["theme","grav"],
"homepage": "http://getgrav.org",
"license": "MIT",
"support": {
"irc": "irc://irc.freenode.org/grav"
},
"authors": [
{
"name": "Team Grav",
"email": "devs@getgrav.org",
"homepage": "http://getgrav.org"
}
],
"require": {
"php": ">=5.4.0",
"composer/installers": "~1.0"
},
"extra": {
"installer-name": "antimatter",
"installer-paths": {
"user/themes/{$name}/": ["getgrav/grav-theme-antimatter"]
}
}
}