-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (26 loc) · 839 Bytes
/
composer.json
File metadata and controls
27 lines (26 loc) · 839 Bytes
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
{
"name": "rhubarbphp/scaffold-saas-landlord",
"description": "Provides landlord services for software as a service platforms.",
"keywords": [ "authentication", "rhubarb", "php", "framework" ],
"homepage": "http://www.rhubarbphp.com/",
"license": "Apache-2.0",
"autoload": {
"psr-4": {
"Rhubarb\\Scaffolds\\Saas\\Landlord\\": "src/",
"Rhubarb\\Scaffolds\\Saas\\Landlord\\Tests\\": "tests/"
}
},
"require": {
"rhubarbphp/rhubarb": "*",
"rhubarbphp/scaffold-authentication-with-roles": "*",
"rhubarbphp/module-stem": "*",
"rhubarbphp/module-leaf": "*",
"rhubarbphp/module-restapi": "*",
"rhubarbphp/module-patterns": "*",
"rhubarbphp/scaffold-token-based-restapi": "*",
"rhubarbphp/scaffold-navigation-menu": "*"
},
"require-dev": {
"phpunit/phpunit": "3.*"
}
}