This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·83 lines (83 loc) · 2.83 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "saxulum/saxulum",
"license": "MIT",
"type": "project",
"description": "saxulum a silex skeleton, very symfony2 like",
"autoload":
{
"psr-0":
{
"": "src/"
}
},
"require": {
"php": ">=5.3.3",
"cssmin/cssmin": "~3.0.1",
"dflydev/doctrine-orm-service-provider": "~1.0,>=1.0.4",
"igorw/config-service-provider": "~1.2",
"jquery/jquery": "1.11.1",
"jsmin/jsmin": "~2.2.0",
"knplabs/knp-menu": "~2.0",
"monolog/monolog": "1.5.*",
"oyejorge/less.php": "~1.7",
"saxulum/saxulum-assetic-twig-provider": "~1.3",
"saxulum/saxulum-bootstrap-provider": "dev-master@dev",
"saxulum/saxulum-bundle-provider": "~1.1",
"saxulum/saxulum-console": "~2.1,>=2.1.3",
"saxulum/saxulum-doctrine-orm-manager-registry-provider": "~2.2",
"saxulum/saxulum-doctrine-orm-commands": "~1.2",
"saxulum/saxulum-menu-provider": "~1.0,>=1.0.2",
"saxulum/saxulum-pagination-provider": "dev-master@dev",
"saxulum/saxulum-route-controller-provider": "~1.2",
"saxulum/saxulum-translation-provider": "~1.0,>=1.0.3",
"saxulum/saxulum-webprofiler-provider": "~1.1,>=1.1.1",
"silex/silex": "~1.2",
"silex/web-profiler": "~1.0.2",
"swiftmailer/swiftmailer": "~5.0",
"symfony/doctrine-bridge": "2.5.2",
"symfony/config": "2.5.2",
"symfony/finder": "2.5.2",
"symfony/form": "2.5.2",
"symfony/security": "2.5.2",
"symfony/translation": "2.5.2",
"symfony/twig-bridge": "2.5.2",
"symfony/validator": "2.5.2",
"symfony/yaml": "2.5.2",
"twig/twig": "~1.2",
"twbs/bootstrap": "~3.1.1"
},
"repositories": [
{
"type": "package",
"package": {
"name": "cssmin/cssmin",
"version": "3.0.1",
"dist": { "url": "http://cssmin.googlecode.com/files/cssmin-v3.0.1.php", "type": "file" },
"autoload": { "classmap": [ "cssmin-v3.0.1.php" ] }
}
},
{
"type": "package",
"package": {
"name": "jquery/jquery",
"version": "1.11.1",
"dist": {
"url": "http://code.jquery.com/jquery-1.11.1.js",
"type": "file"
}
}
},
{
"type": "package",
"package": {
"name": "jsmin/jsmin",
"version": "2.2.0",
"dist": { "url": "https://raw.github.com/mrclay/minify/2.2.0/min/lib/JSMin.php", "type": "file" },
"autoload": { "classmap": [ "JSMin.php" ] }
}
}
],
"minimum-stability": "alpha",
"prefer-stable": true,
"abandoned": true
}