ca-bundle
5 years ago
semver
6 years ago
ClassLoader.php
5 years ago
InstalledVersions.php
5 years ago
LICENSE
6 years ago
autoload_classmap.php
5 years ago
autoload_files.php
5 years ago
autoload_namespaces.php
5 years ago
autoload_psr4.php
5 years ago
autoload_real.php
5 years ago
autoload_static.php
5 years ago
include_paths.php
6 years ago
installed.json
5 years ago
installed.php
5 years ago
installed.json
2399 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "composer/ca-bundle", |
| 5 | "version": "1.2.8", |
| 6 | "version_normalized": "1.2.8.0", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "https://github.com/composer/ca-bundle.git", |
| 10 | "reference": "8a7ecad675253e4654ea05505233285377405215" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https://api.github.com/repos/composer/ca-bundle/zipball/8a7ecad675253e4654ea05505233285377405215", |
| 15 | "reference": "8a7ecad675253e4654ea05505233285377405215", |
| 16 | "shasum": "" |
| 17 | }, |
| 18 | "require": { |
| 19 | "ext-openssl": "*", |
| 20 | "ext-pcre": "*", |
| 21 | "php": "^5.3.2 || ^7.0 || ^8.0" |
| 22 | }, |
| 23 | "require-dev": { |
| 24 | "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8", |
| 25 | "psr/log": "^1.0", |
| 26 | "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0" |
| 27 | }, |
| 28 | "time": "2020-08-23T12:54:47+00:00", |
| 29 | "type": "library", |
| 30 | "extra": { |
| 31 | "branch-alias": { |
| 32 | "dev-master": "1.x-dev" |
| 33 | } |
| 34 | }, |
| 35 | "installation-source": "dist", |
| 36 | "autoload": { |
| 37 | "psr-4": { |
| 38 | "Composer\\CaBundle\\": "src" |
| 39 | } |
| 40 | }, |
| 41 | "notification-url": "https://packagist.org/downloads/", |
| 42 | "license": [ |
| 43 | "MIT" |
| 44 | ], |
| 45 | "authors": [ |
| 46 | { |
| 47 | "name": "Jordi Boggiano", |
| 48 | "email": "j.boggiano@seld.be", |
| 49 | "homepage": "http://seld.be" |
| 50 | } |
| 51 | ], |
| 52 | "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", |
| 53 | "keywords": [ |
| 54 | "cabundle", |
| 55 | "cacert", |
| 56 | "certificate", |
| 57 | "ssl", |
| 58 | "tls" |
| 59 | ], |
| 60 | "support": { |
| 61 | "irc": "irc://irc.freenode.org/composer", |
| 62 | "issues": "https://github.com/composer/ca-bundle/issues", |
| 63 | "source": "https://github.com/composer/ca-bundle/tree/1.2.8" |
| 64 | }, |
| 65 | "funding": [ |
| 66 | { |
| 67 | "url": "https://packagist.com", |
| 68 | "type": "custom" |
| 69 | }, |
| 70 | { |
| 71 | "url": "https://github.com/composer", |
| 72 | "type": "github" |
| 73 | }, |
| 74 | { |
| 75 | "url": "https://tidelift.com/funding/github/packagist/composer/composer", |
| 76 | "type": "tidelift" |
| 77 | } |
| 78 | ], |
| 79 | "install-path": "./ca-bundle" |
| 80 | }, |
| 81 | { |
| 82 | "name": "composer/semver", |
| 83 | "version": "1.3.0", |
| 84 | "version_normalized": "1.3.0.0", |
| 85 | "source": { |
| 86 | "type": "git", |
| 87 | "url": "https://github.com/composer/semver.git", |
| 88 | "reference": "df4463baa9f44fe6cf0a6da4fde2934d4c0a2747" |
| 89 | }, |
| 90 | "dist": { |
| 91 | "type": "zip", |
| 92 | "url": "https://api.github.com/repos/composer/semver/zipball/df4463baa9f44fe6cf0a6da4fde2934d4c0a2747", |
| 93 | "reference": "df4463baa9f44fe6cf0a6da4fde2934d4c0a2747", |
| 94 | "shasum": "" |
| 95 | }, |
| 96 | "require": { |
| 97 | "php": "^5.3.2 || ^7.0" |
| 98 | }, |
| 99 | "require-dev": { |
| 100 | "phpunit/phpunit": "^4.5 || ^5.0.5", |
| 101 | "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" |
| 102 | }, |
| 103 | "time": "2016-02-25T22:23:39+00:00", |
| 104 | "type": "library", |
| 105 | "extra": { |
| 106 | "branch-alias": { |
| 107 | "dev-master": "1.x-dev" |
| 108 | } |
| 109 | }, |
| 110 | "installation-source": "dist", |
| 111 | "autoload": { |
| 112 | "psr-4": { |
| 113 | "Composer\\Semver\\": "src" |
| 114 | } |
| 115 | }, |
| 116 | "notification-url": "https://packagist.org/downloads/", |
| 117 | "license": [ |
| 118 | "MIT" |
| 119 | ], |
| 120 | "authors": [ |
| 121 | { |
| 122 | "name": "Nils Adermann", |
| 123 | "email": "naderman@naderman.de", |
| 124 | "homepage": "http://www.naderman.de" |
| 125 | }, |
| 126 | { |
| 127 | "name": "Jordi Boggiano", |
| 128 | "email": "j.boggiano@seld.be", |
| 129 | "homepage": "http://seld.be" |
| 130 | }, |
| 131 | { |
| 132 | "name": "Rob Bast", |
| 133 | "email": "rob.bast@gmail.com", |
| 134 | "homepage": "http://robbast.nl" |
| 135 | } |
| 136 | ], |
| 137 | "description": "Semver library that offers utilities, version constraint parsing and validation.", |
| 138 | "keywords": [ |
| 139 | "semantic", |
| 140 | "semver", |
| 141 | "validation", |
| 142 | "versioning" |
| 143 | ], |
| 144 | "support": { |
| 145 | "irc": "irc://irc.freenode.org/composer", |
| 146 | "issues": "https://github.com/composer/semver/issues", |
| 147 | "source": "https://github.com/composer/semver/tree/master" |
| 148 | }, |
| 149 | "install-path": "./semver" |
| 150 | }, |
| 151 | { |
| 152 | "name": "davaxi/sparkline", |
| 153 | "version": "1.2.2", |
| 154 | "version_normalized": "1.2.2.0", |
| 155 | "source": { |
| 156 | "type": "git", |
| 157 | "url": "https://github.com/davaxi/Sparkline.git", |
| 158 | "reference": "380d447fcfc6468f7d8e5c041e8c01b8ec969959" |
| 159 | }, |
| 160 | "dist": { |
| 161 | "type": "zip", |
| 162 | "url": "https://api.github.com/repos/davaxi/Sparkline/zipball/380d447fcfc6468f7d8e5c041e8c01b8ec969959", |
| 163 | "reference": "380d447fcfc6468f7d8e5c041e8c01b8ec969959", |
| 164 | "shasum": "" |
| 165 | }, |
| 166 | "require": { |
| 167 | "ext-gd": "*", |
| 168 | "php": ">=5.4.0" |
| 169 | }, |
| 170 | "require-dev": { |
| 171 | "codeclimate/php-test-reporter": "dev-master", |
| 172 | "ext-gd": "*", |
| 173 | "friendsofphp/php-cs-fixer": "^2.8", |
| 174 | "jakub-onderka/php-parallel-lint": "^0.9.2", |
| 175 | "php": ">=5.4.0", |
| 176 | "phpro/grumphp": "^0.12.0", |
| 177 | "phpunit/phpunit": "^4.8.36", |
| 178 | "povils/phpmnd": "^1.1", |
| 179 | "sebastian/phpcpd": "^3.0", |
| 180 | "sensiolabs/security-checker": "^4.1", |
| 181 | "squizlabs/php_codesniffer": "^3.1", |
| 182 | "wearejust/grumphp-extra-tasks": "^2.1" |
| 183 | }, |
| 184 | "time": "2020-02-05T13:40:09+00:00", |
| 185 | "type": "library", |
| 186 | "installation-source": "dist", |
| 187 | "autoload": { |
| 188 | "psr-4": { |
| 189 | "Davaxi\\": "src/" |
| 190 | } |
| 191 | }, |
| 192 | "notification-url": "https://packagist.org/downloads/", |
| 193 | "license": [ |
| 194 | "MIT" |
| 195 | ], |
| 196 | "authors": [ |
| 197 | { |
| 198 | "name": "David Patiashvili", |
| 199 | "email": "stratagem.david@gmail.com", |
| 200 | "homepage": "https://www.patiashvili.fr/", |
| 201 | "role": "Developer" |
| 202 | } |
| 203 | ], |
| 204 | "description": "PHP Class (using GD) to generate sparklines", |
| 205 | "keywords": [ |
| 206 | "php", |
| 207 | "picture", |
| 208 | "sparkline" |
| 209 | ], |
| 210 | "support": { |
| 211 | "issues": "https://github.com/davaxi/Sparkline/issues", |
| 212 | "source": "https://github.com/davaxi/Sparkline/releases" |
| 213 | }, |
| 214 | "install-path": "../davaxi/sparkline" |
| 215 | }, |
| 216 | { |
| 217 | "name": "doctrine/cache", |
| 218 | "version": "1.10.2", |
| 219 | "version_normalized": "1.10.2.0", |
| 220 | "source": { |
| 221 | "type": "git", |
| 222 | "url": "https://github.com/doctrine/cache.git", |
| 223 | "reference": "13e3381b25847283a91948d04640543941309727" |
| 224 | }, |
| 225 | "dist": { |
| 226 | "type": "zip", |
| 227 | "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727", |
| 228 | "reference": "13e3381b25847283a91948d04640543941309727", |
| 229 | "shasum": "" |
| 230 | }, |
| 231 | "require": { |
| 232 | "php": "~7.1 || ^8.0" |
| 233 | }, |
| 234 | "conflict": { |
| 235 | "doctrine/common": ">2.2,<2.4" |
| 236 | }, |
| 237 | "require-dev": { |
| 238 | "alcaeus/mongo-php-adapter": "^1.1", |
| 239 | "doctrine/coding-standard": "^6.0", |
| 240 | "mongodb/mongodb": "^1.1", |
| 241 | "phpunit/phpunit": "^7.0", |
| 242 | "predis/predis": "~1.0" |
| 243 | }, |
| 244 | "suggest": { |
| 245 | "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" |
| 246 | }, |
| 247 | "time": "2020-07-07T18:54:01+00:00", |
| 248 | "type": "library", |
| 249 | "extra": { |
| 250 | "branch-alias": { |
| 251 | "dev-master": "1.9.x-dev" |
| 252 | } |
| 253 | }, |
| 254 | "installation-source": "dist", |
| 255 | "autoload": { |
| 256 | "psr-4": { |
| 257 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
| 258 | } |
| 259 | }, |
| 260 | "notification-url": "https://packagist.org/downloads/", |
| 261 | "license": [ |
| 262 | "MIT" |
| 263 | ], |
| 264 | "authors": [ |
| 265 | { |
| 266 | "name": "Guilherme Blanco", |
| 267 | "email": "guilhermeblanco@gmail.com" |
| 268 | }, |
| 269 | { |
| 270 | "name": "Roman Borschel", |
| 271 | "email": "roman@code-factory.org" |
| 272 | }, |
| 273 | { |
| 274 | "name": "Benjamin Eberlei", |
| 275 | "email": "kontakt@beberlei.de" |
| 276 | }, |
| 277 | { |
| 278 | "name": "Jonathan Wage", |
| 279 | "email": "jonwage@gmail.com" |
| 280 | }, |
| 281 | { |
| 282 | "name": "Johannes Schmitt", |
| 283 | "email": "schmittjoh@gmail.com" |
| 284 | } |
| 285 | ], |
| 286 | "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.", |
| 287 | "homepage": "https://www.doctrine-project.org/projects/cache.html", |
| 288 | "keywords": [ |
| 289 | "abstraction", |
| 290 | "apcu", |
| 291 | "cache", |
| 292 | "caching", |
| 293 | "couchdb", |
| 294 | "memcached", |
| 295 | "php", |
| 296 | "redis", |
| 297 | "xcache" |
| 298 | ], |
| 299 | "support": { |
| 300 | "issues": "https://github.com/doctrine/cache/issues", |
| 301 | "source": "https://github.com/doctrine/cache/tree/1.10.x" |
| 302 | }, |
| 303 | "funding": [ |
| 304 | { |
| 305 | "url": "https://www.doctrine-project.org/sponsorship.html", |
| 306 | "type": "custom" |
| 307 | }, |
| 308 | { |
| 309 | "url": "https://www.patreon.com/phpdoctrine", |
| 310 | "type": "patreon" |
| 311 | }, |
| 312 | { |
| 313 | "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache", |
| 314 | "type": "tidelift" |
| 315 | } |
| 316 | ], |
| 317 | "install-path": "../doctrine/cache" |
| 318 | }, |
| 319 | { |
| 320 | "name": "geoip2/geoip2", |
| 321 | "version": "v2.11.0", |
| 322 | "version_normalized": "2.11.0.0", |
| 323 | "source": { |
| 324 | "type": "git", |
| 325 | "url": "https://github.com/maxmind/GeoIP2-php.git", |
| 326 | "reference": "d01be5894a5c1a3381c58c9b1795cd07f96c30f7" |
| 327 | }, |
| 328 | "dist": { |
| 329 | "type": "zip", |
| 330 | "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/d01be5894a5c1a3381c58c9b1795cd07f96c30f7", |
| 331 | "reference": "d01be5894a5c1a3381c58c9b1795cd07f96c30f7", |
| 332 | "shasum": "" |
| 333 | }, |
| 334 | "require": { |
| 335 | "ext-json": "*", |
| 336 | "maxmind-db/reader": "~1.8", |
| 337 | "maxmind/web-service-common": "~0.8", |
| 338 | "php": ">=7.2" |
| 339 | }, |
| 340 | "require-dev": { |
| 341 | "friendsofphp/php-cs-fixer": "2.*", |
| 342 | "phpunit/phpunit": "^8.0 || ^9.0", |
| 343 | "squizlabs/php_codesniffer": "3.*" |
| 344 | }, |
| 345 | "time": "2020-10-01T18:48:34+00:00", |
| 346 | "type": "library", |
| 347 | "installation-source": "dist", |
| 348 | "autoload": { |
| 349 | "psr-4": { |
| 350 | "GeoIp2\\": "src" |
| 351 | } |
| 352 | }, |
| 353 | "notification-url": "https://packagist.org/downloads/", |
| 354 | "license": [ |
| 355 | "Apache-2.0" |
| 356 | ], |
| 357 | "authors": [ |
| 358 | { |
| 359 | "name": "Gregory J. Oschwald", |
| 360 | "email": "goschwald@maxmind.com", |
| 361 | "homepage": "https://www.maxmind.com/" |
| 362 | } |
| 363 | ], |
| 364 | "description": "MaxMind GeoIP2 PHP API", |
| 365 | "homepage": "https://github.com/maxmind/GeoIP2-php", |
| 366 | "keywords": [ |
| 367 | "IP", |
| 368 | "geoip", |
| 369 | "geoip2", |
| 370 | "geolocation", |
| 371 | "maxmind" |
| 372 | ], |
| 373 | "support": { |
| 374 | "issues": "https://github.com/maxmind/GeoIP2-php/issues", |
| 375 | "source": "https://github.com/maxmind/GeoIP2-php/tree/v2.11.0" |
| 376 | }, |
| 377 | "install-path": "../geoip2/geoip2" |
| 378 | }, |
| 379 | { |
| 380 | "name": "matomo/cache", |
| 381 | "version": "2.0.2", |
| 382 | "version_normalized": "2.0.2.0", |
| 383 | "source": { |
| 384 | "type": "git", |
| 385 | "url": "https://github.com/matomo-org/component-cache.git", |
| 386 | "reference": "01e82b9dc0f2f8b0ee070212b0e9e91045f60926" |
| 387 | }, |
| 388 | "dist": { |
| 389 | "type": "zip", |
| 390 | "url": "https://api.github.com/repos/matomo-org/component-cache/zipball/01e82b9dc0f2f8b0ee070212b0e9e91045f60926", |
| 391 | "reference": "01e82b9dc0f2f8b0ee070212b0e9e91045f60926", |
| 392 | "shasum": "" |
| 393 | }, |
| 394 | "require": { |
| 395 | "doctrine/cache": "~1.4", |
| 396 | "php": ">=5.5.9" |
| 397 | }, |
| 398 | "require-dev": { |
| 399 | "phpunit/phpunit": "~5.7" |
| 400 | }, |
| 401 | "time": "2019-07-14T20:55:17+00:00", |
| 402 | "type": "library", |
| 403 | "installation-source": "dist", |
| 404 | "autoload": { |
| 405 | "psr-4": { |
| 406 | "Matomo\\Cache\\": "src/" |
| 407 | } |
| 408 | }, |
| 409 | "notification-url": "https://packagist.org/downloads/", |
| 410 | "license": [ |
| 411 | "LGPL-3.0" |
| 412 | ], |
| 413 | "authors": [ |
| 414 | { |
| 415 | "name": "The Matomo Team", |
| 416 | "email": "hello@matomo.org", |
| 417 | "homepage": "https://matomo.org/the-matomo-team/" |
| 418 | } |
| 419 | ], |
| 420 | "description": "PHP caching library based on Doctrine cache", |
| 421 | "keywords": [ |
| 422 | "array", |
| 423 | "cache", |
| 424 | "file", |
| 425 | "redis" |
| 426 | ], |
| 427 | "support": { |
| 428 | "issues": "https://github.com/matomo-org/component-cache/issues", |
| 429 | "source": "https://github.com/matomo-org/component-cache/tree/master" |
| 430 | }, |
| 431 | "install-path": "../matomo/cache" |
| 432 | }, |
| 433 | { |
| 434 | "name": "matomo/decompress", |
| 435 | "version": "2.1.0", |
| 436 | "version_normalized": "2.1.0.0", |
| 437 | "source": { |
| 438 | "type": "git", |
| 439 | "url": "https://github.com/matomo-org/component-decompress.git", |
| 440 | "reference": "44dcf77dcd633a9c336f90d80658ad3d25225e05" |
| 441 | }, |
| 442 | "dist": { |
| 443 | "type": "zip", |
| 444 | "url": "https://api.github.com/repos/matomo-org/component-decompress/zipball/44dcf77dcd633a9c336f90d80658ad3d25225e05", |
| 445 | "reference": "44dcf77dcd633a9c336f90d80658ad3d25225e05", |
| 446 | "shasum": "" |
| 447 | }, |
| 448 | "require": { |
| 449 | "pear/archive_tar": "^1.4.3", |
| 450 | "php": ">=5.3.2" |
| 451 | }, |
| 452 | "require-dev": { |
| 453 | "phpunit/phpunit": "^4.8.36" |
| 454 | }, |
| 455 | "time": "2020-01-11T23:34:33+00:00", |
| 456 | "type": "library", |
| 457 | "installation-source": "dist", |
| 458 | "autoload": { |
| 459 | "psr-4": { |
| 460 | "Matomo\\Decompress\\": "src/" |
| 461 | }, |
| 462 | "classmap": [ |
| 463 | "libs/PclZip" |
| 464 | ] |
| 465 | }, |
| 466 | "notification-url": "https://packagist.org/downloads/", |
| 467 | "license": [ |
| 468 | "LGPL-3.0" |
| 469 | ], |
| 470 | "support": { |
| 471 | "issues": "https://github.com/matomo-org/component-decompress/issues", |
| 472 | "source": "https://github.com/matomo-org/component-decompress/tree/master" |
| 473 | }, |
| 474 | "install-path": "../matomo/decompress" |
| 475 | }, |
| 476 | { |
| 477 | "name": "matomo/device-detector", |
| 478 | "version": "4.1.0", |
| 479 | "version_normalized": "4.1.0.0", |
| 480 | "source": { |
| 481 | "type": "git", |
| 482 | "url": "https://github.com/matomo-org/device-detector.git", |
| 483 | "reference": "6b3facc35e7a465bc4223fddfa5fa88c5b327554" |
| 484 | }, |
| 485 | "dist": { |
| 486 | "type": "zip", |
| 487 | "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/6b3facc35e7a465bc4223fddfa5fa88c5b327554", |
| 488 | "reference": "6b3facc35e7a465bc4223fddfa5fa88c5b327554", |
| 489 | "shasum": "" |
| 490 | }, |
| 491 | "require": { |
| 492 | "mustangostang/spyc": "*", |
| 493 | "php": ">=7.2" |
| 494 | }, |
| 495 | "replace": { |
| 496 | "piwik/device-detector": "self.version" |
| 497 | }, |
| 498 | "require-dev": { |
| 499 | "matthiasmullie/scrapbook": "^1.4.7", |
| 500 | "mayflower/mo4-coding-standard": "dev-master#275cb9d", |
| 501 | "phpstan/phpstan": "^0.12.52", |
| 502 | "phpunit/phpunit": "^8.5.8", |
| 503 | "psr/cache": "^1.0.1", |
| 504 | "psr/simple-cache": "^1.0.1", |
| 505 | "symfony/yaml": "^5.1.7" |
| 506 | }, |
| 507 | "suggest": { |
| 508 | "doctrine/cache": "Can directly be used for caching purpose", |
| 509 | "ext-yaml": "Necessary for using the Pecl YAML parser" |
| 510 | }, |
| 511 | "time": "2021-01-08T14:14:55+00:00", |
| 512 | "type": "library", |
| 513 | "installation-source": "dist", |
| 514 | "autoload": { |
| 515 | "psr-4": { |
| 516 | "DeviceDetector\\": "" |
| 517 | }, |
| 518 | "exclude-from-classmap": [ |
| 519 | "Tests/" |
| 520 | ] |
| 521 | }, |
| 522 | "notification-url": "https://packagist.org/downloads/", |
| 523 | "license": [ |
| 524 | "LGPL-3.0-or-later" |
| 525 | ], |
| 526 | "authors": [ |
| 527 | { |
| 528 | "name": "The Matomo Team", |
| 529 | "email": "hello@matomo.org", |
| 530 | "homepage": "https://matomo.org/team/" |
| 531 | } |
| 532 | ], |
| 533 | "description": "The Universal Device Detection library, that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, media players, mobile apps, feed readers, libraries, etc), operating systems, devices, brands and models.", |
| 534 | "homepage": "https://matomo.org", |
| 535 | "keywords": [ |
| 536 | "devicedetection", |
| 537 | "parser", |
| 538 | "useragent" |
| 539 | ], |
| 540 | "support": { |
| 541 | "forum": "http://forum.matomo.org/", |
| 542 | "issues": "https://github.com/matomo-org/device-detector/issues", |
| 543 | "source": "https://github.com/matomo-org/piwik", |
| 544 | "wiki": "https://dev.matomo.org/" |
| 545 | }, |
| 546 | "install-path": "../matomo/device-detector" |
| 547 | }, |
| 548 | { |
| 549 | "name": "matomo/ini", |
| 550 | "version": "2.0.2", |
| 551 | "version_normalized": "2.0.2.0", |
| 552 | "source": { |
| 553 | "type": "git", |
| 554 | "url": "https://github.com/matomo-org/component-ini.git", |
| 555 | "reference": "f7b0d6ce594b34ead16864fbc5062c771328ac31" |
| 556 | }, |
| 557 | "dist": { |
| 558 | "type": "zip", |
| 559 | "url": "https://api.github.com/repos/matomo-org/component-ini/zipball/f7b0d6ce594b34ead16864fbc5062c771328ac31", |
| 560 | "reference": "f7b0d6ce594b34ead16864fbc5062c771328ac31", |
| 561 | "shasum": "" |
| 562 | }, |
| 563 | "require": { |
| 564 | "php": ">=5.3.3" |
| 565 | }, |
| 566 | "require-dev": { |
| 567 | "athletic/athletic": "0.1.*", |
| 568 | "phpunit/phpunit": "^4.8.36" |
| 569 | }, |
| 570 | "time": "2020-01-12T18:54:50+00:00", |
| 571 | "type": "library", |
| 572 | "installation-source": "dist", |
| 573 | "autoload": { |
| 574 | "psr-4": { |
| 575 | "Matomo\\Ini\\": "src/" |
| 576 | } |
| 577 | }, |
| 578 | "notification-url": "https://packagist.org/downloads/", |
| 579 | "license": [ |
| 580 | "LGPL-3.0" |
| 581 | ], |
| 582 | "support": { |
| 583 | "issues": "https://github.com/matomo-org/component-ini/issues", |
| 584 | "source": "https://github.com/matomo-org/component-ini/tree/master" |
| 585 | }, |
| 586 | "install-path": "../matomo/ini" |
| 587 | }, |
| 588 | { |
| 589 | "name": "matomo/matomo-php-tracker", |
| 590 | "version": "3.0.0", |
| 591 | "version_normalized": "3.0.0.0", |
| 592 | "source": { |
| 593 | "type": "git", |
| 594 | "url": "https://github.com/matomo-org/matomo-php-tracker.git", |
| 595 | "reference": "31e2b0bdf479c6fc00758228d2c6d7c85c1863a0" |
| 596 | }, |
| 597 | "dist": { |
| 598 | "type": "zip", |
| 599 | "url": "https://api.github.com/repos/matomo-org/matomo-php-tracker/zipball/31e2b0bdf479c6fc00758228d2c6d7c85c1863a0", |
| 600 | "reference": "31e2b0bdf479c6fc00758228d2c6d7c85c1863a0", |
| 601 | "shasum": "" |
| 602 | }, |
| 603 | "require": { |
| 604 | "ext-json": "*", |
| 605 | "php": ">=5.3" |
| 606 | }, |
| 607 | "require-dev": { |
| 608 | "phpunit/phpunit": "^9.3" |
| 609 | }, |
| 610 | "suggest": { |
| 611 | "ext-curl": "Using this extension to issue the HTTPS request to Matomo" |
| 612 | }, |
| 613 | "time": "2020-11-21T05:20:05+00:00", |
| 614 | "type": "library", |
| 615 | "installation-source": "dist", |
| 616 | "autoload": { |
| 617 | "classmap": [ |
| 618 | "." |
| 619 | ] |
| 620 | }, |
| 621 | "notification-url": "https://packagist.org/downloads/", |
| 622 | "license": [ |
| 623 | "BSD-2-Clause" |
| 624 | ], |
| 625 | "authors": [ |
| 626 | { |
| 627 | "name": "The Matomo Team", |
| 628 | "email": "hello@matomo.org", |
| 629 | "homepage": "https://matomo.org/team/" |
| 630 | } |
| 631 | ], |
| 632 | "description": "PHP Client for Matomo Analytics Tracking API", |
| 633 | "homepage": "https://matomo.org", |
| 634 | "keywords": [ |
| 635 | "analytics", |
| 636 | "matomo", |
| 637 | "piwik", |
| 638 | "tracker" |
| 639 | ], |
| 640 | "support": { |
| 641 | "forum": "https://forum.matomo.org/", |
| 642 | "issues": "https://github.com/matomo-org/matomo-php-tracker/issues", |
| 643 | "source": "https://github.com/matomo-org/matomo-php-tracker" |
| 644 | }, |
| 645 | "install-path": "../matomo/matomo-php-tracker" |
| 646 | }, |
| 647 | { |
| 648 | "name": "matomo/network", |
| 649 | "version": "2.0.1", |
| 650 | "version_normalized": "2.0.1.0", |
| 651 | "source": { |
| 652 | "type": "git", |
| 653 | "url": "https://github.com/matomo-org/component-network.git", |
| 654 | "reference": "ff654b8fc7778b80279815d06a368f7b41249501" |
| 655 | }, |
| 656 | "dist": { |
| 657 | "type": "zip", |
| 658 | "url": "https://api.github.com/repos/matomo-org/component-network/zipball/ff654b8fc7778b80279815d06a368f7b41249501", |
| 659 | "reference": "ff654b8fc7778b80279815d06a368f7b41249501", |
| 660 | "shasum": "" |
| 661 | }, |
| 662 | "require": { |
| 663 | "php": ">=5.4" |
| 664 | }, |
| 665 | "require-dev": { |
| 666 | "phpunit/phpunit": "^4.8.36" |
| 667 | }, |
| 668 | "time": "2020-10-05T06:09:39+00:00", |
| 669 | "type": "library", |
| 670 | "installation-source": "dist", |
| 671 | "autoload": { |
| 672 | "psr-4": { |
| 673 | "Matomo\\Network\\": "src/" |
| 674 | } |
| 675 | }, |
| 676 | "notification-url": "https://packagist.org/downloads/", |
| 677 | "license": [ |
| 678 | "LGPL-3.0" |
| 679 | ], |
| 680 | "support": { |
| 681 | "issues": "https://github.com/matomo-org/component-network/issues", |
| 682 | "source": "https://github.com/matomo-org/component-network/tree/2.0.1" |
| 683 | }, |
| 684 | "install-path": "../matomo/network" |
| 685 | }, |
| 686 | { |
| 687 | "name": "matomo/referrer-spam-list", |
| 688 | "version": "4.0.0", |
| 689 | "version_normalized": "4.0.0.0", |
| 690 | "source": { |
| 691 | "type": "git", |
| 692 | "url": "https://github.com/matomo-org/referrer-spam-list.git", |
| 693 | "reference": "afe4c1ea107ee7a8915a0d5eb0031cf0366608a8" |
| 694 | }, |
| 695 | "dist": { |
| 696 | "type": "zip", |
| 697 | "url": "https://api.github.com/repos/matomo-org/referrer-spam-list/zipball/afe4c1ea107ee7a8915a0d5eb0031cf0366608a8", |
| 698 | "reference": "afe4c1ea107ee7a8915a0d5eb0031cf0366608a8", |
| 699 | "shasum": "" |
| 700 | }, |
| 701 | "replace": { |
| 702 | "matomo/referrer-spam-blacklist": "*", |
| 703 | "piwik/referrer-spam-blacklist": "*" |
| 704 | }, |
| 705 | "time": "2020-08-10T19:54:07+00:00", |
| 706 | "type": "library", |
| 707 | "installation-source": "dist", |
| 708 | "notification-url": "https://packagist.org/downloads/", |
| 709 | "license": [ |
| 710 | "CC0-1.0" |
| 711 | ], |
| 712 | "description": "Community-contributed list of referrer spammers", |
| 713 | "support": { |
| 714 | "issues": "https://github.com/matomo-org/referrer-spam-list/issues", |
| 715 | "source": "https://github.com/matomo-org/referrer-spam-list/tree/4.0.0" |
| 716 | }, |
| 717 | "install-path": "../matomo/referrer-spam-list" |
| 718 | }, |
| 719 | { |
| 720 | "name": "matomo/searchengine-and-social-list", |
| 721 | "version": "3.11.0", |
| 722 | "version_normalized": "3.11.0.0", |
| 723 | "source": { |
| 724 | "type": "git", |
| 725 | "url": "https://github.com/matomo-org/searchengine-and-social-list.git", |
| 726 | "reference": "80ab98ed17ea5b72730f4f4d96acc03847440103" |
| 727 | }, |
| 728 | "dist": { |
| 729 | "type": "zip", |
| 730 | "url": "https://api.github.com/repos/matomo-org/searchengine-and-social-list/zipball/80ab98ed17ea5b72730f4f4d96acc03847440103", |
| 731 | "reference": "80ab98ed17ea5b72730f4f4d96acc03847440103", |
| 732 | "shasum": "" |
| 733 | }, |
| 734 | "replace": { |
| 735 | "piwik/searchengine-and-social-list": "*" |
| 736 | }, |
| 737 | "time": "2020-01-13T09:01:25+00:00", |
| 738 | "type": "library", |
| 739 | "installation-source": "dist", |
| 740 | "notification-url": "https://packagist.org/downloads/", |
| 741 | "license": [ |
| 742 | "CC0-1.0" |
| 743 | ], |
| 744 | "description": "Search engine and social network definitions used by Matomo (formerly Piwik)", |
| 745 | "support": { |
| 746 | "issues": "https://github.com/matomo-org/searchengine-and-social-list/issues", |
| 747 | "source": "https://github.com/matomo-org/searchengine-and-social-list/tree/master" |
| 748 | }, |
| 749 | "install-path": "../matomo/searchengine-and-social-list" |
| 750 | }, |
| 751 | { |
| 752 | "name": "maxmind-db/reader", |
| 753 | "version": "v1.8.0", |
| 754 | "version_normalized": "1.8.0.0", |
| 755 | "source": { |
| 756 | "type": "git", |
| 757 | "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git", |
| 758 | "reference": "b566d429ac9aec10594b0935be8ff38302f8d5c8" |
| 759 | }, |
| 760 | "dist": { |
| 761 | "type": "zip", |
| 762 | "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/b566d429ac9aec10594b0935be8ff38302f8d5c8", |
| 763 | "reference": "b566d429ac9aec10594b0935be8ff38302f8d5c8", |
| 764 | "shasum": "" |
| 765 | }, |
| 766 | "require": { |
| 767 | "php": ">=7.2" |
| 768 | }, |
| 769 | "conflict": { |
| 770 | "ext-maxminddb": "<1.8.0,>=2.0.0" |
| 771 | }, |
| 772 | "require-dev": { |
| 773 | "friendsofphp/php-cs-fixer": "2.*", |
| 774 | "php-coveralls/php-coveralls": "^2.1", |
| 775 | "phpunit/phpcov": ">=6.0.0", |
| 776 | "phpunit/phpunit": ">=8.0.0,<10.0.0", |
| 777 | "squizlabs/php_codesniffer": "3.*" |
| 778 | }, |
| 779 | "suggest": { |
| 780 | "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", |
| 781 | "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", |
| 782 | "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups" |
| 783 | }, |
| 784 | "time": "2020-10-01T17:30:21+00:00", |
| 785 | "type": "library", |
| 786 | "installation-source": "dist", |
| 787 | "autoload": { |
| 788 | "psr-4": { |
| 789 | "MaxMind\\Db\\": "src/MaxMind/Db" |
| 790 | } |
| 791 | }, |
| 792 | "notification-url": "https://packagist.org/downloads/", |
| 793 | "license": [ |
| 794 | "Apache-2.0" |
| 795 | ], |
| 796 | "authors": [ |
| 797 | { |
| 798 | "name": "Gregory J. Oschwald", |
| 799 | "email": "goschwald@maxmind.com", |
| 800 | "homepage": "https://www.maxmind.com/" |
| 801 | } |
| 802 | ], |
| 803 | "description": "MaxMind DB Reader API", |
| 804 | "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php", |
| 805 | "keywords": [ |
| 806 | "database", |
| 807 | "geoip", |
| 808 | "geoip2", |
| 809 | "geolocation", |
| 810 | "maxmind" |
| 811 | ], |
| 812 | "support": { |
| 813 | "issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues", |
| 814 | "source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.8.0" |
| 815 | }, |
| 816 | "install-path": "../maxmind-db/reader" |
| 817 | }, |
| 818 | { |
| 819 | "name": "maxmind/web-service-common", |
| 820 | "version": "v0.8.1", |
| 821 | "version_normalized": "0.8.1.0", |
| 822 | "source": { |
| 823 | "type": "git", |
| 824 | "url": "https://github.com/maxmind/web-service-common-php.git", |
| 825 | "reference": "32f274051c543fc865e5a84d3a2c703913641ea8" |
| 826 | }, |
| 827 | "dist": { |
| 828 | "type": "zip", |
| 829 | "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/32f274051c543fc865e5a84d3a2c703913641ea8", |
| 830 | "reference": "32f274051c543fc865e5a84d3a2c703913641ea8", |
| 831 | "shasum": "" |
| 832 | }, |
| 833 | "require": { |
| 834 | "composer/ca-bundle": "^1.0.3", |
| 835 | "ext-curl": "*", |
| 836 | "ext-json": "*", |
| 837 | "php": ">=7.2" |
| 838 | }, |
| 839 | "require-dev": { |
| 840 | "friendsofphp/php-cs-fixer": "2.*", |
| 841 | "phpunit/phpunit": "^8.0 || ^9.0", |
| 842 | "squizlabs/php_codesniffer": "3.*" |
| 843 | }, |
| 844 | "time": "2020-11-02T17:00:53+00:00", |
| 845 | "type": "library", |
| 846 | "installation-source": "dist", |
| 847 | "autoload": { |
| 848 | "psr-4": { |
| 849 | "MaxMind\\Exception\\": "src/Exception", |
| 850 | "MaxMind\\WebService\\": "src/WebService" |
| 851 | } |
| 852 | }, |
| 853 | "notification-url": "https://packagist.org/downloads/", |
| 854 | "license": [ |
| 855 | "Apache-2.0" |
| 856 | ], |
| 857 | "authors": [ |
| 858 | { |
| 859 | "name": "Gregory Oschwald", |
| 860 | "email": "goschwald@maxmind.com" |
| 861 | } |
| 862 | ], |
| 863 | "description": "Internal MaxMind Web Service API", |
| 864 | "homepage": "https://github.com/maxmind/web-service-common-php", |
| 865 | "support": { |
| 866 | "issues": "https://github.com/maxmind/web-service-common-php/issues", |
| 867 | "source": "https://github.com/maxmind/web-service-common-php/tree/v0.8.1" |
| 868 | }, |
| 869 | "install-path": "../maxmind/web-service-common" |
| 870 | }, |
| 871 | { |
| 872 | "name": "monolog/monolog", |
| 873 | "version": "1.25.5", |
| 874 | "version_normalized": "1.25.5.0", |
| 875 | "source": { |
| 876 | "type": "git", |
| 877 | "url": "https://github.com/Seldaek/monolog.git", |
| 878 | "reference": "1817faadd1846cd08be9a49e905dc68823bc38c0" |
| 879 | }, |
| 880 | "dist": { |
| 881 | "type": "zip", |
| 882 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1817faadd1846cd08be9a49e905dc68823bc38c0", |
| 883 | "reference": "1817faadd1846cd08be9a49e905dc68823bc38c0", |
| 884 | "shasum": "" |
| 885 | }, |
| 886 | "require": { |
| 887 | "php": ">=5.3.0", |
| 888 | "psr/log": "~1.0" |
| 889 | }, |
| 890 | "provide": { |
| 891 | "psr/log-implementation": "1.0.0" |
| 892 | }, |
| 893 | "require-dev": { |
| 894 | "aws/aws-sdk-php": "^2.4.9 || ^3.0", |
| 895 | "doctrine/couchdb": "~1.0@dev", |
| 896 | "graylog2/gelf-php": "~1.0", |
| 897 | "php-amqplib/php-amqplib": "~2.4", |
| 898 | "php-console/php-console": "^3.1.3", |
| 899 | "php-parallel-lint/php-parallel-lint": "^1.0", |
| 900 | "phpunit/phpunit": "~4.5", |
| 901 | "ruflin/elastica": ">=0.90 <3.0", |
| 902 | "sentry/sentry": "^0.13", |
| 903 | "swiftmailer/swiftmailer": "^5.3|^6.0" |
| 904 | }, |
| 905 | "suggest": { |
| 906 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
| 907 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
| 908 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
| 909 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
| 910 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
| 911 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
| 912 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
| 913 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
| 914 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
| 915 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
| 916 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
| 917 | }, |
| 918 | "time": "2020-07-23T08:35:51+00:00", |
| 919 | "type": "library", |
| 920 | "extra": { |
| 921 | "branch-alias": { |
| 922 | "dev-master": "2.0.x-dev" |
| 923 | } |
| 924 | }, |
| 925 | "installation-source": "dist", |
| 926 | "autoload": { |
| 927 | "psr-4": { |
| 928 | "Monolog\\": "src/Monolog" |
| 929 | } |
| 930 | }, |
| 931 | "notification-url": "https://packagist.org/downloads/", |
| 932 | "license": [ |
| 933 | "MIT" |
| 934 | ], |
| 935 | "authors": [ |
| 936 | { |
| 937 | "name": "Jordi Boggiano", |
| 938 | "email": "j.boggiano@seld.be", |
| 939 | "homepage": "http://seld.be" |
| 940 | } |
| 941 | ], |
| 942 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
| 943 | "homepage": "http://github.com/Seldaek/monolog", |
| 944 | "keywords": [ |
| 945 | "log", |
| 946 | "logging", |
| 947 | "psr-3" |
| 948 | ], |
| 949 | "support": { |
| 950 | "issues": "https://github.com/Seldaek/monolog/issues", |
| 951 | "source": "https://github.com/Seldaek/monolog/tree/1.25.5" |
| 952 | }, |
| 953 | "funding": [ |
| 954 | { |
| 955 | "url": "https://github.com/Seldaek", |
| 956 | "type": "github" |
| 957 | }, |
| 958 | { |
| 959 | "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", |
| 960 | "type": "tidelift" |
| 961 | } |
| 962 | ], |
| 963 | "install-path": "../monolog/monolog" |
| 964 | }, |
| 965 | { |
| 966 | "name": "mustangostang/spyc", |
| 967 | "version": "0.6.3", |
| 968 | "version_normalized": "0.6.3.0", |
| 969 | "source": { |
| 970 | "type": "git", |
| 971 | "url": "git@github.com:mustangostang/spyc.git", |
| 972 | "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0" |
| 973 | }, |
| 974 | "dist": { |
| 975 | "type": "zip", |
| 976 | "url": "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0", |
| 977 | "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0", |
| 978 | "shasum": "" |
| 979 | }, |
| 980 | "require": { |
| 981 | "php": ">=5.3.1" |
| 982 | }, |
| 983 | "require-dev": { |
| 984 | "phpunit/phpunit": "4.3.*@dev" |
| 985 | }, |
| 986 | "time": "2019-09-10T13:16:29+00:00", |
| 987 | "type": "library", |
| 988 | "extra": { |
| 989 | "branch-alias": { |
| 990 | "dev-master": "0.5.x-dev" |
| 991 | } |
| 992 | }, |
| 993 | "installation-source": "dist", |
| 994 | "autoload": { |
| 995 | "files": [ |
| 996 | "Spyc.php" |
| 997 | ] |
| 998 | }, |
| 999 | "notification-url": "https://packagist.org/downloads/", |
| 1000 | "license": [ |
| 1001 | "MIT" |
| 1002 | ], |
| 1003 | "authors": [ |
| 1004 | { |
| 1005 | "name": "mustangostang", |
| 1006 | "email": "vlad.andersen@gmail.com" |
| 1007 | } |
| 1008 | ], |
| 1009 | "description": "A simple YAML loader/dumper class for PHP", |
| 1010 | "homepage": "https://github.com/mustangostang/spyc/", |
| 1011 | "keywords": [ |
| 1012 | "spyc", |
| 1013 | "yaml", |
| 1014 | "yml" |
| 1015 | ], |
| 1016 | "install-path": "../mustangostang/spyc" |
| 1017 | }, |
| 1018 | { |
| 1019 | "name": "opis/closure", |
| 1020 | "version": "3.6.1", |
| 1021 | "version_normalized": "3.6.1.0", |
| 1022 | "source": { |
| 1023 | "type": "git", |
| 1024 | "url": "https://github.com/opis/closure.git", |
| 1025 | "reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5" |
| 1026 | }, |
| 1027 | "dist": { |
| 1028 | "type": "zip", |
| 1029 | "url": "https://api.github.com/repos/opis/closure/zipball/943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5", |
| 1030 | "reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5", |
| 1031 | "shasum": "" |
| 1032 | }, |
| 1033 | "require": { |
| 1034 | "php": "^5.4 || ^7.0 || ^8.0" |
| 1035 | }, |
| 1036 | "require-dev": { |
| 1037 | "jeremeamia/superclosure": "^2.0", |
| 1038 | "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" |
| 1039 | }, |
| 1040 | "time": "2020-11-07T02:01:34+00:00", |
| 1041 | "type": "library", |
| 1042 | "extra": { |
| 1043 | "branch-alias": { |
| 1044 | "dev-master": "3.6.x-dev" |
| 1045 | } |
| 1046 | }, |
| 1047 | "installation-source": "dist", |
| 1048 | "autoload": { |
| 1049 | "psr-4": { |
| 1050 | "Opis\\Closure\\": "src/" |
| 1051 | }, |
| 1052 | "files": [ |
| 1053 | "functions.php" |
| 1054 | ] |
| 1055 | }, |
| 1056 | "notification-url": "https://packagist.org/downloads/", |
| 1057 | "license": [ |
| 1058 | "MIT" |
| 1059 | ], |
| 1060 | "authors": [ |
| 1061 | { |
| 1062 | "name": "Marius Sarca", |
| 1063 | "email": "marius.sarca@gmail.com" |
| 1064 | }, |
| 1065 | { |
| 1066 | "name": "Sorin Sarca", |
| 1067 | "email": "sarca_sorin@hotmail.com" |
| 1068 | } |
| 1069 | ], |
| 1070 | "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.", |
| 1071 | "homepage": "https://opis.io/closure", |
| 1072 | "keywords": [ |
| 1073 | "anonymous functions", |
| 1074 | "closure", |
| 1075 | "function", |
| 1076 | "serializable", |
| 1077 | "serialization", |
| 1078 | "serialize" |
| 1079 | ], |
| 1080 | "support": { |
| 1081 | "issues": "https://github.com/opis/closure/issues", |
| 1082 | "source": "https://github.com/opis/closure/tree/3.6.1" |
| 1083 | }, |
| 1084 | "install-path": "../opis/closure" |
| 1085 | }, |
| 1086 | { |
| 1087 | "name": "pear/archive_tar", |
| 1088 | "version": "1.4.10", |
| 1089 | "version_normalized": "1.4.10.0", |
| 1090 | "source": { |
| 1091 | "type": "git", |
| 1092 | "url": "https://github.com/pear/Archive_Tar.git", |
| 1093 | "reference": "bbb4f10f71a1da2715ec6d9a683f4f23c507a49b" |
| 1094 | }, |
| 1095 | "dist": { |
| 1096 | "type": "zip", |
| 1097 | "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/bbb4f10f71a1da2715ec6d9a683f4f23c507a49b", |
| 1098 | "reference": "bbb4f10f71a1da2715ec6d9a683f4f23c507a49b", |
| 1099 | "shasum": "" |
| 1100 | }, |
| 1101 | "require": { |
| 1102 | "pear/pear-core-minimal": "^1.10.0alpha2", |
| 1103 | "php": ">=5.2.0" |
| 1104 | }, |
| 1105 | "require-dev": { |
| 1106 | "phpunit/phpunit": "*" |
| 1107 | }, |
| 1108 | "suggest": { |
| 1109 | "ext-bz2": "Bz2 compression support.", |
| 1110 | "ext-xz": "Lzma2 compression support.", |
| 1111 | "ext-zlib": "Gzip compression support." |
| 1112 | }, |
| 1113 | "time": "2020-09-15T14:13:23+00:00", |
| 1114 | "type": "library", |
| 1115 | "extra": { |
| 1116 | "branch-alias": { |
| 1117 | "dev-master": "1.4.x-dev" |
| 1118 | } |
| 1119 | }, |
| 1120 | "installation-source": "dist", |
| 1121 | "autoload": { |
| 1122 | "psr-0": { |
| 1123 | "Archive_Tar": "" |
| 1124 | } |
| 1125 | }, |
| 1126 | "notification-url": "https://packagist.org/downloads/", |
| 1127 | "include-path": [ |
| 1128 | "./" |
| 1129 | ], |
| 1130 | "license": [ |
| 1131 | "BSD-3-Clause" |
| 1132 | ], |
| 1133 | "authors": [ |
| 1134 | { |
| 1135 | "name": "Vincent Blavet", |
| 1136 | "email": "vincent@phpconcept.net" |
| 1137 | }, |
| 1138 | { |
| 1139 | "name": "Greg Beaver", |
| 1140 | "email": "greg@chiaraquartet.net" |
| 1141 | }, |
| 1142 | { |
| 1143 | "name": "Michiel Rook", |
| 1144 | "email": "mrook@php.net" |
| 1145 | } |
| 1146 | ], |
| 1147 | "description": "Tar file management class with compression support (gzip, bzip2, lzma2)", |
| 1148 | "homepage": "https://github.com/pear/Archive_Tar", |
| 1149 | "keywords": [ |
| 1150 | "archive", |
| 1151 | "tar" |
| 1152 | ], |
| 1153 | "support": { |
| 1154 | "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar", |
| 1155 | "source": "https://github.com/pear/Archive_Tar" |
| 1156 | }, |
| 1157 | "install-path": "../pear/archive_tar" |
| 1158 | }, |
| 1159 | { |
| 1160 | "name": "pear/console_getopt", |
| 1161 | "version": "v1.4.3", |
| 1162 | "version_normalized": "1.4.3.0", |
| 1163 | "source": { |
| 1164 | "type": "git", |
| 1165 | "url": "https://github.com/pear/Console_Getopt.git", |
| 1166 | "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0" |
| 1167 | }, |
| 1168 | "dist": { |
| 1169 | "type": "zip", |
| 1170 | "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0", |
| 1171 | "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0", |
| 1172 | "shasum": "" |
| 1173 | }, |
| 1174 | "time": "2019-11-20T18:27:48+00:00", |
| 1175 | "type": "library", |
| 1176 | "installation-source": "dist", |
| 1177 | "autoload": { |
| 1178 | "psr-0": { |
| 1179 | "Console": "./" |
| 1180 | } |
| 1181 | }, |
| 1182 | "notification-url": "https://packagist.org/downloads/", |
| 1183 | "include-path": [ |
| 1184 | "./" |
| 1185 | ], |
| 1186 | "license": [ |
| 1187 | "BSD-2-Clause" |
| 1188 | ], |
| 1189 | "authors": [ |
| 1190 | { |
| 1191 | "name": "Andrei Zmievski", |
| 1192 | "email": "andrei@php.net", |
| 1193 | "role": "Lead" |
| 1194 | }, |
| 1195 | { |
| 1196 | "name": "Stig Bakken", |
| 1197 | "email": "stig@php.net", |
| 1198 | "role": "Developer" |
| 1199 | }, |
| 1200 | { |
| 1201 | "name": "Greg Beaver", |
| 1202 | "email": "cellog@php.net", |
| 1203 | "role": "Helper" |
| 1204 | } |
| 1205 | ], |
| 1206 | "description": "More info available on: http://pear.php.net/package/Console_Getopt", |
| 1207 | "support": { |
| 1208 | "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt", |
| 1209 | "source": "https://github.com/pear/Console_Getopt" |
| 1210 | }, |
| 1211 | "install-path": "../pear/console_getopt" |
| 1212 | }, |
| 1213 | { |
| 1214 | "name": "pear/pear-core-minimal", |
| 1215 | "version": "v1.10.10", |
| 1216 | "version_normalized": "1.10.10.0", |
| 1217 | "source": { |
| 1218 | "type": "git", |
| 1219 | "url": "https://github.com/pear/pear-core-minimal.git", |
| 1220 | "reference": "625a3c429d9b2c1546438679074cac1b089116a7" |
| 1221 | }, |
| 1222 | "dist": { |
| 1223 | "type": "zip", |
| 1224 | "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/625a3c429d9b2c1546438679074cac1b089116a7", |
| 1225 | "reference": "625a3c429d9b2c1546438679074cac1b089116a7", |
| 1226 | "shasum": "" |
| 1227 | }, |
| 1228 | "require": { |
| 1229 | "pear/console_getopt": "~1.4", |
| 1230 | "pear/pear_exception": "~1.0" |
| 1231 | }, |
| 1232 | "replace": { |
| 1233 | "rsky/pear-core-min": "self.version" |
| 1234 | }, |
| 1235 | "time": "2019-11-19T19:00:24+00:00", |
| 1236 | "type": "library", |
| 1237 | "installation-source": "dist", |
| 1238 | "autoload": { |
| 1239 | "psr-0": { |
| 1240 | "": "src/" |
| 1241 | } |
| 1242 | }, |
| 1243 | "notification-url": "https://packagist.org/downloads/", |
| 1244 | "include-path": [ |
| 1245 | "src/" |
| 1246 | ], |
| 1247 | "license": [ |
| 1248 | "BSD-3-Clause" |
| 1249 | ], |
| 1250 | "authors": [ |
| 1251 | { |
| 1252 | "name": "Christian Weiske", |
| 1253 | "email": "cweiske@php.net", |
| 1254 | "role": "Lead" |
| 1255 | } |
| 1256 | ], |
| 1257 | "description": "Minimal set of PEAR core files to be used as composer dependency", |
| 1258 | "support": { |
| 1259 | "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR", |
| 1260 | "source": "https://github.com/pear/pear-core-minimal" |
| 1261 | }, |
| 1262 | "install-path": "../pear/pear-core-minimal" |
| 1263 | }, |
| 1264 | { |
| 1265 | "name": "pear/pear_exception", |
| 1266 | "version": "v1.0.1", |
| 1267 | "version_normalized": "1.0.1.0", |
| 1268 | "source": { |
| 1269 | "type": "git", |
| 1270 | "url": "https://github.com/pear/PEAR_Exception.git", |
| 1271 | "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7" |
| 1272 | }, |
| 1273 | "dist": { |
| 1274 | "type": "zip", |
| 1275 | "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7", |
| 1276 | "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7", |
| 1277 | "shasum": "" |
| 1278 | }, |
| 1279 | "require": { |
| 1280 | "php": ">=4.4.0" |
| 1281 | }, |
| 1282 | "require-dev": { |
| 1283 | "phpunit/phpunit": "*" |
| 1284 | }, |
| 1285 | "time": "2019-12-10T10:24:42+00:00", |
| 1286 | "type": "class", |
| 1287 | "extra": { |
| 1288 | "branch-alias": { |
| 1289 | "dev-master": "1.0.x-dev" |
| 1290 | } |
| 1291 | }, |
| 1292 | "installation-source": "dist", |
| 1293 | "autoload": { |
| 1294 | "classmap": [ |
| 1295 | "PEAR/" |
| 1296 | ] |
| 1297 | }, |
| 1298 | "notification-url": "https://packagist.org/downloads/", |
| 1299 | "include-path": [ |
| 1300 | "." |
| 1301 | ], |
| 1302 | "license": [ |
| 1303 | "BSD-2-Clause" |
| 1304 | ], |
| 1305 | "authors": [ |
| 1306 | { |
| 1307 | "name": "Helgi Thormar", |
| 1308 | "email": "dufuz@php.net" |
| 1309 | }, |
| 1310 | { |
| 1311 | "name": "Greg Beaver", |
| 1312 | "email": "cellog@php.net" |
| 1313 | } |
| 1314 | ], |
| 1315 | "description": "The PEAR Exception base class.", |
| 1316 | "homepage": "https://github.com/pear/PEAR_Exception", |
| 1317 | "keywords": [ |
| 1318 | "exception" |
| 1319 | ], |
| 1320 | "support": { |
| 1321 | "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception", |
| 1322 | "source": "https://github.com/pear/PEAR_Exception" |
| 1323 | }, |
| 1324 | "install-path": "../pear/pear_exception" |
| 1325 | }, |
| 1326 | { |
| 1327 | "name": "php-di/invoker", |
| 1328 | "version": "2.0.0", |
| 1329 | "version_normalized": "2.0.0.0", |
| 1330 | "source": { |
| 1331 | "type": "git", |
| 1332 | "url": "https://github.com/PHP-DI/Invoker.git", |
| 1333 | "reference": "540c27c86f663e20fe39a24cd72fa76cdb21d41a" |
| 1334 | }, |
| 1335 | "dist": { |
| 1336 | "type": "zip", |
| 1337 | "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/540c27c86f663e20fe39a24cd72fa76cdb21d41a", |
| 1338 | "reference": "540c27c86f663e20fe39a24cd72fa76cdb21d41a", |
| 1339 | "shasum": "" |
| 1340 | }, |
| 1341 | "require": { |
| 1342 | "psr/container": "~1.0" |
| 1343 | }, |
| 1344 | "require-dev": { |
| 1345 | "athletic/athletic": "~0.1.8", |
| 1346 | "phpunit/phpunit": "~4.5" |
| 1347 | }, |
| 1348 | "time": "2017-03-20T19:28:22+00:00", |
| 1349 | "type": "library", |
| 1350 | "installation-source": "dist", |
| 1351 | "autoload": { |
| 1352 | "psr-4": { |
| 1353 | "Invoker\\": "src/" |
| 1354 | } |
| 1355 | }, |
| 1356 | "notification-url": "https://packagist.org/downloads/", |
| 1357 | "license": [ |
| 1358 | "MIT" |
| 1359 | ], |
| 1360 | "description": "Generic and extensible callable invoker", |
| 1361 | "homepage": "https://github.com/PHP-DI/Invoker", |
| 1362 | "keywords": [ |
| 1363 | "callable", |
| 1364 | "dependency", |
| 1365 | "dependency-injection", |
| 1366 | "injection", |
| 1367 | "invoke", |
| 1368 | "invoker" |
| 1369 | ], |
| 1370 | "support": { |
| 1371 | "issues": "https://github.com/PHP-DI/Invoker/issues", |
| 1372 | "source": "https://github.com/PHP-DI/Invoker/tree/master" |
| 1373 | }, |
| 1374 | "install-path": "../php-di/invoker" |
| 1375 | }, |
| 1376 | { |
| 1377 | "name": "php-di/php-di", |
| 1378 | "version": "6.3.0", |
| 1379 | "version_normalized": "6.3.0.0", |
| 1380 | "source": { |
| 1381 | "type": "git", |
| 1382 | "url": "https://github.com/PHP-DI/PHP-DI.git", |
| 1383 | "reference": "955cacea6b0beaba07e8c11b8367f5b3d5abe89f" |
| 1384 | }, |
| 1385 | "dist": { |
| 1386 | "type": "zip", |
| 1387 | "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/955cacea6b0beaba07e8c11b8367f5b3d5abe89f", |
| 1388 | "reference": "955cacea6b0beaba07e8c11b8367f5b3d5abe89f", |
| 1389 | "shasum": "" |
| 1390 | }, |
| 1391 | "require": { |
| 1392 | "opis/closure": "^3.5.5", |
| 1393 | "php": ">=7.2.0", |
| 1394 | "php-di/invoker": "^2.0", |
| 1395 | "php-di/phpdoc-reader": "^2.0.1", |
| 1396 | "psr/container": "^1.0" |
| 1397 | }, |
| 1398 | "provide": { |
| 1399 | "psr/container-implementation": "^1.0" |
| 1400 | }, |
| 1401 | "require-dev": { |
| 1402 | "doctrine/annotations": "~1.2", |
| 1403 | "friendsofphp/php-cs-fixer": "^2.4", |
| 1404 | "mnapoli/phpunit-easymock": "^1.2", |
| 1405 | "ocramius/proxy-manager": "~2.0.2", |
| 1406 | "phpstan/phpstan": "^0.12", |
| 1407 | "phpunit/phpunit": "^8.5|^9.0" |
| 1408 | }, |
| 1409 | "suggest": { |
| 1410 | "doctrine/annotations": "Install it if you want to use annotations (version ~1.2)", |
| 1411 | "ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)" |
| 1412 | }, |
| 1413 | "time": "2020-10-12T14:39:15+00:00", |
| 1414 | "type": "library", |
| 1415 | "installation-source": "dist", |
| 1416 | "autoload": { |
| 1417 | "psr-4": { |
| 1418 | "DI\\": "src/" |
| 1419 | }, |
| 1420 | "files": [ |
| 1421 | "src/functions.php" |
| 1422 | ] |
| 1423 | }, |
| 1424 | "notification-url": "https://packagist.org/downloads/", |
| 1425 | "license": [ |
| 1426 | "MIT" |
| 1427 | ], |
| 1428 | "description": "The dependency injection container for humans", |
| 1429 | "homepage": "https://php-di.org/", |
| 1430 | "keywords": [ |
| 1431 | "PSR-11", |
| 1432 | "container", |
| 1433 | "container-interop", |
| 1434 | "dependency injection", |
| 1435 | "di", |
| 1436 | "ioc", |
| 1437 | "psr11" |
| 1438 | ], |
| 1439 | "support": { |
| 1440 | "issues": "https://github.com/PHP-DI/PHP-DI/issues", |
| 1441 | "source": "https://github.com/PHP-DI/PHP-DI/tree/6.3.0" |
| 1442 | }, |
| 1443 | "funding": [ |
| 1444 | { |
| 1445 | "url": "https://github.com/mnapoli", |
| 1446 | "type": "github" |
| 1447 | }, |
| 1448 | { |
| 1449 | "url": "https://tidelift.com/funding/github/packagist/php-di/php-di", |
| 1450 | "type": "tidelift" |
| 1451 | } |
| 1452 | ], |
| 1453 | "install-path": "../php-di/php-di" |
| 1454 | }, |
| 1455 | { |
| 1456 | "name": "php-di/phpdoc-reader", |
| 1457 | "version": "2.2.1", |
| 1458 | "version_normalized": "2.2.1.0", |
| 1459 | "source": { |
| 1460 | "type": "git", |
| 1461 | "url": "https://github.com/PHP-DI/PhpDocReader.git", |
| 1462 | "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c" |
| 1463 | }, |
| 1464 | "dist": { |
| 1465 | "type": "zip", |
| 1466 | "url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/66daff34cbd2627740ffec9469ffbac9f8c8185c", |
| 1467 | "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c", |
| 1468 | "shasum": "" |
| 1469 | }, |
| 1470 | "require": { |
| 1471 | "php": ">=7.2.0" |
| 1472 | }, |
| 1473 | "require-dev": { |
| 1474 | "mnapoli/hard-mode": "~0.3.0", |
| 1475 | "phpunit/phpunit": "^8.5|^9.0" |
| 1476 | }, |
| 1477 | "time": "2020-10-12T12:39:22+00:00", |
| 1478 | "type": "library", |
| 1479 | "installation-source": "dist", |
| 1480 | "autoload": { |
| 1481 | "psr-4": { |
| 1482 | "PhpDocReader\\": "src/PhpDocReader" |
| 1483 | } |
| 1484 | }, |
| 1485 | "notification-url": "https://packagist.org/downloads/", |
| 1486 | "license": [ |
| 1487 | "MIT" |
| 1488 | ], |
| 1489 | "description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)", |
| 1490 | "keywords": [ |
| 1491 | "phpdoc", |
| 1492 | "reflection" |
| 1493 | ], |
| 1494 | "support": { |
| 1495 | "issues": "https://github.com/PHP-DI/PhpDocReader/issues", |
| 1496 | "source": "https://github.com/PHP-DI/PhpDocReader/tree/2.2.1" |
| 1497 | }, |
| 1498 | "install-path": "../php-di/phpdoc-reader" |
| 1499 | }, |
| 1500 | { |
| 1501 | "name": "phpmailer/phpmailer", |
| 1502 | "version": "v6.1.8", |
| 1503 | "version_normalized": "6.1.8.0", |
| 1504 | "source": { |
| 1505 | "type": "git", |
| 1506 | "url": "https://github.com/PHPMailer/PHPMailer.git", |
| 1507 | "reference": "917ab212fa00dc6eacbb26e8bc387ebe40993bc1" |
| 1508 | }, |
| 1509 | "dist": { |
| 1510 | "type": "zip", |
| 1511 | "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/917ab212fa00dc6eacbb26e8bc387ebe40993bc1", |
| 1512 | "reference": "917ab212fa00dc6eacbb26e8bc387ebe40993bc1", |
| 1513 | "shasum": "" |
| 1514 | }, |
| 1515 | "require": { |
| 1516 | "ext-ctype": "*", |
| 1517 | "ext-filter": "*", |
| 1518 | "ext-hash": "*", |
| 1519 | "php": ">=5.5.0" |
| 1520 | }, |
| 1521 | "require-dev": { |
| 1522 | "doctrine/annotations": "^1.2", |
| 1523 | "friendsofphp/php-cs-fixer": "^2.2", |
| 1524 | "phpunit/phpunit": "^4.8 || ^5.7" |
| 1525 | }, |
| 1526 | "suggest": { |
| 1527 | "ext-mbstring": "Needed to send email in multibyte encoding charset", |
| 1528 | "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", |
| 1529 | "league/oauth2-google": "Needed for Google XOAUTH2 authentication", |
| 1530 | "psr/log": "For optional PSR-3 debug logging", |
| 1531 | "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", |
| 1532 | "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" |
| 1533 | }, |
| 1534 | "time": "2020-10-09T14:55:58+00:00", |
| 1535 | "type": "library", |
| 1536 | "installation-source": "dist", |
| 1537 | "autoload": { |
| 1538 | "psr-4": { |
| 1539 | "PHPMailer\\PHPMailer\\": "src/" |
| 1540 | } |
| 1541 | }, |
| 1542 | "notification-url": "https://packagist.org/downloads/", |
| 1543 | "license": [ |
| 1544 | "LGPL-2.1-only" |
| 1545 | ], |
| 1546 | "authors": [ |
| 1547 | { |
| 1548 | "name": "Marcus Bointon", |
| 1549 | "email": "phpmailer@synchromedia.co.uk" |
| 1550 | }, |
| 1551 | { |
| 1552 | "name": "Jim Jagielski", |
| 1553 | "email": "jimjag@gmail.com" |
| 1554 | }, |
| 1555 | { |
| 1556 | "name": "Andy Prevost", |
| 1557 | "email": "codeworxtech@users.sourceforge.net" |
| 1558 | }, |
| 1559 | { |
| 1560 | "name": "Brent R. Matzelle" |
| 1561 | } |
| 1562 | ], |
| 1563 | "description": "PHPMailer is a full-featured email creation and transfer class for PHP", |
| 1564 | "support": { |
| 1565 | "issues": "https://github.com/PHPMailer/PHPMailer/issues", |
| 1566 | "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.1.8" |
| 1567 | }, |
| 1568 | "funding": [ |
| 1569 | { |
| 1570 | "url": "https://github.com/synchro", |
| 1571 | "type": "github" |
| 1572 | } |
| 1573 | ], |
| 1574 | "install-path": "../phpmailer/phpmailer" |
| 1575 | }, |
| 1576 | { |
| 1577 | "name": "psr/container", |
| 1578 | "version": "1.0.0", |
| 1579 | "version_normalized": "1.0.0.0", |
| 1580 | "source": { |
| 1581 | "type": "git", |
| 1582 | "url": "https://github.com/php-fig/container.git", |
| 1583 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
| 1584 | }, |
| 1585 | "dist": { |
| 1586 | "type": "zip", |
| 1587 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
| 1588 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
| 1589 | "shasum": "" |
| 1590 | }, |
| 1591 | "require": { |
| 1592 | "php": ">=5.3.0" |
| 1593 | }, |
| 1594 | "time": "2017-02-14T16:28:37+00:00", |
| 1595 | "type": "library", |
| 1596 | "extra": { |
| 1597 | "branch-alias": { |
| 1598 | "dev-master": "1.0.x-dev" |
| 1599 | } |
| 1600 | }, |
| 1601 | "installation-source": "dist", |
| 1602 | "autoload": { |
| 1603 | "psr-4": { |
| 1604 | "Psr\\Container\\": "src/" |
| 1605 | } |
| 1606 | }, |
| 1607 | "notification-url": "https://packagist.org/downloads/", |
| 1608 | "license": [ |
| 1609 | "MIT" |
| 1610 | ], |
| 1611 | "authors": [ |
| 1612 | { |
| 1613 | "name": "PHP-FIG", |
| 1614 | "homepage": "http://www.php-fig.org/" |
| 1615 | } |
| 1616 | ], |
| 1617 | "description": "Common Container Interface (PHP FIG PSR-11)", |
| 1618 | "homepage": "https://github.com/php-fig/container", |
| 1619 | "keywords": [ |
| 1620 | "PSR-11", |
| 1621 | "container", |
| 1622 | "container-interface", |
| 1623 | "container-interop", |
| 1624 | "psr" |
| 1625 | ], |
| 1626 | "support": { |
| 1627 | "issues": "https://github.com/php-fig/container/issues", |
| 1628 | "source": "https://github.com/php-fig/container/tree/master" |
| 1629 | }, |
| 1630 | "install-path": "../psr/container" |
| 1631 | }, |
| 1632 | { |
| 1633 | "name": "psr/log", |
| 1634 | "version": "1.1.3", |
| 1635 | "version_normalized": "1.1.3.0", |
| 1636 | "source": { |
| 1637 | "type": "git", |
| 1638 | "url": "https://github.com/php-fig/log.git", |
| 1639 | "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" |
| 1640 | }, |
| 1641 | "dist": { |
| 1642 | "type": "zip", |
| 1643 | "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", |
| 1644 | "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", |
| 1645 | "shasum": "" |
| 1646 | }, |
| 1647 | "require": { |
| 1648 | "php": ">=5.3.0" |
| 1649 | }, |
| 1650 | "time": "2020-03-23T09:12:05+00:00", |
| 1651 | "type": "library", |
| 1652 | "extra": { |
| 1653 | "branch-alias": { |
| 1654 | "dev-master": "1.1.x-dev" |
| 1655 | } |
| 1656 | }, |
| 1657 | "installation-source": "dist", |
| 1658 | "autoload": { |
| 1659 | "psr-4": { |
| 1660 | "Psr\\Log\\": "Psr/Log/" |
| 1661 | } |
| 1662 | }, |
| 1663 | "notification-url": "https://packagist.org/downloads/", |
| 1664 | "license": [ |
| 1665 | "MIT" |
| 1666 | ], |
| 1667 | "authors": [ |
| 1668 | { |
| 1669 | "name": "PHP-FIG", |
| 1670 | "homepage": "http://www.php-fig.org/" |
| 1671 | } |
| 1672 | ], |
| 1673 | "description": "Common interface for logging libraries", |
| 1674 | "homepage": "https://github.com/php-fig/log", |
| 1675 | "keywords": [ |
| 1676 | "log", |
| 1677 | "psr", |
| 1678 | "psr-3" |
| 1679 | ], |
| 1680 | "support": { |
| 1681 | "source": "https://github.com/php-fig/log/tree/1.1.3" |
| 1682 | }, |
| 1683 | "install-path": "../psr/log" |
| 1684 | }, |
| 1685 | { |
| 1686 | "name": "symfony/console", |
| 1687 | "version": "v2.6.13", |
| 1688 | "version_normalized": "2.6.13.0", |
| 1689 | "target-dir": "Symfony/Component/Console", |
| 1690 | "source": { |
| 1691 | "type": "git", |
| 1692 | "url": "https://github.com/symfony/console.git", |
| 1693 | "reference": "0e5e18ae09d3f5c06367759be940e9ed3f568359" |
| 1694 | }, |
| 1695 | "dist": { |
| 1696 | "type": "zip", |
| 1697 | "url": "https://api.github.com/repos/symfony/console/zipball/0e5e18ae09d3f5c06367759be940e9ed3f568359", |
| 1698 | "reference": "0e5e18ae09d3f5c06367759be940e9ed3f568359", |
| 1699 | "shasum": "" |
| 1700 | }, |
| 1701 | "require": { |
| 1702 | "php": ">=5.3.3" |
| 1703 | }, |
| 1704 | "require-dev": { |
| 1705 | "psr/log": "~1.0", |
| 1706 | "symfony/event-dispatcher": "~2.1", |
| 1707 | "symfony/phpunit-bridge": "~2.7", |
| 1708 | "symfony/process": "~2.1" |
| 1709 | }, |
| 1710 | "suggest": { |
| 1711 | "psr/log": "For using the console logger", |
| 1712 | "symfony/event-dispatcher": "", |
| 1713 | "symfony/process": "" |
| 1714 | }, |
| 1715 | "time": "2015-07-26T09:08:40+00:00", |
| 1716 | "type": "library", |
| 1717 | "extra": { |
| 1718 | "branch-alias": { |
| 1719 | "dev-master": "2.6-dev" |
| 1720 | } |
| 1721 | }, |
| 1722 | "installation-source": "dist", |
| 1723 | "autoload": { |
| 1724 | "psr-0": { |
| 1725 | "Symfony\\Component\\Console\\": "" |
| 1726 | } |
| 1727 | }, |
| 1728 | "notification-url": "https://packagist.org/downloads/", |
| 1729 | "license": [ |
| 1730 | "MIT" |
| 1731 | ], |
| 1732 | "authors": [ |
| 1733 | { |
| 1734 | "name": "Fabien Potencier", |
| 1735 | "email": "fabien@symfony.com" |
| 1736 | }, |
| 1737 | { |
| 1738 | "name": "Symfony Community", |
| 1739 | "homepage": "https://symfony.com/contributors" |
| 1740 | } |
| 1741 | ], |
| 1742 | "description": "Symfony Console Component", |
| 1743 | "homepage": "https://symfony.com", |
| 1744 | "support": { |
| 1745 | "source": "https://github.com/symfony/console/tree/v2.6.11" |
| 1746 | }, |
| 1747 | "install-path": "../symfony/console/Symfony/Component/Console" |
| 1748 | }, |
| 1749 | { |
| 1750 | "name": "symfony/event-dispatcher", |
| 1751 | "version": "v2.6.13", |
| 1752 | "version_normalized": "2.6.13.0", |
| 1753 | "target-dir": "Symfony/Component/EventDispatcher", |
| 1754 | "source": { |
| 1755 | "type": "git", |
| 1756 | "url": "https://github.com/symfony/event-dispatcher.git", |
| 1757 | "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02" |
| 1758 | }, |
| 1759 | "dist": { |
| 1760 | "type": "zip", |
| 1761 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/672593bc4b0043a0acf91903bb75a1c82d8f2e02", |
| 1762 | "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02", |
| 1763 | "shasum": "" |
| 1764 | }, |
| 1765 | "require": { |
| 1766 | "php": ">=5.3.3" |
| 1767 | }, |
| 1768 | "require-dev": { |
| 1769 | "psr/log": "~1.0", |
| 1770 | "symfony/config": "~2.0,>=2.0.5", |
| 1771 | "symfony/dependency-injection": "~2.6", |
| 1772 | "symfony/expression-language": "~2.6", |
| 1773 | "symfony/phpunit-bridge": "~2.7", |
| 1774 | "symfony/stopwatch": "~2.3" |
| 1775 | }, |
| 1776 | "suggest": { |
| 1777 | "symfony/dependency-injection": "", |
| 1778 | "symfony/http-kernel": "" |
| 1779 | }, |
| 1780 | "time": "2015-05-02T15:18:45+00:00", |
| 1781 | "type": "library", |
| 1782 | "extra": { |
| 1783 | "branch-alias": { |
| 1784 | "dev-master": "2.6-dev" |
| 1785 | } |
| 1786 | }, |
| 1787 | "installation-source": "dist", |
| 1788 | "autoload": { |
| 1789 | "psr-0": { |
| 1790 | "Symfony\\Component\\EventDispatcher\\": "" |
| 1791 | } |
| 1792 | }, |
| 1793 | "notification-url": "https://packagist.org/downloads/", |
| 1794 | "license": [ |
| 1795 | "MIT" |
| 1796 | ], |
| 1797 | "authors": [ |
| 1798 | { |
| 1799 | "name": "Fabien Potencier", |
| 1800 | "email": "fabien@symfony.com" |
| 1801 | }, |
| 1802 | { |
| 1803 | "name": "Symfony Community", |
| 1804 | "homepage": "https://symfony.com/contributors" |
| 1805 | } |
| 1806 | ], |
| 1807 | "description": "Symfony EventDispatcher Component", |
| 1808 | "homepage": "https://symfony.com", |
| 1809 | "support": { |
| 1810 | "source": "https://github.com/symfony/event-dispatcher/tree/v2.6.11" |
| 1811 | }, |
| 1812 | "install-path": "../symfony/event-dispatcher/Symfony/Component/EventDispatcher" |
| 1813 | }, |
| 1814 | { |
| 1815 | "name": "symfony/monolog-bridge", |
| 1816 | "version": "v2.6.13", |
| 1817 | "version_normalized": "2.6.13.0", |
| 1818 | "target-dir": "Symfony/Bridge/Monolog", |
| 1819 | "source": { |
| 1820 | "type": "git", |
| 1821 | "url": "https://github.com/symfony/monolog-bridge.git", |
| 1822 | "reference": "ba66eeabaa004e3ab70764cab59b056b182aa535" |
| 1823 | }, |
| 1824 | "dist": { |
| 1825 | "type": "zip", |
| 1826 | "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/ba66eeabaa004e3ab70764cab59b056b182aa535", |
| 1827 | "reference": "ba66eeabaa004e3ab70764cab59b056b182aa535", |
| 1828 | "shasum": "" |
| 1829 | }, |
| 1830 | "require": { |
| 1831 | "monolog/monolog": "~1.11", |
| 1832 | "php": ">=5.3.3" |
| 1833 | }, |
| 1834 | "require-dev": { |
| 1835 | "symfony/console": "~2.4", |
| 1836 | "symfony/event-dispatcher": "~2.2", |
| 1837 | "symfony/http-kernel": "~2.4", |
| 1838 | "symfony/phpunit-bridge": "~2.7" |
| 1839 | }, |
| 1840 | "suggest": { |
| 1841 | "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings. You need version ~2.3 of the console for it.", |
| 1842 | "symfony/event-dispatcher": "Needed when using log messages in console commands", |
| 1843 | "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel." |
| 1844 | }, |
| 1845 | "time": "2015-06-25T11:21:15+00:00", |
| 1846 | "type": "symfony-bridge", |
| 1847 | "extra": { |
| 1848 | "branch-alias": { |
| 1849 | "dev-master": "2.6-dev" |
| 1850 | } |
| 1851 | }, |
| 1852 | "installation-source": "dist", |
| 1853 | "autoload": { |
| 1854 | "psr-0": { |
| 1855 | "Symfony\\Bridge\\Monolog\\": "" |
| 1856 | } |
| 1857 | }, |
| 1858 | "notification-url": "https://packagist.org/downloads/", |
| 1859 | "license": [ |
| 1860 | "MIT" |
| 1861 | ], |
| 1862 | "authors": [ |
| 1863 | { |
| 1864 | "name": "Fabien Potencier", |
| 1865 | "email": "fabien@symfony.com" |
| 1866 | }, |
| 1867 | { |
| 1868 | "name": "Symfony Community", |
| 1869 | "homepage": "https://symfony.com/contributors" |
| 1870 | } |
| 1871 | ], |
| 1872 | "description": "Symfony Monolog Bridge", |
| 1873 | "homepage": "https://symfony.com", |
| 1874 | "support": { |
| 1875 | "source": "https://github.com/symfony/monolog-bridge/tree/v2.6.11" |
| 1876 | }, |
| 1877 | "install-path": "../symfony/monolog-bridge/Symfony/Bridge/Monolog" |
| 1878 | }, |
| 1879 | { |
| 1880 | "name": "symfony/polyfill-ctype", |
| 1881 | "version": "v1.20.0", |
| 1882 | "version_normalized": "1.20.0.0", |
| 1883 | "source": { |
| 1884 | "type": "git", |
| 1885 | "url": "https://github.com/symfony/polyfill-ctype.git", |
| 1886 | "reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41" |
| 1887 | }, |
| 1888 | "dist": { |
| 1889 | "type": "zip", |
| 1890 | "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f4ba089a5b6366e453971d3aad5fe8e897b37f41", |
| 1891 | "reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41", |
| 1892 | "shasum": "" |
| 1893 | }, |
| 1894 | "require": { |
| 1895 | "php": ">=7.1" |
| 1896 | }, |
| 1897 | "suggest": { |
| 1898 | "ext-ctype": "For best performance" |
| 1899 | }, |
| 1900 | "time": "2020-10-23T14:02:19+00:00", |
| 1901 | "type": "library", |
| 1902 | "extra": { |
| 1903 | "branch-alias": { |
| 1904 | "dev-main": "1.20-dev" |
| 1905 | }, |
| 1906 | "thanks": { |
| 1907 | "name": "symfony/polyfill", |
| 1908 | "url": "https://github.com/symfony/polyfill" |
| 1909 | } |
| 1910 | }, |
| 1911 | "installation-source": "dist", |
| 1912 | "autoload": { |
| 1913 | "psr-4": { |
| 1914 | "Symfony\\Polyfill\\Ctype\\": "" |
| 1915 | }, |
| 1916 | "files": [ |
| 1917 | "bootstrap.php" |
| 1918 | ] |
| 1919 | }, |
| 1920 | "notification-url": "https://packagist.org/downloads/", |
| 1921 | "license": [ |
| 1922 | "MIT" |
| 1923 | ], |
| 1924 | "authors": [ |
| 1925 | { |
| 1926 | "name": "Gert de Pagter", |
| 1927 | "email": "BackEndTea@gmail.com" |
| 1928 | }, |
| 1929 | { |
| 1930 | "name": "Symfony Community", |
| 1931 | "homepage": "https://symfony.com/contributors" |
| 1932 | } |
| 1933 | ], |
| 1934 | "description": "Symfony polyfill for ctype functions", |
| 1935 | "homepage": "https://symfony.com", |
| 1936 | "keywords": [ |
| 1937 | "compatibility", |
| 1938 | "ctype", |
| 1939 | "polyfill", |
| 1940 | "portable" |
| 1941 | ], |
| 1942 | "support": { |
| 1943 | "source": "https://github.com/symfony/polyfill-ctype/tree/v1.20.0" |
| 1944 | }, |
| 1945 | "funding": [ |
| 1946 | { |
| 1947 | "url": "https://symfony.com/sponsor", |
| 1948 | "type": "custom" |
| 1949 | }, |
| 1950 | { |
| 1951 | "url": "https://github.com/fabpot", |
| 1952 | "type": "github" |
| 1953 | }, |
| 1954 | { |
| 1955 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1956 | "type": "tidelift" |
| 1957 | } |
| 1958 | ], |
| 1959 | "install-path": "../symfony/polyfill-ctype" |
| 1960 | }, |
| 1961 | { |
| 1962 | "name": "symfony/polyfill-mbstring", |
| 1963 | "version": "v1.20.0", |
| 1964 | "version_normalized": "1.20.0.0", |
| 1965 | "source": { |
| 1966 | "type": "git", |
| 1967 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
| 1968 | "reference": "39d483bdf39be819deabf04ec872eb0b2410b531" |
| 1969 | }, |
| 1970 | "dist": { |
| 1971 | "type": "zip", |
| 1972 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531", |
| 1973 | "reference": "39d483bdf39be819deabf04ec872eb0b2410b531", |
| 1974 | "shasum": "" |
| 1975 | }, |
| 1976 | "require": { |
| 1977 | "php": ">=7.1" |
| 1978 | }, |
| 1979 | "suggest": { |
| 1980 | "ext-mbstring": "For best performance" |
| 1981 | }, |
| 1982 | "time": "2020-10-23T14:02:19+00:00", |
| 1983 | "type": "library", |
| 1984 | "extra": { |
| 1985 | "branch-alias": { |
| 1986 | "dev-main": "1.20-dev" |
| 1987 | }, |
| 1988 | "thanks": { |
| 1989 | "name": "symfony/polyfill", |
| 1990 | "url": "https://github.com/symfony/polyfill" |
| 1991 | } |
| 1992 | }, |
| 1993 | "installation-source": "dist", |
| 1994 | "autoload": { |
| 1995 | "psr-4": { |
| 1996 | "Symfony\\Polyfill\\Mbstring\\": "" |
| 1997 | }, |
| 1998 | "files": [ |
| 1999 | "bootstrap.php" |
| 2000 | ] |
| 2001 | }, |
| 2002 | "notification-url": "https://packagist.org/downloads/", |
| 2003 | "license": [ |
| 2004 | "MIT" |
| 2005 | ], |
| 2006 | "authors": [ |
| 2007 | { |
| 2008 | "name": "Nicolas Grekas", |
| 2009 | "email": "p@tchwork.com" |
| 2010 | }, |
| 2011 | { |
| 2012 | "name": "Symfony Community", |
| 2013 | "homepage": "https://symfony.com/contributors" |
| 2014 | } |
| 2015 | ], |
| 2016 | "description": "Symfony polyfill for the Mbstring extension", |
| 2017 | "homepage": "https://symfony.com", |
| 2018 | "keywords": [ |
| 2019 | "compatibility", |
| 2020 | "mbstring", |
| 2021 | "polyfill", |
| 2022 | "portable", |
| 2023 | "shim" |
| 2024 | ], |
| 2025 | "support": { |
| 2026 | "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.20.0" |
| 2027 | }, |
| 2028 | "funding": [ |
| 2029 | { |
| 2030 | "url": "https://symfony.com/sponsor", |
| 2031 | "type": "custom" |
| 2032 | }, |
| 2033 | { |
| 2034 | "url": "https://github.com/fabpot", |
| 2035 | "type": "github" |
| 2036 | }, |
| 2037 | { |
| 2038 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 2039 | "type": "tidelift" |
| 2040 | } |
| 2041 | ], |
| 2042 | "install-path": "../symfony/polyfill-mbstring" |
| 2043 | }, |
| 2044 | { |
| 2045 | "name": "szymach/c-pchart", |
| 2046 | "version": "v2.0.12", |
| 2047 | "version_normalized": "2.0.12.0", |
| 2048 | "source": { |
| 2049 | "type": "git", |
| 2050 | "url": "https://github.com/szymach/c-pchart.git", |
| 2051 | "reference": "f5fad68b303f65225db1a3d3f4bb58aea7a418b4" |
| 2052 | }, |
| 2053 | "dist": { |
| 2054 | "type": "zip", |
| 2055 | "url": "https://api.github.com/repos/szymach/c-pchart/zipball/f5fad68b303f65225db1a3d3f4bb58aea7a418b4", |
| 2056 | "reference": "f5fad68b303f65225db1a3d3f4bb58aea7a418b4", |
| 2057 | "shasum": "" |
| 2058 | }, |
| 2059 | "require": { |
| 2060 | "ext-gd": "*", |
| 2061 | "php": ">=5.4" |
| 2062 | }, |
| 2063 | "require-dev": { |
| 2064 | "codeception/codeception": "^2.3", |
| 2065 | "phpunit/phpunit": "^4.8|6.1", |
| 2066 | "squizlabs/php_codesniffer": "^2.8|3.0" |
| 2067 | }, |
| 2068 | "time": "2019-07-26T22:48:01+00:00", |
| 2069 | "type": "project", |
| 2070 | "extra": { |
| 2071 | "branch-alias": { |
| 2072 | "dev-master": "2.0.x-dev" |
| 2073 | } |
| 2074 | }, |
| 2075 | "installation-source": "dist", |
| 2076 | "autoload": { |
| 2077 | "psr-4": { |
| 2078 | "CpChart\\": "src/" |
| 2079 | }, |
| 2080 | "files": [ |
| 2081 | "src/Resources/data/constants.php" |
| 2082 | ] |
| 2083 | }, |
| 2084 | "notification-url": "https://packagist.org/downloads/", |
| 2085 | "license": [ |
| 2086 | "GPL-3.0-only" |
| 2087 | ], |
| 2088 | "authors": [ |
| 2089 | { |
| 2090 | "name": "Jean-Damien Pogolotti", |
| 2091 | "homepage": "http://www.pchart.net", |
| 2092 | "role": "Creator of the original pChart library" |
| 2093 | }, |
| 2094 | { |
| 2095 | "name": "Piotr Szymaszek", |
| 2096 | "homepage": "https://github.com/szymach", |
| 2097 | "role": "Developer of the CpChart wrapper package" |
| 2098 | } |
| 2099 | ], |
| 2100 | "description": "Port of \"pChart\" library into PHP 5", |
| 2101 | "homepage": "https://github.com/szymach/c-pchart", |
| 2102 | "keywords": [ |
| 2103 | "CpChart", |
| 2104 | "c-pChart", |
| 2105 | "charts", |
| 2106 | "pchart", |
| 2107 | "statistics" |
| 2108 | ], |
| 2109 | "support": { |
| 2110 | "issues": "https://github.com/szymach/c-pchart/issues", |
| 2111 | "source": "https://github.com/szymach/c-pchart/tree/2.0" |
| 2112 | }, |
| 2113 | "install-path": "../szymach/c-pchart" |
| 2114 | }, |
| 2115 | { |
| 2116 | "name": "tecnickcom/tcpdf", |
| 2117 | "version": "6.3.5", |
| 2118 | "version_normalized": "6.3.5.0", |
| 2119 | "source": { |
| 2120 | "type": "git", |
| 2121 | "url": "https://github.com/tecnickcom/TCPDF.git", |
| 2122 | "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549" |
| 2123 | }, |
| 2124 | "dist": { |
| 2125 | "type": "zip", |
| 2126 | "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549", |
| 2127 | "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549", |
| 2128 | "shasum": "" |
| 2129 | }, |
| 2130 | "require": { |
| 2131 | "php": ">=5.3.0" |
| 2132 | }, |
| 2133 | "time": "2020-02-14T14:20:12+00:00", |
| 2134 | "type": "library", |
| 2135 | "installation-source": "dist", |
| 2136 | "autoload": { |
| 2137 | "classmap": [ |
| 2138 | "config", |
| 2139 | "include", |
| 2140 | "tcpdf.php", |
| 2141 | "tcpdf_parser.php", |
| 2142 | "tcpdf_import.php", |
| 2143 | "tcpdf_barcodes_1d.php", |
| 2144 | "tcpdf_barcodes_2d.php", |
| 2145 | "include/tcpdf_colors.php", |
| 2146 | "include/tcpdf_filters.php", |
| 2147 | "include/tcpdf_font_data.php", |
| 2148 | "include/tcpdf_fonts.php", |
| 2149 | "include/tcpdf_images.php", |
| 2150 | "include/tcpdf_static.php", |
| 2151 | "include/barcodes/datamatrix.php", |
| 2152 | "include/barcodes/pdf417.php", |
| 2153 | "include/barcodes/qrcode.php" |
| 2154 | ] |
| 2155 | }, |
| 2156 | "notification-url": "https://packagist.org/downloads/", |
| 2157 | "license": [ |
| 2158 | "LGPL-3.0-only" |
| 2159 | ], |
| 2160 | "authors": [ |
| 2161 | { |
| 2162 | "name": "Nicola Asuni", |
| 2163 | "email": "info@tecnick.com", |
| 2164 | "role": "lead" |
| 2165 | } |
| 2166 | ], |
| 2167 | "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", |
| 2168 | "homepage": "http://www.tcpdf.org/", |
| 2169 | "keywords": [ |
| 2170 | "PDFD32000-2008", |
| 2171 | "TCPDF", |
| 2172 | "barcodes", |
| 2173 | "datamatrix", |
| 2174 | "pdf", |
| 2175 | "pdf417", |
| 2176 | "qrcode" |
| 2177 | ], |
| 2178 | "support": { |
| 2179 | "issues": "https://github.com/tecnickcom/TCPDF/issues", |
| 2180 | "source": "https://github.com/tecnickcom/TCPDF/tree/6.3.5" |
| 2181 | }, |
| 2182 | "install-path": "../tecnickcom/tcpdf" |
| 2183 | }, |
| 2184 | { |
| 2185 | "name": "tedivm/jshrink", |
| 2186 | "version": "dev-master", |
| 2187 | "version_normalized": "dev-master", |
| 2188 | "source": { |
| 2189 | "type": "git", |
| 2190 | "url": "https://github.com/tedious/JShrink.git", |
| 2191 | "reference": "aed09eace9d498e18d48a5b62a7e5a97dfc0e55d" |
| 2192 | }, |
| 2193 | "dist": { |
| 2194 | "type": "zip", |
| 2195 | "url": "https://api.github.com/repos/tedious/JShrink/zipball/aed09eace9d498e18d48a5b62a7e5a97dfc0e55d", |
| 2196 | "reference": "aed09eace9d498e18d48a5b62a7e5a97dfc0e55d", |
| 2197 | "shasum": "" |
| 2198 | }, |
| 2199 | "require": { |
| 2200 | "php": "^5.6|^7.0" |
| 2201 | }, |
| 2202 | "require-dev": { |
| 2203 | "friendsofphp/php-cs-fixer": "^2.8", |
| 2204 | "php-coveralls/php-coveralls": "^1.1.0", |
| 2205 | "phpunit/phpunit": "^6" |
| 2206 | }, |
| 2207 | "time": "2019-10-07T21:24:34+00:00", |
| 2208 | "default-branch": true, |
| 2209 | "type": "library", |
| 2210 | "installation-source": "source", |
| 2211 | "autoload": { |
| 2212 | "psr-0": { |
| 2213 | "JShrink": "src/" |
| 2214 | } |
| 2215 | }, |
| 2216 | "notification-url": "https://packagist.org/downloads/", |
| 2217 | "license": [ |
| 2218 | "BSD-3-Clause" |
| 2219 | ], |
| 2220 | "authors": [ |
| 2221 | { |
| 2222 | "name": "Robert Hafner", |
| 2223 | "email": "tedivm@tedivm.com" |
| 2224 | } |
| 2225 | ], |
| 2226 | "description": "Javascript Minifier built in PHP", |
| 2227 | "homepage": "http://github.com/tedious/JShrink", |
| 2228 | "keywords": [ |
| 2229 | "javascript", |
| 2230 | "minifier" |
| 2231 | ], |
| 2232 | "support": { |
| 2233 | "issues": "https://github.com/tedious/JShrink/issues", |
| 2234 | "source": "https://github.com/tedious/JShrink/tree/master" |
| 2235 | }, |
| 2236 | "funding": [ |
| 2237 | { |
| 2238 | "url": "https://tidelift.com/funding/github/packagist/tedivm/jshrink", |
| 2239 | "type": "tidelift" |
| 2240 | } |
| 2241 | ], |
| 2242 | "install-path": "../tedivm/jshrink" |
| 2243 | }, |
| 2244 | { |
| 2245 | "name": "twig/twig", |
| 2246 | "version": "v3.1.1", |
| 2247 | "version_normalized": "3.1.1.0", |
| 2248 | "source": { |
| 2249 | "type": "git", |
| 2250 | "url": "https://github.com/twigphp/Twig.git", |
| 2251 | "reference": "b02fa41f3783a2616eccef7b92fbc2343ffed737" |
| 2252 | }, |
| 2253 | "dist": { |
| 2254 | "type": "zip", |
| 2255 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/b02fa41f3783a2616eccef7b92fbc2343ffed737", |
| 2256 | "reference": "b02fa41f3783a2616eccef7b92fbc2343ffed737", |
| 2257 | "shasum": "" |
| 2258 | }, |
| 2259 | "require": { |
| 2260 | "php": ">=7.2.5", |
| 2261 | "symfony/polyfill-ctype": "^1.8", |
| 2262 | "symfony/polyfill-mbstring": "^1.3" |
| 2263 | }, |
| 2264 | "require-dev": { |
| 2265 | "psr/container": "^1.0", |
| 2266 | "symfony/phpunit-bridge": "^4.4.9|^5.0.9" |
| 2267 | }, |
| 2268 | "time": "2020-10-27T19:28:23+00:00", |
| 2269 | "type": "library", |
| 2270 | "extra": { |
| 2271 | "branch-alias": { |
| 2272 | "dev-master": "3.1-dev" |
| 2273 | } |
| 2274 | }, |
| 2275 | "installation-source": "dist", |
| 2276 | "autoload": { |
| 2277 | "psr-4": { |
| 2278 | "Twig\\": "src/" |
| 2279 | } |
| 2280 | }, |
| 2281 | "notification-url": "https://packagist.org/downloads/", |
| 2282 | "license": [ |
| 2283 | "BSD-3-Clause" |
| 2284 | ], |
| 2285 | "authors": [ |
| 2286 | { |
| 2287 | "name": "Fabien Potencier", |
| 2288 | "email": "fabien@symfony.com", |
| 2289 | "homepage": "http://fabien.potencier.org", |
| 2290 | "role": "Lead Developer" |
| 2291 | }, |
| 2292 | { |
| 2293 | "name": "Twig Team", |
| 2294 | "role": "Contributors" |
| 2295 | }, |
| 2296 | { |
| 2297 | "name": "Armin Ronacher", |
| 2298 | "email": "armin.ronacher@active-4.com", |
| 2299 | "role": "Project Founder" |
| 2300 | } |
| 2301 | ], |
| 2302 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
| 2303 | "homepage": "https://twig.symfony.com", |
| 2304 | "keywords": [ |
| 2305 | "templating" |
| 2306 | ], |
| 2307 | "support": { |
| 2308 | "issues": "https://github.com/twigphp/Twig/issues", |
| 2309 | "source": "https://github.com/twigphp/Twig/tree/v3.1.1" |
| 2310 | }, |
| 2311 | "funding": [ |
| 2312 | { |
| 2313 | "url": "https://github.com/fabpot", |
| 2314 | "type": "github" |
| 2315 | }, |
| 2316 | { |
| 2317 | "url": "https://tidelift.com/funding/github/packagist/twig/twig", |
| 2318 | "type": "tidelift" |
| 2319 | } |
| 2320 | ], |
| 2321 | "install-path": "../twig/twig" |
| 2322 | }, |
| 2323 | { |
| 2324 | "name": "wikimedia/less.php", |
| 2325 | "version": "v3.1.0", |
| 2326 | "version_normalized": "3.1.0.0", |
| 2327 | "source": { |
| 2328 | "type": "git", |
| 2329 | "url": "https://github.com/wikimedia/less.php.git", |
| 2330 | "reference": "a486d78b9bd16b72f237fc6093aa56d69ce8bd13" |
| 2331 | }, |
| 2332 | "dist": { |
| 2333 | "type": "zip", |
| 2334 | "url": "https://api.github.com/repos/wikimedia/less.php/zipball/a486d78b9bd16b72f237fc6093aa56d69ce8bd13", |
| 2335 | "reference": "a486d78b9bd16b72f237fc6093aa56d69ce8bd13", |
| 2336 | "shasum": "" |
| 2337 | }, |
| 2338 | "require": { |
| 2339 | "php": ">=7.2.9" |
| 2340 | }, |
| 2341 | "require-dev": { |
| 2342 | "mediawiki/mediawiki-codesniffer": "34.0.0", |
| 2343 | "mediawiki/minus-x": "1.0.0", |
| 2344 | "php-parallel-lint/php-console-highlighter": "0.5.0", |
| 2345 | "php-parallel-lint/php-parallel-lint": "1.2.0", |
| 2346 | "phpunit/phpunit": "^8.5" |
| 2347 | }, |
| 2348 | "time": "2020-12-11T19:33:31+00:00", |
| 2349 | "bin": [ |
| 2350 | "bin/lessc" |
| 2351 | ], |
| 2352 | "type": "library", |
| 2353 | "installation-source": "dist", |
| 2354 | "autoload": { |
| 2355 | "psr-0": { |
| 2356 | "Less": "lib/" |
| 2357 | }, |
| 2358 | "classmap": [ |
| 2359 | "lessc.inc.php" |
| 2360 | ] |
| 2361 | }, |
| 2362 | "notification-url": "https://packagist.org/downloads/", |
| 2363 | "license": [ |
| 2364 | "Apache-2.0" |
| 2365 | ], |
| 2366 | "authors": [ |
| 2367 | { |
| 2368 | "name": "Josh Schmidt", |
| 2369 | "homepage": "https://github.com/oyejorge" |
| 2370 | }, |
| 2371 | { |
| 2372 | "name": "Matt Agar", |
| 2373 | "homepage": "https://github.com/agar" |
| 2374 | }, |
| 2375 | { |
| 2376 | "name": "Martin Jantošovič", |
| 2377 | "homepage": "https://github.com/Mordred" |
| 2378 | } |
| 2379 | ], |
| 2380 | "description": "PHP port of the Javascript version of LESS http://lesscss.org (Originally maintained by Josh Schmidt)", |
| 2381 | "keywords": [ |
| 2382 | "css", |
| 2383 | "less", |
| 2384 | "less.js", |
| 2385 | "lesscss", |
| 2386 | "php", |
| 2387 | "stylesheet" |
| 2388 | ], |
| 2389 | "support": { |
| 2390 | "issues": "https://github.com/wikimedia/less.php/issues", |
| 2391 | "source": "https://github.com/wikimedia/less.php/tree/v3.1.0" |
| 2392 | }, |
| 2393 | "install-path": "../wikimedia/less.php" |
| 2394 | } |
| 2395 | ], |
| 2396 | "dev": false, |
| 2397 | "dev-package-names": [] |
| 2398 | } |
| 2399 |