ClassLoader.php
7 years ago
LICENSE
7 years ago
autoload_classmap.php
7 years ago
autoload_files.php
7 years ago
autoload_namespaces.php
7 years ago
autoload_psr4.php
7 years ago
autoload_real.php
7 years ago
autoload_static.php
7 years ago
installed.json
7 years ago
installed.json
227 lines
| 1 | [ |
| 2 | { |
| 3 | "name": "php-di/phpdoc-reader", |
| 4 | "version": "2.1.0", |
| 5 | "version_normalized": "2.1.0.0", |
| 6 | "source": { |
| 7 | "type": "git", |
| 8 | "url": "https://github.com/PHP-DI/PhpDocReader.git", |
| 9 | "reference": "7d0de60b9341933c8afd172a6255cd7557601e0e" |
| 10 | }, |
| 11 | "dist": { |
| 12 | "type": "zip", |
| 13 | "url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/7d0de60b9341933c8afd172a6255cd7557601e0e", |
| 14 | "reference": "7d0de60b9341933c8afd172a6255cd7557601e0e", |
| 15 | "shasum": "" |
| 16 | }, |
| 17 | "require": { |
| 18 | "php": ">=5.4.0" |
| 19 | }, |
| 20 | "require-dev": { |
| 21 | "phpunit/phpunit": "~4.6" |
| 22 | }, |
| 23 | "time": "2018-02-18T17:39:01+00:00", |
| 24 | "type": "library", |
| 25 | "installation-source": "dist", |
| 26 | "autoload": { |
| 27 | "psr-4": { |
| 28 | "PhpDocReader\\": "src/PhpDocReader" |
| 29 | } |
| 30 | }, |
| 31 | "notification-url": "https://packagist.org/downloads/", |
| 32 | "license": [ |
| 33 | "MIT" |
| 34 | ], |
| 35 | "description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)", |
| 36 | "keywords": [ |
| 37 | "phpdoc", |
| 38 | "reflection" |
| 39 | ] |
| 40 | }, |
| 41 | { |
| 42 | "name": "psr/container", |
| 43 | "version": "1.0.0", |
| 44 | "version_normalized": "1.0.0.0", |
| 45 | "source": { |
| 46 | "type": "git", |
| 47 | "url": "https://github.com/php-fig/container.git", |
| 48 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
| 49 | }, |
| 50 | "dist": { |
| 51 | "type": "zip", |
| 52 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
| 53 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
| 54 | "shasum": "" |
| 55 | }, |
| 56 | "require": { |
| 57 | "php": ">=5.3.0" |
| 58 | }, |
| 59 | "time": "2017-02-14T16:28:37+00:00", |
| 60 | "type": "library", |
| 61 | "extra": { |
| 62 | "branch-alias": { |
| 63 | "dev-master": "1.0.x-dev" |
| 64 | } |
| 65 | }, |
| 66 | "installation-source": "dist", |
| 67 | "autoload": { |
| 68 | "psr-4": { |
| 69 | "Psr\\Container\\": "src/" |
| 70 | } |
| 71 | }, |
| 72 | "notification-url": "https://packagist.org/downloads/", |
| 73 | "license": [ |
| 74 | "MIT" |
| 75 | ], |
| 76 | "authors": [ |
| 77 | { |
| 78 | "name": "PHP-FIG", |
| 79 | "homepage": "http://www.php-fig.org/" |
| 80 | } |
| 81 | ], |
| 82 | "description": "Common Container Interface (PHP FIG PSR-11)", |
| 83 | "homepage": "https://github.com/php-fig/container", |
| 84 | "keywords": [ |
| 85 | "PSR-11", |
| 86 | "container", |
| 87 | "container-interface", |
| 88 | "container-interop", |
| 89 | "psr" |
| 90 | ] |
| 91 | }, |
| 92 | { |
| 93 | "name": "container-interop/container-interop", |
| 94 | "version": "1.2.0", |
| 95 | "version_normalized": "1.2.0.0", |
| 96 | "source": { |
| 97 | "type": "git", |
| 98 | "url": "https://github.com/container-interop/container-interop.git", |
| 99 | "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" |
| 100 | }, |
| 101 | "dist": { |
| 102 | "type": "zip", |
| 103 | "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", |
| 104 | "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", |
| 105 | "shasum": "" |
| 106 | }, |
| 107 | "require": { |
| 108 | "psr/container": "^1.0" |
| 109 | }, |
| 110 | "time": "2017-02-14T19:40:03+00:00", |
| 111 | "type": "library", |
| 112 | "installation-source": "dist", |
| 113 | "autoload": { |
| 114 | "psr-4": { |
| 115 | "Interop\\Container\\": "src/Interop/Container/" |
| 116 | } |
| 117 | }, |
| 118 | "notification-url": "https://packagist.org/downloads/", |
| 119 | "license": [ |
| 120 | "MIT" |
| 121 | ], |
| 122 | "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", |
| 123 | "homepage": "https://github.com/container-interop/container-interop" |
| 124 | }, |
| 125 | { |
| 126 | "name": "php-di/invoker", |
| 127 | "version": "1.3.3", |
| 128 | "version_normalized": "1.3.3.0", |
| 129 | "source": { |
| 130 | "type": "git", |
| 131 | "url": "https://github.com/PHP-DI/Invoker.git", |
| 132 | "reference": "1f4ca63b9abc66109e53b255e465d0ddb5c2e3f7" |
| 133 | }, |
| 134 | "dist": { |
| 135 | "type": "zip", |
| 136 | "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/1f4ca63b9abc66109e53b255e465d0ddb5c2e3f7", |
| 137 | "reference": "1f4ca63b9abc66109e53b255e465d0ddb5c2e3f7", |
| 138 | "shasum": "" |
| 139 | }, |
| 140 | "require": { |
| 141 | "container-interop/container-interop": "~1.1" |
| 142 | }, |
| 143 | "require-dev": { |
| 144 | "athletic/athletic": "~0.1.8", |
| 145 | "phpunit/phpunit": "~4.5" |
| 146 | }, |
| 147 | "time": "2016-07-14T13:09:58+00:00", |
| 148 | "type": "library", |
| 149 | "installation-source": "dist", |
| 150 | "autoload": { |
| 151 | "psr-4": { |
| 152 | "Invoker\\": "src/" |
| 153 | } |
| 154 | }, |
| 155 | "notification-url": "https://packagist.org/downloads/", |
| 156 | "license": [ |
| 157 | "MIT" |
| 158 | ], |
| 159 | "description": "Generic and extensible callable invoker", |
| 160 | "homepage": "https://github.com/PHP-DI/Invoker", |
| 161 | "keywords": [ |
| 162 | "callable", |
| 163 | "dependency", |
| 164 | "dependency-injection", |
| 165 | "injection", |
| 166 | "invoke", |
| 167 | "invoker" |
| 168 | ] |
| 169 | }, |
| 170 | { |
| 171 | "name": "php-di/php-di", |
| 172 | "version": "5.0.0", |
| 173 | "version_normalized": "5.0.0.0", |
| 174 | "source": { |
| 175 | "type": "git", |
| 176 | "url": "https://github.com/PHP-DI/PHP-DI.git", |
| 177 | "reference": "c3bbc0d334b888ec8baa75f95b4900ee17b18fa7" |
| 178 | }, |
| 179 | "dist": { |
| 180 | "type": "zip", |
| 181 | "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/c3bbc0d334b888ec8baa75f95b4900ee17b18fa7", |
| 182 | "reference": "c3bbc0d334b888ec8baa75f95b4900ee17b18fa7", |
| 183 | "shasum": "" |
| 184 | }, |
| 185 | "require": { |
| 186 | "container-interop/container-interop": "~1.0", |
| 187 | "php": ">=5.4.0", |
| 188 | "php-di/invoker": "~1.0", |
| 189 | "php-di/phpdoc-reader": "~2.0" |
| 190 | }, |
| 191 | "require-dev": { |
| 192 | "doctrine/annotations": "~1.2", |
| 193 | "doctrine/cache": "~1.0", |
| 194 | "mnapoli/phpunit-easymock": "~0.1.4", |
| 195 | "ocramius/proxy-manager": "~1.0", |
| 196 | "phpunit/phpunit": "~4.5" |
| 197 | }, |
| 198 | "suggest": { |
| 199 | "doctrine/annotations": "Install it if you want to use annotations (version ~1.2)", |
| 200 | "doctrine/cache": "Install it if you want to use the cache (version ~1.0)", |
| 201 | "ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~1.0)" |
| 202 | }, |
| 203 | "time": "2015-06-10T06:16:52+00:00", |
| 204 | "type": "library", |
| 205 | "installation-source": "dist", |
| 206 | "autoload": { |
| 207 | "psr-4": { |
| 208 | "DI\\": "src/DI/" |
| 209 | }, |
| 210 | "files": [ |
| 211 | "src/DI/functions.php" |
| 212 | ] |
| 213 | }, |
| 214 | "notification-url": "https://packagist.org/downloads/", |
| 215 | "license": [ |
| 216 | "MIT" |
| 217 | ], |
| 218 | "description": "The dependency injection container for humans", |
| 219 | "homepage": "http://php-di.org/", |
| 220 | "keywords": [ |
| 221 | "container", |
| 222 | "dependency injection", |
| 223 | "di" |
| 224 | ] |
| 225 | } |
| 226 | ] |
| 227 |