~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to composer.json

  • Committer: Dan Garner
  • Date: 2016-02-16 14:21:08 UTC
  • mto: This revision was merged to the branch mainline in revision 484.
  • Revision ID: git-v1:63232095626c7ce5aee618d037440309aa4f8e42
UI/Model/Structure for dynamic display groups.
xibosignage/xibo#724

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    "spring signage"
8
8
  ],
9
9
  "homepage": "http://xibo.org.uk",
10
 
  "license": "AGPL-3.0",
 
10
  "license": "AGPLv3 or later",
11
11
  "authors": [
12
12
    {
13
13
      "name": "Daniel Garner",
32
32
      "url": "https://github.com/dasgarner/Twig-Gettext-Extractor"
33
33
    }
34
34
  ],
35
 
  "config": {
36
 
      "platform": {
37
 
          "php": "5.5.9"
38
 
      }
39
 
  },
40
35
  "require": {
41
 
    "php": ">=5.5.9",
 
36
    "php": ">=5.5",
42
37
    "slim/slim": "~2.6",
43
38
    "erusev/parsedown": "~1.5",
44
39
    "league/oauth2-server": "~4.1",
45
40
    "flynsarmy/slim-monolog": "~1.0",
46
 
    "ezyang/htmlpurifier": "4.9.*",
 
41
    "ezyang/htmlpurifier": "dev-master",
47
42
    "sallar/jdatetime": "dev-master",
48
 
    "gettext/gettext": "~4.0",
 
43
    "gettext/gettext": "~3.3",
49
44
    "slim/views": "0.1.*",
50
45
    "twig/twig": "~1.18",
51
 
    "respect/validation": "1.1.*",
 
46
    "respect/validation": "0.9.*",
52
47
    "intervention/imagecache": "~2.3",
53
48
    "emojione/emojione": "^1.4",
54
49
    "jenssegers/date": "^3.0",
55
 
    "phpmailer/phpmailer": "6.0.*",
 
50
    "phpmailer/phpmailer": "dev-master",
56
51
    "guzzlehttp/guzzle": "~6.0",
57
52
    "league/oauth2-client": "~1.0",
58
53
    "james-heinrich/getid3": "^1.9",
59
 
    "onelogin/php-saml": "^2.10",
60
54
    "fguillot/picofeed": "@stable",
61
 
    "xibosignage/xibo-xmr": "0.*",
62
 
    "tedivm/stash": "^0.14.1",
63
 
    "akrabat/rka-slim-controller": "^2.0",
64
 
    "phenx/php-font-lib": "^0.5.0",
65
 
    "abraham/twitteroauth": "^0.6.4",
66
 
    "symfony/event-dispatcher": "^3.1",
67
 
    "illuminate/database": "5.2.*",
68
 
    "illuminate/cache": "5.2.*",
69
 
    "xibosignage/oauth2-xibo-cms": "^1.1",
70
 
    "mtdowling/cron-expression": "^1.1",
71
 
    "ralouphie/mimey": "^1.0"
 
55
    "xibosignage/xibo-xmr": "0.1"
72
56
  },
73
57
  "require-dev": {
74
 
    "php": ">=7",
75
 
    "phpunit/phpunit": "~5.0",
 
58
    "phpunit/phpunit": "~4.0",
76
59
    "zircote/swagger-php": "~2.0",
77
60
    "umpirsky/twig-gettext-extractor": "dev-dev-xibo-extractors",
78
 
    "there4/slim-test-helpers": "0.9.*",
79
 
    "doctrine/instantiator": "1.0.*",
80
 
    "doctrine/annotations": "1.3.*"
 
61
    "there4/slim-test-helpers": "dev-master"
81
62
  },
82
63
  "autoload": {
83
64
    "psr-4": { "Xibo\\" : "lib/", "Xibo\\Custom\\": "custom/" }