-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.25 KB
/
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
32
33
34
35
36
37
38
39
40
41
{
"name": "molajo/molajo",
"type": "Content Management Framework",
"description": "Molajo Content Management Framework",
"keywords": ["cmf", "framework","mvc"],
"homepage": "http://molajo.org",
"license": "GPL v 2, or later, and MIT",
"authors": [
{
"name": "Amy Stephen",
"email": "[email protected]"
},
{
"name": "Molajo Contributors",
"homepage": "https://github.com/Molajo/Molajo/graphs/contributors"
}
],
"require": {
"php": ">=5.3.4",
"symfony/http-foundation": ">=2.1 ",
"symfony/class-loader": ">=2.1",
"symfony/finder": ">=2.1",
},
"replace": {
"Molajo/Configuration": "self.version",
"Molajo/Controller": "self.version",
"Molajo/Extension": "self.version",
"Molajo/License": "self.version",
"Molajo/Model": "self.version",
"Molajo/Service": "self.version",
"Molajo/Site": "self.version",
"Molajo/Application": "self.version"
},
"autoload": {
"psr-0": {
"Molajo": "",
"SessionHandlerInterface": "source/Vendors/Symfony/Component/HttpFoundation/Resources/stubs"
}
},
"target-dir": "dev"
}