~xibo-maintainers/xibo/release22

« back to all changes in this revision

Viewing changes to composer.json

  • Committer: GitHub
  • Author(s): Dan Garner
  • Date: 2019-08-22 11:52:43 UTC
  • mfrom: (698.1.72)
  • Revision ID: git-v1:b39d8fee23eb1dedc2a60d20c85a0d5d4f6e4bff
Tags: 2.1.0
Merge pull request #662 from xibosignage/release21

Release 2.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
  "config": {
30
30
      "platform": {
31
31
          "php": "7",
32
 
          "ext-zmq": "1"
 
32
          "ext-zmq": "1",
 
33
          "ext-mongodb": "1.5.0"
33
34
      }
34
35
  },
35
36
        "minimum-stability": "dev",
66
67
    "symfony/event-dispatcher": "^3.1",
67
68
    "illuminate/database": "5.2.*",
68
69
    "illuminate/cache": "5.2.*",
69
 
    "xibosignage/oauth2-xibo-cms": "2.*",
 
70
    "xibosignage/oauth2-xibo-cms": "dev-feature/2.1",
70
71
    "mtdowling/cron-expression": "^1.1",
71
72
    "ralouphie/mimey": "^1.0",
72
73
    "robmorgan/phinx": "^0.9.2",
73
74
    "johngrogg/ics-parser": "^2.1",
74
75
    "phpseclib/mcrypt_compat": "^1.0",
 
76
        "psr/log": "1.1.*",
 
77
    "mongodb/mongodb": "^1.4",
75
78
    "apereo/phpcas": "^1.3",
76
 
    "psr/log": "1.1.*"
 
79
        "robthree/twofactorauth": "dev-master"
77
80
  },
78
81
  "require-dev": {
79
82
    "phpunit/phpunit": "^5",