forked from pyrocms/pyrocms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
47 lines (44 loc) · 1.26 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
{
"autoload": {
"classmap": [
"system/cms/controllers",
"system/cms/libraries"
],
"psr-0": {
"Pyro": "system/cms/src/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"preferred-install": "dist",
"config": {
"vendor-dir": "system/vendor"
},
"require": {
"cartalyst/sentry": "2.1.*",
"doctrine/dbal": "2.4.x",
"dflydev/markdown": "1.0.*",
"illuminate/cache": "4.1.*",
"illuminate/database": "4.1.*@dev",
"illuminate/filesystem": "4.1.*",
"ircmaxell/password-compat": "1.0.*",
"loic-sharma/profiler": "1.1.*",
"mccool/laravel-auto-presenter": "*",
"nesbot/Carbon": "1.*",
"patchwork/utf8": "1.1.*",
"pyrocms/lex": "2.3.*",
"ruudk/twitter-oauth": "*",
"simplepie/simplepie": "1.3.*",
"thepixeldeveloper/sitemap": "2.0.*",
"tijsverkoyen/akismet": "1.1.*",
"mtdowling/cron-expression": "1.0.*",
"omnipay/omnipay": "~2.0"
},
"require-dev": {
"illuminate/encryption": "4.1.*",
"illuminate/redis": "4.1.*",
"fabpot/goutte": "1.*",
"phing/phing": "2.*",
"phpunit/phpunit": "4.*"
}
}