php-framework-skeleton

Skeleton for php-framework
git clone git://git.finwo.net/misc/php-framework-skeleton
Log | Files | Refs

composer.lock (14102B)


      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     "content-hash": "ad8b21f1c0a8419260bfd3d4cada62a0",
      8     "packages": [
      9         {
     10             "name": "container-interop/container-interop",
     11             "version": "1.2.0",
     12             "source": {
     13                 "type": "git",
     14                 "url": "https://github.com/container-interop/container-interop.git",
     15                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
     16             },
     17             "dist": {
     18                 "type": "zip",
     19                 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
     20                 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
     21                 "shasum": ""
     22             },
     23             "require": {
     24                 "psr/container": "^1.0"
     25             },
     26             "type": "library",
     27             "autoload": {
     28                 "psr-4": {
     29                     "Interop\\Container\\": "src/Interop/Container/"
     30                 }
     31             },
     32             "notification-url": "https://packagist.org/downloads/",
     33             "license": [
     34                 "MIT"
     35             ],
     36             "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
     37             "homepage": "https://github.com/container-interop/container-interop",
     38             "time": "2017-02-14T19:40:03+00:00"
     39         },
     40         {
     41             "name": "eloquent/blox",
     42             "version": "3.0.1",
     43             "source": {
     44                 "type": "git",
     45                 "url": "https://github.com/eloquent/blox.git",
     46                 "reference": "1f55c750a70fbbbce763fe8fb3eefa97569736ba"
     47             },
     48             "dist": {
     49                 "type": "zip",
     50                 "url": "https://api.github.com/repos/eloquent/blox/zipball/1f55c750a70fbbbce763fe8fb3eefa97569736ba",
     51                 "reference": "1f55c750a70fbbbce763fe8fb3eefa97569736ba",
     52                 "shasum": ""
     53             },
     54             "require": {
     55                 "php": ">=5.3"
     56             },
     57             "require-dev": {
     58                 "icecave/archer": "~1"
     59             },
     60             "type": "library",
     61             "autoload": {
     62                 "psr-4": {
     63                     "Eloquent\\Blox\\": "src"
     64                 }
     65             },
     66             "notification-url": "https://packagist.org/downloads/",
     67             "license": [
     68                 "MIT"
     69             ],
     70             "authors": [
     71                 {
     72                     "name": "Erin Millard",
     73                     "email": "ezzatron@gmail.com",
     74                     "homepage": "http://ezzatron.com/"
     75                 }
     76             ],
     77             "description": "A parser for block comment documentation.",
     78             "homepage": "https://github.com/eloquent/blox",
     79             "keywords": [
     80                 "annotation",
     81                 "block",
     82                 "comment",
     83                 "docblock",
     84                 "documentation",
     85                 "parser",
     86                 "phpDocumentor",
     87                 "phpdoc",
     88                 "tag"
     89             ],
     90             "time": "2014-01-26T02:51:52+00:00"
     91         },
     92         {
     93             "name": "finwo/datafile",
     94             "version": "v0.0.2",
     95             "source": {
     96                 "type": "git",
     97                 "url": "https://github.com/finwo/php-datafile.git",
     98                 "reference": "f6129579e058c20a99328de757427d2bc0ea4b6c"
     99             },
    100             "dist": {
    101                 "type": "zip",
    102                 "url": "https://api.github.com/repos/finwo/php-datafile/zipball/f6129579e058c20a99328de757427d2bc0ea4b6c",
    103                 "reference": "f6129579e058c20a99328de757427d2bc0ea4b6c",
    104                 "shasum": ""
    105             },
    106             "require": {
    107                 "mustangostang/spyc": "^0.6.1"
    108             },
    109             "type": "library",
    110             "autoload": {
    111                 "psr-4": {
    112                     "Finwo\\DataFile\\": "src"
    113                 }
    114             },
    115             "notification-url": "https://packagist.org/downloads/",
    116             "license": [
    117                 "MIT"
    118             ],
    119             "authors": [
    120                 {
    121                     "name": "Robin Bron",
    122                     "email": "robin@finwo.nl"
    123                 }
    124             ],
    125             "time": "2017-02-22T10:43:22+00:00"
    126         },
    127         {
    128             "name": "finwo/property-accessor",
    129             "version": "v0.1.4",
    130             "source": {
    131                 "type": "git",
    132                 "url": "https://github.com/finwo/property-accessor.git",
    133                 "reference": "b87005786dbdd368628d586b9568db6e8aec11bc"
    134             },
    135             "dist": {
    136                 "type": "zip",
    137                 "url": "https://api.github.com/repos/finwo/property-accessor/zipball/b87005786dbdd368628d586b9568db6e8aec11bc",
    138                 "reference": "b87005786dbdd368628d586b9568db6e8aec11bc",
    139                 "shasum": ""
    140             },
    141             "require": {
    142                 "php": ">=5.3"
    143             },
    144             "type": "library",
    145             "autoload": {
    146                 "psr-4": {
    147                     "Finwo\\PropertyAccessor\\": "src/"
    148                 }
    149             },
    150             "notification-url": "https://packagist.org/downloads/",
    151             "authors": [
    152                 {
    153                     "name": "Robin Bron",
    154                     "email": "robin@finwo.nl"
    155                 }
    156             ],
    157             "time": "2016-05-12T11:49:48+00:00"
    158         },
    159         {
    160             "name": "klein/klein",
    161             "version": "v2.1.2",
    162             "source": {
    163                 "type": "git",
    164                 "url": "https://github.com/klein/klein.php.git",
    165                 "reference": "6549676cc831b9417332b3d9485c64bbf7bac728"
    166             },
    167             "dist": {
    168                 "type": "zip",
    169                 "url": "https://api.github.com/repos/klein/klein.php/zipball/6549676cc831b9417332b3d9485c64bbf7bac728",
    170                 "reference": "6549676cc831b9417332b3d9485c64bbf7bac728",
    171                 "shasum": ""
    172             },
    173             "require": {
    174                 "php": ">=5.3.0"
    175             },
    176             "require-dev": {
    177                 "phpunit/php-code-coverage": "^2.2",
    178                 "phpunit/phpunit": "^4.8",
    179                 "squizlabs/php_codesniffer": "1.4.8"
    180             },
    181             "type": "library",
    182             "autoload": {
    183                 "psr-4": {
    184                     "Klein\\": "src/Klein/"
    185                 }
    186             },
    187             "notification-url": "https://packagist.org/downloads/",
    188             "license": [
    189                 "MIT"
    190             ],
    191             "authors": [
    192                 {
    193                     "name": "Chris O'Hara",
    194                     "email": "cohara87@gmail.com",
    195                     "homepage": "http://chris6f.com/",
    196                     "role": "Creator/Developer"
    197                 },
    198                 {
    199                     "name": "Trevor Suarez",
    200                     "email": "rican7@gmail.com",
    201                     "homepage": "https://trevorsuarez.com/",
    202                     "role": "Contributor/Developer"
    203                 }
    204             ],
    205             "description": "A lightning fast router for PHP",
    206             "homepage": "https://github.com/klein/klein.php",
    207             "keywords": [
    208                 "boilerplate",
    209                 "router",
    210                 "routing",
    211                 "sinatra"
    212             ],
    213             "time": "2017-02-01T23:08:58+00:00"
    214         },
    215         {
    216             "name": "mustangostang/spyc",
    217             "version": "0.6.1",
    218             "source": {
    219                 "type": "git",
    220                 "url": "https://github.com/mustangostang/spyc.git",
    221                 "reference": "022532641d61d383fd3ae666982bd46e61e5915e"
    222             },
    223             "dist": {
    224                 "type": "zip",
    225                 "url": "https://api.github.com/repos/mustangostang/spyc/zipball/022532641d61d383fd3ae666982bd46e61e5915e",
    226                 "reference": "022532641d61d383fd3ae666982bd46e61e5915e",
    227                 "shasum": ""
    228             },
    229             "require": {
    230                 "php": ">=5.3.1"
    231             },
    232             "require-dev": {
    233                 "phpunit/phpunit": "4.3.*@dev"
    234             },
    235             "type": "library",
    236             "extra": {
    237                 "branch-alias": {
    238                     "dev-master": "0.5.x-dev"
    239                 }
    240             },
    241             "autoload": {
    242                 "files": [
    243                     "Spyc.php"
    244                 ]
    245             },
    246             "notification-url": "https://packagist.org/downloads/",
    247             "license": [
    248                 "MIT"
    249             ],
    250             "authors": [
    251                 {
    252                     "name": "mustangostang",
    253                     "email": "vlad.andersen@gmail.com"
    254                 }
    255             ],
    256             "description": "A simple YAML loader/dumper class for PHP",
    257             "homepage": "https://github.com/mustangostang/spyc/",
    258             "keywords": [
    259                 "spyc",
    260                 "yaml",
    261                 "yml"
    262             ],
    263             "time": "2016-10-21T00:03:34+00:00"
    264         },
    265         {
    266             "name": "netresearch/jsonmapper",
    267             "version": "v1.1.1",
    268             "source": {
    269                 "type": "git",
    270                 "url": "https://github.com/cweiske/jsonmapper.git",
    271                 "reference": "8d0b6d5b9f5940757b44bc0ee2f930aae6d4a6c7"
    272             },
    273             "dist": {
    274                 "type": "zip",
    275                 "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8d0b6d5b9f5940757b44bc0ee2f930aae6d4a6c7",
    276                 "reference": "8d0b6d5b9f5940757b44bc0ee2f930aae6d4a6c7",
    277                 "shasum": ""
    278             },
    279             "require-dev": {
    280                 "phpunit/phpunit": "4.2.*",
    281                 "squizlabs/php_codesniffer": "~1.5"
    282             },
    283             "type": "library",
    284             "autoload": {
    285                 "psr-0": {
    286                     "JsonMapper": "src/"
    287                 }
    288             },
    289             "notification-url": "https://packagist.org/downloads/",
    290             "license": [
    291                 "OSL-3.0"
    292             ],
    293             "authors": [
    294                 {
    295                     "name": "Christian Weiske",
    296                     "email": "cweiske@cweiske.de",
    297                     "homepage": "http://github.com/cweiske/jsonmapper/",
    298                     "role": "Developer"
    299                 }
    300             ],
    301             "description": "Map nested JSON structures onto PHP classes",
    302             "time": "2017-01-27T21:01:41+00:00"
    303         },
    304         {
    305             "name": "php-di/invoker",
    306             "version": "1.3.3",
    307             "source": {
    308                 "type": "git",
    309                 "url": "https://github.com/PHP-DI/Invoker.git",
    310                 "reference": "1f4ca63b9abc66109e53b255e465d0ddb5c2e3f7"
    311             },
    312             "dist": {
    313                 "type": "zip",
    314                 "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/1f4ca63b9abc66109e53b255e465d0ddb5c2e3f7",
    315                 "reference": "1f4ca63b9abc66109e53b255e465d0ddb5c2e3f7",
    316                 "shasum": ""
    317             },
    318             "require": {
    319                 "container-interop/container-interop": "~1.1"
    320             },
    321             "require-dev": {
    322                 "athletic/athletic": "~0.1.8",
    323                 "phpunit/phpunit": "~4.5"
    324             },
    325             "type": "library",
    326             "autoload": {
    327                 "psr-4": {
    328                     "Invoker\\": "src/"
    329                 }
    330             },
    331             "notification-url": "https://packagist.org/downloads/",
    332             "license": [
    333                 "MIT"
    334             ],
    335             "description": "Generic and extensible callable invoker",
    336             "homepage": "https://github.com/PHP-DI/Invoker",
    337             "keywords": [
    338                 "callable",
    339                 "dependency",
    340                 "dependency-injection",
    341                 "injection",
    342                 "invoke",
    343                 "invoker"
    344             ],
    345             "time": "2016-07-14T13:09:58+00:00"
    346         },
    347         {
    348             "name": "psr/container",
    349             "version": "1.0.0",
    350             "source": {
    351                 "type": "git",
    352                 "url": "https://github.com/php-fig/container.git",
    353                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
    354             },
    355             "dist": {
    356                 "type": "zip",
    357                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
    358                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
    359                 "shasum": ""
    360             },
    361             "require": {
    362                 "php": ">=5.3.0"
    363             },
    364             "type": "library",
    365             "extra": {
    366                 "branch-alias": {
    367                     "dev-master": "1.0.x-dev"
    368                 }
    369             },
    370             "autoload": {
    371                 "psr-4": {
    372                     "Psr\\Container\\": "src/"
    373                 }
    374             },
    375             "notification-url": "https://packagist.org/downloads/",
    376             "license": [
    377                 "MIT"
    378             ],
    379             "authors": [
    380                 {
    381                     "name": "PHP-FIG",
    382                     "homepage": "http://www.php-fig.org/"
    383                 }
    384             ],
    385             "description": "Common Container Interface (PHP FIG PSR-11)",
    386             "homepage": "https://github.com/php-fig/container",
    387             "keywords": [
    388                 "PSR-11",
    389                 "container",
    390                 "container-interface",
    391                 "container-interop",
    392                 "psr"
    393             ],
    394             "time": "2017-02-14T16:28:37+00:00"
    395         }
    396     ],
    397     "packages-dev": [],
    398     "aliases": [],
    399     "minimum-stability": "stable",
    400     "stability-flags": [],
    401     "prefer-stable": false,
    402     "prefer-lowest": false,
    403     "platform": [],
    404     "platform-dev": []
    405 }