Skip to content

Commit

Permalink
Added: Added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
brookinsconsulting committed Feb 7, 2019
1 parent 2af7f05 commit cd2d25b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions composer.json
@@ -0,0 +1,24 @@
{
"name": "brookinsconsulting/bcgeneratestaticcache",
"description": "eZ Publish Legacy extension which provides a simple solution to regenerate static cache via command line or cronjob. Great for static html websites!",
"type": "ezpublish-legacy-extension",
"keywords": [ "eZ Publish", "static", "html", "generator", "script", "command", "php" ],
"homepage": "https://bitbucket.org/brookinsconsulting/bcgeneratestaticcache",
"license": "GPL-2.0+",
"authors": [
{
"name" : "Brookins Consulting",
"homepage": "http://brookinsconsulting.com",
"email": "info@brookinsconsulting.com",
"role": "Developer"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.0.0",
"ezsystems/ezpublish-legacy-installer": "*"
},
"extra": {
"ezpublish-legacy-extension-name": "bcgeneratestaticcache"
}
}

0 comments on commit cd2d25b

Please sign in to comment.