Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.67 KB | None | 0 0
  1. {
  2.     "name": "contao/managed-edition",
  3.     "type": "project",
  4.     "description": "Contao Open Source CMS",
  5.     "license": "LGPL-3.0+",
  6.     "authors": [
  7.         {
  8.             "name": "Leo Feyer",
  9.             "homepage": "https://github.com/leofeyer"
  10.         }
  11.     ],
  12.     "require": {
  13.         "php": ">=5.6.0",
  14.         "contao/manager-bundle": "4.4.*",
  15.         "contao/calendar-bundle": "^4.4",
  16.         "contao/comments-bundle": "^4.4",
  17.         "contao/faq-bundle": "^4.4",
  18.         "contao/listing-bundle": "^4.4",
  19.         "contao/news-bundle": "^4.4",
  20.         "contao/newsletter-bundle": "^4.4",
  21.         "contao-community-alliance/dependency-container": "dev-release/2.0.0",
  22.         "contao-community-alliance/event-dispatcher": "dev-feature/contao4",
  23.         "contao-community-alliance/translator": "dev-feature/contao4"
  24.     },
  25.     "config": {
  26.         "component-dir": "assets"
  27.     },
  28.     "scripts": {
  29.         "post-install-cmd": [
  30.             "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
  31.         ],
  32.         "post-update-cmd": [
  33.             "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
  34.         ]
  35.     },
  36.     "repositories": [
  37.         {
  38.             "type": "path",
  39.             "url": "/Users/sbaumann/Development/sourceTree/Contao/contao-community-alliance/dependency-container"
  40.         },
  41.         {
  42.             "type": "path",
  43.             "url": "/Users/sbaumann/Development/sourceTree/Contao/contao-community-alliance/event-dispatcher"
  44.         },
  45.         {
  46.             "type": "path",
  47.             "url": "/Users/sbaumann/Development/sourceTree/Contao/contao-community-alliance/translator"
  48.         }
  49.     ]
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement