Advertisement
Guest User

Untitled

a guest
Jan 9th, 2018
580
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.51 KB | None | 0 0
  1. {
  2.   "name": "awax/yii2-app",
  3.   "version": "0.1.4",
  4.   "type": "project",
  5.   "description": "Yii2 project",
  6.   "minimum-stability": "dev",
  7.   "prefer-stable": true,
  8.   "require": {
  9.     "php": ">=5.5.0",
  10.     "yiisoft/yii2": ">=2.0.12",
  11.     "yiisoft/yii2-bootstrap": "~2.0.0",
  12.     "yiisoft/yii2-swiftmailer": "~2.0.0",
  13.     "facebook/webdriver": "^1.4",
  14.     "guzzlehttp/guzzle": ">=4.1.4 < 7.0",
  15.     "2amigos/yii2-transliterator-helper": "*",
  16.     "mihaildev/yii2-ckeditor": "!!!!!!!!!!!!!!!!!!!!!!!!!!FOR CORE MODULE!!!!!!!!!!!!!!!!!!!!!!!!!",
  17.     "mihaildev/yii2-ckeditor": "dev-master",
  18.     "mihaildev/yii2-elfinder": "*",
  19.     "2amigos/yii2-date-time-picker-widget": "~1.0",
  20.     "yii-dream-team/yii2-upload-behavior": "*",
  21.     "kartik-v/yii2-editable": "@dev",
  22.     "kartik-v/yii2-grid": "@dev",
  23.     "msvdev/yii2-widget-mappicker": "!!!!!!!!!!!!!!!!!!!!!FOR CONTACTS MODULE!!!!!!!!!!!!!!!!!",
  24.     "msvdev/yii2-widget-mappicker": "*",
  25.     "unclead/yii2-multiple-input": "!!!!!!!!!!!!!!!!!!!!!!!!!!FOR CORE MODULE!!!!!!!!!!!!!!!!!!!!!!!!!",
  26.     "unclead/yii2-multiple-input": "~2.0",
  27.     "2amigos/yii2-usuario": "~1.0"
  28.   },
  29.   "require-dev": {
  30.     "yiisoft/yii2-debug": "~2.0.0",
  31.     "yiisoft/yii2-gii": "~2.0.0",
  32.     "yiisoft/yii2-faker": "~2.0.0",
  33.     "codeception/codeception": "^2.3"
  34.   },
  35.   "authors": [
  36.     {
  37.       "name": "Awax",
  38.       "email": "awaxzx@gmail.com"
  39.     }
  40.   ],
  41.   "config": {
  42.     "fxp-asset": {
  43.       "asset-installer-paths": {
  44.         "npm-asset-library": "vendor/npm",
  45.         "bower-asset-library": "vendor/bower"
  46.       }
  47.     }  
  48.   },
  49.   "repositories": [
  50.     {
  51.       "url": "git@bitbucket.org:inpracticewebdev/yii2-app.git",
  52.       "type": "git"
  53.     },
  54.     {
  55.       "url": "git@bitbucket.org:inpracticewebdev/yii2-module-core.git",
  56.       "type": "git"
  57.     },
  58.     {
  59.       "url": "git@bitbucket.org:inpracticewebdev/yii2-module-publications.git",
  60.       "type": "git"
  61.     },
  62.     {
  63.       "url": "git@bitbucket.org:inpracticewebdev/yii2-module-adv.git",
  64.       "type": "git"
  65.     },
  66.     {
  67.       "url": "git@bitbucket.org:inpracticewebdev/yii2-module-social.git",
  68.       "type": "git"
  69.     },
  70.     {
  71.       "url": "git@bitbucket.org:inpracticewebdev/yii2-module-files.git",
  72.       "type": "git"
  73.     },
  74.     {
  75.       "url": "git@bitbucket.org:inpracticewebdev/yii2-module-pages.git",
  76.       "type": "git"
  77.     },
  78.     {
  79.       "url": "git@bitbucket.org:inpracticewebdev/yii2-module-contacts.git",
  80.       "type": "git"
  81.     },
  82.     {
  83.       "type": "composer",
  84.       "url": "https://asset-packagist.org"
  85.     }
  86.   ]
  87.  
  88. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement