-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
46 lines (45 loc) · 1.05 KB
/
composer.json
File metadata and controls
46 lines (45 loc) · 1.05 KB
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
42
43
44
45
{
"name": "natxet/OperaCore",
"version": "0.2.7",
"type": "library",
"description": "The core of the Opera PHP Framework, based on Symfony components. MVC + i18n everywhere",
"keywords": ["symfony","php","frameworks"],
"license": "MIT",
"authors": [
{
"name": "Natxet",
"homepage": "https://github.com/natxet"
}
],
"repositories": {
"Github": {
"vcs": {
"url": "git://github.com/natxet/OperaCore.git"
}
}
},
"require": {
"php": ">=5.3",
"symfony/http-foundation": "2.*",
"symfony/class-loader": "2.*",
"natxet/CssMin": "dev-master",
"tedivm/jshrink": "0.*",
"pimple/pimple": "1.*",
"twig/twig": "dev-master",
"twig/extensions": "dev-master",
"swiftmailer/swiftmailer": "4.1.*",
"natxet/natxet-twig-extensions": "dev-master",
"aptoma/twig-markdown": "dev-master",
"michelf/php-markdown": "1.4.1",
"facebook/php-sdk": "dev-master"
},
"autoload": {
"psr-0": { "OperaCore": "src" }
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "0.2.7-dev"
}
}
}