[2931] | 1 | { |
---|
| 2 | "_readme": [ |
---|
| 3 | "This file locks the dependencies of your project to a known state", |
---|
[3722] | 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
---|
[2931] | 5 | "This file is @generated automatically" |
---|
| 6 | ], |
---|
[3722] | 7 | "content-hash": "c24e3712f8faee67c3bb060754eab41c", |
---|
[2931] | 8 | "packages": [], |
---|
| 9 | "packages-dev": [ |
---|
| 10 | { |
---|
| 11 | "name": "atoum/atoum", |
---|
| 12 | "version": "dev-master", |
---|
| 13 | "source": { |
---|
| 14 | "type": "git", |
---|
| 15 | "url": "https://github.com/atoum/atoum.git", |
---|
[3722] | 16 | "reference": "24ec4c46f4036113439e1e38e92252d65a328bfa" |
---|
[2931] | 17 | }, |
---|
| 18 | "dist": { |
---|
| 19 | "type": "zip", |
---|
[3722] | 20 | "url": "https://api.github.com/repos/atoum/atoum/zipball/24ec4c46f4036113439e1e38e92252d65a328bfa", |
---|
| 21 | "reference": "24ec4c46f4036113439e1e38e92252d65a328bfa", |
---|
[2931] | 22 | "shasum": "" |
---|
| 23 | }, |
---|
| 24 | "require": { |
---|
| 25 | "ext-hash": "*", |
---|
| 26 | "ext-json": "*", |
---|
| 27 | "ext-tokenizer": "*", |
---|
| 28 | "ext-xml": "*", |
---|
[3722] | 29 | "php": "^5.6.0 || ^7.0.0 <7.4.0" |
---|
[2931] | 30 | }, |
---|
| 31 | "replace": { |
---|
| 32 | "mageekguy/atoum": "*" |
---|
| 33 | }, |
---|
[3722] | 34 | "require-dev": { |
---|
| 35 | "friendsofphp/php-cs-fixer": "~1.12" |
---|
| 36 | }, |
---|
[2931] | 37 | "suggest": { |
---|
[3722] | 38 | "atoum/stubs": "Provides IDE support (like autocompletion) for atoum", |
---|
| 39 | "ext-mbstring": "Provides support for UTF-8 strings", |
---|
| 40 | "ext-xdebug": "Provides code coverage report (>= 2.3)" |
---|
[2931] | 41 | }, |
---|
| 42 | "bin": [ |
---|
| 43 | "bin/atoum" |
---|
| 44 | ], |
---|
| 45 | "type": "library", |
---|
| 46 | "extra": { |
---|
| 47 | "branch-alias": { |
---|
[3722] | 48 | "dev-master": "3.x-dev" |
---|
[2931] | 49 | } |
---|
| 50 | }, |
---|
| 51 | "autoload": { |
---|
| 52 | "classmap": [ |
---|
| 53 | "classes/" |
---|
| 54 | ] |
---|
| 55 | }, |
---|
| 56 | "notification-url": "https://packagist.org/downloads/", |
---|
| 57 | "license": [ |
---|
[3722] | 58 | "BSD-3-Clause" |
---|
[2931] | 59 | ], |
---|
| 60 | "authors": [ |
---|
| 61 | { |
---|
| 62 | "name": "Frédéric Hardy", |
---|
| 63 | "email": "frederic.hardy@atoum.org", |
---|
| 64 | "homepage": "http://blog.mageekbox.net" |
---|
| 65 | }, |
---|
| 66 | { |
---|
| 67 | "name": "François Dussert", |
---|
| 68 | "email": "francois.dussert@atoum.org" |
---|
| 69 | }, |
---|
| 70 | { |
---|
| 71 | "name": "Gérald Croes", |
---|
| 72 | "email": "gerald.croes@atoum.org" |
---|
| 73 | }, |
---|
| 74 | { |
---|
| 75 | "name": "Julien Bianchi", |
---|
| 76 | "email": "julien.bianchi@atoum.org" |
---|
| 77 | }, |
---|
| 78 | { |
---|
| 79 | "name": "Ludovic Fleury", |
---|
| 80 | "email": "ludovic.fleury@atoum.org" |
---|
| 81 | } |
---|
| 82 | ], |
---|
| 83 | "description": "Simple modern and intuitive unit testing framework for PHP 5.3+", |
---|
| 84 | "homepage": "http://www.atoum.org", |
---|
| 85 | "keywords": [ |
---|
| 86 | "TDD", |
---|
| 87 | "atoum", |
---|
| 88 | "test", |
---|
| 89 | "unit testing" |
---|
| 90 | ], |
---|
[3722] | 91 | "time": "2017-11-06T21:02:33+00:00" |
---|
| 92 | }, |
---|
| 93 | { |
---|
| 94 | "name": "atoum/reports-extension", |
---|
| 95 | "version": "dev-master", |
---|
| 96 | "source": { |
---|
| 97 | "type": "git", |
---|
| 98 | "url": "https://github.com/atoum/reports-extension.git", |
---|
| 99 | "reference": "3bbaf96c240086cb5944b2cb90f11d1b41f82c54" |
---|
| 100 | }, |
---|
| 101 | "dist": { |
---|
| 102 | "type": "zip", |
---|
| 103 | "url": "https://api.github.com/repos/atoum/reports-extension/zipball/3bbaf96c240086cb5944b2cb90f11d1b41f82c54", |
---|
| 104 | "reference": "3bbaf96c240086cb5944b2cb90f11d1b41f82c54", |
---|
| 105 | "shasum": "" |
---|
| 106 | }, |
---|
| 107 | "require": { |
---|
| 108 | "atoum/atoum": "^2.9 || ^3.0", |
---|
| 109 | "php": "^5.4.0 || ^7.0.0", |
---|
| 110 | "symfony/filesystem": "^2.6 | ^3.0 | ^4.0", |
---|
| 111 | "twig/twig": "^1.18 | ^2.0" |
---|
| 112 | }, |
---|
| 113 | "require-dev": { |
---|
| 114 | "friendsofphp/php-cs-fixer": "^2" |
---|
| 115 | }, |
---|
| 116 | "type": "library", |
---|
| 117 | "autoload": { |
---|
| 118 | "psr-4": { |
---|
| 119 | "mageekguy\\atoum\\reports\\": "classes" |
---|
| 120 | }, |
---|
| 121 | "files": [ |
---|
| 122 | "configuration.php" |
---|
| 123 | ] |
---|
| 124 | }, |
---|
| 125 | "notification-url": "https://packagist.org/downloads/", |
---|
| 126 | "license": [ |
---|
| 127 | "BSD-3-Clause" |
---|
| 128 | ], |
---|
| 129 | "authors": [ |
---|
| 130 | { |
---|
| 131 | "name": "jubianchi", |
---|
| 132 | "email": "contact@jubianchi.fr" |
---|
| 133 | } |
---|
| 134 | ], |
---|
| 135 | "description": "atoum Reports extension", |
---|
| 136 | "homepage": "http://www.atoum.org", |
---|
| 137 | "keywords": [ |
---|
| 138 | "TDD", |
---|
| 139 | "atoum", |
---|
| 140 | "atoum-extension", |
---|
| 141 | "reports", |
---|
| 142 | "test", |
---|
| 143 | "unit testing" |
---|
| 144 | ], |
---|
| 145 | "time": "2018-02-08T08:02:15+00:00" |
---|
[2931] | 146 | }, |
---|
| 147 | { |
---|
| 148 | "name": "behat/behat", |
---|
[3722] | 149 | "version": "v2.5.4", |
---|
[2931] | 150 | "source": { |
---|
| 151 | "type": "git", |
---|
| 152 | "url": "https://github.com/Behat/Behat.git", |
---|
[3722] | 153 | "reference": "ba257dd19d47b6e196c4e43995a2d2db4dd95991" |
---|
[2931] | 154 | }, |
---|
| 155 | "dist": { |
---|
| 156 | "type": "zip", |
---|
[3722] | 157 | "url": "https://api.github.com/repos/Behat/Behat/zipball/ba257dd19d47b6e196c4e43995a2d2db4dd95991", |
---|
| 158 | "reference": "ba257dd19d47b6e196c4e43995a2d2db4dd95991", |
---|
[2931] | 159 | "shasum": "" |
---|
| 160 | }, |
---|
| 161 | "require": { |
---|
| 162 | "behat/gherkin": "~2.3.0", |
---|
| 163 | "php": ">=5.3.1", |
---|
| 164 | "symfony/config": "~2.0", |
---|
| 165 | "symfony/console": "~2.0", |
---|
| 166 | "symfony/dependency-injection": "~2.0", |
---|
| 167 | "symfony/event-dispatcher": "~2.0", |
---|
| 168 | "symfony/finder": "~2.0", |
---|
| 169 | "symfony/translation": "~2.0", |
---|
| 170 | "symfony/yaml": "~2.0" |
---|
| 171 | }, |
---|
| 172 | "require-dev": { |
---|
| 173 | "phpunit/phpunit": "~3.7.19" |
---|
| 174 | }, |
---|
| 175 | "suggest": { |
---|
| 176 | "behat/mink-extension": "for integration with Mink testing framework", |
---|
| 177 | "behat/symfony2-extension": "for integration with Symfony2 web framework", |
---|
| 178 | "behat/yii-extension": "for integration with Yii web framework" |
---|
| 179 | }, |
---|
| 180 | "bin": [ |
---|
| 181 | "bin/behat" |
---|
| 182 | ], |
---|
| 183 | "type": "library", |
---|
| 184 | "autoload": { |
---|
| 185 | "psr-0": { |
---|
| 186 | "Behat\\Behat": "src/" |
---|
| 187 | } |
---|
| 188 | }, |
---|
| 189 | "notification-url": "https://packagist.org/downloads/", |
---|
| 190 | "license": [ |
---|
| 191 | "MIT" |
---|
| 192 | ], |
---|
| 193 | "authors": [ |
---|
| 194 | { |
---|
| 195 | "name": "Konstantin Kudryashov", |
---|
| 196 | "email": "ever.zet@gmail.com", |
---|
| 197 | "homepage": "http://everzet.com" |
---|
| 198 | } |
---|
| 199 | ], |
---|
| 200 | "description": "Scenario-oriented BDD framework for PHP 5.3", |
---|
| 201 | "homepage": "http://behat.org/", |
---|
| 202 | "keywords": [ |
---|
| 203 | "BDD", |
---|
| 204 | "Behat", |
---|
| 205 | "Symfony2" |
---|
| 206 | ], |
---|
[3722] | 207 | "time": "2015-01-23T22:18:15+00:00" |
---|
[2931] | 208 | }, |
---|
| 209 | { |
---|
| 210 | "name": "behat/common-contexts", |
---|
| 211 | "version": "dev-master", |
---|
| 212 | "source": { |
---|
| 213 | "type": "git", |
---|
| 214 | "url": "https://github.com/Behat/CommonContexts.git", |
---|
[3722] | 215 | "reference": "93261a0c60e881748e19bf36e63b304253f68ea0" |
---|
[2931] | 216 | }, |
---|
| 217 | "dist": { |
---|
| 218 | "type": "zip", |
---|
[3722] | 219 | "url": "https://api.github.com/repos/Behat/CommonContexts/zipball/93261a0c60e881748e19bf36e63b304253f68ea0", |
---|
| 220 | "reference": "93261a0c60e881748e19bf36e63b304253f68ea0", |
---|
[2931] | 221 | "shasum": "" |
---|
| 222 | }, |
---|
| 223 | "require": { |
---|
| 224 | "behat/behat": "~2.2", |
---|
| 225 | "php": ">=5.3.1", |
---|
| 226 | "phpunit/phpunit": "~4.0" |
---|
| 227 | }, |
---|
| 228 | "suggest": { |
---|
| 229 | "behat/mink-extension": "*", |
---|
| 230 | "behat/symfony2-extension": "*", |
---|
| 231 | "doctrine/data-fixtures": "*", |
---|
| 232 | "doctrine/doctrine-bundle": "*", |
---|
| 233 | "kriswallsmith/buzz": "~0.5" |
---|
| 234 | }, |
---|
| 235 | "type": "library", |
---|
| 236 | "extra": { |
---|
| 237 | "branch-alias": { |
---|
| 238 | "dev-master": "1.2.x-dev" |
---|
| 239 | } |
---|
| 240 | }, |
---|
| 241 | "autoload": { |
---|
| 242 | "psr-0": { |
---|
| 243 | "Behat\\CommonContexts": "" |
---|
| 244 | } |
---|
| 245 | }, |
---|
| 246 | "notification-url": "https://packagist.org/downloads/", |
---|
| 247 | "license": [ |
---|
| 248 | "MIT" |
---|
| 249 | ], |
---|
| 250 | "authors": [ |
---|
| 251 | { |
---|
| 252 | "name": "Konstantin Kudryashov", |
---|
| 253 | "email": "ever.zet@gmail.com", |
---|
| 254 | "homepage": "http://everzet.com" |
---|
| 255 | }, |
---|
| 256 | { |
---|
| 257 | "name": "Jakub Zalas", |
---|
| 258 | "email": "jakub@zalas.pl", |
---|
| 259 | "homepage": "http://www.zalas.eu/" |
---|
| 260 | }, |
---|
| 261 | { |
---|
| 262 | "name": "Geoffrey Bachelet", |
---|
| 263 | "email": "geoffrey.bachelet@gmail.com", |
---|
| 264 | "homepage": "https://github.com/ubermuda" |
---|
[3722] | 265 | }, |
---|
| 266 | { |
---|
| 267 | "name": "Johannes M. Schmitt", |
---|
| 268 | "email": "schmittjoh@gmail.com", |
---|
| 269 | "homepage": "https://github.com/schmittjoh" |
---|
[2931] | 270 | } |
---|
| 271 | ], |
---|
| 272 | "description": "Commonly used contexts for Behat", |
---|
| 273 | "homepage": "http://behat.org/", |
---|
| 274 | "keywords": [ |
---|
| 275 | "BDD", |
---|
| 276 | "Behat", |
---|
| 277 | "Context", |
---|
| 278 | "Symfony2" |
---|
| 279 | ], |
---|
[3722] | 280 | "time": "2016-04-07T12:32:24+00:00" |
---|
[2931] | 281 | }, |
---|
| 282 | { |
---|
| 283 | "name": "behat/gherkin", |
---|
| 284 | "version": "2.3.x-dev", |
---|
| 285 | "source": { |
---|
| 286 | "type": "git", |
---|
| 287 | "url": "https://github.com/Behat/Gherkin.git", |
---|
| 288 | "reference": "c32e15d92e1a2ce399a1a1c5be7afd965176e86c" |
---|
| 289 | }, |
---|
| 290 | "dist": { |
---|
| 291 | "type": "zip", |
---|
| 292 | "url": "https://api.github.com/repos/Behat/Gherkin/zipball/c32e15d92e1a2ce399a1a1c5be7afd965176e86c", |
---|
| 293 | "reference": "c32e15d92e1a2ce399a1a1c5be7afd965176e86c", |
---|
| 294 | "shasum": "" |
---|
| 295 | }, |
---|
| 296 | "require": { |
---|
| 297 | "php": ">=5.3.1", |
---|
| 298 | "symfony/finder": "~2.0" |
---|
| 299 | }, |
---|
| 300 | "require-dev": { |
---|
| 301 | "symfony/config": "~2.0", |
---|
| 302 | "symfony/translation": "~2.0", |
---|
| 303 | "symfony/yaml": "~2.0" |
---|
| 304 | }, |
---|
| 305 | "suggest": { |
---|
| 306 | "symfony/config": "If you want to use Config component to manage resources", |
---|
| 307 | "symfony/translation": "If you want to use Symfony2 translations adapter", |
---|
| 308 | "symfony/yaml": "If you want to parse features, represented in YAML files" |
---|
| 309 | }, |
---|
| 310 | "type": "library", |
---|
| 311 | "extra": { |
---|
| 312 | "branch-alias": { |
---|
| 313 | "dev-develop": "2.2-dev" |
---|
| 314 | } |
---|
| 315 | }, |
---|
| 316 | "autoload": { |
---|
| 317 | "psr-0": { |
---|
| 318 | "Behat\\Gherkin": "src/" |
---|
| 319 | } |
---|
| 320 | }, |
---|
| 321 | "notification-url": "https://packagist.org/downloads/", |
---|
| 322 | "license": [ |
---|
| 323 | "MIT" |
---|
| 324 | ], |
---|
| 325 | "authors": [ |
---|
| 326 | { |
---|
| 327 | "name": "Konstantin Kudryashov", |
---|
| 328 | "email": "ever.zet@gmail.com", |
---|
| 329 | "homepage": "http://everzet.com" |
---|
| 330 | } |
---|
| 331 | ], |
---|
| 332 | "description": "Gherkin DSL parser for PHP 5.3", |
---|
| 333 | "homepage": "http://behat.org/", |
---|
| 334 | "keywords": [ |
---|
| 335 | "BDD", |
---|
| 336 | "Behat", |
---|
| 337 | "DSL", |
---|
| 338 | "Symfony2", |
---|
| 339 | "parser" |
---|
| 340 | ], |
---|
[3722] | 341 | "time": "2014-06-06T00:48:18+00:00" |
---|
[2931] | 342 | }, |
---|
| 343 | { |
---|
| 344 | "name": "behat/mink", |
---|
| 345 | "version": "v1.4.3", |
---|
| 346 | "source": { |
---|
| 347 | "type": "git", |
---|
| 348 | "url": "https://github.com/minkphp/Mink.git", |
---|
| 349 | "reference": "0817070a6e2ec9f475fad9bfb81a962c462eb934" |
---|
| 350 | }, |
---|
| 351 | "dist": { |
---|
| 352 | "type": "zip", |
---|
| 353 | "url": "https://api.github.com/repos/minkphp/Mink/zipball/0817070a6e2ec9f475fad9bfb81a962c462eb934", |
---|
| 354 | "reference": "0817070a6e2ec9f475fad9bfb81a962c462eb934", |
---|
| 355 | "shasum": "" |
---|
| 356 | }, |
---|
| 357 | "require": { |
---|
| 358 | "php": ">=5.3.1", |
---|
| 359 | "symfony/css-selector": ">=2.0,<2.4-dev" |
---|
| 360 | }, |
---|
| 361 | "suggest": { |
---|
| 362 | "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", |
---|
| 363 | "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation", |
---|
| 364 | "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", |
---|
| 365 | "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)" |
---|
| 366 | }, |
---|
| 367 | "type": "library", |
---|
| 368 | "extra": { |
---|
| 369 | "branch-alias": { |
---|
| 370 | "dev-develop": "1.4.x-dev" |
---|
| 371 | } |
---|
| 372 | }, |
---|
| 373 | "autoload": { |
---|
| 374 | "psr-0": { |
---|
| 375 | "Behat\\Mink": "src/" |
---|
| 376 | } |
---|
| 377 | }, |
---|
| 378 | "notification-url": "https://packagist.org/downloads/", |
---|
| 379 | "license": [ |
---|
| 380 | "MIT" |
---|
| 381 | ], |
---|
| 382 | "authors": [ |
---|
| 383 | { |
---|
| 384 | "name": "Konstantin Kudryashov", |
---|
| 385 | "email": "ever.zet@gmail.com", |
---|
| 386 | "homepage": "http://everzet.com" |
---|
| 387 | } |
---|
| 388 | ], |
---|
| 389 | "description": "Web acceptance testing framework for PHP 5.3", |
---|
| 390 | "homepage": "http://mink.behat.org/", |
---|
| 391 | "keywords": [ |
---|
| 392 | "browser", |
---|
| 393 | "testing", |
---|
| 394 | "web" |
---|
| 395 | ], |
---|
[3722] | 396 | "time": "2013-03-02T15:53:18+00:00" |
---|
[2931] | 397 | }, |
---|
| 398 | { |
---|
| 399 | "name": "behat/mink-browserkit-driver", |
---|
| 400 | "version": "v1.0.5", |
---|
| 401 | "source": { |
---|
| 402 | "type": "git", |
---|
| 403 | "url": "https://github.com/minkphp/MinkBrowserKitDriver.git", |
---|
| 404 | "reference": "f2771b5fc4dbc233859addf37a7d150852f78418" |
---|
| 405 | }, |
---|
| 406 | "dist": { |
---|
| 407 | "type": "zip", |
---|
| 408 | "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/f2771b5fc4dbc233859addf37a7d150852f78418", |
---|
| 409 | "reference": "f2771b5fc4dbc233859addf37a7d150852f78418", |
---|
| 410 | "shasum": "" |
---|
| 411 | }, |
---|
| 412 | "require": { |
---|
| 413 | "behat/mink": "~1.4.3", |
---|
| 414 | "php": ">=5.3.1", |
---|
| 415 | "symfony/browser-kit": "~2.0", |
---|
| 416 | "symfony/dom-crawler": "~2.0" |
---|
| 417 | }, |
---|
| 418 | "require-dev": { |
---|
| 419 | "silex/silex": "@dev" |
---|
| 420 | }, |
---|
| 421 | "type": "mink-driver", |
---|
| 422 | "extra": { |
---|
| 423 | "branch-alias": { |
---|
| 424 | "dev-master": "1.0.x-dev" |
---|
| 425 | } |
---|
| 426 | }, |
---|
| 427 | "autoload": { |
---|
| 428 | "psr-0": { |
---|
| 429 | "Behat\\Mink\\Driver": "src/" |
---|
| 430 | } |
---|
| 431 | }, |
---|
| 432 | "notification-url": "https://packagist.org/downloads/", |
---|
| 433 | "license": [ |
---|
| 434 | "MIT" |
---|
| 435 | ], |
---|
| 436 | "authors": [ |
---|
| 437 | { |
---|
| 438 | "name": "Konstantin Kudryashov", |
---|
| 439 | "email": "ever.zet@gmail.com", |
---|
| 440 | "homepage": "http://everzet.com" |
---|
| 441 | } |
---|
| 442 | ], |
---|
| 443 | "description": "Symfony2 BrowserKit driver for Mink framework", |
---|
| 444 | "homepage": "http://mink.behat.org/", |
---|
| 445 | "keywords": [ |
---|
| 446 | "Mink", |
---|
| 447 | "Symfony2", |
---|
| 448 | "browser", |
---|
| 449 | "testing" |
---|
| 450 | ], |
---|
[3722] | 451 | "time": "2013-04-13T12:17:15+00:00" |
---|
[2931] | 452 | }, |
---|
| 453 | { |
---|
| 454 | "name": "behat/mink-extension", |
---|
| 455 | "version": "v1.3.1", |
---|
| 456 | "source": { |
---|
| 457 | "type": "git", |
---|
| 458 | "url": "https://github.com/Behat/MinkExtension.git", |
---|
| 459 | "reference": "0642b680b613fdd6cb774debacf65a0d0d1f08e8" |
---|
| 460 | }, |
---|
| 461 | "dist": { |
---|
| 462 | "type": "zip", |
---|
| 463 | "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/0642b680b613fdd6cb774debacf65a0d0d1f08e8", |
---|
| 464 | "reference": "0642b680b613fdd6cb774debacf65a0d0d1f08e8", |
---|
| 465 | "shasum": "" |
---|
| 466 | }, |
---|
| 467 | "require": { |
---|
| 468 | "behat/behat": "~2.5.0", |
---|
| 469 | "behat/mink": ">=1.4.3,<1.6-dev", |
---|
| 470 | "php": ">=5.3.2", |
---|
| 471 | "symfony/config": "~2.2" |
---|
| 472 | }, |
---|
| 473 | "require-dev": { |
---|
| 474 | "behat/mink-goutte-driver": "~1.0" |
---|
| 475 | }, |
---|
| 476 | "type": "behat-extension", |
---|
| 477 | "autoload": { |
---|
| 478 | "psr-0": { |
---|
| 479 | "Behat\\MinkExtension": "src/" |
---|
| 480 | } |
---|
| 481 | }, |
---|
| 482 | "notification-url": "https://packagist.org/downloads/", |
---|
| 483 | "license": [ |
---|
| 484 | "MIT" |
---|
| 485 | ], |
---|
| 486 | "authors": [ |
---|
| 487 | { |
---|
| 488 | "name": "Konstantin Kudryashov", |
---|
| 489 | "email": "ever.zet@gmail.com", |
---|
| 490 | "homepage": "http://everzet.com" |
---|
| 491 | } |
---|
| 492 | ], |
---|
| 493 | "description": "Mink extension for Behat", |
---|
| 494 | "homepage": "http://mink.behat.org", |
---|
| 495 | "keywords": [ |
---|
| 496 | "browser", |
---|
| 497 | "gui", |
---|
| 498 | "test", |
---|
| 499 | "web" |
---|
| 500 | ], |
---|
[3722] | 501 | "time": "2014-04-27T11:55:27+00:00" |
---|
[2931] | 502 | }, |
---|
| 503 | { |
---|
| 504 | "name": "behat/mink-goutte-driver", |
---|
| 505 | "version": "v1.0.9", |
---|
| 506 | "source": { |
---|
| 507 | "type": "git", |
---|
| 508 | "url": "https://github.com/minkphp/MinkGoutteDriver.git", |
---|
| 509 | "reference": "fa1b073b48761464feb0b05e6825da44b20118d8" |
---|
| 510 | }, |
---|
| 511 | "dist": { |
---|
| 512 | "type": "zip", |
---|
| 513 | "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/fa1b073b48761464feb0b05e6825da44b20118d8", |
---|
| 514 | "reference": "fa1b073b48761464feb0b05e6825da44b20118d8", |
---|
| 515 | "shasum": "" |
---|
| 516 | }, |
---|
| 517 | "require": { |
---|
| 518 | "behat/mink-browserkit-driver": ">=1.0.5,<1.2.0", |
---|
| 519 | "fabpot/goutte": "~1.0.1", |
---|
| 520 | "php": ">=5.3.1" |
---|
| 521 | }, |
---|
| 522 | "type": "mink-driver", |
---|
| 523 | "extra": { |
---|
| 524 | "branch-alias": { |
---|
| 525 | "dev-master": "1.0.x-dev" |
---|
| 526 | } |
---|
| 527 | }, |
---|
| 528 | "autoload": { |
---|
| 529 | "psr-0": { |
---|
| 530 | "Behat\\Mink\\Driver": "src/" |
---|
| 531 | } |
---|
| 532 | }, |
---|
| 533 | "notification-url": "https://packagist.org/downloads/", |
---|
| 534 | "license": [ |
---|
| 535 | "MIT" |
---|
| 536 | ], |
---|
| 537 | "authors": [ |
---|
| 538 | { |
---|
| 539 | "name": "Konstantin Kudryashov", |
---|
| 540 | "email": "ever.zet@gmail.com", |
---|
| 541 | "homepage": "http://everzet.com" |
---|
| 542 | } |
---|
| 543 | ], |
---|
| 544 | "description": "Goutte driver for Mink framework", |
---|
| 545 | "homepage": "http://mink.behat.org/", |
---|
| 546 | "keywords": [ |
---|
| 547 | "browser", |
---|
| 548 | "goutte", |
---|
| 549 | "headless", |
---|
| 550 | "testing" |
---|
| 551 | ], |
---|
[3722] | 552 | "time": "2013-07-03T18:43:54+00:00" |
---|
[2931] | 553 | }, |
---|
| 554 | { |
---|
| 555 | "name": "doctrine/instantiator", |
---|
| 556 | "version": "dev-master", |
---|
| 557 | "source": { |
---|
| 558 | "type": "git", |
---|
| 559 | "url": "https://github.com/doctrine/instantiator.git", |
---|
[3722] | 560 | "reference": "dcbbb92ee8534a4244559f3b0e5702dd30b43f47" |
---|
[2931] | 561 | }, |
---|
| 562 | "dist": { |
---|
| 563 | "type": "zip", |
---|
[3722] | 564 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/dcbbb92ee8534a4244559f3b0e5702dd30b43f47", |
---|
| 565 | "reference": "dcbbb92ee8534a4244559f3b0e5702dd30b43f47", |
---|
[2931] | 566 | "shasum": "" |
---|
| 567 | }, |
---|
| 568 | "require": { |
---|
[3722] | 569 | "php": "^7.1" |
---|
[2931] | 570 | }, |
---|
| 571 | "require-dev": { |
---|
[3722] | 572 | "doctrine/coding-standard": "~2.1.0", |
---|
[2931] | 573 | "ext-pdo": "*", |
---|
| 574 | "ext-phar": "*", |
---|
[3722] | 575 | "phpunit/phpunit": "^6.5.5" |
---|
[2931] | 576 | }, |
---|
| 577 | "type": "library", |
---|
| 578 | "extra": { |
---|
| 579 | "branch-alias": { |
---|
[3722] | 580 | "dev-master": "1.2.x-dev" |
---|
[2931] | 581 | } |
---|
| 582 | }, |
---|
| 583 | "autoload": { |
---|
| 584 | "psr-4": { |
---|
| 585 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
---|
| 586 | } |
---|
| 587 | }, |
---|
| 588 | "notification-url": "https://packagist.org/downloads/", |
---|
| 589 | "license": [ |
---|
| 590 | "MIT" |
---|
| 591 | ], |
---|
| 592 | "authors": [ |
---|
| 593 | { |
---|
| 594 | "name": "Marco Pivetta", |
---|
| 595 | "email": "ocramius@gmail.com", |
---|
| 596 | "homepage": "http://ocramius.github.com/" |
---|
| 597 | } |
---|
| 598 | ], |
---|
| 599 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
---|
| 600 | "homepage": "https://github.com/doctrine/instantiator", |
---|
| 601 | "keywords": [ |
---|
| 602 | "constructor", |
---|
| 603 | "instantiate" |
---|
| 604 | ], |
---|
[3722] | 605 | "time": "2018-01-29T06:31:30+00:00" |
---|
[2931] | 606 | }, |
---|
| 607 | { |
---|
| 608 | "name": "fabpot/goutte", |
---|
| 609 | "version": "1.0.x-dev", |
---|
| 610 | "source": { |
---|
| 611 | "type": "git", |
---|
| 612 | "url": "https://github.com/FriendsOfPHP/Goutte.git", |
---|
| 613 | "reference": "794b196e76bdd37b5155cdecbad311f0a3b07625" |
---|
| 614 | }, |
---|
| 615 | "dist": { |
---|
| 616 | "type": "zip", |
---|
| 617 | "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/794b196e76bdd37b5155cdecbad311f0a3b07625", |
---|
| 618 | "reference": "794b196e76bdd37b5155cdecbad311f0a3b07625", |
---|
| 619 | "shasum": "" |
---|
| 620 | }, |
---|
| 621 | "require": { |
---|
| 622 | "ext-curl": "*", |
---|
| 623 | "guzzle/http": "~3.1", |
---|
| 624 | "php": ">=5.3.0", |
---|
| 625 | "symfony/browser-kit": "~2.1", |
---|
| 626 | "symfony/css-selector": "~2.1", |
---|
| 627 | "symfony/dom-crawler": "~2.1", |
---|
| 628 | "symfony/finder": "~2.1", |
---|
| 629 | "symfony/process": "~2.1" |
---|
| 630 | }, |
---|
| 631 | "require-dev": { |
---|
| 632 | "guzzle/plugin-history": "~3.1", |
---|
| 633 | "guzzle/plugin-mock": "~3.1" |
---|
| 634 | }, |
---|
| 635 | "type": "application", |
---|
| 636 | "extra": { |
---|
| 637 | "branch-alias": { |
---|
| 638 | "dev-master": "1.0-dev" |
---|
| 639 | } |
---|
| 640 | }, |
---|
| 641 | "autoload": { |
---|
| 642 | "psr-0": { |
---|
| 643 | "Goutte": "." |
---|
| 644 | } |
---|
| 645 | }, |
---|
| 646 | "notification-url": "https://packagist.org/downloads/", |
---|
| 647 | "license": [ |
---|
| 648 | "MIT" |
---|
| 649 | ], |
---|
| 650 | "authors": [ |
---|
| 651 | { |
---|
| 652 | "name": "Fabien Potencier", |
---|
| 653 | "email": "fabien@symfony.com" |
---|
| 654 | } |
---|
| 655 | ], |
---|
| 656 | "description": "A simple PHP Web Scraper", |
---|
| 657 | "homepage": "https://github.com/fabpot/Goutte", |
---|
| 658 | "keywords": [ |
---|
| 659 | "scraper" |
---|
| 660 | ], |
---|
[3722] | 661 | "time": "2014-10-09T15:52:51+00:00" |
---|
[2931] | 662 | }, |
---|
| 663 | { |
---|
| 664 | "name": "fzaninotto/faker", |
---|
| 665 | "version": "dev-master", |
---|
| 666 | "source": { |
---|
| 667 | "type": "git", |
---|
| 668 | "url": "https://github.com/fzaninotto/Faker.git", |
---|
[3722] | 669 | "reference": "5dce1159142a1ba0fcab4672cb295bf7d8f98824" |
---|
[2931] | 670 | }, |
---|
| 671 | "dist": { |
---|
| 672 | "type": "zip", |
---|
[3722] | 673 | "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/5dce1159142a1ba0fcab4672cb295bf7d8f98824", |
---|
| 674 | "reference": "5dce1159142a1ba0fcab4672cb295bf7d8f98824", |
---|
[2931] | 675 | "shasum": "" |
---|
| 676 | }, |
---|
| 677 | "require": { |
---|
[3722] | 678 | "php": "^5.3.3 || ^7.0" |
---|
[2931] | 679 | }, |
---|
| 680 | "require-dev": { |
---|
[3722] | 681 | "ext-intl": "*", |
---|
| 682 | "phpunit/phpunit": "^4.8.35 || ^5.7", |
---|
| 683 | "squizlabs/php_codesniffer": "^1.5" |
---|
[2931] | 684 | }, |
---|
| 685 | "type": "library", |
---|
| 686 | "extra": { |
---|
| 687 | "branch-alias": { |
---|
[3722] | 688 | "dev-master": "1.8-dev" |
---|
[2931] | 689 | } |
---|
| 690 | }, |
---|
| 691 | "autoload": { |
---|
| 692 | "psr-4": { |
---|
| 693 | "Faker\\": "src/Faker/" |
---|
| 694 | } |
---|
| 695 | }, |
---|
| 696 | "notification-url": "https://packagist.org/downloads/", |
---|
| 697 | "license": [ |
---|
| 698 | "MIT" |
---|
| 699 | ], |
---|
| 700 | "authors": [ |
---|
| 701 | { |
---|
| 702 | "name": "François Zaninotto" |
---|
| 703 | } |
---|
| 704 | ], |
---|
| 705 | "description": "Faker is a PHP library that generates fake data for you.", |
---|
| 706 | "keywords": [ |
---|
| 707 | "data", |
---|
| 708 | "faker", |
---|
| 709 | "fixtures" |
---|
| 710 | ], |
---|
[3722] | 711 | "time": "2018-02-14T13:50:47+00:00" |
---|
[2931] | 712 | }, |
---|
| 713 | { |
---|
| 714 | "name": "guzzle/common", |
---|
| 715 | "version": "v3.9.2", |
---|
| 716 | "target-dir": "Guzzle/Common", |
---|
| 717 | "source": { |
---|
| 718 | "type": "git", |
---|
[3722] | 719 | "url": "https://github.com/Guzzle3/common.git", |
---|
[2931] | 720 | "reference": "2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc" |
---|
| 721 | }, |
---|
| 722 | "dist": { |
---|
| 723 | "type": "zip", |
---|
[3722] | 724 | "url": "https://api.github.com/repos/Guzzle3/common/zipball/2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc", |
---|
[2931] | 725 | "reference": "2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc", |
---|
| 726 | "shasum": "" |
---|
| 727 | }, |
---|
| 728 | "require": { |
---|
| 729 | "php": ">=5.3.2", |
---|
| 730 | "symfony/event-dispatcher": ">=2.1" |
---|
| 731 | }, |
---|
| 732 | "type": "library", |
---|
| 733 | "extra": { |
---|
| 734 | "branch-alias": { |
---|
| 735 | "dev-master": "3.7-dev" |
---|
| 736 | } |
---|
| 737 | }, |
---|
| 738 | "autoload": { |
---|
| 739 | "psr-0": { |
---|
| 740 | "Guzzle\\Common": "" |
---|
| 741 | } |
---|
| 742 | }, |
---|
| 743 | "notification-url": "https://packagist.org/downloads/", |
---|
| 744 | "license": [ |
---|
| 745 | "MIT" |
---|
| 746 | ], |
---|
| 747 | "description": "Common libraries used by Guzzle", |
---|
| 748 | "homepage": "http://guzzlephp.org/", |
---|
| 749 | "keywords": [ |
---|
| 750 | "collection", |
---|
| 751 | "common", |
---|
| 752 | "event", |
---|
| 753 | "exception" |
---|
| 754 | ], |
---|
[3722] | 755 | "abandoned": "guzzle/guzzle", |
---|
| 756 | "time": "2014-08-11T04:32:36+00:00" |
---|
[2931] | 757 | }, |
---|
| 758 | { |
---|
| 759 | "name": "guzzle/http", |
---|
| 760 | "version": "v3.9.2", |
---|
| 761 | "target-dir": "Guzzle/Http", |
---|
| 762 | "source": { |
---|
| 763 | "type": "git", |
---|
[3722] | 764 | "url": "https://github.com/Guzzle3/http.git", |
---|
[2931] | 765 | "reference": "1e8dd1e2ba9dc42332396f39fbfab950b2301dc5" |
---|
| 766 | }, |
---|
| 767 | "dist": { |
---|
| 768 | "type": "zip", |
---|
[3722] | 769 | "url": "https://api.github.com/repos/Guzzle3/http/zipball/1e8dd1e2ba9dc42332396f39fbfab950b2301dc5", |
---|
[2931] | 770 | "reference": "1e8dd1e2ba9dc42332396f39fbfab950b2301dc5", |
---|
| 771 | "shasum": "" |
---|
| 772 | }, |
---|
| 773 | "require": { |
---|
| 774 | "guzzle/common": "self.version", |
---|
| 775 | "guzzle/parser": "self.version", |
---|
| 776 | "guzzle/stream": "self.version", |
---|
| 777 | "php": ">=5.3.2" |
---|
| 778 | }, |
---|
| 779 | "suggest": { |
---|
| 780 | "ext-curl": "*" |
---|
| 781 | }, |
---|
| 782 | "type": "library", |
---|
| 783 | "extra": { |
---|
| 784 | "branch-alias": { |
---|
| 785 | "dev-master": "3.7-dev" |
---|
| 786 | } |
---|
| 787 | }, |
---|
| 788 | "autoload": { |
---|
| 789 | "psr-0": { |
---|
| 790 | "Guzzle\\Http": "" |
---|
| 791 | } |
---|
| 792 | }, |
---|
| 793 | "notification-url": "https://packagist.org/downloads/", |
---|
| 794 | "license": [ |
---|
| 795 | "MIT" |
---|
| 796 | ], |
---|
| 797 | "authors": [ |
---|
| 798 | { |
---|
| 799 | "name": "Michael Dowling", |
---|
| 800 | "email": "mtdowling@gmail.com", |
---|
| 801 | "homepage": "https://github.com/mtdowling" |
---|
| 802 | } |
---|
| 803 | ], |
---|
| 804 | "description": "HTTP libraries used by Guzzle", |
---|
| 805 | "homepage": "http://guzzlephp.org/", |
---|
| 806 | "keywords": [ |
---|
| 807 | "Guzzle", |
---|
| 808 | "client", |
---|
| 809 | "curl", |
---|
| 810 | "http", |
---|
| 811 | "http client" |
---|
| 812 | ], |
---|
[3722] | 813 | "abandoned": "guzzle/guzzle", |
---|
| 814 | "time": "2014-08-11T04:32:36+00:00" |
---|
[2931] | 815 | }, |
---|
| 816 | { |
---|
| 817 | "name": "guzzle/parser", |
---|
| 818 | "version": "v3.9.2", |
---|
| 819 | "target-dir": "Guzzle/Parser", |
---|
| 820 | "source": { |
---|
| 821 | "type": "git", |
---|
[3722] | 822 | "url": "https://github.com/Guzzle3/parser.git", |
---|
[2931] | 823 | "reference": "6874d171318a8e93eb6d224cf85e4678490b625c" |
---|
| 824 | }, |
---|
| 825 | "dist": { |
---|
| 826 | "type": "zip", |
---|
[3722] | 827 | "url": "https://api.github.com/repos/Guzzle3/parser/zipball/6874d171318a8e93eb6d224cf85e4678490b625c", |
---|
[2931] | 828 | "reference": "6874d171318a8e93eb6d224cf85e4678490b625c", |
---|
| 829 | "shasum": "" |
---|
| 830 | }, |
---|
| 831 | "require": { |
---|
| 832 | "php": ">=5.3.2" |
---|
| 833 | }, |
---|
| 834 | "type": "library", |
---|
| 835 | "extra": { |
---|
| 836 | "branch-alias": { |
---|
| 837 | "dev-master": "3.7-dev" |
---|
| 838 | } |
---|
| 839 | }, |
---|
| 840 | "autoload": { |
---|
| 841 | "psr-0": { |
---|
| 842 | "Guzzle\\Parser": "" |
---|
| 843 | } |
---|
| 844 | }, |
---|
| 845 | "notification-url": "https://packagist.org/downloads/", |
---|
| 846 | "license": [ |
---|
| 847 | "MIT" |
---|
| 848 | ], |
---|
| 849 | "description": "Interchangeable parsers used by Guzzle", |
---|
| 850 | "homepage": "http://guzzlephp.org/", |
---|
| 851 | "keywords": [ |
---|
| 852 | "URI Template", |
---|
| 853 | "cookie", |
---|
| 854 | "http", |
---|
| 855 | "message", |
---|
| 856 | "url" |
---|
| 857 | ], |
---|
[3722] | 858 | "abandoned": "guzzle/guzzle", |
---|
| 859 | "time": "2014-02-05T18:29:46+00:00" |
---|
[2931] | 860 | }, |
---|
| 861 | { |
---|
| 862 | "name": "guzzle/stream", |
---|
| 863 | "version": "v3.9.2", |
---|
| 864 | "target-dir": "Guzzle/Stream", |
---|
| 865 | "source": { |
---|
| 866 | "type": "git", |
---|
[3722] | 867 | "url": "https://github.com/Guzzle3/stream.git", |
---|
[2931] | 868 | "reference": "60c7fed02e98d2c518dae8f97874c8f4622100f0" |
---|
| 869 | }, |
---|
| 870 | "dist": { |
---|
| 871 | "type": "zip", |
---|
[3722] | 872 | "url": "https://api.github.com/repos/Guzzle3/stream/zipball/60c7fed02e98d2c518dae8f97874c8f4622100f0", |
---|
[2931] | 873 | "reference": "60c7fed02e98d2c518dae8f97874c8f4622100f0", |
---|
| 874 | "shasum": "" |
---|
| 875 | }, |
---|
| 876 | "require": { |
---|
| 877 | "guzzle/common": "self.version", |
---|
| 878 | "php": ">=5.3.2" |
---|
| 879 | }, |
---|
| 880 | "suggest": { |
---|
| 881 | "guzzle/http": "To convert Guzzle request objects to PHP streams" |
---|
| 882 | }, |
---|
| 883 | "type": "library", |
---|
| 884 | "extra": { |
---|
| 885 | "branch-alias": { |
---|
| 886 | "dev-master": "3.7-dev" |
---|
| 887 | } |
---|
| 888 | }, |
---|
| 889 | "autoload": { |
---|
| 890 | "psr-0": { |
---|
| 891 | "Guzzle\\Stream": "" |
---|
| 892 | } |
---|
| 893 | }, |
---|
| 894 | "notification-url": "https://packagist.org/downloads/", |
---|
| 895 | "license": [ |
---|
| 896 | "MIT" |
---|
| 897 | ], |
---|
| 898 | "authors": [ |
---|
| 899 | { |
---|
| 900 | "name": "Michael Dowling", |
---|
| 901 | "email": "mtdowling@gmail.com", |
---|
| 902 | "homepage": "https://github.com/mtdowling" |
---|
| 903 | } |
---|
| 904 | ], |
---|
| 905 | "description": "Guzzle stream wrapper component", |
---|
| 906 | "homepage": "http://guzzlephp.org/", |
---|
| 907 | "keywords": [ |
---|
| 908 | "Guzzle", |
---|
| 909 | "component", |
---|
| 910 | "stream" |
---|
| 911 | ], |
---|
[3722] | 912 | "abandoned": "guzzle/guzzle", |
---|
| 913 | "time": "2014-05-01T21:36:02+00:00" |
---|
[2931] | 914 | }, |
---|
| 915 | { |
---|
[3722] | 916 | "name": "phpdocumentor/reflection-common", |
---|
[2931] | 917 | "version": "dev-master", |
---|
| 918 | "source": { |
---|
| 919 | "type": "git", |
---|
[3722] | 920 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
---|
| 921 | "reference": "81339187a96c6fdb70cd876b129891f8ca501508" |
---|
[2931] | 922 | }, |
---|
| 923 | "dist": { |
---|
| 924 | "type": "zip", |
---|
[3722] | 925 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/81339187a96c6fdb70cd876b129891f8ca501508", |
---|
| 926 | "reference": "81339187a96c6fdb70cd876b129891f8ca501508", |
---|
[2931] | 927 | "shasum": "" |
---|
| 928 | }, |
---|
| 929 | "require": { |
---|
[3722] | 930 | "php": ">=7.1" |
---|
[2931] | 931 | }, |
---|
| 932 | "require-dev": { |
---|
[3722] | 933 | "phpunit/phpunit": "^6" |
---|
[2931] | 934 | }, |
---|
| 935 | "type": "library", |
---|
| 936 | "extra": { |
---|
| 937 | "branch-alias": { |
---|
[3722] | 938 | "dev-master": "2.x-dev" |
---|
[2931] | 939 | } |
---|
| 940 | }, |
---|
| 941 | "autoload": { |
---|
[3722] | 942 | "psr-4": { |
---|
| 943 | "phpDocumentor\\Reflection\\": [ |
---|
| 944 | "src" |
---|
[2931] | 945 | ] |
---|
| 946 | } |
---|
| 947 | }, |
---|
| 948 | "notification-url": "https://packagist.org/downloads/", |
---|
| 949 | "license": [ |
---|
| 950 | "MIT" |
---|
| 951 | ], |
---|
| 952 | "authors": [ |
---|
| 953 | { |
---|
[3722] | 954 | "name": "Jaap van Otterdijk", |
---|
| 955 | "email": "opensource@ijaap.nl" |
---|
[2931] | 956 | } |
---|
| 957 | ], |
---|
[3722] | 958 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
---|
| 959 | "homepage": "http://www.phpdoc.org", |
---|
| 960 | "keywords": [ |
---|
| 961 | "FQSEN", |
---|
| 962 | "phpDocumentor", |
---|
| 963 | "phpdoc", |
---|
| 964 | "reflection", |
---|
| 965 | "static analysis" |
---|
| 966 | ], |
---|
| 967 | "time": "2018-02-14T18:58:54+00:00" |
---|
| 968 | }, |
---|
| 969 | { |
---|
| 970 | "name": "phpdocumentor/reflection-docblock", |
---|
| 971 | "version": "dev-master", |
---|
| 972 | "source": { |
---|
| 973 | "type": "git", |
---|
| 974 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
---|
| 975 | "reference": "182609736818dc750d42470c0be2a5ed74bad3bd" |
---|
| 976 | }, |
---|
| 977 | "dist": { |
---|
| 978 | "type": "zip", |
---|
| 979 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/182609736818dc750d42470c0be2a5ed74bad3bd", |
---|
| 980 | "reference": "182609736818dc750d42470c0be2a5ed74bad3bd", |
---|
| 981 | "shasum": "" |
---|
| 982 | }, |
---|
| 983 | "require": { |
---|
| 984 | "php": ">=7.1", |
---|
| 985 | "phpdocumentor/type-resolver": "^0", |
---|
| 986 | "webmozart/assert": "^1" |
---|
| 987 | }, |
---|
| 988 | "require-dev": { |
---|
| 989 | "doctrine/instantiator": "^1", |
---|
| 990 | "mockery/mockery": "^1" |
---|
| 991 | }, |
---|
| 992 | "type": "library", |
---|
| 993 | "extra": { |
---|
| 994 | "branch-alias": { |
---|
| 995 | "dev-master": "4.x-dev" |
---|
| 996 | } |
---|
| 997 | }, |
---|
| 998 | "autoload": { |
---|
| 999 | "psr-4": { |
---|
| 1000 | "phpDocumentor\\Reflection\\": "src" |
---|
| 1001 | } |
---|
| 1002 | }, |
---|
| 1003 | "notification-url": "https://packagist.org/downloads/", |
---|
| 1004 | "license": [ |
---|
| 1005 | "MIT" |
---|
| 1006 | ], |
---|
| 1007 | "authors": [ |
---|
| 1008 | { |
---|
| 1009 | "name": "Mike van Riel", |
---|
| 1010 | "email": "me@mikevanriel.com" |
---|
| 1011 | } |
---|
| 1012 | ], |
---|
| 1013 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
---|
| 1014 | "time": "2018-02-14T19:00:58+00:00" |
---|
| 1015 | }, |
---|
| 1016 | { |
---|
| 1017 | "name": "phpdocumentor/type-resolver", |
---|
| 1018 | "version": "dev-master", |
---|
| 1019 | "source": { |
---|
| 1020 | "type": "git", |
---|
| 1021 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
---|
| 1022 | "reference": "69bf1b199584f2004365a150c2e6cfbe852b6d66" |
---|
| 1023 | }, |
---|
| 1024 | "dist": { |
---|
| 1025 | "type": "zip", |
---|
| 1026 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/69bf1b199584f2004365a150c2e6cfbe852b6d66", |
---|
| 1027 | "reference": "69bf1b199584f2004365a150c2e6cfbe852b6d66", |
---|
| 1028 | "shasum": "" |
---|
| 1029 | }, |
---|
| 1030 | "require": { |
---|
| 1031 | "php": ">=7.1", |
---|
| 1032 | "phpdocumentor/reflection-common": "^2" |
---|
| 1033 | }, |
---|
| 1034 | "require-dev": { |
---|
| 1035 | "mockery/mockery": "^1.0", |
---|
| 1036 | "phpunit/phpunit": "^6.5" |
---|
| 1037 | }, |
---|
| 1038 | "type": "library", |
---|
| 1039 | "extra": { |
---|
| 1040 | "branch-alias": { |
---|
| 1041 | "dev-master": "0.x-dev" |
---|
| 1042 | } |
---|
| 1043 | }, |
---|
| 1044 | "autoload": { |
---|
| 1045 | "psr-4": { |
---|
| 1046 | "phpDocumentor\\Reflection\\": "src" |
---|
| 1047 | } |
---|
| 1048 | }, |
---|
| 1049 | "notification-url": "https://packagist.org/downloads/", |
---|
| 1050 | "license": [ |
---|
| 1051 | "MIT" |
---|
| 1052 | ], |
---|
| 1053 | "authors": [ |
---|
| 1054 | { |
---|
| 1055 | "name": "Mike van Riel", |
---|
| 1056 | "email": "me@mikevanriel.com" |
---|
| 1057 | } |
---|
| 1058 | ], |
---|
| 1059 | "time": "2018-02-14T18:59:20+00:00" |
---|
[2931] | 1060 | }, |
---|
| 1061 | { |
---|
| 1062 | "name": "phpspec/prophecy", |
---|
| 1063 | "version": "dev-master", |
---|
| 1064 | "source": { |
---|
| 1065 | "type": "git", |
---|
| 1066 | "url": "https://github.com/phpspec/prophecy.git", |
---|
[3722] | 1067 | "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401" |
---|
[2931] | 1068 | }, |
---|
| 1069 | "dist": { |
---|
| 1070 | "type": "zip", |
---|
[3722] | 1071 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401", |
---|
| 1072 | "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401", |
---|
[2931] | 1073 | "shasum": "" |
---|
| 1074 | }, |
---|
| 1075 | "require": { |
---|
| 1076 | "doctrine/instantiator": "^1.0.2", |
---|
[3722] | 1077 | "php": "^5.3|^7.0", |
---|
| 1078 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", |
---|
| 1079 | "sebastian/comparator": "^1.1|^2.0", |
---|
| 1080 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
---|
[2931] | 1081 | }, |
---|
| 1082 | "require-dev": { |
---|
[3722] | 1083 | "phpspec/phpspec": "^2.5|^3.2", |
---|
| 1084 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" |
---|
[2931] | 1085 | }, |
---|
| 1086 | "type": "library", |
---|
| 1087 | "extra": { |
---|
| 1088 | "branch-alias": { |
---|
[3722] | 1089 | "dev-master": "1.7.x-dev" |
---|
[2931] | 1090 | } |
---|
| 1091 | }, |
---|
| 1092 | "autoload": { |
---|
| 1093 | "psr-0": { |
---|
| 1094 | "Prophecy\\": "src/" |
---|
| 1095 | } |
---|
| 1096 | }, |
---|
| 1097 | "notification-url": "https://packagist.org/downloads/", |
---|
| 1098 | "license": [ |
---|
| 1099 | "MIT" |
---|
| 1100 | ], |
---|
| 1101 | "authors": [ |
---|
| 1102 | { |
---|
| 1103 | "name": "Konstantin Kudryashov", |
---|
| 1104 | "email": "ever.zet@gmail.com", |
---|
| 1105 | "homepage": "http://everzet.com" |
---|
| 1106 | }, |
---|
| 1107 | { |
---|
| 1108 | "name": "Marcello Duarte", |
---|
| 1109 | "email": "marcello.duarte@gmail.com" |
---|
| 1110 | } |
---|
| 1111 | ], |
---|
| 1112 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
---|
| 1113 | "homepage": "https://github.com/phpspec/prophecy", |
---|
| 1114 | "keywords": [ |
---|
| 1115 | "Double", |
---|
| 1116 | "Dummy", |
---|
| 1117 | "fake", |
---|
| 1118 | "mock", |
---|
| 1119 | "spy", |
---|
| 1120 | "stub" |
---|
| 1121 | ], |
---|
[3722] | 1122 | "time": "2018-02-19T10:16:54+00:00" |
---|
[2931] | 1123 | }, |
---|
| 1124 | { |
---|
| 1125 | "name": "phpunit/php-code-coverage", |
---|
[3722] | 1126 | "version": "2.2.x-dev", |
---|
[2931] | 1127 | "source": { |
---|
| 1128 | "type": "git", |
---|
| 1129 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
---|
[3722] | 1130 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" |
---|
[2931] | 1131 | }, |
---|
| 1132 | "dist": { |
---|
| 1133 | "type": "zip", |
---|
[3722] | 1134 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
---|
| 1135 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
---|
[2931] | 1136 | "shasum": "" |
---|
| 1137 | }, |
---|
| 1138 | "require": { |
---|
| 1139 | "php": ">=5.3.3", |
---|
| 1140 | "phpunit/php-file-iterator": "~1.3", |
---|
| 1141 | "phpunit/php-text-template": "~1.2", |
---|
| 1142 | "phpunit/php-token-stream": "~1.3", |
---|
[3722] | 1143 | "sebastian/environment": "^1.3.2", |
---|
[2931] | 1144 | "sebastian/version": "~1.0" |
---|
| 1145 | }, |
---|
| 1146 | "require-dev": { |
---|
| 1147 | "ext-xdebug": ">=2.1.4", |
---|
| 1148 | "phpunit/phpunit": "~4" |
---|
| 1149 | }, |
---|
| 1150 | "suggest": { |
---|
| 1151 | "ext-dom": "*", |
---|
| 1152 | "ext-xdebug": ">=2.2.1", |
---|
| 1153 | "ext-xmlwriter": "*" |
---|
| 1154 | }, |
---|
| 1155 | "type": "library", |
---|
| 1156 | "extra": { |
---|
| 1157 | "branch-alias": { |
---|
[3722] | 1158 | "dev-master": "2.2.x-dev" |
---|
[2931] | 1159 | } |
---|
| 1160 | }, |
---|
| 1161 | "autoload": { |
---|
| 1162 | "classmap": [ |
---|
| 1163 | "src/" |
---|
| 1164 | ] |
---|
| 1165 | }, |
---|
| 1166 | "notification-url": "https://packagist.org/downloads/", |
---|
| 1167 | "license": [ |
---|
| 1168 | "BSD-3-Clause" |
---|
| 1169 | ], |
---|
| 1170 | "authors": [ |
---|
| 1171 | { |
---|
| 1172 | "name": "Sebastian Bergmann", |
---|
| 1173 | "email": "sb@sebastian-bergmann.de", |
---|
| 1174 | "role": "lead" |
---|
| 1175 | } |
---|
| 1176 | ], |
---|
| 1177 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
---|
| 1178 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
---|
| 1179 | "keywords": [ |
---|
| 1180 | "coverage", |
---|
| 1181 | "testing", |
---|
| 1182 | "xunit" |
---|
| 1183 | ], |
---|
[3722] | 1184 | "time": "2015-10-06T15:47:00+00:00" |
---|
[2931] | 1185 | }, |
---|
| 1186 | { |
---|
| 1187 | "name": "phpunit/php-file-iterator", |
---|
[3722] | 1188 | "version": "1.4.x-dev", |
---|
[2931] | 1189 | "source": { |
---|
| 1190 | "type": "git", |
---|
| 1191 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
---|
[3722] | 1192 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" |
---|
[2931] | 1193 | }, |
---|
| 1194 | "dist": { |
---|
| 1195 | "type": "zip", |
---|
[3722] | 1196 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", |
---|
| 1197 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", |
---|
[2931] | 1198 | "shasum": "" |
---|
| 1199 | }, |
---|
| 1200 | "require": { |
---|
| 1201 | "php": ">=5.3.3" |
---|
| 1202 | }, |
---|
| 1203 | "type": "library", |
---|
[3722] | 1204 | "extra": { |
---|
| 1205 | "branch-alias": { |
---|
| 1206 | "dev-master": "1.4.x-dev" |
---|
| 1207 | } |
---|
| 1208 | }, |
---|
[2931] | 1209 | "autoload": { |
---|
| 1210 | "classmap": [ |
---|
[3722] | 1211 | "src/" |
---|
[2931] | 1212 | ] |
---|
| 1213 | }, |
---|
| 1214 | "notification-url": "https://packagist.org/downloads/", |
---|
| 1215 | "license": [ |
---|
| 1216 | "BSD-3-Clause" |
---|
| 1217 | ], |
---|
| 1218 | "authors": [ |
---|
| 1219 | { |
---|
| 1220 | "name": "Sebastian Bergmann", |
---|
| 1221 | "email": "sb@sebastian-bergmann.de", |
---|
| 1222 | "role": "lead" |
---|
| 1223 | } |
---|
| 1224 | ], |
---|
| 1225 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
---|
| 1226 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
---|
| 1227 | "keywords": [ |
---|
| 1228 | "filesystem", |
---|
| 1229 | "iterator" |
---|
| 1230 | ], |
---|
[3722] | 1231 | "time": "2017-11-27T13:52:08+00:00" |
---|
[2931] | 1232 | }, |
---|
| 1233 | { |
---|
| 1234 | "name": "phpunit/php-text-template", |
---|
[3722] | 1235 | "version": "1.2.1", |
---|
[2931] | 1236 | "source": { |
---|
| 1237 | "type": "git", |
---|
| 1238 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
---|
[3722] | 1239 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
---|
[2931] | 1240 | }, |
---|
| 1241 | "dist": { |
---|
| 1242 | "type": "zip", |
---|
[3722] | 1243 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
---|
| 1244 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
---|
[2931] | 1245 | "shasum": "" |
---|
| 1246 | }, |
---|
| 1247 | "require": { |
---|
| 1248 | "php": ">=5.3.3" |
---|
| 1249 | }, |
---|
| 1250 | "type": "library", |
---|
| 1251 | "autoload": { |
---|
| 1252 | "classmap": [ |
---|
[3722] | 1253 | "src/" |
---|
[2931] | 1254 | ] |
---|
| 1255 | }, |
---|
| 1256 | "notification-url": "https://packagist.org/downloads/", |
---|
| 1257 | "license": [ |
---|
| 1258 | "BSD-3-Clause" |
---|
| 1259 | ], |
---|
| 1260 | "authors": [ |
---|
| 1261 | { |
---|
| 1262 | "name": "Sebastian Bergmann", |
---|
[3722] | 1263 | "email": "sebastian@phpunit.de", |
---|
[2931] | 1264 | "role": "lead" |
---|
| 1265 | } |
---|
| 1266 | ], |
---|
| 1267 | "description": "Simple template engine.", |
---|
| 1268 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
---|
| 1269 | "keywords": [ |
---|
| 1270 | "template" |
---|
| 1271 | ], |
---|
[3722] | 1272 | "time": "2015-06-21T13:50:34+00:00" |
---|
[2931] | 1273 | }, |
---|
| 1274 | { |
---|
| 1275 | "name": "phpunit/php-timer", |
---|
[3722] | 1276 | "version": "1.0.x-dev", |
---|
[2931] | 1277 | "source": { |
---|
| 1278 | "type": "git", |
---|
| 1279 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
---|
[3722] | 1280 | "reference": "9513098641797ce5f459dbc1de5a54c29b0ec1fb" |
---|
[2931] | 1281 | }, |
---|
| 1282 | "dist": { |
---|
| 1283 | "type": "zip", |
---|
[3722] | 1284 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/9513098641797ce5f459dbc1de5a54c29b0ec1fb", |
---|
| 1285 | "reference": "9513098641797ce5f459dbc1de5a54c29b0ec1fb", |
---|
[2931] | 1286 | "shasum": "" |
---|
| 1287 | }, |
---|
| 1288 | "require": { |
---|
[3722] | 1289 | "php": "^5.3.3 || ^7.0" |
---|
| 1290 | }, |
---|
| 1291 | "require-dev": { |
---|
| 1292 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
---|
[2931] | 1293 | }, |
---|
| 1294 | "type": "library", |
---|
[3722] | 1295 | "extra": { |
---|
| 1296 | "branch-alias": { |
---|
| 1297 | "dev-master": "1.0-dev" |
---|
| 1298 | } |
---|
| 1299 | }, |
---|
[2931] | 1300 | "autoload": { |
---|
| 1301 | "classmap": [ |
---|
[3722] | 1302 | "src/" |
---|
[2931] | 1303 | ] |
---|
| 1304 | }, |
---|
| 1305 | "notification-url": "https://packagist.org/downloads/", |
---|
| 1306 | "license": [ |
---|
| 1307 | "BSD-3-Clause" |
---|
| 1308 | ], |
---|
| 1309 | "authors": [ |
---|
| 1310 | { |
---|
| 1311 | "name": "Sebastian Bergmann", |
---|
| 1312 | "email": "sb@sebastian-bergmann.de", |
---|
| 1313 | "role": "lead" |
---|
| 1314 | } |
---|
| 1315 | ], |
---|
| 1316 | "description": "Utility class for timing", |
---|
| 1317 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
---|
| 1318 | "keywords": [ |
---|
| 1319 | "timer" |
---|
| 1320 | ], |
---|
[3722] | 1321 | "time": "2018-01-06T05:27:16+00:00" |
---|
[2931] | 1322 | }, |
---|
| 1323 | { |
---|
| 1324 | "name": "phpunit/php-token-stream", |
---|
[3722] | 1325 | "version": "1.4.x-dev", |
---|
[2931] | 1326 | "source": { |
---|
| 1327 | "type": "git", |
---|
| 1328 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
---|
[3722] | 1329 | "reference": "58bd196ce8bc49389307b3787934a5117db80fea" |
---|
[2931] | 1330 | }, |
---|
| 1331 | "dist": { |
---|
| 1332 | "type": "zip", |
---|
[3722] | 1333 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/58bd196ce8bc49389307b3787934a5117db80fea", |
---|
| 1334 | "reference": "58bd196ce8bc49389307b3787934a5117db80fea", |
---|
[2931] | 1335 | "shasum": "" |
---|
| 1336 | }, |
---|
| 1337 | "require": { |
---|
| 1338 | "ext-tokenizer": "*", |
---|
| 1339 | "php": ">=5.3.3" |
---|
| 1340 | }, |
---|
| 1341 | "require-dev": { |
---|
| 1342 | "phpunit/phpunit": "~4.2" |
---|
| 1343 | }, |
---|
| 1344 | "type": "library", |
---|
| 1345 | "extra": { |
---|
| 1346 | "branch-alias": { |
---|
| 1347 | "dev-master": "1.4-dev" |
---|
| 1348 | } |
---|
| 1349 | }, |
---|
| 1350 | "autoload": { |
---|
| 1351 | "classmap": [ |
---|
| 1352 | "src/" |
---|
| 1353 | ] |
---|
| 1354 | }, |
---|
| 1355 | "notification-url": "https://packagist.org/downloads/", |
---|
| 1356 | "license": [ |
---|
| 1357 | "BSD-3-Clause" |
---|
| 1358 | ], |
---|
| 1359 | "authors": [ |
---|
| 1360 | { |
---|
| 1361 | "name": "Sebastian Bergmann", |
---|
| 1362 | "email": "sebastian@phpunit.de" |
---|
| 1363 | } |
---|
| 1364 | ], |
---|
| 1365 | "description": "Wrapper around PHP's tokenizer extension.", |
---|
| 1366 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
---|
| 1367 | "keywords": [ |
---|
| 1368 | "tokenizer" |
---|
| 1369 | ], |
---|
[3722] | 1370 | "time": "2017-12-04T15:11:28+00:00" |
---|
[2931] | 1371 | }, |
---|
| 1372 | { |
---|
| 1373 | "name": "phpunit/phpunit", |
---|
[3722] | 1374 | "version": "4.8.x-dev", |
---|
[2931] | 1375 | "source": { |
---|
| 1376 | "type": "git", |
---|
| 1377 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
---|
[3722] | 1378 | "reference": "18e5f52e8412d23e739f7d8744e177039860e800" |
---|
[2931] | 1379 | }, |
---|
| 1380 | "dist": { |
---|
| 1381 | "type": "zip", |
---|
[3722] | 1382 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/18e5f52e8412d23e739f7d8744e177039860e800", |
---|
| 1383 | "reference": "18e5f52e8412d23e739f7d8744e177039860e800", |
---|
[2931] | 1384 | "shasum": "" |
---|
| 1385 | }, |
---|
| 1386 | "require": { |
---|
| 1387 | "ext-dom": "*", |
---|
| 1388 | "ext-json": "*", |
---|
| 1389 | "ext-pcre": "*", |
---|
| 1390 | "ext-reflection": "*", |
---|
| 1391 | "ext-spl": "*", |
---|
| 1392 | "php": ">=5.3.3", |
---|
[3722] | 1393 | "phpspec/prophecy": "^1.3.1", |
---|
| 1394 | "phpunit/php-code-coverage": "~2.1", |
---|
| 1395 | "phpunit/php-file-iterator": "~1.4", |
---|
[2931] | 1396 | "phpunit/php-text-template": "~1.2", |
---|
[3722] | 1397 | "phpunit/php-timer": "^1.0.6", |
---|
[2931] | 1398 | "phpunit/phpunit-mock-objects": "~2.3", |
---|
[3722] | 1399 | "sebastian/comparator": "~1.2.2", |
---|
[2931] | 1400 | "sebastian/diff": "~1.2", |
---|
[3722] | 1401 | "sebastian/environment": "~1.3", |
---|
| 1402 | "sebastian/exporter": "~1.2", |
---|
[2931] | 1403 | "sebastian/global-state": "~1.0", |
---|
| 1404 | "sebastian/version": "~1.0", |
---|
| 1405 | "symfony/yaml": "~2.1|~3.0" |
---|
| 1406 | }, |
---|
| 1407 | "suggest": { |
---|
| 1408 | "phpunit/php-invoker": "~1.1" |
---|
| 1409 | }, |
---|
| 1410 | "bin": [ |
---|
| 1411 | "phpunit" |
---|
| 1412 | ], |
---|
| 1413 | "type": "library", |
---|
| 1414 | "extra": { |
---|
| 1415 | "branch-alias": { |
---|
[3722] | 1416 | "dev-master": "4.8.x-dev" |
---|
[2931] | 1417 | } |
---|
| 1418 | }, |
---|
| 1419 | "autoload": { |
---|
| 1420 | "classmap": [ |
---|
| 1421 | "src/" |
---|
| 1422 | ] |
---|
| 1423 | }, |
---|
| 1424 | "notification-url": "https://packagist.org/downloads/", |
---|
| 1425 | "license": [ |
---|
| 1426 | "BSD-3-Clause" |
---|
| 1427 | ], |
---|
| 1428 | "authors": [ |
---|
| 1429 | { |
---|
| 1430 | "name": "Sebastian Bergmann", |
---|
| 1431 | "email": "sebastian@phpunit.de", |
---|
| 1432 | "role": "lead" |
---|
| 1433 | } |
---|
| 1434 | ], |
---|
| 1435 | "description": "The PHP Unit Testing framework.", |
---|
| 1436 | "homepage": "https://phpunit.de/", |
---|
| 1437 | "keywords": [ |
---|
| 1438 | "phpunit", |
---|
| 1439 | "testing", |
---|
| 1440 | "xunit" |
---|
| 1441 | ], |
---|
[3722] | 1442 | "time": "2017-06-23T12:44:27+00:00" |
---|
[2931] | 1443 | }, |
---|
| 1444 | { |
---|
| 1445 | "name": "phpunit/phpunit-mock-objects", |
---|
[3722] | 1446 | "version": "2.3.x-dev", |
---|
[2931] | 1447 | "source": { |
---|
| 1448 | "type": "git", |
---|
| 1449 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
---|
[3722] | 1450 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" |
---|
[2931] | 1451 | }, |
---|
| 1452 | "dist": { |
---|
| 1453 | "type": "zip", |
---|
[3722] | 1454 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
---|
| 1455 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
---|
[2931] | 1456 | "shasum": "" |
---|
| 1457 | }, |
---|
| 1458 | "require": { |
---|
[3722] | 1459 | "doctrine/instantiator": "^1.0.2", |
---|
[2931] | 1460 | "php": ">=5.3.3", |
---|
[3722] | 1461 | "phpunit/php-text-template": "~1.2", |
---|
| 1462 | "sebastian/exporter": "~1.2" |
---|
[2931] | 1463 | }, |
---|
| 1464 | "require-dev": { |
---|
[3722] | 1465 | "phpunit/phpunit": "~4.4" |
---|
[2931] | 1466 | }, |
---|
| 1467 | "suggest": { |
---|
| 1468 | "ext-soap": "*" |
---|
| 1469 | }, |
---|
| 1470 | "type": "library", |
---|
| 1471 | "extra": { |
---|
| 1472 | "branch-alias": { |
---|
[3722] | 1473 | "dev-master": "2.3.x-dev" |
---|
[2931] | 1474 | } |
---|
| 1475 | }, |
---|
| 1476 | "autoload": { |
---|
| 1477 | "classmap": [ |
---|
| 1478 | "src/" |
---|
| 1479 | ] |
---|
| 1480 | }, |
---|
| 1481 | "notification-url": "https://packagist.org/downloads/", |
---|
| 1482 | "license": [ |
---|
| 1483 | "BSD-3-Clause" |
---|
| 1484 | ], |
---|
| 1485 | "authors": [ |
---|
| 1486 | { |
---|
| 1487 | "name": "Sebastian Bergmann", |
---|
| 1488 | "email": "sb@sebastian-bergmann.de", |
---|
| 1489 | "role": "lead" |
---|
| 1490 | } |
---|
| 1491 | ], |
---|
| 1492 | "description": "Mock Object library for PHPUnit", |
---|
| 1493 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
---|
| 1494 | "keywords": [ |
---|
| 1495 | "mock", |
---|
| 1496 | "xunit" |
---|
| 1497 | ], |
---|
[3722] | 1498 | "time": "2015-10-02T06:51:40+00:00" |
---|
| 1499 | }, |
---|
| 1500 | { |
---|
| 1501 | "name": "psr/log", |
---|
| 1502 | "version": "dev-master", |
---|
| 1503 | "source": { |
---|
| 1504 | "type": "git", |
---|
| 1505 | "url": "https://github.com/php-fig/log.git", |
---|
| 1506 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
---|
| 1507 | }, |
---|
| 1508 | "dist": { |
---|
| 1509 | "type": "zip", |
---|
| 1510 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
---|
| 1511 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
---|
| 1512 | "shasum": "" |
---|
| 1513 | }, |
---|
| 1514 | "require": { |
---|
| 1515 | "php": ">=5.3.0" |
---|
| 1516 | }, |
---|
| 1517 | "type": "library", |
---|
| 1518 | "extra": { |
---|
| 1519 | "branch-alias": { |
---|
| 1520 | "dev-master": "1.0.x-dev" |
---|
| 1521 | } |
---|
| 1522 | }, |
---|
| 1523 | "autoload": { |
---|
| 1524 | "psr-4": { |
---|
| 1525 | "Psr\\Log\\": "Psr/Log/" |
---|
| 1526 | } |
---|
| 1527 | }, |
---|
| 1528 | "notification-url": "https://packagist.org/downloads/", |
---|
| 1529 | "license": [ |
---|
| 1530 | "MIT" |
---|
| 1531 | ], |
---|
| 1532 | "authors": [ |
---|
| 1533 | { |
---|
| 1534 | "name": "PHP-FIG", |
---|
| 1535 | "homepage": "http://www.php-fig.org/" |
---|
| 1536 | } |
---|
| 1537 | ], |
---|
| 1538 | "description": "Common interface for logging libraries", |
---|
| 1539 | "homepage": "https://github.com/php-fig/log", |
---|
| 1540 | "keywords": [ |
---|
| 1541 | "log", |
---|
| 1542 | "psr", |
---|
| 1543 | "psr-3" |
---|
| 1544 | ], |
---|
| 1545 | "time": "2016-10-10T12:19:37+00:00" |
---|
[2931] | 1546 | }, |
---|
| 1547 | { |
---|
| 1548 | "name": "sebastian/comparator", |
---|
[3722] | 1549 | "version": "1.2.x-dev", |
---|
[2931] | 1550 | "source": { |
---|
| 1551 | "type": "git", |
---|
| 1552 | "url": "https://github.com/sebastianbergmann/comparator.git", |
---|
[3722] | 1553 | "reference": "18a5d97c25f408f48acaf6d1b9f4079314c5996a" |
---|
[2931] | 1554 | }, |
---|
| 1555 | "dist": { |
---|
| 1556 | "type": "zip", |
---|
[3722] | 1557 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/18a5d97c25f408f48acaf6d1b9f4079314c5996a", |
---|
| 1558 | "reference": "18a5d97c25f408f48acaf6d1b9f4079314c5996a", |
---|
[2931] | 1559 | "shasum": "" |
---|
| 1560 | }, |
---|
| 1561 | "require": { |
---|
| 1562 | "php": ">=5.3.3", |
---|
[3722] | 1563 | "sebastian/diff": "~1.2", |
---|
| 1564 | "sebastian/exporter": "~1.2 || ~2.0" |
---|
[2931] | 1565 | }, |
---|
| 1566 | "require-dev": { |
---|
[3722] | 1567 | "phpunit/phpunit": "~4.4" |
---|
[2931] | 1568 | }, |
---|
| 1569 | "type": "library", |
---|
| 1570 | "extra": { |
---|
| 1571 | "branch-alias": { |
---|
[3722] | 1572 | "dev-master": "1.2.x-dev" |
---|
[2931] | 1573 | } |
---|
| 1574 | }, |
---|
| 1575 | "autoload": { |
---|
| 1576 | "classmap": [ |
---|
| 1577 | "src/" |
---|
| 1578 | ] |
---|
| 1579 | }, |
---|
| 1580 | "notification-url": "https://packagist.org/downloads/", |
---|
| 1581 | "license": [ |
---|
| 1582 | "BSD-3-Clause" |
---|
| 1583 | ], |
---|
| 1584 | "authors": [ |
---|
| 1585 | { |
---|
| 1586 | "name": "Jeff Welch", |
---|
| 1587 | "email": "whatthejeff@gmail.com" |
---|
| 1588 | }, |
---|
| 1589 | { |
---|
| 1590 | "name": "Volker Dusch", |
---|
| 1591 | "email": "github@wallbash.com" |
---|
| 1592 | }, |
---|
| 1593 | { |
---|
| 1594 | "name": "Bernhard Schussek", |
---|
| 1595 | "email": "bschussek@2bepublished.at" |
---|
| 1596 | }, |
---|
| 1597 | { |
---|
| 1598 | "name": "Sebastian Bergmann", |
---|
| 1599 | "email": "sebastian@phpunit.de" |
---|
| 1600 | } |
---|
| 1601 | ], |
---|
| 1602 | "description": "Provides the functionality to compare PHP values for equality", |
---|
| 1603 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
---|
| 1604 | "keywords": [ |
---|
| 1605 | "comparator", |
---|
| 1606 | "compare", |
---|
| 1607 | "equality" |
---|
| 1608 | ], |
---|
[3722] | 1609 | "time": "2017-03-07T10:34:43+00:00" |
---|
[2931] | 1610 | }, |
---|
| 1611 | { |
---|
| 1612 | "name": "sebastian/diff", |
---|
[3722] | 1613 | "version": "1.4.x-dev", |
---|
[2931] | 1614 | "source": { |
---|
| 1615 | "type": "git", |
---|
| 1616 | "url": "https://github.com/sebastianbergmann/diff.git", |
---|
[3722] | 1617 | "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" |
---|
[2931] | 1618 | }, |
---|
| 1619 | "dist": { |
---|
| 1620 | "type": "zip", |
---|
[3722] | 1621 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", |
---|
| 1622 | "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", |
---|
[2931] | 1623 | "shasum": "" |
---|
| 1624 | }, |
---|
| 1625 | "require": { |
---|
[3722] | 1626 | "php": "^5.3.3 || ^7.0" |
---|
[2931] | 1627 | }, |
---|
| 1628 | "require-dev": { |
---|
[3722] | 1629 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
---|
[2931] | 1630 | }, |
---|
| 1631 | "type": "library", |
---|
| 1632 | "extra": { |
---|
| 1633 | "branch-alias": { |
---|
[3722] | 1634 | "dev-master": "1.4-dev" |
---|
[2931] | 1635 | } |
---|
| 1636 | }, |
---|
| 1637 | "autoload": { |
---|
| 1638 | "classmap": [ |
---|
| 1639 | "src/" |
---|
| 1640 | ] |
---|
| 1641 | }, |
---|
| 1642 | "notification-url": "https://packagist.org/downloads/", |
---|
| 1643 | "license": [ |
---|
| 1644 | "BSD-3-Clause" |
---|
| 1645 | ], |
---|
| 1646 | "authors": [ |
---|
| 1647 | { |
---|
| 1648 | "name": "Kore Nordmann", |
---|
| 1649 | "email": "mail@kore-nordmann.de" |
---|
| 1650 | }, |
---|
| 1651 | { |
---|
| 1652 | "name": "Sebastian Bergmann", |
---|
| 1653 | "email": "sebastian@phpunit.de" |
---|
| 1654 | } |
---|
| 1655 | ], |
---|
| 1656 | "description": "Diff implementation", |
---|
[3722] | 1657 | "homepage": "https://github.com/sebastianbergmann/diff", |
---|
[2931] | 1658 | "keywords": [ |
---|
| 1659 | "diff" |
---|
| 1660 | ], |
---|
[3722] | 1661 | "time": "2017-05-22T07:24:03+00:00" |
---|
[2931] | 1662 | }, |
---|
| 1663 | { |
---|
| 1664 | "name": "sebastian/environment", |
---|
[3722] | 1665 | "version": "1.3.x-dev", |
---|
[2931] | 1666 | "source": { |
---|
| 1667 | "type": "git", |
---|
| 1668 | "url": "https://github.com/sebastianbergmann/environment.git", |
---|
[3722] | 1669 | "reference": "67f55699c2810ff0f2cc47478bbdeda8567e68ee" |
---|
[2931] | 1670 | }, |
---|
| 1671 | "dist": { |
---|
| 1672 | "type": "zip", |
---|
[3722] | 1673 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/67f55699c2810ff0f2cc47478bbdeda8567e68ee", |
---|
| 1674 | "reference": "67f55699c2810ff0f2cc47478bbdeda8567e68ee", |
---|
[2931] | 1675 | "shasum": "" |
---|
| 1676 | }, |
---|
| 1677 | "require": { |
---|
[3722] | 1678 | "php": "^5.3.3 || ^7.0" |
---|
[2931] | 1679 | }, |
---|
| 1680 | "require-dev": { |
---|
[3722] | 1681 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
---|
[2931] | 1682 | }, |
---|
| 1683 | "type": "library", |
---|
| 1684 | "extra": { |
---|
| 1685 | "branch-alias": { |
---|
| 1686 | "dev-master": "1.3.x-dev" |
---|
| 1687 | } |
---|
| 1688 | }, |
---|
| 1689 | "autoload": { |
---|
| 1690 | "classmap": [ |
---|
| 1691 | "src/" |
---|
| 1692 | ] |
---|
| 1693 | }, |
---|
| 1694 | "notification-url": "https://packagist.org/downloads/", |
---|
| 1695 | "license": [ |
---|
| 1696 | "BSD-3-Clause" |
---|
| 1697 | ], |
---|
| 1698 | "authors": [ |
---|
| 1699 | { |
---|
| 1700 | "name": "Sebastian Bergmann", |
---|
| 1701 | "email": "sebastian@phpunit.de" |
---|
| 1702 | } |
---|
| 1703 | ], |
---|
| 1704 | "description": "Provides functionality to handle HHVM/PHP environments", |
---|
| 1705 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
---|
| 1706 | "keywords": [ |
---|
| 1707 | "Xdebug", |
---|
| 1708 | "environment", |
---|
| 1709 | "hhvm" |
---|
| 1710 | ], |
---|
[3722] | 1711 | "time": "2017-02-28T08:18:59+00:00" |
---|
[2931] | 1712 | }, |
---|
| 1713 | { |
---|
| 1714 | "name": "sebastian/exporter", |
---|
[3722] | 1715 | "version": "1.2.x-dev", |
---|
[2931] | 1716 | "source": { |
---|
| 1717 | "type": "git", |
---|
| 1718 | "url": "https://github.com/sebastianbergmann/exporter.git", |
---|
[3722] | 1719 | "reference": "dcd43bcc0fd3551bd2ede0081882d549bb78225d" |
---|
[2931] | 1720 | }, |
---|
| 1721 | "dist": { |
---|
| 1722 | "type": "zip", |
---|
[3722] | 1723 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/dcd43bcc0fd3551bd2ede0081882d549bb78225d", |
---|
| 1724 | "reference": "dcd43bcc0fd3551bd2ede0081882d549bb78225d", |
---|
[2931] | 1725 | "shasum": "" |
---|
| 1726 | }, |
---|
| 1727 | "require": { |
---|
[3722] | 1728 | "php": "^5.3.3 || ^7.0", |
---|
| 1729 | "sebastian/recursion-context": "^1.0" |
---|
[2931] | 1730 | }, |
---|
| 1731 | "require-dev": { |
---|
[3722] | 1732 | "ext-mbstring": "*", |
---|
| 1733 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
---|
[2931] | 1734 | }, |
---|
| 1735 | "type": "library", |
---|
| 1736 | "extra": { |
---|
| 1737 | "branch-alias": { |
---|
[3722] | 1738 | "dev-master": "1.2.x-dev" |
---|
[2931] | 1739 | } |
---|
| 1740 | }, |
---|
| 1741 | "autoload": { |
---|
| 1742 | "classmap": [ |
---|
| 1743 | "src/" |
---|
| 1744 | ] |
---|
| 1745 | }, |
---|
| 1746 | "notification-url": "https://packagist.org/downloads/", |
---|
| 1747 | "license": [ |
---|
| 1748 | "BSD-3-Clause" |
---|
| 1749 | ], |
---|
| 1750 | "authors": [ |
---|
| 1751 | { |
---|
| 1752 | "name": "Jeff Welch", |
---|
| 1753 | "email": "whatthejeff@gmail.com" |
---|
| 1754 | }, |
---|
| 1755 | { |
---|
| 1756 | "name": "Volker Dusch", |
---|
| 1757 | "email": "github@wallbash.com" |
---|
| 1758 | }, |
---|
| 1759 | { |
---|
| 1760 | "name": "Bernhard Schussek", |
---|
| 1761 | "email": "bschussek@2bepublished.at" |
---|
| 1762 | }, |
---|
| 1763 | { |
---|
| 1764 | "name": "Sebastian Bergmann", |
---|
| 1765 | "email": "sebastian@phpunit.de" |
---|
| 1766 | }, |
---|
| 1767 | { |
---|
| 1768 | "name": "Adam Harvey", |
---|
| 1769 | "email": "aharvey@php.net" |
---|
| 1770 | } |
---|
| 1771 | ], |
---|
| 1772 | "description": "Provides the functionality to export PHP variables for visualization", |
---|
| 1773 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
---|
| 1774 | "keywords": [ |
---|
| 1775 | "export", |
---|
| 1776 | "exporter" |
---|
| 1777 | ], |
---|
[3722] | 1778 | "time": "2017-02-26T13:09:30+00:00" |
---|
[2931] | 1779 | }, |
---|
| 1780 | { |
---|
| 1781 | "name": "sebastian/global-state", |
---|
[3722] | 1782 | "version": "1.1.x-dev", |
---|
[2931] | 1783 | "source": { |
---|
| 1784 | "type": "git", |
---|
| 1785 | "url": "https://github.com/sebastianbergmann/global-state.git", |
---|
[3722] | 1786 | "reference": "cea85a84b00f2795341ebbbca4fa396347f2494e" |
---|
[2931] | 1787 | }, |
---|
| 1788 | "dist": { |
---|
| 1789 | "type": "zip", |
---|
[3722] | 1790 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/cea85a84b00f2795341ebbbca4fa396347f2494e", |
---|
| 1791 | "reference": "cea85a84b00f2795341ebbbca4fa396347f2494e", |
---|
[2931] | 1792 | "shasum": "" |
---|
| 1793 | }, |
---|
| 1794 | "require": { |
---|
| 1795 | "php": ">=5.3.3" |
---|
| 1796 | }, |
---|
| 1797 | "require-dev": { |
---|
[3722] | 1798 | "phpunit/phpunit": "~4.2|~5.0" |
---|
[2931] | 1799 | }, |
---|
| 1800 | "suggest": { |
---|
| 1801 | "ext-uopz": "*" |
---|
| 1802 | }, |
---|
| 1803 | "type": "library", |
---|
| 1804 | "extra": { |
---|
| 1805 | "branch-alias": { |
---|
| 1806 | "dev-master": "1.0-dev" |
---|
| 1807 | } |
---|
| 1808 | }, |
---|
| 1809 | "autoload": { |
---|
| 1810 | "classmap": [ |
---|
| 1811 | "src/" |
---|
| 1812 | ] |
---|
| 1813 | }, |
---|
| 1814 | "notification-url": "https://packagist.org/downloads/", |
---|
| 1815 | "license": [ |
---|
| 1816 | "BSD-3-Clause" |
---|
| 1817 | ], |
---|
| 1818 | "authors": [ |
---|
| 1819 | { |
---|
| 1820 | "name": "Sebastian Bergmann", |
---|
| 1821 | "email": "sebastian@phpunit.de" |
---|
| 1822 | } |
---|
| 1823 | ], |
---|
| 1824 | "description": "Snapshotting of global state", |
---|
| 1825 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
---|
| 1826 | "keywords": [ |
---|
| 1827 | "global state" |
---|
| 1828 | ], |
---|
[3722] | 1829 | "time": "2017-02-23T14:11:06+00:00" |
---|
[2931] | 1830 | }, |
---|
| 1831 | { |
---|
| 1832 | "name": "sebastian/recursion-context", |
---|
[3722] | 1833 | "version": "1.0.x-dev", |
---|
[2931] | 1834 | "source": { |
---|
| 1835 | "type": "git", |
---|
| 1836 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
---|
[3722] | 1837 | "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7" |
---|
[2931] | 1838 | }, |
---|
| 1839 | "dist": { |
---|
| 1840 | "type": "zip", |
---|
[3722] | 1841 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7", |
---|
| 1842 | "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7", |
---|
[2931] | 1843 | "shasum": "" |
---|
| 1844 | }, |
---|
| 1845 | "require": { |
---|
| 1846 | "php": ">=5.3.3" |
---|
| 1847 | }, |
---|
| 1848 | "require-dev": { |
---|
| 1849 | "phpunit/phpunit": "~4.4" |
---|
| 1850 | }, |
---|
| 1851 | "type": "library", |
---|
| 1852 | "extra": { |
---|
| 1853 | "branch-alias": { |
---|
| 1854 | "dev-master": "1.0.x-dev" |
---|
| 1855 | } |
---|
| 1856 | }, |
---|
| 1857 | "autoload": { |
---|
| 1858 | "classmap": [ |
---|
| 1859 | "src/" |
---|
| 1860 | ] |
---|
| 1861 | }, |
---|
| 1862 | "notification-url": "https://packagist.org/downloads/", |
---|
| 1863 | "license": [ |
---|
| 1864 | "BSD-3-Clause" |
---|
| 1865 | ], |
---|
| 1866 | "authors": [ |
---|
| 1867 | { |
---|
| 1868 | "name": "Jeff Welch", |
---|
| 1869 | "email": "whatthejeff@gmail.com" |
---|
| 1870 | }, |
---|
| 1871 | { |
---|
| 1872 | "name": "Sebastian Bergmann", |
---|
| 1873 | "email": "sebastian@phpunit.de" |
---|
| 1874 | }, |
---|
| 1875 | { |
---|
| 1876 | "name": "Adam Harvey", |
---|
| 1877 | "email": "aharvey@php.net" |
---|
| 1878 | } |
---|
| 1879 | ], |
---|
| 1880 | "description": "Provides functionality to recursively process PHP variables", |
---|
| 1881 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
---|
[3722] | 1882 | "time": "2016-10-03T07:41:43+00:00" |
---|
[2931] | 1883 | }, |
---|
| 1884 | { |
---|
| 1885 | "name": "sebastian/version", |
---|
[3722] | 1886 | "version": "1.0.6", |
---|
[2931] | 1887 | "source": { |
---|
| 1888 | "type": "git", |
---|
| 1889 | "url": "https://github.com/sebastianbergmann/version.git", |
---|
[3722] | 1890 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" |
---|
[2931] | 1891 | }, |
---|
| 1892 | "dist": { |
---|
| 1893 | "type": "zip", |
---|
[3722] | 1894 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
---|
| 1895 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
---|
[2931] | 1896 | "shasum": "" |
---|
| 1897 | }, |
---|
| 1898 | "type": "library", |
---|
| 1899 | "autoload": { |
---|
| 1900 | "classmap": [ |
---|
| 1901 | "src/" |
---|
| 1902 | ] |
---|
| 1903 | }, |
---|
| 1904 | "notification-url": "https://packagist.org/downloads/", |
---|
| 1905 | "license": [ |
---|
| 1906 | "BSD-3-Clause" |
---|
| 1907 | ], |
---|
| 1908 | "authors": [ |
---|
| 1909 | { |
---|
| 1910 | "name": "Sebastian Bergmann", |
---|
| 1911 | "email": "sebastian@phpunit.de", |
---|
| 1912 | "role": "lead" |
---|
| 1913 | } |
---|
| 1914 | ], |
---|
| 1915 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
---|
| 1916 | "homepage": "https://github.com/sebastianbergmann/version", |
---|
[3722] | 1917 | "time": "2015-06-21T13:59:46+00:00" |
---|
[2931] | 1918 | }, |
---|
| 1919 | { |
---|
| 1920 | "name": "symfony/browser-kit", |
---|
[3722] | 1921 | "version": "2.8.x-dev", |
---|
[2931] | 1922 | "source": { |
---|
| 1923 | "type": "git", |
---|
[3722] | 1924 | "url": "https://github.com/symfony/browser-kit.git", |
---|
| 1925 | "reference": "e49a78bcf09ba2e6d03e63e80211f889c037add5" |
---|
[2931] | 1926 | }, |
---|
| 1927 | "dist": { |
---|
| 1928 | "type": "zip", |
---|
[3722] | 1929 | "url": "https://api.github.com/repos/symfony/browser-kit/zipball/e49a78bcf09ba2e6d03e63e80211f889c037add5", |
---|
| 1930 | "reference": "e49a78bcf09ba2e6d03e63e80211f889c037add5", |
---|
[2931] | 1931 | "shasum": "" |
---|
| 1932 | }, |
---|
| 1933 | "require": { |
---|
| 1934 | "php": ">=5.3.9", |
---|
[3722] | 1935 | "symfony/dom-crawler": "~2.1|~3.0.0" |
---|
[2931] | 1936 | }, |
---|
| 1937 | "require-dev": { |
---|
[3722] | 1938 | "symfony/css-selector": "^2.0.5|~3.0.0", |
---|
| 1939 | "symfony/process": "~2.3.34|^2.7.6|~3.0.0" |
---|
[2931] | 1940 | }, |
---|
| 1941 | "suggest": { |
---|
| 1942 | "symfony/process": "" |
---|
| 1943 | }, |
---|
| 1944 | "type": "library", |
---|
| 1945 | "extra": { |
---|
| 1946 | "branch-alias": { |
---|
[3722] | 1947 | "dev-master": "2.8-dev" |
---|
[2931] | 1948 | } |
---|
| 1949 | }, |
---|
| 1950 | "autoload": { |
---|
[3722] | 1951 | "psr-4": { |
---|
[2931] | 1952 | "Symfony\\Component\\BrowserKit\\": "" |
---|
[3722] | 1953 | }, |
---|
| 1954 | "exclude-from-classmap": [ |
---|
| 1955 | "/Tests/" |
---|
| 1956 | ] |
---|
[2931] | 1957 | }, |
---|
| 1958 | "notification-url": "https://packagist.org/downloads/", |
---|
| 1959 | "license": [ |
---|
| 1960 | "MIT" |
---|
| 1961 | ], |
---|
| 1962 | "authors": [ |
---|
| 1963 | { |
---|
[3722] | 1964 | "name": "Fabien Potencier", |
---|
| 1965 | "email": "fabien@symfony.com" |
---|
[2931] | 1966 | }, |
---|
| 1967 | { |
---|
[3722] | 1968 | "name": "Symfony Community", |
---|
| 1969 | "homepage": "https://symfony.com/contributors" |
---|
[2931] | 1970 | } |
---|
| 1971 | ], |
---|
| 1972 | "description": "Symfony BrowserKit Component", |
---|
[3722] | 1973 | "homepage": "https://symfony.com", |
---|
| 1974 | "time": "2018-01-03T07:36:31+00:00" |
---|
[2931] | 1975 | }, |
---|
| 1976 | { |
---|
| 1977 | "name": "symfony/config", |
---|
[3722] | 1978 | "version": "2.2.x-dev", |
---|
[2931] | 1979 | "target-dir": "Symfony/Component/Config", |
---|
| 1980 | "source": { |
---|
| 1981 | "type": "git", |
---|
[3722] | 1982 | "url": "https://github.com/symfony/config.git", |
---|
| 1983 | "reference": "6952d55b2c51f0dd62b2c43a1449069c19c9b80e" |
---|
[2931] | 1984 | }, |
---|
| 1985 | "dist": { |
---|
| 1986 | "type": "zip", |
---|
[3722] | 1987 | "url": "https://api.github.com/repos/symfony/config/zipball/6952d55b2c51f0dd62b2c43a1449069c19c9b80e", |
---|
| 1988 | "reference": "6952d55b2c51f0dd62b2c43a1449069c19c9b80e", |
---|
[2931] | 1989 | "shasum": "" |
---|
| 1990 | }, |
---|
| 1991 | "require": { |
---|
[3722] | 1992 | "php": ">=5.3.3" |
---|
[2931] | 1993 | }, |
---|
| 1994 | "type": "library", |
---|
| 1995 | "extra": { |
---|
| 1996 | "branch-alias": { |
---|
[3722] | 1997 | "dev-master": "2.2-dev" |
---|
[2931] | 1998 | } |
---|
| 1999 | }, |
---|
| 2000 | "autoload": { |
---|
| 2001 | "psr-0": { |
---|
| 2002 | "Symfony\\Component\\Config\\": "" |
---|
| 2003 | } |
---|
| 2004 | }, |
---|
| 2005 | "notification-url": "https://packagist.org/downloads/", |
---|
| 2006 | "license": [ |
---|
| 2007 | "MIT" |
---|
| 2008 | ], |
---|
| 2009 | "authors": [ |
---|
| 2010 | { |
---|
| 2011 | "name": "Symfony Community", |
---|
| 2012 | "homepage": "http://symfony.com/contributors" |
---|
| 2013 | }, |
---|
| 2014 | { |
---|
| 2015 | "name": "Fabien Potencier", |
---|
| 2016 | "email": "fabien@symfony.com" |
---|
| 2017 | } |
---|
| 2018 | ], |
---|
| 2019 | "description": "Symfony Config Component", |
---|
| 2020 | "homepage": "http://symfony.com", |
---|
[3722] | 2021 | "time": "2013-11-25T08:44:14+00:00" |
---|
[2931] | 2022 | }, |
---|
| 2023 | { |
---|
| 2024 | "name": "symfony/console", |
---|
[3722] | 2025 | "version": "2.8.x-dev", |
---|
[2931] | 2026 | "source": { |
---|
| 2027 | "type": "git", |
---|
[3722] | 2028 | "url": "https://github.com/symfony/console.git", |
---|
| 2029 | "reference": "a6ff8b2ffa4eb43046828b303af2e3fedadacc27" |
---|
[2931] | 2030 | }, |
---|
| 2031 | "dist": { |
---|
| 2032 | "type": "zip", |
---|
[3722] | 2033 | "url": "https://api.github.com/repos/symfony/console/zipball/a6ff8b2ffa4eb43046828b303af2e3fedadacc27", |
---|
| 2034 | "reference": "a6ff8b2ffa4eb43046828b303af2e3fedadacc27", |
---|
[2931] | 2035 | "shasum": "" |
---|
| 2036 | }, |
---|
| 2037 | "require": { |
---|
[3722] | 2038 | "php": ">=5.3.9", |
---|
| 2039 | "symfony/debug": "^2.7.2|~3.0.0", |
---|
| 2040 | "symfony/polyfill-mbstring": "~1.0" |
---|
[2931] | 2041 | }, |
---|
| 2042 | "require-dev": { |
---|
| 2043 | "psr/log": "~1.0", |
---|
| 2044 | "symfony/event-dispatcher": "~2.1|~3.0.0", |
---|
| 2045 | "symfony/process": "~2.1|~3.0.0" |
---|
| 2046 | }, |
---|
| 2047 | "suggest": { |
---|
| 2048 | "psr/log": "For using the console logger", |
---|
| 2049 | "symfony/event-dispatcher": "", |
---|
| 2050 | "symfony/process": "" |
---|
| 2051 | }, |
---|
| 2052 | "type": "library", |
---|
| 2053 | "extra": { |
---|
| 2054 | "branch-alias": { |
---|
[3722] | 2055 | "dev-master": "2.8-dev" |
---|
[2931] | 2056 | } |
---|
| 2057 | }, |
---|
| 2058 | "autoload": { |
---|
[3722] | 2059 | "psr-4": { |
---|
[2931] | 2060 | "Symfony\\Component\\Console\\": "" |
---|
[3722] | 2061 | }, |
---|
| 2062 | "exclude-from-classmap": [ |
---|
| 2063 | "/Tests/" |
---|
| 2064 | ] |
---|
[2931] | 2065 | }, |
---|
| 2066 | "notification-url": "https://packagist.org/downloads/", |
---|
| 2067 | "license": [ |
---|
| 2068 | "MIT" |
---|
| 2069 | ], |
---|
| 2070 | "authors": [ |
---|
| 2071 | { |
---|
[3722] | 2072 | "name": "Fabien Potencier", |
---|
| 2073 | "email": "fabien@symfony.com" |
---|
[2931] | 2074 | }, |
---|
| 2075 | { |
---|
[3722] | 2076 | "name": "Symfony Community", |
---|
| 2077 | "homepage": "https://symfony.com/contributors" |
---|
[2931] | 2078 | } |
---|
| 2079 | ], |
---|
| 2080 | "description": "Symfony Console Component", |
---|
[3722] | 2081 | "homepage": "https://symfony.com", |
---|
| 2082 | "time": "2018-02-26T15:33:21+00:00" |
---|
[2931] | 2083 | }, |
---|
| 2084 | { |
---|
| 2085 | "name": "symfony/css-selector", |
---|
| 2086 | "version": "2.3.x-dev", |
---|
| 2087 | "target-dir": "Symfony/Component/CssSelector", |
---|
| 2088 | "source": { |
---|
| 2089 | "type": "git", |
---|
[3722] | 2090 | "url": "https://github.com/symfony/css-selector.git", |
---|
| 2091 | "reference": "e750fff4bd738e54414fbfdd48ede6b0e99ab808" |
---|
[2931] | 2092 | }, |
---|
| 2093 | "dist": { |
---|
| 2094 | "type": "zip", |
---|
[3722] | 2095 | "url": "https://api.github.com/repos/symfony/css-selector/zipball/e750fff4bd738e54414fbfdd48ede6b0e99ab808", |
---|
| 2096 | "reference": "e750fff4bd738e54414fbfdd48ede6b0e99ab808", |
---|
[2931] | 2097 | "shasum": "" |
---|
| 2098 | }, |
---|
| 2099 | "require": { |
---|
| 2100 | "php": ">=5.3.3" |
---|
| 2101 | }, |
---|
| 2102 | "type": "library", |
---|
| 2103 | "extra": { |
---|
| 2104 | "branch-alias": { |
---|
| 2105 | "dev-master": "2.3-dev" |
---|
| 2106 | } |
---|
| 2107 | }, |
---|
| 2108 | "autoload": { |
---|
| 2109 | "psr-0": { |
---|
| 2110 | "Symfony\\Component\\CssSelector\\": "" |
---|
[3722] | 2111 | }, |
---|
| 2112 | "exclude-from-classmap": [ |
---|
| 2113 | "/Tests/" |
---|
| 2114 | ] |
---|
[2931] | 2115 | }, |
---|
| 2116 | "notification-url": "https://packagist.org/downloads/", |
---|
| 2117 | "license": [ |
---|
| 2118 | "MIT" |
---|
| 2119 | ], |
---|
| 2120 | "authors": [ |
---|
| 2121 | { |
---|
| 2122 | "name": "Jean-François Simon", |
---|
| 2123 | "email": "jeanfrancois.simon@sensiolabs.com" |
---|
| 2124 | }, |
---|
| 2125 | { |
---|
| 2126 | "name": "Fabien Potencier", |
---|
| 2127 | "email": "fabien@symfony.com" |
---|
[3722] | 2128 | }, |
---|
| 2129 | { |
---|
| 2130 | "name": "Symfony Community", |
---|
| 2131 | "homepage": "https://symfony.com/contributors" |
---|
[2931] | 2132 | } |
---|
| 2133 | ], |
---|
| 2134 | "description": "Symfony CssSelector Component", |
---|
[3722] | 2135 | "homepage": "https://symfony.com", |
---|
| 2136 | "time": "2016-03-04T07:12:06+00:00" |
---|
| 2137 | }, |
---|
| 2138 | { |
---|
| 2139 | "name": "symfony/debug", |
---|
| 2140 | "version": "3.0.x-dev", |
---|
| 2141 | "source": { |
---|
| 2142 | "type": "git", |
---|
| 2143 | "url": "https://github.com/symfony/debug.git", |
---|
| 2144 | "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a" |
---|
| 2145 | }, |
---|
| 2146 | "dist": { |
---|
| 2147 | "type": "zip", |
---|
| 2148 | "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a", |
---|
| 2149 | "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a", |
---|
| 2150 | "shasum": "" |
---|
| 2151 | }, |
---|
| 2152 | "require": { |
---|
| 2153 | "php": ">=5.5.9", |
---|
| 2154 | "psr/log": "~1.0" |
---|
| 2155 | }, |
---|
| 2156 | "conflict": { |
---|
| 2157 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
---|
| 2158 | }, |
---|
| 2159 | "require-dev": { |
---|
| 2160 | "symfony/class-loader": "~2.8|~3.0", |
---|
| 2161 | "symfony/http-kernel": "~2.8|~3.0" |
---|
| 2162 | }, |
---|
| 2163 | "type": "library", |
---|
| 2164 | "extra": { |
---|
| 2165 | "branch-alias": { |
---|
| 2166 | "dev-master": "3.0-dev" |
---|
| 2167 | } |
---|
| 2168 | }, |
---|
| 2169 | "autoload": { |
---|
| 2170 | "psr-4": { |
---|
| 2171 | "Symfony\\Component\\Debug\\": "" |
---|
| 2172 | }, |
---|
| 2173 | "exclude-from-classmap": [ |
---|
| 2174 | "/Tests/" |
---|
| 2175 | ] |
---|
| 2176 | }, |
---|
| 2177 | "notification-url": "https://packagist.org/downloads/", |
---|
| 2178 | "license": [ |
---|
| 2179 | "MIT" |
---|
| 2180 | ], |
---|
| 2181 | "authors": [ |
---|
| 2182 | { |
---|
| 2183 | "name": "Fabien Potencier", |
---|
| 2184 | "email": "fabien@symfony.com" |
---|
| 2185 | }, |
---|
| 2186 | { |
---|
| 2187 | "name": "Symfony Community", |
---|
| 2188 | "homepage": "https://symfony.com/contributors" |
---|
| 2189 | } |
---|
| 2190 | ], |
---|
| 2191 | "description": "Symfony Debug Component", |
---|
| 2192 | "homepage": "https://symfony.com", |
---|
| 2193 | "time": "2016-07-30T07:22:48+00:00" |
---|
[2931] | 2194 | }, |
---|
| 2195 | { |
---|
| 2196 | "name": "symfony/dependency-injection", |
---|
[3722] | 2197 | "version": "2.8.x-dev", |
---|
[2931] | 2198 | "source": { |
---|
| 2199 | "type": "git", |
---|
[3722] | 2200 | "url": "https://github.com/symfony/dependency-injection.git", |
---|
| 2201 | "reference": "3d7cbf34cd75ede7f94b9b990f85bd089e15cd55" |
---|
[2931] | 2202 | }, |
---|
| 2203 | "dist": { |
---|
| 2204 | "type": "zip", |
---|
[3722] | 2205 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/3d7cbf34cd75ede7f94b9b990f85bd089e15cd55", |
---|
| 2206 | "reference": "3d7cbf34cd75ede7f94b9b990f85bd089e15cd55", |
---|
[2931] | 2207 | "shasum": "" |
---|
| 2208 | }, |
---|
| 2209 | "require": { |
---|
| 2210 | "php": ">=5.3.9" |
---|
| 2211 | }, |
---|
| 2212 | "conflict": { |
---|
| 2213 | "symfony/expression-language": "<2.6" |
---|
| 2214 | }, |
---|
| 2215 | "require-dev": { |
---|
| 2216 | "symfony/config": "~2.2|~3.0.0", |
---|
| 2217 | "symfony/expression-language": "~2.6|~3.0.0", |
---|
[3722] | 2218 | "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7" |
---|
[2931] | 2219 | }, |
---|
| 2220 | "suggest": { |
---|
| 2221 | "symfony/config": "", |
---|
[3722] | 2222 | "symfony/expression-language": "For using expressions in service container configuration", |
---|
[2931] | 2223 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
---|
| 2224 | "symfony/yaml": "" |
---|
| 2225 | }, |
---|
| 2226 | "type": "library", |
---|
| 2227 | "extra": { |
---|
| 2228 | "branch-alias": { |
---|
[3722] | 2229 | "dev-master": "2.8-dev" |
---|
[2931] | 2230 | } |
---|
| 2231 | }, |
---|
| 2232 | "autoload": { |
---|
[3722] | 2233 | "psr-4": { |
---|
[2931] | 2234 | "Symfony\\Component\\DependencyInjection\\": "" |
---|
[3722] | 2235 | }, |
---|
| 2236 | "exclude-from-classmap": [ |
---|
| 2237 | "/Tests/" |
---|
| 2238 | ] |
---|
[2931] | 2239 | }, |
---|
| 2240 | "notification-url": "https://packagist.org/downloads/", |
---|
| 2241 | "license": [ |
---|
| 2242 | "MIT" |
---|
| 2243 | ], |
---|
| 2244 | "authors": [ |
---|
| 2245 | { |
---|
[3722] | 2246 | "name": "Fabien Potencier", |
---|
| 2247 | "email": "fabien@symfony.com" |
---|
[2931] | 2248 | }, |
---|
| 2249 | { |
---|
[3722] | 2250 | "name": "Symfony Community", |
---|
| 2251 | "homepage": "https://symfony.com/contributors" |
---|
[2931] | 2252 | } |
---|
| 2253 | ], |
---|
| 2254 | "description": "Symfony DependencyInjection Component", |
---|
[3722] | 2255 | "homepage": "https://symfony.com", |
---|
| 2256 | "time": "2018-02-19T16:23:47+00:00" |
---|
[2931] | 2257 | }, |
---|
| 2258 | { |
---|
| 2259 | "name": "symfony/dom-crawler", |
---|
| 2260 | "version": "2.3.x-dev", |
---|
| 2261 | "target-dir": "Symfony/Component/DomCrawler", |
---|
| 2262 | "source": { |
---|
| 2263 | "type": "git", |
---|
[3722] | 2264 | "url": "https://github.com/symfony/dom-crawler.git", |
---|
| 2265 | "reference": "b1a52aeafe4dd31914c75e72fc9b9ca3a3e5981d" |
---|
[2931] | 2266 | }, |
---|
| 2267 | "dist": { |
---|
| 2268 | "type": "zip", |
---|
[3722] | 2269 | "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/b1a52aeafe4dd31914c75e72fc9b9ca3a3e5981d", |
---|
| 2270 | "reference": "b1a52aeafe4dd31914c75e72fc9b9ca3a3e5981d", |
---|
[2931] | 2271 | "shasum": "" |
---|
| 2272 | }, |
---|
| 2273 | "require": { |
---|
| 2274 | "php": ">=5.3.3" |
---|
| 2275 | }, |
---|
| 2276 | "require-dev": { |
---|
| 2277 | "symfony/css-selector": "~2.0,>=2.0.5" |
---|
| 2278 | }, |
---|
| 2279 | "suggest": { |
---|
| 2280 | "symfony/css-selector": "" |
---|
| 2281 | }, |
---|
| 2282 | "type": "library", |
---|
| 2283 | "extra": { |
---|
| 2284 | "branch-alias": { |
---|
| 2285 | "dev-master": "2.3-dev" |
---|
| 2286 | } |
---|
| 2287 | }, |
---|
| 2288 | "autoload": { |
---|
| 2289 | "psr-0": { |
---|
| 2290 | "Symfony\\Component\\DomCrawler\\": "" |
---|
[3722] | 2291 | }, |
---|
| 2292 | "exclude-from-classmap": [ |
---|
| 2293 | "/Tests/" |
---|
| 2294 | ] |
---|
[2931] | 2295 | }, |
---|
| 2296 | "notification-url": "https://packagist.org/downloads/", |
---|
| 2297 | "license": [ |
---|
| 2298 | "MIT" |
---|
| 2299 | ], |
---|
| 2300 | "authors": [ |
---|
| 2301 | { |
---|
[3722] | 2302 | "name": "Fabien Potencier", |
---|
| 2303 | "email": "fabien@symfony.com" |
---|
[2931] | 2304 | }, |
---|
| 2305 | { |
---|
[3722] | 2306 | "name": "Symfony Community", |
---|
| 2307 | "homepage": "https://symfony.com/contributors" |
---|
[2931] | 2308 | } |
---|
| 2309 | ], |
---|
| 2310 | "description": "Symfony DomCrawler Component", |
---|
[3722] | 2311 | "homepage": "https://symfony.com", |
---|
| 2312 | "time": "2016-04-06T13:13:46+00:00" |
---|
[2931] | 2313 | }, |
---|
| 2314 | { |
---|
| 2315 | "name": "symfony/event-dispatcher", |
---|
[3722] | 2316 | "version": "2.8.x-dev", |
---|
[2931] | 2317 | "source": { |
---|
| 2318 | "type": "git", |
---|
[3722] | 2319 | "url": "https://github.com/symfony/event-dispatcher.git", |
---|
| 2320 | "reference": "f5d2d7dcc33b89e20c2696ea9afcbddf6540081c" |
---|
[2931] | 2321 | }, |
---|
| 2322 | "dist": { |
---|
| 2323 | "type": "zip", |
---|
[3722] | 2324 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f5d2d7dcc33b89e20c2696ea9afcbddf6540081c", |
---|
| 2325 | "reference": "f5d2d7dcc33b89e20c2696ea9afcbddf6540081c", |
---|
[2931] | 2326 | "shasum": "" |
---|
| 2327 | }, |
---|
| 2328 | "require": { |
---|
| 2329 | "php": ">=5.3.9" |
---|
| 2330 | }, |
---|
| 2331 | "require-dev": { |
---|
| 2332 | "psr/log": "~1.0", |
---|
[3722] | 2333 | "symfony/config": "^2.0.5|~3.0.0", |
---|
[2931] | 2334 | "symfony/dependency-injection": "~2.6|~3.0.0", |
---|
| 2335 | "symfony/expression-language": "~2.6|~3.0.0", |
---|
| 2336 | "symfony/stopwatch": "~2.3|~3.0.0" |
---|
| 2337 | }, |
---|
| 2338 | "suggest": { |
---|
| 2339 | "symfony/dependency-injection": "", |
---|
| 2340 | "symfony/http-kernel": "" |
---|
| 2341 | }, |
---|
| 2342 | "type": "library", |
---|
| 2343 | "extra": { |
---|
| 2344 | "branch-alias": { |
---|
[3722] | 2345 | "dev-master": "2.8-dev" |
---|
[2931] | 2346 | } |
---|
| 2347 | }, |
---|
| 2348 | "autoload": { |
---|
[3722] | 2349 | "psr-4": { |
---|
[2931] | 2350 | "Symfony\\Component\\EventDispatcher\\": "" |
---|
[3722] | 2351 | }, |
---|
| 2352 | "exclude-from-classmap": [ |
---|
| 2353 | "/Tests/" |
---|
| 2354 | ] |
---|
[2931] | 2355 | }, |
---|
| 2356 | "notification-url": "https://packagist.org/downloads/", |
---|
| 2357 | "license": [ |
---|
| 2358 | "MIT" |
---|
| 2359 | ], |
---|
| 2360 | "authors": [ |
---|
| 2361 | { |
---|
[3722] | 2362 | "name": "Fabien Potencier", |
---|
| 2363 | "email": "fabien@symfony.com" |
---|
[2931] | 2364 | }, |
---|
| 2365 | { |
---|
[3722] | 2366 | "name": "Symfony Community", |
---|
| 2367 | "homepage": "https://symfony.com/contributors" |
---|
[2931] | 2368 | } |
---|
| 2369 | ], |
---|
| 2370 | "description": "Symfony EventDispatcher Component", |
---|
[3722] | 2371 | "homepage": "https://symfony.com", |
---|
| 2372 | "time": "2018-02-11T16:53:59+00:00" |
---|
[2931] | 2373 | }, |
---|
| 2374 | { |
---|
| 2375 | "name": "symfony/filesystem", |
---|
| 2376 | "version": "dev-master", |
---|
| 2377 | "source": { |
---|
| 2378 | "type": "git", |
---|
[3722] | 2379 | "url": "https://github.com/symfony/filesystem.git", |
---|
| 2380 | "reference": "da8a42afd52b7652e626bafae09ed07c64ea3c30" |
---|
[2931] | 2381 | }, |
---|
| 2382 | "dist": { |
---|
| 2383 | "type": "zip", |
---|
[3722] | 2384 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/da8a42afd52b7652e626bafae09ed07c64ea3c30", |
---|
| 2385 | "reference": "da8a42afd52b7652e626bafae09ed07c64ea3c30", |
---|
[2931] | 2386 | "shasum": "" |
---|
| 2387 | }, |
---|
| 2388 | "require": { |
---|
[3722] | 2389 | "php": "^7.1.3" |
---|
[2931] | 2390 | }, |
---|
| 2391 | "type": "library", |
---|
| 2392 | "extra": { |
---|
| 2393 | "branch-alias": { |
---|
[3722] | 2394 | "dev-master": "4.1-dev" |
---|
[2931] | 2395 | } |
---|
| 2396 | }, |
---|
| 2397 | "autoload": { |
---|
[3722] | 2398 | "psr-4": { |
---|
[2931] | 2399 | "Symfony\\Component\\Filesystem\\": "" |
---|
[3722] | 2400 | }, |
---|
| 2401 | "exclude-from-classmap": [ |
---|
| 2402 | "/Tests/" |
---|
| 2403 | ] |
---|
[2931] | 2404 | }, |
---|
| 2405 | "notification-url": "https://packagist.org/downloads/", |
---|
| 2406 | "license": [ |
---|
| 2407 | "MIT" |
---|
| 2408 | ], |
---|
| 2409 | "authors": [ |
---|
| 2410 | { |
---|
[3722] | 2411 | "name": "Fabien Potencier", |
---|
| 2412 | "email": "fabien@symfony.com" |
---|
[2931] | 2413 | }, |
---|
| 2414 | { |
---|
[3722] | 2415 | "name": "Symfony Community", |
---|
| 2416 | "homepage": "https://symfony.com/contributors" |
---|
[2931] | 2417 | } |
---|
| 2418 | ], |
---|
| 2419 | "description": "Symfony Filesystem Component", |
---|
[3722] | 2420 | "homepage": "https://symfony.com", |
---|
| 2421 | "time": "2018-02-22T11:40:25+00:00" |
---|
[2931] | 2422 | }, |
---|
| 2423 | { |
---|
| 2424 | "name": "symfony/finder", |
---|
[3722] | 2425 | "version": "2.8.x-dev", |
---|
[2931] | 2426 | "source": { |
---|
| 2427 | "type": "git", |
---|
[3722] | 2428 | "url": "https://github.com/symfony/finder.git", |
---|
| 2429 | "reference": "7099de3ebc97d3af98c464076d12dfca3ade0252" |
---|
[2931] | 2430 | }, |
---|
| 2431 | "dist": { |
---|
| 2432 | "type": "zip", |
---|
[3722] | 2433 | "url": "https://api.github.com/repos/symfony/finder/zipball/7099de3ebc97d3af98c464076d12dfca3ade0252", |
---|
| 2434 | "reference": "7099de3ebc97d3af98c464076d12dfca3ade0252", |
---|
[2931] | 2435 | "shasum": "" |
---|
| 2436 | }, |
---|
| 2437 | "require": { |
---|
| 2438 | "php": ">=5.3.9" |
---|
| 2439 | }, |
---|
| 2440 | "type": "library", |
---|
| 2441 | "extra": { |
---|
| 2442 | "branch-alias": { |
---|
[3722] | 2443 | "dev-master": "2.8-dev" |
---|
[2931] | 2444 | } |
---|
| 2445 | }, |
---|
| 2446 | "autoload": { |
---|
[3722] | 2447 | "psr-4": { |
---|
[2931] | 2448 | "Symfony\\Component\\Finder\\": "" |
---|
[3722] | 2449 | }, |
---|
| 2450 | "exclude-from-classmap": [ |
---|
| 2451 | "/Tests/" |
---|
| 2452 | ] |
---|
[2931] | 2453 | }, |
---|
| 2454 | "notification-url": "https://packagist.org/downloads/", |
---|
| 2455 | "license": [ |
---|
| 2456 | "MIT" |
---|
| 2457 | ], |
---|
| 2458 | "authors": [ |
---|
| 2459 | { |
---|
[3722] | 2460 | "name": "Fabien Potencier", |
---|
| 2461 | "email": "fabien@symfony.com" |
---|
[2931] | 2462 | }, |
---|
| 2463 | { |
---|
[3722] | 2464 | "name": "Symfony Community", |
---|
| 2465 | "homepage": "https://symfony.com/contributors" |
---|
[2931] | 2466 | } |
---|
| 2467 | ], |
---|
| 2468 | "description": "Symfony Finder Component", |
---|
[3722] | 2469 | "homepage": "https://symfony.com", |
---|
| 2470 | "time": "2018-02-11T16:53:59+00:00" |
---|
| 2471 | }, |
---|
| 2472 | { |
---|
| 2473 | "name": "symfony/polyfill-mbstring", |
---|
| 2474 | "version": "dev-master", |
---|
| 2475 | "source": { |
---|
| 2476 | "type": "git", |
---|
| 2477 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
---|
| 2478 | "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b" |
---|
| 2479 | }, |
---|
| 2480 | "dist": { |
---|
| 2481 | "type": "zip", |
---|
| 2482 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b", |
---|
| 2483 | "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b", |
---|
| 2484 | "shasum": "" |
---|
| 2485 | }, |
---|
| 2486 | "require": { |
---|
| 2487 | "php": ">=5.3.3" |
---|
| 2488 | }, |
---|
| 2489 | "suggest": { |
---|
| 2490 | "ext-mbstring": "For best performance" |
---|
| 2491 | }, |
---|
| 2492 | "type": "library", |
---|
| 2493 | "extra": { |
---|
| 2494 | "branch-alias": { |
---|
| 2495 | "dev-master": "1.7-dev" |
---|
| 2496 | } |
---|
| 2497 | }, |
---|
| 2498 | "autoload": { |
---|
| 2499 | "psr-4": { |
---|
| 2500 | "Symfony\\Polyfill\\Mbstring\\": "" |
---|
| 2501 | }, |
---|
| 2502 | "files": [ |
---|
| 2503 | "bootstrap.php" |
---|
| 2504 | ] |
---|
| 2505 | }, |
---|
| 2506 | "notification-url": "https://packagist.org/downloads/", |
---|
| 2507 | "license": [ |
---|
| 2508 | "MIT" |
---|
| 2509 | ], |
---|
| 2510 | "authors": [ |
---|
| 2511 | { |
---|
| 2512 | "name": "Nicolas Grekas", |
---|
| 2513 | "email": "p@tchwork.com" |
---|
| 2514 | }, |
---|
| 2515 | { |
---|
| 2516 | "name": "Symfony Community", |
---|
| 2517 | "homepage": "https://symfony.com/contributors" |
---|
| 2518 | } |
---|
| 2519 | ], |
---|
| 2520 | "description": "Symfony polyfill for the Mbstring extension", |
---|
| 2521 | "homepage": "https://symfony.com", |
---|
| 2522 | "keywords": [ |
---|
| 2523 | "compatibility", |
---|
| 2524 | "mbstring", |
---|
| 2525 | "polyfill", |
---|
| 2526 | "portable", |
---|
| 2527 | "shim" |
---|
| 2528 | ], |
---|
| 2529 | "time": "2018-01-30T19:27:44+00:00" |
---|
[2931] | 2530 | }, |
---|
| 2531 | { |
---|
| 2532 | "name": "symfony/process", |
---|
[3722] | 2533 | "version": "2.8.x-dev", |
---|
[2931] | 2534 | "source": { |
---|
| 2535 | "type": "git", |
---|
[3722] | 2536 | "url": "https://github.com/symfony/process.git", |
---|
| 2537 | "reference": "756f614c5061729ea245ac6717231f7e3bfb74f9" |
---|
[2931] | 2538 | }, |
---|
| 2539 | "dist": { |
---|
| 2540 | "type": "zip", |
---|
[3722] | 2541 | "url": "https://api.github.com/repos/symfony/process/zipball/756f614c5061729ea245ac6717231f7e3bfb74f9", |
---|
| 2542 | "reference": "756f614c5061729ea245ac6717231f7e3bfb74f9", |
---|
[2931] | 2543 | "shasum": "" |
---|
| 2544 | }, |
---|
| 2545 | "require": { |
---|
| 2546 | "php": ">=5.3.9" |
---|
| 2547 | }, |
---|
| 2548 | "type": "library", |
---|
| 2549 | "extra": { |
---|
| 2550 | "branch-alias": { |
---|
[3722] | 2551 | "dev-master": "2.8-dev" |
---|
[2931] | 2552 | } |
---|
| 2553 | }, |
---|
| 2554 | "autoload": { |
---|
[3722] | 2555 | "psr-4": { |
---|
[2931] | 2556 | "Symfony\\Component\\Process\\": "" |
---|
[3722] | 2557 | }, |
---|
| 2558 | "exclude-from-classmap": [ |
---|
| 2559 | "/Tests/" |
---|
| 2560 | ] |
---|
[2931] | 2561 | }, |
---|
| 2562 | "notification-url": "https://packagist.org/downloads/", |
---|
| 2563 | "license": [ |
---|
| 2564 | "MIT" |
---|
| 2565 | ], |
---|
| 2566 | "authors": [ |
---|
| 2567 | { |
---|
[3722] | 2568 | "name": "Fabien Potencier", |
---|
| 2569 | "email": "fabien@symfony.com" |
---|
[2931] | 2570 | }, |
---|
| 2571 | { |
---|
[3722] | 2572 | "name": "Symfony Community", |
---|
| 2573 | "homepage": "https://symfony.com/contributors" |
---|
[2931] | 2574 | } |
---|
| 2575 | ], |
---|
| 2576 | "description": "Symfony Process Component", |
---|
[3722] | 2577 | "homepage": "https://symfony.com", |
---|
| 2578 | "time": "2018-02-12T17:44:58+00:00" |
---|
[2931] | 2579 | }, |
---|
| 2580 | { |
---|
| 2581 | "name": "symfony/translation", |
---|
| 2582 | "version": "2.2.x-dev", |
---|
| 2583 | "target-dir": "Symfony/Component/Translation", |
---|
| 2584 | "source": { |
---|
| 2585 | "type": "git", |
---|
| 2586 | "url": "https://github.com/symfony/Translation.git", |
---|
| 2587 | "reference": "e27b46e4f051541b78cd47bab4829056390f19de" |
---|
| 2588 | }, |
---|
| 2589 | "dist": { |
---|
| 2590 | "type": "zip", |
---|
| 2591 | "url": "https://api.github.com/repos/symfony/Translation/zipball/e27b46e4f051541b78cd47bab4829056390f19de", |
---|
| 2592 | "reference": "e27b46e4f051541b78cd47bab4829056390f19de", |
---|
| 2593 | "shasum": "" |
---|
| 2594 | }, |
---|
| 2595 | "require": { |
---|
| 2596 | "php": ">=5.3.3" |
---|
| 2597 | }, |
---|
| 2598 | "require-dev": { |
---|
| 2599 | "symfony/config": ">=2.0,<2.3-dev", |
---|
| 2600 | "symfony/yaml": "~2.2" |
---|
| 2601 | }, |
---|
| 2602 | "suggest": { |
---|
| 2603 | "symfony/config": "2.2.*", |
---|
| 2604 | "symfony/yaml": "2.2.*" |
---|
| 2605 | }, |
---|
| 2606 | "type": "library", |
---|
| 2607 | "extra": { |
---|
| 2608 | "branch-alias": { |
---|
| 2609 | "dev-master": "2.2-dev" |
---|
| 2610 | } |
---|
| 2611 | }, |
---|
| 2612 | "autoload": { |
---|
| 2613 | "psr-0": { |
---|
| 2614 | "Symfony\\Component\\Translation\\": "" |
---|
| 2615 | } |
---|
| 2616 | }, |
---|
| 2617 | "notification-url": "https://packagist.org/downloads/", |
---|
| 2618 | "license": [ |
---|
| 2619 | "MIT" |
---|
| 2620 | ], |
---|
| 2621 | "authors": [ |
---|
| 2622 | { |
---|
| 2623 | "name": "Fabien Potencier", |
---|
| 2624 | "email": "fabien@symfony.com", |
---|
| 2625 | "homepage": "http://fabien.potencier.org", |
---|
| 2626 | "role": "Lead Developer" |
---|
| 2627 | }, |
---|
| 2628 | { |
---|
| 2629 | "name": "Symfony Community", |
---|
| 2630 | "homepage": "http://symfony.com/contributors" |
---|
| 2631 | } |
---|
| 2632 | ], |
---|
| 2633 | "description": "Symfony Translation Component", |
---|
| 2634 | "homepage": "http://symfony.com", |
---|
[3722] | 2635 | "time": "2013-11-25T08:44:14+00:00" |
---|
[2931] | 2636 | }, |
---|
| 2637 | { |
---|
| 2638 | "name": "symfony/yaml", |
---|
[3722] | 2639 | "version": "2.8.x-dev", |
---|
[2931] | 2640 | "source": { |
---|
| 2641 | "type": "git", |
---|
[3722] | 2642 | "url": "https://github.com/symfony/yaml.git", |
---|
| 2643 | "reference": "be720fcfae4614df204190d57795351059946a77" |
---|
[2931] | 2644 | }, |
---|
| 2645 | "dist": { |
---|
| 2646 | "type": "zip", |
---|
[3722] | 2647 | "url": "https://api.github.com/repos/symfony/yaml/zipball/be720fcfae4614df204190d57795351059946a77", |
---|
| 2648 | "reference": "be720fcfae4614df204190d57795351059946a77", |
---|
[2931] | 2649 | "shasum": "" |
---|
| 2650 | }, |
---|
| 2651 | "require": { |
---|
| 2652 | "php": ">=5.3.9" |
---|
| 2653 | }, |
---|
| 2654 | "type": "library", |
---|
| 2655 | "extra": { |
---|
| 2656 | "branch-alias": { |
---|
[3722] | 2657 | "dev-master": "2.8-dev" |
---|
| 2658 | } |
---|
| 2659 | }, |
---|
| 2660 | "autoload": { |
---|
| 2661 | "psr-4": { |
---|
| 2662 | "Symfony\\Component\\Yaml\\": "" |
---|
| 2663 | }, |
---|
| 2664 | "exclude-from-classmap": [ |
---|
| 2665 | "/Tests/" |
---|
| 2666 | ] |
---|
| 2667 | }, |
---|
| 2668 | "notification-url": "https://packagist.org/downloads/", |
---|
| 2669 | "license": [ |
---|
| 2670 | "MIT" |
---|
| 2671 | ], |
---|
| 2672 | "authors": [ |
---|
| 2673 | { |
---|
| 2674 | "name": "Fabien Potencier", |
---|
| 2675 | "email": "fabien@symfony.com" |
---|
| 2676 | }, |
---|
| 2677 | { |
---|
| 2678 | "name": "Symfony Community", |
---|
| 2679 | "homepage": "https://symfony.com/contributors" |
---|
| 2680 | } |
---|
| 2681 | ], |
---|
| 2682 | "description": "Symfony Yaml Component", |
---|
| 2683 | "homepage": "https://symfony.com", |
---|
| 2684 | "time": "2018-01-03T07:36:31+00:00" |
---|
| 2685 | }, |
---|
| 2686 | { |
---|
| 2687 | "name": "twig/twig", |
---|
| 2688 | "version": "2.x-dev", |
---|
| 2689 | "source": { |
---|
| 2690 | "type": "git", |
---|
| 2691 | "url": "https://github.com/twigphp/Twig.git", |
---|
| 2692 | "reference": "45990c3644032f255824a6a3819ba5d828236eef" |
---|
| 2693 | }, |
---|
| 2694 | "dist": { |
---|
| 2695 | "type": "zip", |
---|
| 2696 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/45990c3644032f255824a6a3819ba5d828236eef", |
---|
| 2697 | "reference": "45990c3644032f255824a6a3819ba5d828236eef", |
---|
| 2698 | "shasum": "" |
---|
| 2699 | }, |
---|
| 2700 | "require": { |
---|
| 2701 | "php": "^7.0", |
---|
| 2702 | "symfony/polyfill-mbstring": "~1.0" |
---|
| 2703 | }, |
---|
| 2704 | "require-dev": { |
---|
| 2705 | "psr/container": "^1.0", |
---|
| 2706 | "symfony/debug": "~2.7", |
---|
| 2707 | "symfony/phpunit-bridge": "~3.3@dev" |
---|
| 2708 | }, |
---|
| 2709 | "type": "library", |
---|
| 2710 | "extra": { |
---|
| 2711 | "branch-alias": { |
---|
| 2712 | "dev-master": "2.4-dev" |
---|
[2931] | 2713 | } |
---|
| 2714 | }, |
---|
| 2715 | "autoload": { |
---|
| 2716 | "psr-0": { |
---|
[3722] | 2717 | "Twig_": "lib/" |
---|
| 2718 | }, |
---|
| 2719 | "psr-4": { |
---|
| 2720 | "Twig\\": "src/" |
---|
| 2721 | } |
---|
| 2722 | }, |
---|
| 2723 | "notification-url": "https://packagist.org/downloads/", |
---|
| 2724 | "license": [ |
---|
| 2725 | "BSD-3-Clause" |
---|
| 2726 | ], |
---|
| 2727 | "authors": [ |
---|
| 2728 | { |
---|
| 2729 | "name": "Fabien Potencier", |
---|
| 2730 | "email": "fabien@symfony.com", |
---|
| 2731 | "homepage": "http://fabien.potencier.org", |
---|
| 2732 | "role": "Lead Developer" |
---|
| 2733 | }, |
---|
| 2734 | { |
---|
| 2735 | "name": "Armin Ronacher", |
---|
| 2736 | "email": "armin.ronacher@active-4.com", |
---|
| 2737 | "role": "Project Founder" |
---|
| 2738 | }, |
---|
| 2739 | { |
---|
| 2740 | "name": "Twig Team", |
---|
| 2741 | "homepage": "http://twig.sensiolabs.org/contributors", |
---|
| 2742 | "role": "Contributors" |
---|
| 2743 | } |
---|
| 2744 | ], |
---|
| 2745 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
---|
| 2746 | "homepage": "http://twig.sensiolabs.org", |
---|
| 2747 | "keywords": [ |
---|
| 2748 | "templating" |
---|
| 2749 | ], |
---|
| 2750 | "time": "2018-01-30T13:51:48+00:00" |
---|
| 2751 | }, |
---|
| 2752 | { |
---|
| 2753 | "name": "webmozart/assert", |
---|
| 2754 | "version": "dev-master", |
---|
| 2755 | "source": { |
---|
| 2756 | "type": "git", |
---|
| 2757 | "url": "https://github.com/webmozart/assert.git", |
---|
| 2758 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a" |
---|
| 2759 | }, |
---|
| 2760 | "dist": { |
---|
| 2761 | "type": "zip", |
---|
| 2762 | "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", |
---|
| 2763 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a", |
---|
| 2764 | "shasum": "" |
---|
| 2765 | }, |
---|
| 2766 | "require": { |
---|
| 2767 | "php": "^5.3.3 || ^7.0" |
---|
| 2768 | }, |
---|
| 2769 | "require-dev": { |
---|
| 2770 | "phpunit/phpunit": "^4.6", |
---|
| 2771 | "sebastian/version": "^1.0.1" |
---|
| 2772 | }, |
---|
| 2773 | "type": "library", |
---|
| 2774 | "extra": { |
---|
| 2775 | "branch-alias": { |
---|
| 2776 | "dev-master": "1.3-dev" |
---|
| 2777 | } |
---|
| 2778 | }, |
---|
| 2779 | "autoload": { |
---|
| 2780 | "psr-4": { |
---|
| 2781 | "Webmozart\\Assert\\": "src/" |
---|
[2931] | 2782 | } |
---|
| 2783 | }, |
---|
| 2784 | "notification-url": "https://packagist.org/downloads/", |
---|
| 2785 | "license": [ |
---|
| 2786 | "MIT" |
---|
| 2787 | ], |
---|
| 2788 | "authors": [ |
---|
| 2789 | { |
---|
[3722] | 2790 | "name": "Bernhard Schussek", |
---|
| 2791 | "email": "bschussek@gmail.com" |
---|
[2931] | 2792 | } |
---|
| 2793 | ], |
---|
[3722] | 2794 | "description": "Assertions to validate method input/output with nice error messages.", |
---|
| 2795 | "keywords": [ |
---|
| 2796 | "assert", |
---|
| 2797 | "check", |
---|
| 2798 | "validate" |
---|
| 2799 | ], |
---|
| 2800 | "time": "2018-01-29T19:49:41+00:00" |
---|
[2931] | 2801 | } |
---|
| 2802 | ], |
---|
| 2803 | "aliases": [], |
---|
| 2804 | "minimum-stability": "dev", |
---|
| 2805 | "stability-flags": { |
---|
| 2806 | "atoum/atoum": 20, |
---|
[3722] | 2807 | "fzaninotto/faker": 20, |
---|
| 2808 | "atoum/reports-extension": 20, |
---|
| 2809 | "behat/mink": 20, |
---|
| 2810 | "symfony/dom-crawler": 20 |
---|
[2931] | 2811 | }, |
---|
| 2812 | "prefer-stable": false, |
---|
| 2813 | "prefer-lowest": false, |
---|
| 2814 | "platform": { |
---|
[3722] | 2815 | "php": ">5.5.0" |
---|
[2931] | 2816 | }, |
---|
| 2817 | "platform-dev": [] |
---|
| 2818 | } |
---|