Subversion Repositories oidplus

Rev

Go to most recent revision | View as "text/json" | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. {
  2.   "name": "danielmarschall/glip",
  3.   "version": "0.1.3",
  4.   "type": "library",
  5.   "description": "Git library for PHP",
  6.   "keywords": ["git"],
  7.   "homepage": "https://fimml.at/projects/glip",
  8.   "license": "GPL-2.0-or-later",
  9.   "authors": [
  10.     {
  11.       "name": "Patrik Fimml",
  12.       "email": "patrik@fimml.at",
  13.       "homepage": "https://fimml.at/",
  14.       "role": "Developer"
  15.     },
  16.     {
  17.       "name": "Daniel Marschall",
  18.       "email": "info@daniel-marschall.de",
  19.       "homepage": "https://www.daniel-marschall.de/",
  20.       "role": "Developer"
  21.     }
  22.   ],
  23.   "require": {
  24.     "php": ">=5.2",
  25.     "ext-zlib": "*"
  26.   },
  27.   "autoload": {
  28.     "psr-4": {
  29.       "ViaThinkSoft\\Glip\\": "src/"
  30.     }
  31.   },
  32.   "extra": {
  33.     "branch-alias": {
  34.       "dev-master": "0.1.3-dev"
  35.     }
  36.   }
  37. }
  38.