mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
Create composer.json
This commit is contained in:
parent
7257fa52ce
commit
278f5da18f
24
composer.json
Normal file
24
composer.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "silverstripe/contentreview",
|
||||
"type": "silverstripe-module",
|
||||
"description": "Flags pages for periodical author review (incl. reporting)",
|
||||
"homepage": "http://silverstripe.org",
|
||||
"license": "BSD-3-Clause",
|
||||
"keywords": ["silverstripe", "cms", "workflow"],
|
||||
"authors": [
|
||||
{
|
||||
"name": "SilverStripe",
|
||||
"homepage": "http://silverstripe.com"
|
||||
},
|
||||
{
|
||||
"name": "The SilverStripe Community",
|
||||
"homepage": "http://silverstripe.org"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.2",
|
||||
"composer/installers": "*",
|
||||
"silverstripe/framework": "3.0.*",
|
||||
"silverstripe/cms": "3.0.*"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user