| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "alledia/wordpress-plugin-framework", |
| 5 |
"version": "dev-master", |
| 6 |
"version_normalized": "dev-master", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/publishpress/WordPress-Plugin-Framework-Retired.git", |
| 10 |
"reference": "fd12a5e88adc16f802fcb25cc9116f3862de332a" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/publishpress/WordPress-Plugin-Framework-Retired/zipball/fd12a5e88adc16f802fcb25cc9116f3862de332a", |
| 15 |
"reference": "fd12a5e88adc16f802fcb25cc9116f3862de332a", |
| 16 |
"shasum": "" |
| 17 |
}, |
| 18 |
"require": { |
| 19 |
"php": ">=5.6", |
| 20 |
"pimple/pimple": "~3.0", |
| 21 |
"twig/twig": "~1.20" |
| 22 |
}, |
| 23 |
"time": "2020-10-15T19:33:11+00:00", |
| 24 |
"type": "library", |
| 25 |
"installation-source": "dist", |
| 26 |
"autoload": { |
| 27 |
"psr-4": { |
| 28 |
"Allex\\": "src/library" |
| 29 |
} |
| 30 |
}, |
| 31 |
"notification-url": "https://packagist.org/downloads/", |
| 32 |
"license": [ |
| 33 |
"GPL-2.0-or-later" |
| 34 |
], |
| 35 |
"authors": [ |
| 36 |
{ |
| 37 |
"name": "PublishPress", |
| 38 |
"email": "help@publishpress.com", |
| 39 |
"homepage": "https://publishpress.com" |
| 40 |
} |
| 41 |
], |
| 42 |
"description": "Alledia framework for creating WordPress plugins.", |
| 43 |
"keywords": [ |
| 44 |
"framework", |
| 45 |
"plugin", |
| 46 |
"wordpress" |
| 47 |
], |
| 48 |
"install-path": "../alledia/wordpress-plugin-framework" |
| 49 |
}, |
| 50 |
{ |
| 51 |
"name": "consolidation/annotated-command", |
| 52 |
"version": "2.12.2", |
| 53 |
"version_normalized": "2.12.2.0", |
| 54 |
"source": { |
| 55 |
"type": "git", |
| 56 |
"url": "https://github.com/consolidation/annotated-command.git", |
| 57 |
"reference": "2472a23610cba1d86dcb783a81a21259473b059e" |
| 58 |
}, |
| 59 |
"dist": { |
| 60 |
"type": "zip", |
| 61 |
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/2472a23610cba1d86dcb783a81a21259473b059e", |
| 62 |
"reference": "2472a23610cba1d86dcb783a81a21259473b059e", |
| 63 |
"shasum": "" |
| 64 |
}, |
| 65 |
"require": { |
| 66 |
"consolidation/output-formatters": "^3.5.1", |
| 67 |
"php": ">=5.4.5", |
| 68 |
"psr/log": "^1", |
| 69 |
"symfony/console": "^2.8|^3|^4", |
| 70 |
"symfony/event-dispatcher": "^2.5|^3|^4", |
| 71 |
"symfony/finder": "^2.5|^3|^4|^5" |
| 72 |
}, |
| 73 |
"require-dev": { |
| 74 |
"g1a/composer-test-scenarios": "^3", |
| 75 |
"php-coveralls/php-coveralls": "^1", |
| 76 |
"phpunit/phpunit": "^6", |
| 77 |
"squizlabs/php_codesniffer": "^2.7" |
| 78 |
}, |
| 79 |
"time": "2022-01-03T00:23:44+00:00", |
| 80 |
"type": "library", |
| 81 |
"extra": { |
| 82 |
"scenarios": { |
| 83 |
"finder5": { |
| 84 |
"require": { |
| 85 |
"symfony/finder": "^5" |
| 86 |
}, |
| 87 |
"config": { |
| 88 |
"platform": { |
| 89 |
"php": "7.2.5" |
| 90 |
} |
| 91 |
} |
| 92 |
}, |
| 93 |
"symfony4": { |
| 94 |
"require": { |
| 95 |
"symfony/console": "^4.0" |
| 96 |
}, |
| 97 |
"config": { |
| 98 |
"platform": { |
| 99 |
"php": "7.1.3" |
| 100 |
} |
| 101 |
} |
| 102 |
}, |
| 103 |
"symfony2": { |
| 104 |
"require": { |
| 105 |
"symfony/console": "^2.8" |
| 106 |
}, |
| 107 |
"require-dev": { |
| 108 |
"phpunit/phpunit": "^4.8.36" |
| 109 |
}, |
| 110 |
"remove": [ |
| 111 |
"php-coveralls/php-coveralls" |
| 112 |
], |
| 113 |
"config": { |
| 114 |
"platform": { |
| 115 |
"php": "5.4.8" |
| 116 |
} |
| 117 |
}, |
| 118 |
"scenario-options": { |
| 119 |
"create-lockfile": "false" |
| 120 |
} |
| 121 |
}, |
| 122 |
"phpunit4": { |
| 123 |
"require-dev": { |
| 124 |
"phpunit/phpunit": "^4.8.36" |
| 125 |
}, |
| 126 |
"remove": [ |
| 127 |
"php-coveralls/php-coveralls" |
| 128 |
], |
| 129 |
"config": { |
| 130 |
"platform": { |
| 131 |
"php": "5.4.8" |
| 132 |
} |
| 133 |
} |
| 134 |
} |
| 135 |
}, |
| 136 |
"branch-alias": { |
| 137 |
"dev-master": "2.x-dev" |
| 138 |
} |
| 139 |
}, |
| 140 |
"installation-source": "dist", |
| 141 |
"autoload": { |
| 142 |
"psr-4": { |
| 143 |
"Consolidation\\AnnotatedCommand\\": "src" |
| 144 |
} |
| 145 |
}, |
| 146 |
"notification-url": "https://packagist.org/downloads/", |
| 147 |
"license": [ |
| 148 |
"MIT" |
| 149 |
], |
| 150 |
"authors": [ |
| 151 |
{ |
| 152 |
"name": "Greg Anderson", |
| 153 |
"email": "greg.1.anderson@greenknowe.org" |
| 154 |
} |
| 155 |
], |
| 156 |
"description": "Initialize Symfony Console commands from annotated command class methods.", |
| 157 |
"support": { |
| 158 |
"issues": "https://github.com/consolidation/annotated-command/issues", |
| 159 |
"source": "https://github.com/consolidation/annotated-command/tree/2.12.2" |
| 160 |
}, |
| 161 |
"install-path": "../consolidation/annotated-command" |
| 162 |
}, |
| 163 |
{ |
| 164 |
"name": "consolidation/config", |
| 165 |
"version": "1.2.1", |
| 166 |
"version_normalized": "1.2.1.0", |
| 167 |
"source": { |
| 168 |
"type": "git", |
| 169 |
"url": "https://github.com/consolidation/config.git", |
| 170 |
"reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1" |
| 171 |
}, |
| 172 |
"dist": { |
| 173 |
"type": "zip", |
| 174 |
"url": "https://api.github.com/repos/consolidation/config/zipball/cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1", |
| 175 |
"reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1", |
| 176 |
"shasum": "" |
| 177 |
}, |
| 178 |
"require": { |
| 179 |
"dflydev/dot-access-data": "^1.1.0", |
| 180 |
"grasmash/expander": "^1", |
| 181 |
"php": ">=5.4.0" |
| 182 |
}, |
| 183 |
"require-dev": { |
| 184 |
"g1a/composer-test-scenarios": "^3", |
| 185 |
"php-coveralls/php-coveralls": "^1", |
| 186 |
"phpunit/phpunit": "^5", |
| 187 |
"squizlabs/php_codesniffer": "2.*", |
| 188 |
"symfony/console": "^2.5|^3|^4", |
| 189 |
"symfony/yaml": "^2.8.11|^3|^4" |
| 190 |
}, |
| 191 |
"suggest": { |
| 192 |
"symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader" |
| 193 |
}, |
| 194 |
"time": "2019-03-03T19:37:04+00:00", |
| 195 |
"type": "library", |
| 196 |
"extra": { |
| 197 |
"scenarios": { |
| 198 |
"symfony4": { |
| 199 |
"require-dev": { |
| 200 |
"symfony/console": "^4.0" |
| 201 |
}, |
| 202 |
"config": { |
| 203 |
"platform": { |
| 204 |
"php": "7.1.3" |
| 205 |
} |
| 206 |
} |
| 207 |
}, |
| 208 |
"symfony2": { |
| 209 |
"require-dev": { |
| 210 |
"symfony/console": "^2.8", |
| 211 |
"symfony/event-dispatcher": "^2.8", |
| 212 |
"phpunit/phpunit": "^4.8.36" |
| 213 |
}, |
| 214 |
"remove": [ |
| 215 |
"php-coveralls/php-coveralls" |
| 216 |
], |
| 217 |
"config": { |
| 218 |
"platform": { |
| 219 |
"php": "5.4.8" |
| 220 |
} |
| 221 |
} |
| 222 |
} |
| 223 |
}, |
| 224 |
"branch-alias": { |
| 225 |
"dev-master": "1.x-dev" |
| 226 |
} |
| 227 |
}, |
| 228 |
"installation-source": "dist", |
| 229 |
"autoload": { |
| 230 |
"psr-4": { |
| 231 |
"Consolidation\\Config\\": "src" |
| 232 |
} |
| 233 |
}, |
| 234 |
"notification-url": "https://packagist.org/downloads/", |
| 235 |
"license": [ |
| 236 |
"MIT" |
| 237 |
], |
| 238 |
"authors": [ |
| 239 |
{ |
| 240 |
"name": "Greg Anderson", |
| 241 |
"email": "greg.1.anderson@greenknowe.org" |
| 242 |
} |
| 243 |
], |
| 244 |
"description": "Provide configuration services for a commandline tool.", |
| 245 |
"support": { |
| 246 |
"issues": "https://github.com/consolidation/config/issues", |
| 247 |
"source": "https://github.com/consolidation/config/tree/master" |
| 248 |
}, |
| 249 |
"install-path": "../consolidation/config" |
| 250 |
}, |
| 251 |
{ |
| 252 |
"name": "consolidation/log", |
| 253 |
"version": "1.1.1", |
| 254 |
"version_normalized": "1.1.1.0", |
| 255 |
"source": { |
| 256 |
"type": "git", |
| 257 |
"url": "https://github.com/consolidation/log.git", |
| 258 |
"reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a" |
| 259 |
}, |
| 260 |
"dist": { |
| 261 |
"type": "zip", |
| 262 |
"url": "https://api.github.com/repos/consolidation/log/zipball/b2e887325ee90abc96b0a8b7b474cd9e7c896e3a", |
| 263 |
"reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a", |
| 264 |
"shasum": "" |
| 265 |
}, |
| 266 |
"require": { |
| 267 |
"php": ">=5.4.5", |
| 268 |
"psr/log": "^1.0", |
| 269 |
"symfony/console": "^2.8|^3|^4" |
| 270 |
}, |
| 271 |
"require-dev": { |
| 272 |
"g1a/composer-test-scenarios": "^3", |
| 273 |
"php-coveralls/php-coveralls": "^1", |
| 274 |
"phpunit/phpunit": "^6", |
| 275 |
"squizlabs/php_codesniffer": "^2" |
| 276 |
}, |
| 277 |
"time": "2019-01-01T17:30:51+00:00", |
| 278 |
"type": "library", |
| 279 |
"extra": { |
| 280 |
"scenarios": { |
| 281 |
"symfony4": { |
| 282 |
"require": { |
| 283 |
"symfony/console": "^4.0" |
| 284 |
}, |
| 285 |
"config": { |
| 286 |
"platform": { |
| 287 |
"php": "7.1.3" |
| 288 |
} |
| 289 |
} |
| 290 |
}, |
| 291 |
"symfony2": { |
| 292 |
"require": { |
| 293 |
"symfony/console": "^2.8" |
| 294 |
}, |
| 295 |
"require-dev": { |
| 296 |
"phpunit/phpunit": "^4.8.36" |
| 297 |
}, |
| 298 |
"remove": [ |
| 299 |
"php-coveralls/php-coveralls" |
| 300 |
], |
| 301 |
"config": { |
| 302 |
"platform": { |
| 303 |
"php": "5.4.8" |
| 304 |
} |
| 305 |
} |
| 306 |
}, |
| 307 |
"phpunit4": { |
| 308 |
"require-dev": { |
| 309 |
"phpunit/phpunit": "^4.8.36" |
| 310 |
}, |
| 311 |
"remove": [ |
| 312 |
"php-coveralls/php-coveralls" |
| 313 |
], |
| 314 |
"config": { |
| 315 |
"platform": { |
| 316 |
"php": "5.4.8" |
| 317 |
} |
| 318 |
} |
| 319 |
} |
| 320 |
}, |
| 321 |
"branch-alias": { |
| 322 |
"dev-master": "1.x-dev" |
| 323 |
} |
| 324 |
}, |
| 325 |
"installation-source": "dist", |
| 326 |
"autoload": { |
| 327 |
"psr-4": { |
| 328 |
"Consolidation\\Log\\": "src" |
| 329 |
} |
| 330 |
}, |
| 331 |
"notification-url": "https://packagist.org/downloads/", |
| 332 |
"license": [ |
| 333 |
"MIT" |
| 334 |
], |
| 335 |
"authors": [ |
| 336 |
{ |
| 337 |
"name": "Greg Anderson", |
| 338 |
"email": "greg.1.anderson@greenknowe.org" |
| 339 |
} |
| 340 |
], |
| 341 |
"description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.", |
| 342 |
"support": { |
| 343 |
"issues": "https://github.com/consolidation/log/issues", |
| 344 |
"source": "https://github.com/consolidation/log/tree/master" |
| 345 |
}, |
| 346 |
"install-path": "../consolidation/log" |
| 347 |
}, |
| 348 |
{ |
| 349 |
"name": "consolidation/output-formatters", |
| 350 |
"version": "3.5.1", |
| 351 |
"version_normalized": "3.5.1.0", |
| 352 |
"source": { |
| 353 |
"type": "git", |
| 354 |
"url": "https://github.com/consolidation/output-formatters.git", |
| 355 |
"reference": "0d38f13051ef05c223a2bb8e962d668e24785196" |
| 356 |
}, |
| 357 |
"dist": { |
| 358 |
"type": "zip", |
| 359 |
"url": "https://api.github.com/repos/consolidation/output-formatters/zipball/0d38f13051ef05c223a2bb8e962d668e24785196", |
| 360 |
"reference": "0d38f13051ef05c223a2bb8e962d668e24785196", |
| 361 |
"shasum": "" |
| 362 |
}, |
| 363 |
"require": { |
| 364 |
"dflydev/dot-access-data": "^1.1.0", |
| 365 |
"php": ">=5.4.0", |
| 366 |
"symfony/console": "^2.8|^3|^4", |
| 367 |
"symfony/finder": "^2.5|^3|^4|^5" |
| 368 |
}, |
| 369 |
"require-dev": { |
| 370 |
"g1a/composer-test-scenarios": "^3", |
| 371 |
"php-coveralls/php-coveralls": "^1", |
| 372 |
"phpunit/phpunit": "^5.7.27", |
| 373 |
"squizlabs/php_codesniffer": "^2.7", |
| 374 |
"symfony/var-dumper": "^2.8|^3|^4", |
| 375 |
"victorjonsson/markdowndocs": "^1.3" |
| 376 |
}, |
| 377 |
"suggest": { |
| 378 |
"symfony/var-dumper": "For using the var_dump formatter" |
| 379 |
}, |
| 380 |
"time": "2020-10-11T04:15:32+00:00", |
| 381 |
"type": "library", |
| 382 |
"extra": { |
| 383 |
"scenarios": { |
| 384 |
"finder5": { |
| 385 |
"require": { |
| 386 |
"symfony/finder": "^5" |
| 387 |
}, |
| 388 |
"config": { |
| 389 |
"platform": { |
| 390 |
"php": "7.2.5" |
| 391 |
} |
| 392 |
} |
| 393 |
}, |
| 394 |
"symfony4": { |
| 395 |
"require": { |
| 396 |
"symfony/console": "^4.0" |
| 397 |
}, |
| 398 |
"require-dev": { |
| 399 |
"phpunit/phpunit": "^6" |
| 400 |
}, |
| 401 |
"config": { |
| 402 |
"platform": { |
| 403 |
"php": "7.1.3" |
| 404 |
} |
| 405 |
} |
| 406 |
}, |
| 407 |
"symfony3": { |
| 408 |
"require": { |
| 409 |
"symfony/console": "^3.4", |
| 410 |
"symfony/finder": "^3.4", |
| 411 |
"symfony/var-dumper": "^3.4" |
| 412 |
}, |
| 413 |
"config": { |
| 414 |
"platform": { |
| 415 |
"php": "5.6.32" |
| 416 |
} |
| 417 |
} |
| 418 |
}, |
| 419 |
"symfony2": { |
| 420 |
"require": { |
| 421 |
"symfony/console": "^2.8" |
| 422 |
}, |
| 423 |
"require-dev": { |
| 424 |
"phpunit/phpunit": "^4.8.36" |
| 425 |
}, |
| 426 |
"remove": [ |
| 427 |
"php-coveralls/php-coveralls" |
| 428 |
], |
| 429 |
"config": { |
| 430 |
"platform": { |
| 431 |
"php": "5.4.8" |
| 432 |
} |
| 433 |
}, |
| 434 |
"scenario-options": { |
| 435 |
"create-lockfile": "false" |
| 436 |
} |
| 437 |
} |
| 438 |
}, |
| 439 |
"branch-alias": { |
| 440 |
"dev-master": "3.x-dev" |
| 441 |
} |
| 442 |
}, |
| 443 |
"installation-source": "dist", |
| 444 |
"autoload": { |
| 445 |
"psr-4": { |
| 446 |
"Consolidation\\OutputFormatters\\": "src" |
| 447 |
} |
| 448 |
}, |
| 449 |
"notification-url": "https://packagist.org/downloads/", |
| 450 |
"license": [ |
| 451 |
"MIT" |
| 452 |
], |
| 453 |
"authors": [ |
| 454 |
{ |
| 455 |
"name": "Greg Anderson", |
| 456 |
"email": "greg.1.anderson@greenknowe.org" |
| 457 |
} |
| 458 |
], |
| 459 |
"description": "Format text by applying transformations provided by plug-in formatters.", |
| 460 |
"support": { |
| 461 |
"issues": "https://github.com/consolidation/output-formatters/issues", |
| 462 |
"source": "https://github.com/consolidation/output-formatters/tree/3.5.1" |
| 463 |
}, |
| 464 |
"install-path": "../consolidation/output-formatters" |
| 465 |
}, |
| 466 |
{ |
| 467 |
"name": "consolidation/robo", |
| 468 |
"version": "2.0.0-alpha1", |
| 469 |
"version_normalized": "2.0.0.0-alpha1", |
| 470 |
"source": { |
| 471 |
"type": "git", |
| 472 |
"url": "https://github.com/consolidation/Robo.git", |
| 473 |
"reference": "9877c6e327696d11317a156fd13453f12c6e8b4d" |
| 474 |
}, |
| 475 |
"dist": { |
| 476 |
"type": "zip", |
| 477 |
"url": "https://api.github.com/repos/consolidation/Robo/zipball/9877c6e327696d11317a156fd13453f12c6e8b4d", |
| 478 |
"reference": "9877c6e327696d11317a156fd13453f12c6e8b4d", |
| 479 |
"shasum": "" |
| 480 |
}, |
| 481 |
"require": { |
| 482 |
"consolidation/annotated-command": "^2.11.0", |
| 483 |
"consolidation/config": "^1.0.10", |
| 484 |
"consolidation/log": "^1.1.1", |
| 485 |
"consolidation/output-formatters": "^3.1.13", |
| 486 |
"consolidation/self-update": "^1", |
| 487 |
"grasmash/yaml-expander": "^1.3", |
| 488 |
"league/container": "^2.2", |
| 489 |
"php": ">=5.5.0", |
| 490 |
"symfony/console": "^2.8|^3|^4", |
| 491 |
"symfony/event-dispatcher": "^2.5|^3|^4", |
| 492 |
"symfony/filesystem": "^2.5|^3|^4", |
| 493 |
"symfony/finder": "^2.5|^3|^4", |
| 494 |
"symfony/process": "^2.5|^3|^4" |
| 495 |
}, |
| 496 |
"replace": { |
| 497 |
"codegyre/robo": "< 1.0" |
| 498 |
}, |
| 499 |
"require-dev": { |
| 500 |
"codeception/aspect-mock": "^1|^2.1.1", |
| 501 |
"codeception/base": "^2.3.7", |
| 502 |
"codeception/verify": "^0.3.2", |
| 503 |
"g1a/composer-test-scenarios": "^3", |
| 504 |
"goaop/framework": "~2.1.2", |
| 505 |
"goaop/parser-reflection": "^1.1.0", |
| 506 |
"natxet/cssmin": "3.0.4", |
| 507 |
"nikic/php-parser": "^3.1.5", |
| 508 |
"patchwork/jsqueeze": "~2", |
| 509 |
"pear/archive_tar": "^1.4.2", |
| 510 |
"php-coveralls/php-coveralls": "^1", |
| 511 |
"phpunit/php-code-coverage": "~2|~4", |
| 512 |
"squizlabs/php_codesniffer": "^2.8" |
| 513 |
}, |
| 514 |
"suggest": { |
| 515 |
"henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch", |
| 516 |
"natxet/CssMin": "For minifying CSS files in taskMinify", |
| 517 |
"patchwork/jsqueeze": "For minifying JS files in taskMinify", |
| 518 |
"pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively." |
| 519 |
}, |
| 520 |
"time": "2019-01-02T00:19:46+00:00", |
| 521 |
"bin": [ |
| 522 |
"robo" |
| 523 |
], |
| 524 |
"type": "library", |
| 525 |
"extra": { |
| 526 |
"scenarios": { |
| 527 |
"symfony4": { |
| 528 |
"require": { |
| 529 |
"symfony/console": "^4" |
| 530 |
}, |
| 531 |
"config": { |
| 532 |
"platform": { |
| 533 |
"php": "7.1.3" |
| 534 |
} |
| 535 |
} |
| 536 |
}, |
| 537 |
"symfony2": { |
| 538 |
"require": { |
| 539 |
"symfony/console": "^2.8" |
| 540 |
}, |
| 541 |
"remove": [ |
| 542 |
"goaop/framework" |
| 543 |
], |
| 544 |
"config": { |
| 545 |
"platform": { |
| 546 |
"php": "5.5.9" |
| 547 |
} |
| 548 |
}, |
| 549 |
"scenario-options": { |
| 550 |
"create-lockfile": "false" |
| 551 |
} |
| 552 |
} |
| 553 |
}, |
| 554 |
"branch-alias": { |
| 555 |
"dev-master": "2.x-dev" |
| 556 |
} |
| 557 |
}, |
| 558 |
"installation-source": "dist", |
| 559 |
"autoload": { |
| 560 |
"psr-4": { |
| 561 |
"Robo\\": "src" |
| 562 |
} |
| 563 |
}, |
| 564 |
"notification-url": "https://packagist.org/downloads/", |
| 565 |
"license": [ |
| 566 |
"MIT" |
| 567 |
], |
| 568 |
"authors": [ |
| 569 |
{ |
| 570 |
"name": "Davert", |
| 571 |
"email": "davert.php@resend.cc" |
| 572 |
} |
| 573 |
], |
| 574 |
"description": "Modern task runner", |
| 575 |
"support": { |
| 576 |
"issues": "https://github.com/consolidation/Robo/issues", |
| 577 |
"source": "https://github.com/consolidation/Robo/tree/2.0.0-alpha1" |
| 578 |
}, |
| 579 |
"install-path": "../consolidation/robo" |
| 580 |
}, |
| 581 |
{ |
| 582 |
"name": "consolidation/self-update", |
| 583 |
"version": "1.2.0", |
| 584 |
"version_normalized": "1.2.0.0", |
| 585 |
"source": { |
| 586 |
"type": "git", |
| 587 |
"url": "https://github.com/consolidation/self-update.git", |
| 588 |
"reference": "dba6b2c0708f20fa3ba8008a2353b637578849b4" |
| 589 |
}, |
| 590 |
"dist": { |
| 591 |
"type": "zip", |
| 592 |
"url": "https://api.github.com/repos/consolidation/self-update/zipball/dba6b2c0708f20fa3ba8008a2353b637578849b4", |
| 593 |
"reference": "dba6b2c0708f20fa3ba8008a2353b637578849b4", |
| 594 |
"shasum": "" |
| 595 |
}, |
| 596 |
"require": { |
| 597 |
"php": ">=5.5.0", |
| 598 |
"symfony/console": "^2.8|^3|^4|^5", |
| 599 |
"symfony/filesystem": "^2.5|^3|^4|^5" |
| 600 |
}, |
| 601 |
"time": "2020-04-13T02:49:20+00:00", |
| 602 |
"bin": [ |
| 603 |
"scripts/release" |
| 604 |
], |
| 605 |
"type": "library", |
| 606 |
"extra": { |
| 607 |
"branch-alias": { |
| 608 |
"dev-master": "1.x-dev" |
| 609 |
} |
| 610 |
}, |
| 611 |
"installation-source": "dist", |
| 612 |
"autoload": { |
| 613 |
"psr-4": { |
| 614 |
"SelfUpdate\\": "src" |
| 615 |
} |
| 616 |
}, |
| 617 |
"notification-url": "https://packagist.org/downloads/", |
| 618 |
"license": [ |
| 619 |
"MIT" |
| 620 |
], |
| 621 |
"authors": [ |
| 622 |
{ |
| 623 |
"name": "Alexander Menk", |
| 624 |
"email": "menk@mestrona.net" |
| 625 |
}, |
| 626 |
{ |
| 627 |
"name": "Greg Anderson", |
| 628 |
"email": "greg.1.anderson@greenknowe.org" |
| 629 |
} |
| 630 |
], |
| 631 |
"description": "Provides a self:update command for Symfony Console applications.", |
| 632 |
"support": { |
| 633 |
"issues": "https://github.com/consolidation/self-update/issues", |
| 634 |
"source": "https://github.com/consolidation/self-update/tree/1.2.0" |
| 635 |
}, |
| 636 |
"install-path": "../consolidation/self-update" |
| 637 |
}, |
| 638 |
{ |
| 639 |
"name": "container-interop/container-interop", |
| 640 |
"version": "1.2.0", |
| 641 |
"version_normalized": "1.2.0.0", |
| 642 |
"source": { |
| 643 |
"type": "git", |
| 644 |
"url": "https://github.com/container-interop/container-interop.git", |
| 645 |
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" |
| 646 |
}, |
| 647 |
"dist": { |
| 648 |
"type": "zip", |
| 649 |
"url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", |
| 650 |
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", |
| 651 |
"shasum": "" |
| 652 |
}, |
| 653 |
"require": { |
| 654 |
"psr/container": "^1.0" |
| 655 |
}, |
| 656 |
"time": "2017-02-14T19:40:03+00:00", |
| 657 |
"type": "library", |
| 658 |
"installation-source": "dist", |
| 659 |
"autoload": { |
| 660 |
"psr-4": { |
| 661 |
"Interop\\Container\\": "src/Interop/Container/" |
| 662 |
} |
| 663 |
}, |
| 664 |
"notification-url": "https://packagist.org/downloads/", |
| 665 |
"license": [ |
| 666 |
"MIT" |
| 667 |
], |
| 668 |
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)", |
| 669 |
"homepage": "https://github.com/container-interop/container-interop", |
| 670 |
"support": { |
| 671 |
"issues": "https://github.com/container-interop/container-interop/issues", |
| 672 |
"source": "https://github.com/container-interop/container-interop/tree/master" |
| 673 |
}, |
| 674 |
"abandoned": "psr/container", |
| 675 |
"install-path": "../container-interop/container-interop" |
| 676 |
}, |
| 677 |
{ |
| 678 |
"name": "dflydev/dot-access-data", |
| 679 |
"version": "v1.1.0", |
| 680 |
"version_normalized": "1.1.0.0", |
| 681 |
"source": { |
| 682 |
"type": "git", |
| 683 |
"url": "https://github.com/dflydev/dflydev-dot-access-data.git", |
| 684 |
"reference": "3fbd874921ab2c041e899d044585a2ab9795df8a" |
| 685 |
}, |
| 686 |
"dist": { |
| 687 |
"type": "zip", |
| 688 |
"url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a", |
| 689 |
"reference": "3fbd874921ab2c041e899d044585a2ab9795df8a", |
| 690 |
"shasum": "" |
| 691 |
}, |
| 692 |
"require": { |
| 693 |
"php": ">=5.3.2" |
| 694 |
}, |
| 695 |
"time": "2017-01-20T21:14:22+00:00", |
| 696 |
"type": "library", |
| 697 |
"extra": { |
| 698 |
"branch-alias": { |
| 699 |
"dev-master": "1.0-dev" |
| 700 |
} |
| 701 |
}, |
| 702 |
"installation-source": "dist", |
| 703 |
"autoload": { |
| 704 |
"psr-0": { |
| 705 |
"Dflydev\\DotAccessData": "src" |
| 706 |
} |
| 707 |
}, |
| 708 |
"notification-url": "https://packagist.org/downloads/", |
| 709 |
"license": [ |
| 710 |
"MIT" |
| 711 |
], |
| 712 |
"authors": [ |
| 713 |
{ |
| 714 |
"name": "Dragonfly Development Inc.", |
| 715 |
"email": "info@dflydev.com", |
| 716 |
"homepage": "http://dflydev.com" |
| 717 |
}, |
| 718 |
{ |
| 719 |
"name": "Beau Simensen", |
| 720 |
"email": "beau@dflydev.com", |
| 721 |
"homepage": "http://beausimensen.com" |
| 722 |
}, |
| 723 |
{ |
| 724 |
"name": "Carlos Frutos", |
| 725 |
"email": "carlos@kiwing.it", |
| 726 |
"homepage": "https://github.com/cfrutos" |
| 727 |
} |
| 728 |
], |
| 729 |
"description": "Given a deep data structure, access data by dot notation.", |
| 730 |
"homepage": "https://github.com/dflydev/dflydev-dot-access-data", |
| 731 |
"keywords": [ |
| 732 |
"access", |
| 733 |
"data", |
| 734 |
"dot", |
| 735 |
"notation" |
| 736 |
], |
| 737 |
"support": { |
| 738 |
"issues": "https://github.com/dflydev/dflydev-dot-access-data/issues", |
| 739 |
"source": "https://github.com/dflydev/dflydev-dot-access-data/tree/master" |
| 740 |
}, |
| 741 |
"install-path": "../dflydev/dot-access-data" |
| 742 |
}, |
| 743 |
{ |
| 744 |
"name": "grasmash/expander", |
| 745 |
"version": "1.0.0", |
| 746 |
"version_normalized": "1.0.0.0", |
| 747 |
"source": { |
| 748 |
"type": "git", |
| 749 |
"url": "https://github.com/grasmash/expander.git", |
| 750 |
"reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f" |
| 751 |
}, |
| 752 |
"dist": { |
| 753 |
"type": "zip", |
| 754 |
"url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f", |
| 755 |
"reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f", |
| 756 |
"shasum": "" |
| 757 |
}, |
| 758 |
"require": { |
| 759 |
"dflydev/dot-access-data": "^1.1.0", |
| 760 |
"php": ">=5.4" |
| 761 |
}, |
| 762 |
"require-dev": { |
| 763 |
"greg-1-anderson/composer-test-scenarios": "^1", |
| 764 |
"phpunit/phpunit": "^4|^5.5.4", |
| 765 |
"satooshi/php-coveralls": "^1.0.2|dev-master", |
| 766 |
"squizlabs/php_codesniffer": "^2.7" |
| 767 |
}, |
| 768 |
"time": "2017-12-21T22:14:55+00:00", |
| 769 |
"type": "library", |
| 770 |
"extra": { |
| 771 |
"branch-alias": { |
| 772 |
"dev-master": "1.x-dev" |
| 773 |
} |
| 774 |
}, |
| 775 |
"installation-source": "dist", |
| 776 |
"autoload": { |
| 777 |
"psr-4": { |
| 778 |
"Grasmash\\Expander\\": "src/" |
| 779 |
} |
| 780 |
}, |
| 781 |
"notification-url": "https://packagist.org/downloads/", |
| 782 |
"license": [ |
| 783 |
"MIT" |
| 784 |
], |
| 785 |
"authors": [ |
| 786 |
{ |
| 787 |
"name": "Matthew Grasmick" |
| 788 |
} |
| 789 |
], |
| 790 |
"description": "Expands internal property references in PHP arrays file.", |
| 791 |
"support": { |
| 792 |
"issues": "https://github.com/grasmash/expander/issues", |
| 793 |
"source": "https://github.com/grasmash/expander/tree/master" |
| 794 |
}, |
| 795 |
"install-path": "../grasmash/expander" |
| 796 |
}, |
| 797 |
{ |
| 798 |
"name": "grasmash/yaml-expander", |
| 799 |
"version": "1.4.0", |
| 800 |
"version_normalized": "1.4.0.0", |
| 801 |
"source": { |
| 802 |
"type": "git", |
| 803 |
"url": "https://github.com/grasmash/yaml-expander.git", |
| 804 |
"reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1" |
| 805 |
}, |
| 806 |
"dist": { |
| 807 |
"type": "zip", |
| 808 |
"url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1", |
| 809 |
"reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1", |
| 810 |
"shasum": "" |
| 811 |
}, |
| 812 |
"require": { |
| 813 |
"dflydev/dot-access-data": "^1.1.0", |
| 814 |
"php": ">=5.4", |
| 815 |
"symfony/yaml": "^2.8.11|^3|^4" |
| 816 |
}, |
| 817 |
"require-dev": { |
| 818 |
"greg-1-anderson/composer-test-scenarios": "^1", |
| 819 |
"phpunit/phpunit": "^4.8|^5.5.4", |
| 820 |
"satooshi/php-coveralls": "^1.0.2|dev-master", |
| 821 |
"squizlabs/php_codesniffer": "^2.7" |
| 822 |
}, |
| 823 |
"time": "2017-12-16T16:06:03+00:00", |
| 824 |
"type": "library", |
| 825 |
"extra": { |
| 826 |
"branch-alias": { |
| 827 |
"dev-master": "1.x-dev" |
| 828 |
} |
| 829 |
}, |
| 830 |
"installation-source": "dist", |
| 831 |
"autoload": { |
| 832 |
"psr-4": { |
| 833 |
"Grasmash\\YamlExpander\\": "src/" |
| 834 |
} |
| 835 |
}, |
| 836 |
"notification-url": "https://packagist.org/downloads/", |
| 837 |
"license": [ |
| 838 |
"MIT" |
| 839 |
], |
| 840 |
"authors": [ |
| 841 |
{ |
| 842 |
"name": "Matthew Grasmick" |
| 843 |
} |
| 844 |
], |
| 845 |
"description": "Expands internal property references in a yaml file.", |
| 846 |
"support": { |
| 847 |
"issues": "https://github.com/grasmash/yaml-expander/issues", |
| 848 |
"source": "https://github.com/grasmash/yaml-expander/tree/master" |
| 849 |
}, |
| 850 |
"install-path": "../grasmash/yaml-expander" |
| 851 |
}, |
| 852 |
{ |
| 853 |
"name": "league/container", |
| 854 |
"version": "2.5.0", |
| 855 |
"version_normalized": "2.5.0.0", |
| 856 |
"source": { |
| 857 |
"type": "git", |
| 858 |
"url": "https://github.com/thephpleague/container.git", |
| 859 |
"reference": "8438dc47a0674e3378bcce893a0a04d79a2c22b3" |
| 860 |
}, |
| 861 |
"dist": { |
| 862 |
"type": "zip", |
| 863 |
"url": "https://api.github.com/repos/thephpleague/container/zipball/8438dc47a0674e3378bcce893a0a04d79a2c22b3", |
| 864 |
"reference": "8438dc47a0674e3378bcce893a0a04d79a2c22b3", |
| 865 |
"shasum": "" |
| 866 |
}, |
| 867 |
"require": { |
| 868 |
"container-interop/container-interop": "^1.2", |
| 869 |
"php": "^5.4 || ^7.0 || ^8.0" |
| 870 |
}, |
| 871 |
"provide": { |
| 872 |
"container-interop/container-interop-implementation": "^1.2", |
| 873 |
"psr/container-implementation": "^1.0" |
| 874 |
}, |
| 875 |
"replace": { |
| 876 |
"orno/di": "~2.0" |
| 877 |
}, |
| 878 |
"require-dev": { |
| 879 |
"phpunit/phpunit": "^4.8.36", |
| 880 |
"scrutinizer/ocular": "^1.3", |
| 881 |
"squizlabs/php_codesniffer": "^3.5" |
| 882 |
}, |
| 883 |
"time": "2021-02-22T09:20:06+00:00", |
| 884 |
"type": "library", |
| 885 |
"extra": { |
| 886 |
"branch-alias": { |
| 887 |
"dev-2.x": "2.x-dev", |
| 888 |
"dev-1.x": "1.x-dev" |
| 889 |
} |
| 890 |
}, |
| 891 |
"installation-source": "dist", |
| 892 |
"autoload": { |
| 893 |
"psr-4": { |
| 894 |
"League\\Container\\": "src" |
| 895 |
} |
| 896 |
}, |
| 897 |
"notification-url": "https://packagist.org/downloads/", |
| 898 |
"license": [ |
| 899 |
"MIT" |
| 900 |
], |
| 901 |
"authors": [ |
| 902 |
{ |
| 903 |
"name": "Phil Bennett", |
| 904 |
"email": "philipobenito@gmail.com", |
| 905 |
"homepage": "http://www.philipobenito.com", |
| 906 |
"role": "Developer" |
| 907 |
} |
| 908 |
], |
| 909 |
"description": "A fast and intuitive dependency injection container.", |
| 910 |
"homepage": "https://github.com/thephpleague/container", |
| 911 |
"keywords": [ |
| 912 |
"container", |
| 913 |
"dependency", |
| 914 |
"di", |
| 915 |
"injection", |
| 916 |
"league", |
| 917 |
"provider", |
| 918 |
"service" |
| 919 |
], |
| 920 |
"support": { |
| 921 |
"issues": "https://github.com/thephpleague/container/issues", |
| 922 |
"source": "https://github.com/thephpleague/container/tree/2.5.0" |
| 923 |
}, |
| 924 |
"funding": [ |
| 925 |
{ |
| 926 |
"url": "https://github.com/philipobenito", |
| 927 |
"type": "github" |
| 928 |
} |
| 929 |
], |
| 930 |
"install-path": "../league/container" |
| 931 |
}, |
| 932 |
{ |
| 933 |
"name": "pimple/pimple", |
| 934 |
"version": "v3.2.3", |
| 935 |
"version_normalized": "3.2.3.0", |
| 936 |
"source": { |
| 937 |
"type": "git", |
| 938 |
"url": "https://github.com/silexphp/Pimple.git", |
| 939 |
"reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32" |
| 940 |
}, |
| 941 |
"dist": { |
| 942 |
"type": "zip", |
| 943 |
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32", |
| 944 |
"reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32", |
| 945 |
"shasum": "" |
| 946 |
}, |
| 947 |
"require": { |
| 948 |
"php": ">=5.3.0", |
| 949 |
"psr/container": "^1.0" |
| 950 |
}, |
| 951 |
"require-dev": { |
| 952 |
"symfony/phpunit-bridge": "^3.2" |
| 953 |
}, |
| 954 |
"time": "2018-01-21T07:42:36+00:00", |
| 955 |
"type": "library", |
| 956 |
"extra": { |
| 957 |
"branch-alias": { |
| 958 |
"dev-master": "3.2.x-dev" |
| 959 |
} |
| 960 |
}, |
| 961 |
"installation-source": "dist", |
| 962 |
"autoload": { |
| 963 |
"psr-0": { |
| 964 |
"Pimple": "src/" |
| 965 |
} |
| 966 |
}, |
| 967 |
"notification-url": "https://packagist.org/downloads/", |
| 968 |
"license": [ |
| 969 |
"MIT" |
| 970 |
], |
| 971 |
"authors": [ |
| 972 |
{ |
| 973 |
"name": "Fabien Potencier", |
| 974 |
"email": "fabien@symfony.com" |
| 975 |
} |
| 976 |
], |
| 977 |
"description": "Pimple, a simple Dependency Injection Container", |
| 978 |
"homepage": "http://pimple.sensiolabs.org", |
| 979 |
"keywords": [ |
| 980 |
"container", |
| 981 |
"dependency injection" |
| 982 |
], |
| 983 |
"support": { |
| 984 |
"issues": "https://github.com/silexphp/Pimple/issues", |
| 985 |
"source": "https://github.com/silexphp/Pimple/tree/master" |
| 986 |
}, |
| 987 |
"install-path": "../pimple/pimple" |
| 988 |
}, |
| 989 |
{ |
| 990 |
"name": "psr/container", |
| 991 |
"version": "1.0.0", |
| 992 |
"version_normalized": "1.0.0.0", |
| 993 |
"source": { |
| 994 |
"type": "git", |
| 995 |
"url": "https://github.com/php-fig/container.git", |
| 996 |
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
| 997 |
}, |
| 998 |
"dist": { |
| 999 |
"type": "zip", |
| 1000 |
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
| 1001 |
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
| 1002 |
"shasum": "" |
| 1003 |
}, |
| 1004 |
"require": { |
| 1005 |
"php": ">=5.3.0" |
| 1006 |
}, |
| 1007 |
"time": "2017-02-14T16:28:37+00:00", |
| 1008 |
"type": "library", |
| 1009 |
"extra": { |
| 1010 |
"branch-alias": { |
| 1011 |
"dev-master": "1.0.x-dev" |
| 1012 |
} |
| 1013 |
}, |
| 1014 |
"installation-source": "dist", |
| 1015 |
"autoload": { |
| 1016 |
"psr-4": { |
| 1017 |
"Psr\\Container\\": "src/" |
| 1018 |
} |
| 1019 |
}, |
| 1020 |
"notification-url": "https://packagist.org/downloads/", |
| 1021 |
"license": [ |
| 1022 |
"MIT" |
| 1023 |
], |
| 1024 |
"authors": [ |
| 1025 |
{ |
| 1026 |
"name": "PHP-FIG", |
| 1027 |
"homepage": "http://www.php-fig.org/" |
| 1028 |
} |
| 1029 |
], |
| 1030 |
"description": "Common Container Interface (PHP FIG PSR-11)", |
| 1031 |
"homepage": "https://github.com/php-fig/container", |
| 1032 |
"keywords": [ |
| 1033 |
"PSR-11", |
| 1034 |
"container", |
| 1035 |
"container-interface", |
| 1036 |
"container-interop", |
| 1037 |
"psr" |
| 1038 |
], |
| 1039 |
"support": { |
| 1040 |
"issues": "https://github.com/php-fig/container/issues", |
| 1041 |
"source": "https://github.com/php-fig/container/tree/master" |
| 1042 |
}, |
| 1043 |
"install-path": "../psr/container" |
| 1044 |
}, |
| 1045 |
{ |
| 1046 |
"name": "psr/log", |
| 1047 |
"version": "1.1.4", |
| 1048 |
"version_normalized": "1.1.4.0", |
| 1049 |
"source": { |
| 1050 |
"type": "git", |
| 1051 |
"url": "https://github.com/php-fig/log.git", |
| 1052 |
"reference": "d49695b909c3b7628b6289db5479a1c204601f11" |
| 1053 |
}, |
| 1054 |
"dist": { |
| 1055 |
"type": "zip", |
| 1056 |
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", |
| 1057 |
"reference": "d49695b909c3b7628b6289db5479a1c204601f11", |
| 1058 |
"shasum": "" |
| 1059 |
}, |
| 1060 |
"require": { |
| 1061 |
"php": ">=5.3.0" |
| 1062 |
}, |
| 1063 |
"time": "2021-05-03T11:20:27+00:00", |
| 1064 |
"type": "library", |
| 1065 |
"extra": { |
| 1066 |
"branch-alias": { |
| 1067 |
"dev-master": "1.1.x-dev" |
| 1068 |
} |
| 1069 |
}, |
| 1070 |
"installation-source": "dist", |
| 1071 |
"autoload": { |
| 1072 |
"psr-4": { |
| 1073 |
"Psr\\Log\\": "Psr/Log/" |
| 1074 |
} |
| 1075 |
}, |
| 1076 |
"notification-url": "https://packagist.org/downloads/", |
| 1077 |
"license": [ |
| 1078 |
"MIT" |
| 1079 |
], |
| 1080 |
"authors": [ |
| 1081 |
{ |
| 1082 |
"name": "PHP-FIG", |
| 1083 |
"homepage": "https://www.php-fig.org/" |
| 1084 |
} |
| 1085 |
], |
| 1086 |
"description": "Common interface for logging libraries", |
| 1087 |
"homepage": "https://github.com/php-fig/log", |
| 1088 |
"keywords": [ |
| 1089 |
"log", |
| 1090 |
"psr", |
| 1091 |
"psr-3" |
| 1092 |
], |
| 1093 |
"support": { |
| 1094 |
"source": "https://github.com/php-fig/log/tree/1.1.4" |
| 1095 |
}, |
| 1096 |
"install-path": "../psr/log" |
| 1097 |
}, |
| 1098 |
{ |
| 1099 |
"name": "symfony/console", |
| 1100 |
"version": "v3.4.47", |
| 1101 |
"version_normalized": "3.4.47.0", |
| 1102 |
"source": { |
| 1103 |
"type": "git", |
| 1104 |
"url": "https://github.com/symfony/console.git", |
| 1105 |
"reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81" |
| 1106 |
}, |
| 1107 |
"dist": { |
| 1108 |
"type": "zip", |
| 1109 |
"url": "https://api.github.com/repos/symfony/console/zipball/a10b1da6fc93080c180bba7219b5ff5b7518fe81", |
| 1110 |
"reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81", |
| 1111 |
"shasum": "" |
| 1112 |
}, |
| 1113 |
"require": { |
| 1114 |
"php": "^5.5.9|>=7.0.8", |
| 1115 |
"symfony/debug": "~2.8|~3.0|~4.0", |
| 1116 |
"symfony/polyfill-mbstring": "~1.0" |
| 1117 |
}, |
| 1118 |
"conflict": { |
| 1119 |
"symfony/dependency-injection": "<3.4", |
| 1120 |
"symfony/process": "<3.3" |
| 1121 |
}, |
| 1122 |
"provide": { |
| 1123 |
"psr/log-implementation": "1.0" |
| 1124 |
}, |
| 1125 |
"require-dev": { |
| 1126 |
"psr/log": "~1.0", |
| 1127 |
"symfony/config": "~3.3|~4.0", |
| 1128 |
"symfony/dependency-injection": "~3.4|~4.0", |
| 1129 |
"symfony/event-dispatcher": "~2.8|~3.0|~4.0", |
| 1130 |
"symfony/lock": "~3.4|~4.0", |
| 1131 |
"symfony/process": "~3.3|~4.0" |
| 1132 |
}, |
| 1133 |
"suggest": { |
| 1134 |
"psr/log": "For using the console logger", |
| 1135 |
"symfony/event-dispatcher": "", |
| 1136 |
"symfony/lock": "", |
| 1137 |
"symfony/process": "" |
| 1138 |
}, |
| 1139 |
"time": "2020-10-24T10:57:07+00:00", |
| 1140 |
"type": "library", |
| 1141 |
"installation-source": "dist", |
| 1142 |
"autoload": { |
| 1143 |
"psr-4": { |
| 1144 |
"Symfony\\Component\\Console\\": "" |
| 1145 |
}, |
| 1146 |
"exclude-from-classmap": [ |
| 1147 |
"/Tests/" |
| 1148 |
] |
| 1149 |
}, |
| 1150 |
"notification-url": "https://packagist.org/downloads/", |
| 1151 |
"license": [ |
| 1152 |
"MIT" |
| 1153 |
], |
| 1154 |
"authors": [ |
| 1155 |
{ |
| 1156 |
"name": "Fabien Potencier", |
| 1157 |
"email": "fabien@symfony.com" |
| 1158 |
}, |
| 1159 |
{ |
| 1160 |
"name": "Symfony Community", |
| 1161 |
"homepage": "https://symfony.com/contributors" |
| 1162 |
} |
| 1163 |
], |
| 1164 |
"description": "Symfony Console Component", |
| 1165 |
"homepage": "https://symfony.com", |
| 1166 |
"support": { |
| 1167 |
"source": "https://github.com/symfony/console/tree/v3.4.47" |
| 1168 |
}, |
| 1169 |
"funding": [ |
| 1170 |
{ |
| 1171 |
"url": "https://symfony.com/sponsor", |
| 1172 |
"type": "custom" |
| 1173 |
}, |
| 1174 |
{ |
| 1175 |
"url": "https://github.com/fabpot", |
| 1176 |
"type": "github" |
| 1177 |
}, |
| 1178 |
{ |
| 1179 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1180 |
"type": "tidelift" |
| 1181 |
} |
| 1182 |
], |
| 1183 |
"install-path": "../symfony/console" |
| 1184 |
}, |
| 1185 |
{ |
| 1186 |
"name": "symfony/debug", |
| 1187 |
"version": "v3.4.47", |
| 1188 |
"version_normalized": "3.4.47.0", |
| 1189 |
"source": { |
| 1190 |
"type": "git", |
| 1191 |
"url": "https://github.com/symfony/debug.git", |
| 1192 |
"reference": "ab42889de57fdfcfcc0759ab102e2fd4ea72dcae" |
| 1193 |
}, |
| 1194 |
"dist": { |
| 1195 |
"type": "zip", |
| 1196 |
"url": "https://api.github.com/repos/symfony/debug/zipball/ab42889de57fdfcfcc0759ab102e2fd4ea72dcae", |
| 1197 |
"reference": "ab42889de57fdfcfcc0759ab102e2fd4ea72dcae", |
| 1198 |
"shasum": "" |
| 1199 |
}, |
| 1200 |
"require": { |
| 1201 |
"php": "^5.5.9|>=7.0.8", |
| 1202 |
"psr/log": "~1.0" |
| 1203 |
}, |
| 1204 |
"conflict": { |
| 1205 |
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
| 1206 |
}, |
| 1207 |
"require-dev": { |
| 1208 |
"symfony/http-kernel": "~2.8|~3.0|~4.0" |
| 1209 |
}, |
| 1210 |
"time": "2020-10-24T10:57:07+00:00", |
| 1211 |
"type": "library", |
| 1212 |
"installation-source": "dist", |
| 1213 |
"autoload": { |
| 1214 |
"psr-4": { |
| 1215 |
"Symfony\\Component\\Debug\\": "" |
| 1216 |
}, |
| 1217 |
"exclude-from-classmap": [ |
| 1218 |
"/Tests/" |
| 1219 |
] |
| 1220 |
}, |
| 1221 |
"notification-url": "https://packagist.org/downloads/", |
| 1222 |
"license": [ |
| 1223 |
"MIT" |
| 1224 |
], |
| 1225 |
"authors": [ |
| 1226 |
{ |
| 1227 |
"name": "Fabien Potencier", |
| 1228 |
"email": "fabien@symfony.com" |
| 1229 |
}, |
| 1230 |
{ |
| 1231 |
"name": "Symfony Community", |
| 1232 |
"homepage": "https://symfony.com/contributors" |
| 1233 |
} |
| 1234 |
], |
| 1235 |
"description": "Symfony Debug Component", |
| 1236 |
"homepage": "https://symfony.com", |
| 1237 |
"support": { |
| 1238 |
"source": "https://github.com/symfony/debug/tree/v3.4.47" |
| 1239 |
}, |
| 1240 |
"funding": [ |
| 1241 |
{ |
| 1242 |
"url": "https://symfony.com/sponsor", |
| 1243 |
"type": "custom" |
| 1244 |
}, |
| 1245 |
{ |
| 1246 |
"url": "https://github.com/fabpot", |
| 1247 |
"type": "github" |
| 1248 |
}, |
| 1249 |
{ |
| 1250 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1251 |
"type": "tidelift" |
| 1252 |
} |
| 1253 |
], |
| 1254 |
"install-path": "../symfony/debug" |
| 1255 |
}, |
| 1256 |
{ |
| 1257 |
"name": "symfony/event-dispatcher", |
| 1258 |
"version": "v3.4.47", |
| 1259 |
"version_normalized": "3.4.47.0", |
| 1260 |
"source": { |
| 1261 |
"type": "git", |
| 1262 |
"url": "https://github.com/symfony/event-dispatcher.git", |
| 1263 |
"reference": "31fde73757b6bad247c54597beef974919ec6860" |
| 1264 |
}, |
| 1265 |
"dist": { |
| 1266 |
"type": "zip", |
| 1267 |
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/31fde73757b6bad247c54597beef974919ec6860", |
| 1268 |
"reference": "31fde73757b6bad247c54597beef974919ec6860", |
| 1269 |
"shasum": "" |
| 1270 |
}, |
| 1271 |
"require": { |
| 1272 |
"php": "^5.5.9|>=7.0.8" |
| 1273 |
}, |
| 1274 |
"conflict": { |
| 1275 |
"symfony/dependency-injection": "<3.3" |
| 1276 |
}, |
| 1277 |
"require-dev": { |
| 1278 |
"psr/log": "~1.0", |
| 1279 |
"symfony/config": "~2.8|~3.0|~4.0", |
| 1280 |
"symfony/debug": "~3.4|~4.4", |
| 1281 |
"symfony/dependency-injection": "~3.3|~4.0", |
| 1282 |
"symfony/expression-language": "~2.8|~3.0|~4.0", |
| 1283 |
"symfony/stopwatch": "~2.8|~3.0|~4.0" |
| 1284 |
}, |
| 1285 |
"suggest": { |
| 1286 |
"symfony/dependency-injection": "", |
| 1287 |
"symfony/http-kernel": "" |
| 1288 |
}, |
| 1289 |
"time": "2020-10-24T10:57:07+00:00", |
| 1290 |
"type": "library", |
| 1291 |
"installation-source": "dist", |
| 1292 |
"autoload": { |
| 1293 |
"psr-4": { |
| 1294 |
"Symfony\\Component\\EventDispatcher\\": "" |
| 1295 |
}, |
| 1296 |
"exclude-from-classmap": [ |
| 1297 |
"/Tests/" |
| 1298 |
] |
| 1299 |
}, |
| 1300 |
"notification-url": "https://packagist.org/downloads/", |
| 1301 |
"license": [ |
| 1302 |
"MIT" |
| 1303 |
], |
| 1304 |
"authors": [ |
| 1305 |
{ |
| 1306 |
"name": "Fabien Potencier", |
| 1307 |
"email": "fabien@symfony.com" |
| 1308 |
}, |
| 1309 |
{ |
| 1310 |
"name": "Symfony Community", |
| 1311 |
"homepage": "https://symfony.com/contributors" |
| 1312 |
} |
| 1313 |
], |
| 1314 |
"description": "Symfony EventDispatcher Component", |
| 1315 |
"homepage": "https://symfony.com", |
| 1316 |
"support": { |
| 1317 |
"source": "https://github.com/symfony/event-dispatcher/tree/v3.4.47" |
| 1318 |
}, |
| 1319 |
"funding": [ |
| 1320 |
{ |
| 1321 |
"url": "https://symfony.com/sponsor", |
| 1322 |
"type": "custom" |
| 1323 |
}, |
| 1324 |
{ |
| 1325 |
"url": "https://github.com/fabpot", |
| 1326 |
"type": "github" |
| 1327 |
}, |
| 1328 |
{ |
| 1329 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1330 |
"type": "tidelift" |
| 1331 |
} |
| 1332 |
], |
| 1333 |
"install-path": "../symfony/event-dispatcher" |
| 1334 |
}, |
| 1335 |
{ |
| 1336 |
"name": "symfony/filesystem", |
| 1337 |
"version": "v3.4.47", |
| 1338 |
"version_normalized": "3.4.47.0", |
| 1339 |
"source": { |
| 1340 |
"type": "git", |
| 1341 |
"url": "https://github.com/symfony/filesystem.git", |
| 1342 |
"reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3" |
| 1343 |
}, |
| 1344 |
"dist": { |
| 1345 |
"type": "zip", |
| 1346 |
"url": "https://api.github.com/repos/symfony/filesystem/zipball/e58d7841cddfed6e846829040dca2cca0ebbbbb3", |
| 1347 |
"reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3", |
| 1348 |
"shasum": "" |
| 1349 |
}, |
| 1350 |
"require": { |
| 1351 |
"php": "^5.5.9|>=7.0.8", |
| 1352 |
"symfony/polyfill-ctype": "~1.8" |
| 1353 |
}, |
| 1354 |
"time": "2020-10-24T10:57:07+00:00", |
| 1355 |
"type": "library", |
| 1356 |
"installation-source": "dist", |
| 1357 |
"autoload": { |
| 1358 |
"psr-4": { |
| 1359 |
"Symfony\\Component\\Filesystem\\": "" |
| 1360 |
}, |
| 1361 |
"exclude-from-classmap": [ |
| 1362 |
"/Tests/" |
| 1363 |
] |
| 1364 |
}, |
| 1365 |
"notification-url": "https://packagist.org/downloads/", |
| 1366 |
"license": [ |
| 1367 |
"MIT" |
| 1368 |
], |
| 1369 |
"authors": [ |
| 1370 |
{ |
| 1371 |
"name": "Fabien Potencier", |
| 1372 |
"email": "fabien@symfony.com" |
| 1373 |
}, |
| 1374 |
{ |
| 1375 |
"name": "Symfony Community", |
| 1376 |
"homepage": "https://symfony.com/contributors" |
| 1377 |
} |
| 1378 |
], |
| 1379 |
"description": "Symfony Filesystem Component", |
| 1380 |
"homepage": "https://symfony.com", |
| 1381 |
"support": { |
| 1382 |
"source": "https://github.com/symfony/filesystem/tree/v3.4.47" |
| 1383 |
}, |
| 1384 |
"funding": [ |
| 1385 |
{ |
| 1386 |
"url": "https://symfony.com/sponsor", |
| 1387 |
"type": "custom" |
| 1388 |
}, |
| 1389 |
{ |
| 1390 |
"url": "https://github.com/fabpot", |
| 1391 |
"type": "github" |
| 1392 |
}, |
| 1393 |
{ |
| 1394 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1395 |
"type": "tidelift" |
| 1396 |
} |
| 1397 |
], |
| 1398 |
"install-path": "../symfony/filesystem" |
| 1399 |
}, |
| 1400 |
{ |
| 1401 |
"name": "symfony/finder", |
| 1402 |
"version": "v3.4.47", |
| 1403 |
"version_normalized": "3.4.47.0", |
| 1404 |
"source": { |
| 1405 |
"type": "git", |
| 1406 |
"url": "https://github.com/symfony/finder.git", |
| 1407 |
"reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e" |
| 1408 |
}, |
| 1409 |
"dist": { |
| 1410 |
"type": "zip", |
| 1411 |
"url": "https://api.github.com/repos/symfony/finder/zipball/b6b6ad3db3edb1b4b1c1896b1975fb684994de6e", |
| 1412 |
"reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e", |
| 1413 |
"shasum": "" |
| 1414 |
}, |
| 1415 |
"require": { |
| 1416 |
"php": "^5.5.9|>=7.0.8" |
| 1417 |
}, |
| 1418 |
"time": "2020-11-16T17:02:08+00:00", |
| 1419 |
"type": "library", |
| 1420 |
"installation-source": "dist", |
| 1421 |
"autoload": { |
| 1422 |
"psr-4": { |
| 1423 |
"Symfony\\Component\\Finder\\": "" |
| 1424 |
}, |
| 1425 |
"exclude-from-classmap": [ |
| 1426 |
"/Tests/" |
| 1427 |
] |
| 1428 |
}, |
| 1429 |
"notification-url": "https://packagist.org/downloads/", |
| 1430 |
"license": [ |
| 1431 |
"MIT" |
| 1432 |
], |
| 1433 |
"authors": [ |
| 1434 |
{ |
| 1435 |
"name": "Fabien Potencier", |
| 1436 |
"email": "fabien@symfony.com" |
| 1437 |
}, |
| 1438 |
{ |
| 1439 |
"name": "Symfony Community", |
| 1440 |
"homepage": "https://symfony.com/contributors" |
| 1441 |
} |
| 1442 |
], |
| 1443 |
"description": "Symfony Finder Component", |
| 1444 |
"homepage": "https://symfony.com", |
| 1445 |
"support": { |
| 1446 |
"source": "https://github.com/symfony/finder/tree/v3.4.47" |
| 1447 |
}, |
| 1448 |
"funding": [ |
| 1449 |
{ |
| 1450 |
"url": "https://symfony.com/sponsor", |
| 1451 |
"type": "custom" |
| 1452 |
}, |
| 1453 |
{ |
| 1454 |
"url": "https://github.com/fabpot", |
| 1455 |
"type": "github" |
| 1456 |
}, |
| 1457 |
{ |
| 1458 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1459 |
"type": "tidelift" |
| 1460 |
} |
| 1461 |
], |
| 1462 |
"install-path": "../symfony/finder" |
| 1463 |
}, |
| 1464 |
{ |
| 1465 |
"name": "symfony/polyfill-ctype", |
| 1466 |
"version": "v1.19.0", |
| 1467 |
"version_normalized": "1.19.0.0", |
| 1468 |
"source": { |
| 1469 |
"type": "git", |
| 1470 |
"url": "https://github.com/symfony/polyfill-ctype.git", |
| 1471 |
"reference": "aed596913b70fae57be53d86faa2e9ef85a2297b" |
| 1472 |
}, |
| 1473 |
"dist": { |
| 1474 |
"type": "zip", |
| 1475 |
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/aed596913b70fae57be53d86faa2e9ef85a2297b", |
| 1476 |
"reference": "aed596913b70fae57be53d86faa2e9ef85a2297b", |
| 1477 |
"shasum": "" |
| 1478 |
}, |
| 1479 |
"require": { |
| 1480 |
"php": ">=5.3.3" |
| 1481 |
}, |
| 1482 |
"suggest": { |
| 1483 |
"ext-ctype": "For best performance" |
| 1484 |
}, |
| 1485 |
"time": "2020-10-23T09:01:57+00:00", |
| 1486 |
"type": "library", |
| 1487 |
"extra": { |
| 1488 |
"branch-alias": { |
| 1489 |
"dev-main": "1.19-dev" |
| 1490 |
}, |
| 1491 |
"thanks": { |
| 1492 |
"name": "symfony/polyfill", |
| 1493 |
"url": "https://github.com/symfony/polyfill" |
| 1494 |
} |
| 1495 |
}, |
| 1496 |
"installation-source": "dist", |
| 1497 |
"autoload": { |
| 1498 |
"files": [ |
| 1499 |
"bootstrap.php" |
| 1500 |
], |
| 1501 |
"psr-4": { |
| 1502 |
"Symfony\\Polyfill\\Ctype\\": "" |
| 1503 |
} |
| 1504 |
}, |
| 1505 |
"notification-url": "https://packagist.org/downloads/", |
| 1506 |
"license": [ |
| 1507 |
"MIT" |
| 1508 |
], |
| 1509 |
"authors": [ |
| 1510 |
{ |
| 1511 |
"name": "Gert de Pagter", |
| 1512 |
"email": "BackEndTea@gmail.com" |
| 1513 |
}, |
| 1514 |
{ |
| 1515 |
"name": "Symfony Community", |
| 1516 |
"homepage": "https://symfony.com/contributors" |
| 1517 |
} |
| 1518 |
], |
| 1519 |
"description": "Symfony polyfill for ctype functions", |
| 1520 |
"homepage": "https://symfony.com", |
| 1521 |
"keywords": [ |
| 1522 |
"compatibility", |
| 1523 |
"ctype", |
| 1524 |
"polyfill", |
| 1525 |
"portable" |
| 1526 |
], |
| 1527 |
"support": { |
| 1528 |
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.19.0" |
| 1529 |
}, |
| 1530 |
"funding": [ |
| 1531 |
{ |
| 1532 |
"url": "https://symfony.com/sponsor", |
| 1533 |
"type": "custom" |
| 1534 |
}, |
| 1535 |
{ |
| 1536 |
"url": "https://github.com/fabpot", |
| 1537 |
"type": "github" |
| 1538 |
}, |
| 1539 |
{ |
| 1540 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1541 |
"type": "tidelift" |
| 1542 |
} |
| 1543 |
], |
| 1544 |
"install-path": "../symfony/polyfill-ctype" |
| 1545 |
}, |
| 1546 |
{ |
| 1547 |
"name": "symfony/polyfill-mbstring", |
| 1548 |
"version": "v1.19.0", |
| 1549 |
"version_normalized": "1.19.0.0", |
| 1550 |
"source": { |
| 1551 |
"type": "git", |
| 1552 |
"url": "https://github.com/symfony/polyfill-mbstring.git", |
| 1553 |
"reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce" |
| 1554 |
}, |
| 1555 |
"dist": { |
| 1556 |
"type": "zip", |
| 1557 |
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce", |
| 1558 |
"reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce", |
| 1559 |
"shasum": "" |
| 1560 |
}, |
| 1561 |
"require": { |
| 1562 |
"php": ">=5.3.3" |
| 1563 |
}, |
| 1564 |
"suggest": { |
| 1565 |
"ext-mbstring": "For best performance" |
| 1566 |
}, |
| 1567 |
"time": "2020-10-23T09:01:57+00:00", |
| 1568 |
"type": "library", |
| 1569 |
"extra": { |
| 1570 |
"branch-alias": { |
| 1571 |
"dev-main": "1.19-dev" |
| 1572 |
}, |
| 1573 |
"thanks": { |
| 1574 |
"name": "symfony/polyfill", |
| 1575 |
"url": "https://github.com/symfony/polyfill" |
| 1576 |
} |
| 1577 |
}, |
| 1578 |
"installation-source": "dist", |
| 1579 |
"autoload": { |
| 1580 |
"files": [ |
| 1581 |
"bootstrap.php" |
| 1582 |
], |
| 1583 |
"psr-4": { |
| 1584 |
"Symfony\\Polyfill\\Mbstring\\": "" |
| 1585 |
} |
| 1586 |
}, |
| 1587 |
"notification-url": "https://packagist.org/downloads/", |
| 1588 |
"license": [ |
| 1589 |
"MIT" |
| 1590 |
], |
| 1591 |
"authors": [ |
| 1592 |
{ |
| 1593 |
"name": "Nicolas Grekas", |
| 1594 |
"email": "p@tchwork.com" |
| 1595 |
}, |
| 1596 |
{ |
| 1597 |
"name": "Symfony Community", |
| 1598 |
"homepage": "https://symfony.com/contributors" |
| 1599 |
} |
| 1600 |
], |
| 1601 |
"description": "Symfony polyfill for the Mbstring extension", |
| 1602 |
"homepage": "https://symfony.com", |
| 1603 |
"keywords": [ |
| 1604 |
"compatibility", |
| 1605 |
"mbstring", |
| 1606 |
"polyfill", |
| 1607 |
"portable", |
| 1608 |
"shim" |
| 1609 |
], |
| 1610 |
"support": { |
| 1611 |
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.19.0" |
| 1612 |
}, |
| 1613 |
"funding": [ |
| 1614 |
{ |
| 1615 |
"url": "https://symfony.com/sponsor", |
| 1616 |
"type": "custom" |
| 1617 |
}, |
| 1618 |
{ |
| 1619 |
"url": "https://github.com/fabpot", |
| 1620 |
"type": "github" |
| 1621 |
}, |
| 1622 |
{ |
| 1623 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1624 |
"type": "tidelift" |
| 1625 |
} |
| 1626 |
], |
| 1627 |
"install-path": "../symfony/polyfill-mbstring" |
| 1628 |
}, |
| 1629 |
{ |
| 1630 |
"name": "symfony/process", |
| 1631 |
"version": "v3.4.47", |
| 1632 |
"version_normalized": "3.4.47.0", |
| 1633 |
"source": { |
| 1634 |
"type": "git", |
| 1635 |
"url": "https://github.com/symfony/process.git", |
| 1636 |
"reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca" |
| 1637 |
}, |
| 1638 |
"dist": { |
| 1639 |
"type": "zip", |
| 1640 |
"url": "https://api.github.com/repos/symfony/process/zipball/b8648cf1d5af12a44a51d07ef9bf980921f15fca", |
| 1641 |
"reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca", |
| 1642 |
"shasum": "" |
| 1643 |
}, |
| 1644 |
"require": { |
| 1645 |
"php": "^5.5.9|>=7.0.8" |
| 1646 |
}, |
| 1647 |
"time": "2020-10-24T10:57:07+00:00", |
| 1648 |
"type": "library", |
| 1649 |
"installation-source": "dist", |
| 1650 |
"autoload": { |
| 1651 |
"psr-4": { |
| 1652 |
"Symfony\\Component\\Process\\": "" |
| 1653 |
}, |
| 1654 |
"exclude-from-classmap": [ |
| 1655 |
"/Tests/" |
| 1656 |
] |
| 1657 |
}, |
| 1658 |
"notification-url": "https://packagist.org/downloads/", |
| 1659 |
"license": [ |
| 1660 |
"MIT" |
| 1661 |
], |
| 1662 |
"authors": [ |
| 1663 |
{ |
| 1664 |
"name": "Fabien Potencier", |
| 1665 |
"email": "fabien@symfony.com" |
| 1666 |
}, |
| 1667 |
{ |
| 1668 |
"name": "Symfony Community", |
| 1669 |
"homepage": "https://symfony.com/contributors" |
| 1670 |
} |
| 1671 |
], |
| 1672 |
"description": "Symfony Process Component", |
| 1673 |
"homepage": "https://symfony.com", |
| 1674 |
"support": { |
| 1675 |
"source": "https://github.com/symfony/process/tree/v3.4.47" |
| 1676 |
}, |
| 1677 |
"funding": [ |
| 1678 |
{ |
| 1679 |
"url": "https://symfony.com/sponsor", |
| 1680 |
"type": "custom" |
| 1681 |
}, |
| 1682 |
{ |
| 1683 |
"url": "https://github.com/fabpot", |
| 1684 |
"type": "github" |
| 1685 |
}, |
| 1686 |
{ |
| 1687 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1688 |
"type": "tidelift" |
| 1689 |
} |
| 1690 |
], |
| 1691 |
"install-path": "../symfony/process" |
| 1692 |
}, |
| 1693 |
{ |
| 1694 |
"name": "symfony/yaml", |
| 1695 |
"version": "v3.4.47", |
| 1696 |
"version_normalized": "3.4.47.0", |
| 1697 |
"source": { |
| 1698 |
"type": "git", |
| 1699 |
"url": "https://github.com/symfony/yaml.git", |
| 1700 |
"reference": "88289caa3c166321883f67fe5130188ebbb47094" |
| 1701 |
}, |
| 1702 |
"dist": { |
| 1703 |
"type": "zip", |
| 1704 |
"url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094", |
| 1705 |
"reference": "88289caa3c166321883f67fe5130188ebbb47094", |
| 1706 |
"shasum": "" |
| 1707 |
}, |
| 1708 |
"require": { |
| 1709 |
"php": "^5.5.9|>=7.0.8", |
| 1710 |
"symfony/polyfill-ctype": "~1.8" |
| 1711 |
}, |
| 1712 |
"conflict": { |
| 1713 |
"symfony/console": "<3.4" |
| 1714 |
}, |
| 1715 |
"require-dev": { |
| 1716 |
"symfony/console": "~3.4|~4.0" |
| 1717 |
}, |
| 1718 |
"suggest": { |
| 1719 |
"symfony/console": "For validating YAML files using the lint command" |
| 1720 |
}, |
| 1721 |
"time": "2020-10-24T10:57:07+00:00", |
| 1722 |
"type": "library", |
| 1723 |
"installation-source": "dist", |
| 1724 |
"autoload": { |
| 1725 |
"psr-4": { |
| 1726 |
"Symfony\\Component\\Yaml\\": "" |
| 1727 |
}, |
| 1728 |
"exclude-from-classmap": [ |
| 1729 |
"/Tests/" |
| 1730 |
] |
| 1731 |
}, |
| 1732 |
"notification-url": "https://packagist.org/downloads/", |
| 1733 |
"license": [ |
| 1734 |
"MIT" |
| 1735 |
], |
| 1736 |
"authors": [ |
| 1737 |
{ |
| 1738 |
"name": "Fabien Potencier", |
| 1739 |
"email": "fabien@symfony.com" |
| 1740 |
}, |
| 1741 |
{ |
| 1742 |
"name": "Symfony Community", |
| 1743 |
"homepage": "https://symfony.com/contributors" |
| 1744 |
} |
| 1745 |
], |
| 1746 |
"description": "Symfony Yaml Component", |
| 1747 |
"homepage": "https://symfony.com", |
| 1748 |
"support": { |
| 1749 |
"source": "https://github.com/symfony/yaml/tree/v3.4.47" |
| 1750 |
}, |
| 1751 |
"funding": [ |
| 1752 |
{ |
| 1753 |
"url": "https://symfony.com/sponsor", |
| 1754 |
"type": "custom" |
| 1755 |
}, |
| 1756 |
{ |
| 1757 |
"url": "https://github.com/fabpot", |
| 1758 |
"type": "github" |
| 1759 |
}, |
| 1760 |
{ |
| 1761 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1762 |
"type": "tidelift" |
| 1763 |
} |
| 1764 |
], |
| 1765 |
"install-path": "../symfony/yaml" |
| 1766 |
}, |
| 1767 |
{ |
| 1768 |
"name": "twig/twig", |
| 1769 |
"version": "v1.42.5", |
| 1770 |
"version_normalized": "1.42.5.0", |
| 1771 |
"source": { |
| 1772 |
"type": "git", |
| 1773 |
"url": "https://github.com/twigphp/Twig.git", |
| 1774 |
"reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e" |
| 1775 |
}, |
| 1776 |
"dist": { |
| 1777 |
"type": "zip", |
| 1778 |
"url": "https://api.github.com/repos/twigphp/Twig/zipball/87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e", |
| 1779 |
"reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e", |
| 1780 |
"shasum": "" |
| 1781 |
}, |
| 1782 |
"require": { |
| 1783 |
"php": ">=5.5.0", |
| 1784 |
"symfony/polyfill-ctype": "^1.8" |
| 1785 |
}, |
| 1786 |
"require-dev": { |
| 1787 |
"psr/container": "^1.0", |
| 1788 |
"symfony/phpunit-bridge": "^4.4|^5.0" |
| 1789 |
}, |
| 1790 |
"time": "2020-02-11T05:59:23+00:00", |
| 1791 |
"type": "library", |
| 1792 |
"extra": { |
| 1793 |
"branch-alias": { |
| 1794 |
"dev-master": "1.42-dev" |
| 1795 |
} |
| 1796 |
}, |
| 1797 |
"installation-source": "dist", |
| 1798 |
"autoload": { |
| 1799 |
"psr-0": { |
| 1800 |
"Twig_": "lib/" |
| 1801 |
}, |
| 1802 |
"psr-4": { |
| 1803 |
"Twig\\": "src/" |
| 1804 |
} |
| 1805 |
}, |
| 1806 |
"notification-url": "https://packagist.org/downloads/", |
| 1807 |
"license": [ |
| 1808 |
"BSD-3-Clause" |
| 1809 |
], |
| 1810 |
"authors": [ |
| 1811 |
{ |
| 1812 |
"name": "Fabien Potencier", |
| 1813 |
"email": "fabien@symfony.com", |
| 1814 |
"homepage": "http://fabien.potencier.org", |
| 1815 |
"role": "Lead Developer" |
| 1816 |
}, |
| 1817 |
{ |
| 1818 |
"name": "Twig Team", |
| 1819 |
"role": "Contributors" |
| 1820 |
}, |
| 1821 |
{ |
| 1822 |
"name": "Armin Ronacher", |
| 1823 |
"email": "armin.ronacher@active-4.com", |
| 1824 |
"role": "Project Founder" |
| 1825 |
} |
| 1826 |
], |
| 1827 |
"description": "Twig, the flexible, fast, and secure template language for PHP", |
| 1828 |
"homepage": "https://twig.symfony.com", |
| 1829 |
"keywords": [ |
| 1830 |
"templating" |
| 1831 |
], |
| 1832 |
"support": { |
| 1833 |
"issues": "https://github.com/twigphp/Twig/issues", |
| 1834 |
"source": "https://github.com/twigphp/Twig/tree/1.x" |
| 1835 |
}, |
| 1836 |
"install-path": "../twig/twig" |
| 1837 |
} |
| 1838 |
], |
| 1839 |
"dev": true, |
| 1840 |
"dev-package-names": [] |
| 1841 |
} |
| 1842 |
|