rest-proxy.php

Simple proxy for RESTful APIs
git clone git://git.finwo.net/app/rest-proxy.php
Log | Files | Refs | README

composer.lock (11892B)


      1 {
      2     "_readme": [
      3         "This file locks the dependencies of your project to a known state",
      4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
      5         "This file is @generated automatically"
      6     ],
      7     "hash": "32ae9cd6e9d97317256a8a10e19301ec",
      8     "content-hash": "c1e03ef5963abda4868fcb204f4c80d5",
      9     "packages": [
     10         {
     11             "name": "adoy/oauth2",
     12             "version": "1.3.0",
     13             "source": {
     14                 "type": "git",
     15                 "url": "https://github.com/adoy/PHP-OAuth2.git",
     16                 "reference": "617d8605955cbb0ca929358fda74eab308c39cfa"
     17             },
     18             "dist": {
     19                 "type": "zip",
     20                 "url": "https://api.github.com/repos/adoy/PHP-OAuth2/zipball/617d8605955cbb0ca929358fda74eab308c39cfa",
     21                 "reference": "617d8605955cbb0ca929358fda74eab308c39cfa",
     22                 "shasum": ""
     23             },
     24             "require": {
     25                 "php": ">=5.3.0"
     26             },
     27             "type": "library",
     28             "autoload": {
     29                 "psr-0": {
     30                     "OAuth2": "src/"
     31                 }
     32             },
     33             "notification-url": "https://packagist.org/downloads/",
     34             "license": [
     35                 "LGPL-2.1"
     36             ],
     37             "authors": [
     38                 {
     39                     "name": "Berejeb Anis",
     40                     "email": "anis.berejeb@gmail.com"
     41                 },
     42                 {
     43                     "name": "Charron Pierrick",
     44                     "email": "pierrick@webstart.fr"
     45                 }
     46             ],
     47             "description": "Light PHP wrapper for the OAuth 2.0 protocol (based on OAuth 2.0 Authorization Protocol draft-ietf-oauth-v2-15)",
     48             "time": "2015-08-03 19:57:06"
     49         },
     50         {
     51             "name": "container-interop/container-interop",
     52             "version": "1.1.0",
     53             "source": {
     54                 "type": "git",
     55                 "url": "https://github.com/container-interop/container-interop.git",
     56                 "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e"
     57             },
     58             "dist": {
     59                 "type": "zip",
     60                 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e",
     61                 "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e",
     62                 "shasum": ""
     63             },
     64             "type": "library",
     65             "autoload": {
     66                 "psr-4": {
     67                     "Interop\\Container\\": "src/Interop/Container/"
     68                 }
     69             },
     70             "notification-url": "https://packagist.org/downloads/",
     71             "license": [
     72                 "MIT"
     73             ],
     74             "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
     75             "time": "2014-12-30 15:22:37"
     76         },
     77         {
     78             "name": "finwo/data-tools",
     79             "version": "dev-master",
     80             "source": {
     81                 "type": "git",
     82                 "url": "https://github.com/finwo/data-tools-php.git",
     83                 "reference": "c3e7eaa1f422736eb7e5079452f6fa4bb7aafb73"
     84             },
     85             "dist": {
     86                 "type": "zip",
     87                 "url": "https://api.github.com/repos/finwo/data-tools-php/zipball/c3e7eaa1f422736eb7e5079452f6fa4bb7aafb73",
     88                 "reference": "c3e7eaa1f422736eb7e5079452f6fa4bb7aafb73",
     89                 "shasum": ""
     90             },
     91             "require": {
     92                 "finwo/property-accessor": "dev-master"
     93             },
     94             "type": "library",
     95             "autoload": {
     96                 "psr-4": {
     97                     "Finwo\\Datatools\\": "src/"
     98                 }
     99             },
    100             "authors": [
    101                 {
    102                     "name": "Robin Bron",
    103                     "email": "robin@finwo.nl"
    104                 }
    105             ],
    106             "support": {
    107                 "source": "https://github.com/finwo/data-tools-php/tree/master",
    108                 "issues": "https://github.com/finwo/data-tools-php/issues"
    109             },
    110             "time": "2016-04-17 17:02:21"
    111         },
    112         {
    113             "name": "finwo/property-accessor",
    114             "version": "dev-master",
    115             "source": {
    116                 "type": "git",
    117                 "url": "https://github.com/finwo/property-accessor.git",
    118                 "reference": "434c4355987cf5ebd7475f3124a847d71b3e4152"
    119             },
    120             "dist": {
    121                 "type": "zip",
    122                 "url": "https://api.github.com/repos/finwo/property-accessor/zipball/434c4355987cf5ebd7475f3124a847d71b3e4152",
    123                 "reference": "434c4355987cf5ebd7475f3124a847d71b3e4152",
    124                 "shasum": ""
    125             },
    126             "type": "library",
    127             "autoload": {
    128                 "psr-4": {
    129                     "Finwo\\PropertyAccessor\\": "src/"
    130                 }
    131             },
    132             "notification-url": "https://packagist.org/downloads/",
    133             "authors": [
    134                 {
    135                     "name": "Robin Bron",
    136                     "email": "robin@finwo.nl"
    137                 }
    138             ],
    139             "time": "2016-04-19 13:13:15"
    140         },
    141         {
    142             "name": "mustangostang/spyc",
    143             "version": "dev-master",
    144             "source": {
    145                 "type": "git",
    146                 "url": "https://github.com/mustangostang/spyc.git",
    147                 "reference": "699184c170688363ab82f97afb8085e39d7a1769"
    148             },
    149             "dist": {
    150                 "type": "zip",
    151                 "url": "https://api.github.com/repos/mustangostang/spyc/zipball/699184c170688363ab82f97afb8085e39d7a1769",
    152                 "reference": "699184c170688363ab82f97afb8085e39d7a1769",
    153                 "shasum": ""
    154             },
    155             "require": {
    156                 "php": ">=5.3.1"
    157             },
    158             "require-dev": {
    159                 "phpunit/phpunit": "4.3.*@dev"
    160             },
    161             "type": "library",
    162             "extra": {
    163                 "branch-alias": {
    164                     "dev-master": "0.5.x-dev"
    165                 }
    166             },
    167             "autoload": {
    168                 "files": [
    169                     "Spyc.php"
    170                 ]
    171             },
    172             "notification-url": "https://packagist.org/downloads/",
    173             "license": [
    174                 "MIT"
    175             ],
    176             "authors": [
    177                 {
    178                     "name": "mustangostang",
    179                     "email": "vlad.andersen@gmail.com"
    180                 }
    181             ],
    182             "description": "A simple YAML loader/dumper class for PHP",
    183             "homepage": "https://github.com/mustangostang/spyc/",
    184             "keywords": [
    185                 "spyc",
    186                 "yaml",
    187                 "yml"
    188             ],
    189             "time": "2015-08-13 21:51:08"
    190         },
    191         {
    192             "name": "netresearch/jsonmapper",
    193             "version": "v0.11.0",
    194             "source": {
    195                 "type": "git",
    196                 "url": "https://github.com/cweiske/jsonmapper.git",
    197                 "reference": "979abda4b128415c642b06f07db615e75cfd3173"
    198             },
    199             "dist": {
    200                 "type": "zip",
    201                 "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/979abda4b128415c642b06f07db615e75cfd3173",
    202                 "reference": "979abda4b128415c642b06f07db615e75cfd3173",
    203                 "shasum": ""
    204             },
    205             "require-dev": {
    206                 "phpunit/phpunit": "4.2.*",
    207                 "squizlabs/php_codesniffer": "~1.5"
    208             },
    209             "type": "library",
    210             "autoload": {
    211                 "psr-0": {
    212                     "JsonMapper": "src/"
    213                 }
    214             },
    215             "notification-url": "https://packagist.org/downloads/",
    216             "license": [
    217                 "OSL-3.0"
    218             ],
    219             "authors": [
    220                 {
    221                     "name": "Christian Weiske",
    222                     "email": "cweiske@cweiske.de",
    223                     "homepage": "http://github.com/cweiske/jsonmapper/",
    224                     "role": "Developer"
    225                 }
    226             ],
    227             "description": "Map nested JSON structures onto PHP classes",
    228             "time": "2016-04-14 21:59:35"
    229         },
    230         {
    231             "name": "php-di/invoker",
    232             "version": "1.3.0",
    233             "source": {
    234                 "type": "git",
    235                 "url": "https://github.com/PHP-DI/Invoker.git",
    236                 "reference": "c5c50237115803d7410d13d9d6afb5afe6526fac"
    237             },
    238             "dist": {
    239                 "type": "zip",
    240                 "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/c5c50237115803d7410d13d9d6afb5afe6526fac",
    241                 "reference": "c5c50237115803d7410d13d9d6afb5afe6526fac",
    242                 "shasum": ""
    243             },
    244             "require": {
    245                 "container-interop/container-interop": "~1.1"
    246             },
    247             "require-dev": {
    248                 "athletic/athletic": "~0.1.8",
    249                 "phpunit/phpunit": "~4.5"
    250             },
    251             "type": "library",
    252             "autoload": {
    253                 "psr-4": {
    254                     "Invoker\\": "src/"
    255                 }
    256             },
    257             "notification-url": "https://packagist.org/downloads/",
    258             "license": [
    259                 "MIT"
    260             ],
    261             "description": "Generic and extensible callable invoker",
    262             "homepage": "https://github.com/PHP-DI/Invoker",
    263             "keywords": [
    264                 "callable",
    265                 "dependency",
    266                 "dependency-injection",
    267                 "injection",
    268                 "invoke",
    269                 "invoker"
    270             ],
    271             "time": "2016-03-20 17:49:41"
    272         }
    273     ],
    274     "packages-dev": [
    275         {
    276             "name": "heroku/heroku-buildpack-php",
    277             "version": "dev-master",
    278             "source": {
    279                 "type": "git",
    280                 "url": "https://github.com/heroku/heroku-buildpack-php.git",
    281                 "reference": "efca12bb59ccdebec79cabddd94e7c1ef51de908"
    282             },
    283             "dist": {
    284                 "type": "zip",
    285                 "url": "https://api.github.com/repos/heroku/heroku-buildpack-php/zipball/efca12bb59ccdebec79cabddd94e7c1ef51de908",
    286                 "reference": "efca12bb59ccdebec79cabddd94e7c1ef51de908",
    287                 "shasum": ""
    288             },
    289             "bin": [
    290                 "bin/heroku-hhvm-apache2",
    291                 "bin/heroku-hhvm-nginx",
    292                 "bin/heroku-php-apache2",
    293                 "bin/heroku-php-nginx"
    294             ],
    295             "type": "library",
    296             "notification-url": "https://packagist.org/downloads/",
    297             "license": [
    298                 "MIT"
    299             ],
    300             "authors": [
    301                 {
    302                     "name": "David Zuelke",
    303                     "email": "dz@heroku.com"
    304                 }
    305             ],
    306             "description": "Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP/HHVM and Apache2/Nginx as on Heroku",
    307             "homepage": "http://github.com/heroku/heroku-buildpack-php",
    308             "keywords": [
    309                 "apache",
    310                 "apache2",
    311                 "foreman",
    312                 "heroku",
    313                 "hhvm",
    314                 "nginx",
    315                 "php"
    316             ],
    317             "time": "2016-04-12 02:41:29"
    318         }
    319     ],
    320     "aliases": [],
    321     "minimum-stability": "dev",
    322     "stability-flags": {
    323         "finwo/property-accessor": 20,
    324         "finwo/data-tools": 20,
    325         "heroku/heroku-buildpack-php": 20
    326     },
    327     "prefer-stable": false,
    328     "prefer-lowest": false,
    329     "platform": {
    330         "php": "~5.6",
    331         "ext-curl": "*"
    332     },
    333     "platform-dev": []
    334 }