yamcsha

Git composer.json

Feb 19th, 2014
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "repositories": [
  3.         {
  4.             "type": "package",
  5.             "package": {
  6.                 "name": "sanjoy87/myapp",
  7.                 "version": "v1.0.5",
  8.                 "source": {
  9.                     "url": "https://github.com/sanjoy87/myapp",
  10.                     "type": "git",
  11.                     "reference": "v1.0.5"
  12.                 }
  13.             }
  14.         }
  15.     ],
  16.     "require": {
  17.         "sanjoy87/myapp": "v1.0.5"
  18.     }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment