Advertisement
giwrgos

composer

Jul 27th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "name": "test/test-module",
  3.   "type": "test-module",
  4.   "description": "",
  5.   "keywords": [
  6.     "test",
  7.     "core"
  8.   ],
  9.   "license": "MIT",
  10.   "require": {
  11.     "php": ">=5.5.9",
  12.     "laravelcollective/html": "~5.0",
  13.     "mcamara/laravel-localization": "~1.0",
  14.     "floatingpoint/stylist": "~0.1",
  15.     "maatwebsite/laravel-sidebar": "~2.1",
  16.     "bican/roles": "2.1.*",
  17.     "caffeinated/modules": "^3.1"
  18.   },
  19.   "require-dev": {
  20.     "phpunit/phpunit": "~4.0",
  21.     "orchestra/testbench": "~3.1",
  22.     "mockery/mockery": "^0.9.4"
  23.   },
  24.   "autoload-dev": {
  25.     "psr-4": {
  26.       "Test\\Core\\": "src/"
  27.     }
  28.   },
  29.   "autoload": {
  30.     "psr-4": {
  31.       "Test\\Core\\": "src/"
  32.     }
  33.   },
  34.   "extra": {
  35.     "branch-alias": {
  36.       "dev-master": "1.0-dev"
  37.     }
  38.   },
  39.   "minimum-stability": "dev",
  40.   "prefer-stable": true
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement