ClassLoader.php
4 years ago
InstalledVersions.php
4 years ago
LICENSE
4 years ago
autoload_classmap.php
4 years ago
autoload_namespaces.php
4 years ago
autoload_psr4.php
4 years ago
autoload_real.php
4 years ago
autoload_static.php
4 years ago
installed.json
4 years ago
installed.php
4 years ago
platform_check.php
4 years ago
installed.json
370 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "league\/plates", |
| 5 | "version": "v3.4.0", |
| 6 | "version_normalized": "3.4.0.0", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "https:\/\/github.com\/thephpleague\/plates.git", |
| 10 | "reference": "6d3ee31199b536a4e003b34a356ca20f6f75496a" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https:\/\/api.github.com\/repos\/thephpleague\/plates\/zipball\/6d3ee31199b536a4e003b34a356ca20f6f75496a", |
| 15 | "reference": "6d3ee31199b536a4e003b34a356ca20f6f75496a", |
| 16 | "shasum": "" |
| 17 | }, |
| 18 | "require": { |
| 19 | "php": "^7.0|^8.0" |
| 20 | }, |
| 21 | "require-dev": { |
| 22 | "mikey179\/vfsstream": "^1.6", |
| 23 | "phpunit\/phpunit": "^9.5", |
| 24 | "squizlabs\/php_codesniffer": "^3.5" |
| 25 | }, |
| 26 | "time": "2020-12-25T05:00:37+00:00", |
| 27 | "type": "library", |
| 28 | "extra": { |
| 29 | "branch-alias": { |
| 30 | "dev-master": "3.0-dev" |
| 31 | } |
| 32 | }, |
| 33 | "installation-source": "dist", |
| 34 | "autoload": { |
| 35 | "psr-4": { |
| 36 | "IAWP\\League\\Plates\\": "src" |
| 37 | } |
| 38 | }, |
| 39 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 40 | "license": [ |
| 41 | "MIT" |
| 42 | ], |
| 43 | "authors": [ |
| 44 | { |
| 45 | "name": "Jonathan Reinink", |
| 46 | "email": "jonathan@reinink.ca", |
| 47 | "role": "Developer" |
| 48 | }, |
| 49 | { |
| 50 | "name": "RJ Garcia", |
| 51 | "email": "ragboyjr@icloud.com", |
| 52 | "role": "Developer" |
| 53 | } |
| 54 | ], |
| 55 | "description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.", |
| 56 | "homepage": "https:\/\/platesphp.com", |
| 57 | "keywords": [ |
| 58 | "league", |
| 59 | "package", |
| 60 | "templates", |
| 61 | "templating", |
| 62 | "views" |
| 63 | ], |
| 64 | "support": { |
| 65 | "issues": "https:\/\/github.com\/thephpleague\/plates\/issues", |
| 66 | "source": "https:\/\/github.com\/thephpleague\/plates\/tree\/v3.4.0" |
| 67 | }, |
| 68 | "install-path": "..\/league\/plates" |
| 69 | }, |
| 70 | { |
| 71 | "name": "league\/uri", |
| 72 | "version": "6.5.0", |
| 73 | "version_normalized": "6.5.0.0", |
| 74 | "source": { |
| 75 | "type": "git", |
| 76 | "url": "https:\/\/github.com\/thephpleague\/uri.git", |
| 77 | "reference": "c68ca445abb04817d740ddd6d0b3551826ef0c5a" |
| 78 | }, |
| 79 | "dist": { |
| 80 | "type": "zip", |
| 81 | "url": "https:\/\/api.github.com\/repos\/thephpleague\/uri\/zipball\/c68ca445abb04817d740ddd6d0b3551826ef0c5a", |
| 82 | "reference": "c68ca445abb04817d740ddd6d0b3551826ef0c5a", |
| 83 | "shasum": "" |
| 84 | }, |
| 85 | "require": { |
| 86 | "ext-json": "*", |
| 87 | "league\/uri-interfaces": "^2.3", |
| 88 | "php": "^7.3 || ^8.0", |
| 89 | "psr\/http-message": "^1.0" |
| 90 | }, |
| 91 | "conflict": { |
| 92 | "league\/uri-schemes": "^1.0" |
| 93 | }, |
| 94 | "require-dev": { |
| 95 | "friendsofphp\/php-cs-fixer": "^2.19 || ^3.0", |
| 96 | "phpstan\/phpstan": "^0.12.90", |
| 97 | "phpstan\/phpstan-phpunit": "^0.12.22", |
| 98 | "phpstan\/phpstan-strict-rules": "^0.12.11", |
| 99 | "phpunit\/phpunit": "^8.0 || ^9.0", |
| 100 | "psr\/http-factory": "^1.0" |
| 101 | }, |
| 102 | "suggest": { |
| 103 | "ext-fileinfo": "Needed to create Data URI from a filepath", |
| 104 | "ext-intl": "Needed to improve host validation", |
| 105 | "league\/uri-components": "Needed to easily manipulate URI objects", |
| 106 | "psr\/http-factory": "Needed to use the URI factory" |
| 107 | }, |
| 108 | "time": "2021-08-27T09:54:07+00:00", |
| 109 | "type": "library", |
| 110 | "extra": { |
| 111 | "branch-alias": { |
| 112 | "dev-master": "6.x-dev" |
| 113 | } |
| 114 | }, |
| 115 | "installation-source": "dist", |
| 116 | "autoload": { |
| 117 | "psr-4": { |
| 118 | "IAWP\\League\\Uri\\": "src" |
| 119 | } |
| 120 | }, |
| 121 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 122 | "license": [ |
| 123 | "MIT" |
| 124 | ], |
| 125 | "authors": [ |
| 126 | { |
| 127 | "name": "Ignace Nyamagana Butera", |
| 128 | "email": "nyamsprod@gmail.com", |
| 129 | "homepage": "https:\/\/nyamsprod.com" |
| 130 | } |
| 131 | ], |
| 132 | "description": "URI manipulation library", |
| 133 | "homepage": "http:\/\/uri.thephpleague.com", |
| 134 | "keywords": [ |
| 135 | "data-uri", |
| 136 | "file-uri", |
| 137 | "ftp", |
| 138 | "hostname", |
| 139 | "http", |
| 140 | "https", |
| 141 | "middleware", |
| 142 | "parse_str", |
| 143 | "parse_url", |
| 144 | "psr-7", |
| 145 | "query-string", |
| 146 | "querystring", |
| 147 | "rfc3986", |
| 148 | "rfc3987", |
| 149 | "rfc6570", |
| 150 | "uri", |
| 151 | "uri-template", |
| 152 | "url", |
| 153 | "ws" |
| 154 | ], |
| 155 | "support": { |
| 156 | "docs": "https:\/\/uri.thephpleague.com", |
| 157 | "forum": "https:\/\/thephpleague.slack.com", |
| 158 | "issues": "https:\/\/github.com\/thephpleague\/uri\/issues", |
| 159 | "source": "https:\/\/github.com\/thephpleague\/uri\/tree\/6.5.0" |
| 160 | }, |
| 161 | "funding": [ |
| 162 | { |
| 163 | "url": "https:\/\/github.com\/sponsors\/nyamsprod", |
| 164 | "type": "github" |
| 165 | } |
| 166 | ], |
| 167 | "install-path": "..\/league\/uri" |
| 168 | }, |
| 169 | { |
| 170 | "name": "league\/uri-interfaces", |
| 171 | "version": "2.3.0", |
| 172 | "version_normalized": "2.3.0.0", |
| 173 | "source": { |
| 174 | "type": "git", |
| 175 | "url": "https:\/\/github.com\/thephpleague\/uri-interfaces.git", |
| 176 | "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383" |
| 177 | }, |
| 178 | "dist": { |
| 179 | "type": "zip", |
| 180 | "url": "https:\/\/api.github.com\/repos\/thephpleague\/uri-interfaces\/zipball\/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383", |
| 181 | "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383", |
| 182 | "shasum": "" |
| 183 | }, |
| 184 | "require": { |
| 185 | "ext-json": "*", |
| 186 | "php": "^7.2 || ^8.0" |
| 187 | }, |
| 188 | "require-dev": { |
| 189 | "friendsofphp\/php-cs-fixer": "^2.19", |
| 190 | "phpstan\/phpstan": "^0.12.90", |
| 191 | "phpstan\/phpstan-phpunit": "^0.12.19", |
| 192 | "phpstan\/phpstan-strict-rules": "^0.12.9", |
| 193 | "phpunit\/phpunit": "^8.5.15 || ^9.5" |
| 194 | }, |
| 195 | "suggest": { |
| 196 | "ext-intl": "to use the IDNA feature", |
| 197 | "symfony\/intl": "to use the IDNA feature via Symfony Polyfill" |
| 198 | }, |
| 199 | "time": "2021-06-28T04:27:21+00:00", |
| 200 | "type": "library", |
| 201 | "extra": { |
| 202 | "branch-alias": { |
| 203 | "dev-master": "2.x-dev" |
| 204 | } |
| 205 | }, |
| 206 | "installation-source": "dist", |
| 207 | "autoload": { |
| 208 | "psr-4": { |
| 209 | "IAWP\\League\\Uri\\": "src\/" |
| 210 | } |
| 211 | }, |
| 212 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 213 | "license": [ |
| 214 | "MIT" |
| 215 | ], |
| 216 | "authors": [ |
| 217 | { |
| 218 | "name": "Ignace Nyamagana Butera", |
| 219 | "email": "nyamsprod@gmail.com", |
| 220 | "homepage": "https:\/\/nyamsprod.com" |
| 221 | } |
| 222 | ], |
| 223 | "description": "Common interface for URI representation", |
| 224 | "homepage": "http:\/\/github.com\/thephpleague\/uri-interfaces", |
| 225 | "keywords": [ |
| 226 | "rfc3986", |
| 227 | "rfc3987", |
| 228 | "uri", |
| 229 | "url" |
| 230 | ], |
| 231 | "support": { |
| 232 | "issues": "https:\/\/github.com\/thephpleague\/uri-interfaces\/issues", |
| 233 | "source": "https:\/\/github.com\/thephpleague\/uri-interfaces\/tree\/2.3.0" |
| 234 | }, |
| 235 | "funding": [ |
| 236 | { |
| 237 | "url": "https:\/\/github.com\/sponsors\/nyamsprod", |
| 238 | "type": "github" |
| 239 | } |
| 240 | ], |
| 241 | "install-path": "..\/league\/uri-interfaces" |
| 242 | }, |
| 243 | { |
| 244 | "name": "maxmind-db\/reader", |
| 245 | "version": "v1.11.0", |
| 246 | "version_normalized": "1.11.0.0", |
| 247 | "source": { |
| 248 | "type": "git", |
| 249 | "url": "https:\/\/github.com\/maxmind\/MaxMind-DB-Reader-php.git", |
| 250 | "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b" |
| 251 | }, |
| 252 | "dist": { |
| 253 | "type": "zip", |
| 254 | "url": "https:\/\/api.github.com\/repos\/maxmind\/MaxMind-DB-Reader-php\/zipball\/b1f3c0699525336d09cc5161a2861268d9f2ae5b", |
| 255 | "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b", |
| 256 | "shasum": "" |
| 257 | }, |
| 258 | "require": { |
| 259 | "php": ">=7.2" |
| 260 | }, |
| 261 | "conflict": { |
| 262 | "ext-maxminddb": "<1.10.1,>=2.0.0" |
| 263 | }, |
| 264 | "require-dev": { |
| 265 | "friendsofphp\/php-cs-fixer": "3.*", |
| 266 | "php-coveralls\/php-coveralls": "^2.1", |
| 267 | "phpstan\/phpstan": "*", |
| 268 | "phpunit\/phpcov": ">=6.0.0", |
| 269 | "phpunit\/phpunit": ">=8.0.0,<10.0.0", |
| 270 | "squizlabs\/php_codesniffer": "3.*" |
| 271 | }, |
| 272 | "suggest": { |
| 273 | "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", |
| 274 | "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", |
| 275 | "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups" |
| 276 | }, |
| 277 | "time": "2021-10-18T15:23:10+00:00", |
| 278 | "type": "library", |
| 279 | "installation-source": "dist", |
| 280 | "autoload": { |
| 281 | "psr-4": { |
| 282 | "IAWP\\MaxMind\\Db\\": "src\/MaxMind\/Db" |
| 283 | } |
| 284 | }, |
| 285 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 286 | "license": [ |
| 287 | "Apache-2.0" |
| 288 | ], |
| 289 | "authors": [ |
| 290 | { |
| 291 | "name": "Gregory J. Oschwald", |
| 292 | "email": "goschwald@maxmind.com", |
| 293 | "homepage": "https:\/\/www.maxmind.com\/" |
| 294 | } |
| 295 | ], |
| 296 | "description": "MaxMind DB Reader API", |
| 297 | "homepage": "https:\/\/github.com\/maxmind\/MaxMind-DB-Reader-php", |
| 298 | "keywords": [ |
| 299 | "database", |
| 300 | "geoip", |
| 301 | "geoip2", |
| 302 | "geolocation", |
| 303 | "maxmind" |
| 304 | ], |
| 305 | "support": { |
| 306 | "issues": "https:\/\/github.com\/maxmind\/MaxMind-DB-Reader-php\/issues", |
| 307 | "source": "https:\/\/github.com\/maxmind\/MaxMind-DB-Reader-php\/tree\/v1.11.0" |
| 308 | }, |
| 309 | "install-path": "..\/maxmind-db\/reader" |
| 310 | }, |
| 311 | { |
| 312 | "name": "psr\/http-message", |
| 313 | "version": "1.0.1", |
| 314 | "version_normalized": "1.0.1.0", |
| 315 | "source": { |
| 316 | "type": "git", |
| 317 | "url": "https:\/\/github.com\/php-fig\/http-message.git", |
| 318 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
| 319 | }, |
| 320 | "dist": { |
| 321 | "type": "zip", |
| 322 | "url": "https:\/\/api.github.com\/repos\/php-fig\/http-message\/zipball\/f6561bf28d520154e4b0ec72be95418abe6d9363", |
| 323 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
| 324 | "shasum": "" |
| 325 | }, |
| 326 | "require": { |
| 327 | "php": ">=5.3.0" |
| 328 | }, |
| 329 | "time": "2016-08-06T14:39:51+00:00", |
| 330 | "type": "library", |
| 331 | "extra": { |
| 332 | "branch-alias": { |
| 333 | "dev-master": "1.0.x-dev" |
| 334 | } |
| 335 | }, |
| 336 | "installation-source": "dist", |
| 337 | "autoload": { |
| 338 | "psr-4": { |
| 339 | "IAWP\\Psr\\Http\\Message\\": "src\/" |
| 340 | } |
| 341 | }, |
| 342 | "notification-url": "https:\/\/packagist.org\/downloads\/", |
| 343 | "license": [ |
| 344 | "MIT" |
| 345 | ], |
| 346 | "authors": [ |
| 347 | { |
| 348 | "name": "PHP-FIG", |
| 349 | "homepage": "http:\/\/www.php-fig.org\/" |
| 350 | } |
| 351 | ], |
| 352 | "description": "Common interface for HTTP messages", |
| 353 | "homepage": "https:\/\/github.com\/php-fig\/http-message", |
| 354 | "keywords": [ |
| 355 | "http", |
| 356 | "http-message", |
| 357 | "psr", |
| 358 | "psr-7", |
| 359 | "request", |
| 360 | "response" |
| 361 | ], |
| 362 | "support": { |
| 363 | "source": "https:\/\/github.com\/php-fig\/http-message\/tree\/master" |
| 364 | }, |
| 365 | "install-path": "..\/psr\/http-message" |
| 366 | } |
| 367 | ], |
| 368 | "dev": false, |
| 369 | "dev-package-names": [] |
| 370 | } |