-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 829 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "silverstripe/installer",
"description": "The SilverStripe Framework Installer",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/jordanmkoncz/silverstripe-memberemailverification.git"
}
],
"require": {
"php": ">=5.3.3",
"silverstripe/cms": "~3.1",
"silverstripe/framework": "~3.1",
"silverstripe/siteconfig": "~3.1",
"silverstripe-themes/simple": "~3.1",
"jordanmkoncz/silverstripe-memberemailverification": "dev-master"
},
"require-dev": {
"phpunit/PHPUnit": "~3.7"
},
"extra": {
"branch-alias": {
"3.x-dev": "3.3.x-dev"
}
},
"config": {
"process-timeout": 600
},
"prefer-stable": true,
"minimum-stability": "dev"
}