Advertisement
AnrDaemon

satis.json

Feb 13th, 2018
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.90 KB | None | 0 0
  1. {
  2.     "name": "Local Composer repository",
  3.     "homepage": "http://satis.example.org/",
  4.     "output-dir": "htdocs/",
  5.     "providers": true,
  6.     "require-all": true,
  7.     "config": {
  8.         "http-basic": {
  9.             "svn.example.org": {
  10.                 "username": "user",
  11.                 "password": "pass"
  12.             }
  13.         },
  14.         "store-auths": true
  15.     },
  16.     "archive": {
  17.         "directory": "dist",
  18.         "format": "tar",
  19.         "prefix-url": "http://satis.example.org/",
  20.         "skip-dev": true
  21.     },
  22.     "repositories": [
  23.         {
  24.             "type": "vcs",
  25.             "url": "https://svn.example.org/misc/php-tools/"
  26.         },
  27.         {
  28.             "type": "vcs",
  29.             "url": "https://svn.example.org/misc/MyLittleGallery/"
  30.         },
  31.         {
  32.             "type": "vcs",
  33.             "url": "https://svn.example.org/minecraft/nbt-lib/"
  34.         }
  35.     ]
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement