├── Build └── Behat │ ├── composer.json │ └── composer.lock ├── DistributionPackages └── .gitkeep ├── Readme.rst └── composer.json /Build/Behat/composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "require": { 3 | "behat/behat": "2.5.*@dev", 4 | "behat/mink-extension": "1.3.*@dev", 5 | "behat/mink-goutte-driver": "*", 6 | "behat/mink-selenium2-driver": "*" 7 | }, 8 | "config": { 9 | "bin-dir": "../../bin/" 10 | } 11 | } -------------------------------------------------------------------------------- /Build/Behat/composer.lock: -------------------------------------------------------------------------------- 1 | { 2 | "_readme": [ 3 | "This file locks the dependencies of your project to a known state", 4 | "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" 5 | ], 6 | "hash": "bc85837bab3e536134a4b46343ad8d2a", 7 | "packages": [ 8 | { 9 | "name": "behat/behat", 10 | "version": "2.5.x-dev", 11 | "source": { 12 | "type": "git", 13 | "url": "https://github.com/Behat/Behat.git", 14 | "reference": "b688e3c4bd65ef867d2ec0a0cf8e621c166e259b" 15 | }, 16 | "dist": { 17 | "type": "zip", 18 | "url": "https://api.github.com/repos/Behat/Behat/zipball/b688e3c4bd65ef867d2ec0a0cf8e621c166e259b", 19 | "reference": "b688e3c4bd65ef867d2ec0a0cf8e621c166e259b", 20 | "shasum": "" 21 | }, 22 | "require": { 23 | "behat/gherkin": "~2.3.0", 24 | "php": ">=5.3.1", 25 | "symfony/config": "~2.0", 26 | "symfony/console": "~2.0", 27 | "symfony/dependency-injection": "~2.0", 28 | "symfony/event-dispatcher": "~2.0", 29 | "symfony/finder": "~2.0", 30 | "symfony/translation": "~2.0", 31 | "symfony/yaml": "~2.0" 32 | }, 33 | "require-dev": { 34 | "phpunit/phpunit": "~3.7.19" 35 | }, 36 | "suggest": { 37 | "behat/mink-extension": "for integration with Mink testing framework", 38 | "behat/symfony2-extension": "for integration with Symfony2 web framework", 39 | "behat/yii-extension": "for integration with Yii web framework" 40 | }, 41 | "bin": [ 42 | "bin/behat" 43 | ], 44 | "type": "library", 45 | "autoload": { 46 | "psr-0": { 47 | "Behat\\Behat": "src/" 48 | } 49 | }, 50 | "notification-url": "https://packagist.org/downloads/", 51 | "license": [ 52 | "MIT" 53 | ], 54 | "authors": [ 55 | { 56 | "name": "Konstantin Kudryashov", 57 | "email": "ever.zet@gmail.com", 58 | "homepage": "http://everzet.com" 59 | } 60 | ], 61 | "description": "Scenario-oriented BDD framework for PHP 5.3", 62 | "homepage": "http://behat.org/", 63 | "keywords": [ 64 | "BDD", 65 | "Behat", 66 | "Symfony2" 67 | ], 68 | "time": "2013-11-24 10:17:18" 69 | }, 70 | { 71 | "name": "behat/gherkin", 72 | "version": "v2.3.5", 73 | "source": { 74 | "type": "git", 75 | "url": "https://github.com/Behat/Gherkin.git", 76 | "reference": "2b33963da5525400573560c173ab5c9c057e1852" 77 | }, 78 | "dist": { 79 | "type": "zip", 80 | "url": "https://api.github.com/repos/Behat/Gherkin/zipball/2b33963da5525400573560c173ab5c9c057e1852", 81 | "reference": "2b33963da5525400573560c173ab5c9c057e1852", 82 | "shasum": "" 83 | }, 84 | "require": { 85 | "php": ">=5.3.1", 86 | "symfony/finder": "~2.0" 87 | }, 88 | "require-dev": { 89 | "symfony/config": "~2.0", 90 | "symfony/translation": "~2.0", 91 | "symfony/yaml": "~2.0" 92 | }, 93 | "suggest": { 94 | "symfony/config": "If you want to use Config component to manage resources", 95 | "symfony/translation": "If you want to use Symfony2 translations adapter", 96 | "symfony/yaml": "If you want to parse features, represented in YAML files" 97 | }, 98 | "type": "library", 99 | "extra": { 100 | "branch-alias": { 101 | "dev-develop": "2.2-dev" 102 | } 103 | }, 104 | "autoload": { 105 | "psr-0": { 106 | "Behat\\Gherkin": "src/" 107 | } 108 | }, 109 | "notification-url": "https://packagist.org/downloads/", 110 | "license": [ 111 | "MIT" 112 | ], 113 | "authors": [ 114 | { 115 | "name": "Konstantin Kudryashov", 116 | "email": "ever.zet@gmail.com", 117 | "homepage": "http://everzet.com" 118 | } 119 | ], 120 | "description": "Gherkin DSL parser for PHP 5.3", 121 | "homepage": "http://behat.org/", 122 | "keywords": [ 123 | "BDD", 124 | "Behat", 125 | "DSL", 126 | "Symfony2", 127 | "parser" 128 | ], 129 | "time": "2013-10-15 11:22:17" 130 | }, 131 | { 132 | "name": "behat/mink", 133 | "version": "v1.5.0", 134 | "source": { 135 | "type": "git", 136 | "url": "https://github.com/Behat/Mink.git", 137 | "reference": "0769e6d9726c140a54dbf827a438c0f9912749fe" 138 | }, 139 | "dist": { 140 | "type": "zip", 141 | "url": "https://api.github.com/repos/Behat/Mink/zipball/0769e6d9726c140a54dbf827a438c0f9912749fe", 142 | "reference": "0769e6d9726c140a54dbf827a438c0f9912749fe", 143 | "shasum": "" 144 | }, 145 | "require": { 146 | "php": ">=5.3.1", 147 | "symfony/css-selector": "~2.0" 148 | }, 149 | "suggest": { 150 | "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", 151 | "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation", 152 | "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", 153 | "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)" 154 | }, 155 | "type": "library", 156 | "extra": { 157 | "branch-alias": { 158 | "dev-develop": "1.5.x-dev" 159 | } 160 | }, 161 | "autoload": { 162 | "psr-0": { 163 | "Behat\\Mink": "src/" 164 | } 165 | }, 166 | "notification-url": "https://packagist.org/downloads/", 167 | "license": [ 168 | "MIT" 169 | ], 170 | "authors": [ 171 | { 172 | "name": "Konstantin Kudryashov", 173 | "email": "ever.zet@gmail.com", 174 | "homepage": "http://everzet.com" 175 | } 176 | ], 177 | "description": "Web acceptance testing framework for PHP 5.3", 178 | "homepage": "http://mink.behat.org/", 179 | "keywords": [ 180 | "browser", 181 | "testing", 182 | "web" 183 | ], 184 | "time": "2013-04-13 23:39:27" 185 | }, 186 | { 187 | "name": "behat/mink-browserkit-driver", 188 | "version": "v1.1.0", 189 | "source": { 190 | "type": "git", 191 | "url": "https://github.com/Behat/MinkBrowserKitDriver.git", 192 | "reference": "63960c8fcad4529faad1ff33e950217980baa64c" 193 | }, 194 | "dist": { 195 | "type": "zip", 196 | "url": "https://api.github.com/repos/Behat/MinkBrowserKitDriver/zipball/63960c8fcad4529faad1ff33e950217980baa64c", 197 | "reference": "63960c8fcad4529faad1ff33e950217980baa64c", 198 | "shasum": "" 199 | }, 200 | "require": { 201 | "behat/mink": "~1.5.0", 202 | "php": ">=5.3.1", 203 | "symfony/browser-kit": "~2.0", 204 | "symfony/dom-crawler": "~2.0" 205 | }, 206 | "require-dev": { 207 | "silex/silex": "@dev" 208 | }, 209 | "type": "mink-driver", 210 | "extra": { 211 | "branch-alias": { 212 | "dev-master": "1.1.x-dev" 213 | } 214 | }, 215 | "autoload": { 216 | "psr-0": { 217 | "Behat\\Mink\\Driver": "src/" 218 | } 219 | }, 220 | "notification-url": "https://packagist.org/downloads/", 221 | "license": [ 222 | "MIT" 223 | ], 224 | "authors": [ 225 | { 226 | "name": "Konstantin Kudryashov", 227 | "email": "ever.zet@gmail.com", 228 | "homepage": "http://everzet.com" 229 | } 230 | ], 231 | "description": "Symfony2 BrowserKit driver for Mink framework", 232 | "homepage": "http://mink.behat.org/", 233 | "keywords": [ 234 | "Mink", 235 | "Symfony2", 236 | "browser", 237 | "testing" 238 | ], 239 | "time": "2013-04-13 23:46:30" 240 | }, 241 | { 242 | "name": "behat/mink-extension", 243 | "version": "1.3.x-dev", 244 | "source": { 245 | "type": "git", 246 | "url": "https://github.com/Behat/MinkExtension.git", 247 | "reference": "253d919b420866008054fc3c0f94f09df05e51ed" 248 | }, 249 | "dist": { 250 | "type": "zip", 251 | "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/253d919b420866008054fc3c0f94f09df05e51ed", 252 | "reference": "253d919b420866008054fc3c0f94f09df05e51ed", 253 | "shasum": "" 254 | }, 255 | "require": { 256 | "behat/behat": "~2.5.0", 257 | "behat/mink": ">=1.4.3,<1.6-dev", 258 | "php": ">=5.3.2", 259 | "symfony/config": "~2.2" 260 | }, 261 | "require-dev": { 262 | "behat/mink-goutte-driver": "~1.0" 263 | }, 264 | "type": "behat-extension", 265 | "autoload": { 266 | "psr-0": { 267 | "Behat\\MinkExtension": "src/" 268 | } 269 | }, 270 | "notification-url": "https://packagist.org/downloads/", 271 | "license": [ 272 | "MIT" 273 | ], 274 | "authors": [ 275 | { 276 | "name": "Konstantin Kudryashov", 277 | "email": "ever.zet@gmail.com", 278 | "homepage": "http://everzet.com" 279 | } 280 | ], 281 | "description": "Mink extension for Behat", 282 | "homepage": "http://mink.behat.org", 283 | "keywords": [ 284 | "browser", 285 | "gui", 286 | "test", 287 | "web" 288 | ], 289 | "time": "2013-10-29 11:11:35" 290 | }, 291 | { 292 | "name": "behat/mink-goutte-driver", 293 | "version": "v1.0.9", 294 | "source": { 295 | "type": "git", 296 | "url": "https://github.com/Behat/MinkGoutteDriver.git", 297 | "reference": "fa1b073b48761464feb0b05e6825da44b20118d8" 298 | }, 299 | "dist": { 300 | "type": "zip", 301 | "url": "https://api.github.com/repos/Behat/MinkGoutteDriver/zipball/fa1b073b48761464feb0b05e6825da44b20118d8", 302 | "reference": "fa1b073b48761464feb0b05e6825da44b20118d8", 303 | "shasum": "" 304 | }, 305 | "require": { 306 | "behat/mink-browserkit-driver": ">=1.0.5,<1.2.0", 307 | "fabpot/goutte": "~1.0.1", 308 | "php": ">=5.3.1" 309 | }, 310 | "type": "mink-driver", 311 | "extra": { 312 | "branch-alias": { 313 | "dev-master": "1.0.x-dev" 314 | } 315 | }, 316 | "autoload": { 317 | "psr-0": { 318 | "Behat\\Mink\\Driver": "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": "Goutte driver for Mink framework", 333 | "homepage": "http://mink.behat.org/", 334 | "keywords": [ 335 | "browser", 336 | "goutte", 337 | "headless", 338 | "testing" 339 | ], 340 | "time": "2013-07-03 18:43:54" 341 | }, 342 | { 343 | "name": "behat/mink-selenium2-driver", 344 | "version": "v1.1.1", 345 | "source": { 346 | "type": "git", 347 | "url": "https://github.com/Behat/MinkSelenium2Driver.git", 348 | "reference": "bcf1b537de37db6db0822d9e7bd97e600fd7a476" 349 | }, 350 | "dist": { 351 | "type": "zip", 352 | "url": "https://api.github.com/repos/Behat/MinkSelenium2Driver/zipball/bcf1b537de37db6db0822d9e7bd97e600fd7a476", 353 | "reference": "bcf1b537de37db6db0822d9e7bd97e600fd7a476", 354 | "shasum": "" 355 | }, 356 | "require": { 357 | "behat/mink": "~1.5.0", 358 | "instaclick/php-webdriver": "~1.0.12", 359 | "php": ">=5.3.1" 360 | }, 361 | "type": "mink-driver", 362 | "extra": { 363 | "branch-alias": { 364 | "dev-master": "1.1.x-dev" 365 | } 366 | }, 367 | "autoload": { 368 | "psr-0": { 369 | "Behat\\Mink\\Driver": "src/" 370 | } 371 | }, 372 | "notification-url": "https://packagist.org/downloads/", 373 | "license": [ 374 | "MIT" 375 | ], 376 | "authors": [ 377 | { 378 | "name": "Konstantin Kudryashov", 379 | "email": "ever.zet@gmail.com", 380 | "homepage": "http://everzet.com" 381 | }, 382 | { 383 | "name": "Pete Otaqui", 384 | "email": "pete@otaqui.com", 385 | "homepage": "https://github.com/pete-otaqui" 386 | } 387 | ], 388 | "description": "Selenium2 (WebDriver) driver for Mink framework", 389 | "homepage": "http://mink.behat.org/", 390 | "keywords": [ 391 | "ajax", 392 | "browser", 393 | "javascript", 394 | "selenium", 395 | "testing", 396 | "webdriver" 397 | ], 398 | "time": "2013-06-02 19:09:45" 399 | }, 400 | { 401 | "name": "fabpot/goutte", 402 | "version": "v1.0.3", 403 | "source": { 404 | "type": "git", 405 | "url": "https://github.com/fabpot/Goutte.git", 406 | "reference": "75c9f23c4122caf4ea3e87a42a00b471366e707f" 407 | }, 408 | "dist": { 409 | "type": "zip", 410 | "url": "https://api.github.com/repos/fabpot/Goutte/zipball/75c9f23c4122caf4ea3e87a42a00b471366e707f", 411 | "reference": "75c9f23c4122caf4ea3e87a42a00b471366e707f", 412 | "shasum": "" 413 | }, 414 | "require": { 415 | "ext-curl": "*", 416 | "guzzle/http": ">=3.0.5,<3.8-dev", 417 | "php": ">=5.3.0", 418 | "symfony/browser-kit": "~2.1", 419 | "symfony/css-selector": "~2.1", 420 | "symfony/dom-crawler": "~2.1", 421 | "symfony/finder": "~2.1", 422 | "symfony/process": "~2.1" 423 | }, 424 | "require-dev": { 425 | "guzzle/plugin-history": ">=3.0.5,<3.8-dev", 426 | "guzzle/plugin-mock": ">=3.0.5,<3.8-dev" 427 | }, 428 | "type": "application", 429 | "extra": { 430 | "branch-alias": { 431 | "dev-master": "1.0-dev" 432 | } 433 | }, 434 | "autoload": { 435 | "psr-0": { 436 | "Goutte": "." 437 | } 438 | }, 439 | "notification-url": "https://packagist.org/downloads/", 440 | "license": [ 441 | "MIT" 442 | ], 443 | "authors": [ 444 | { 445 | "name": "Fabien Potencier", 446 | "email": "fabien@symfony.com" 447 | } 448 | ], 449 | "description": "A simple PHP Web Scraper", 450 | "homepage": "https://github.com/fabpot/Goutte", 451 | "keywords": [ 452 | "scraper" 453 | ], 454 | "time": "2013-08-16 06:03:22" 455 | }, 456 | { 457 | "name": "guzzle/common", 458 | "version": "v3.7.4", 459 | "target-dir": "Guzzle/Common", 460 | "source": { 461 | "type": "git", 462 | "url": "https://github.com/guzzle/common.git", 463 | "reference": "5126e268446c7e7df961b89128d71878e0652432" 464 | }, 465 | "dist": { 466 | "type": "zip", 467 | "url": "https://api.github.com/repos/guzzle/common/zipball/5126e268446c7e7df961b89128d71878e0652432", 468 | "reference": "5126e268446c7e7df961b89128d71878e0652432", 469 | "shasum": "" 470 | }, 471 | "require": { 472 | "php": ">=5.3.2", 473 | "symfony/event-dispatcher": ">=2.1" 474 | }, 475 | "type": "library", 476 | "extra": { 477 | "branch-alias": { 478 | "dev-master": "3.7-dev" 479 | } 480 | }, 481 | "autoload": { 482 | "psr-0": { 483 | "Guzzle\\Common": "" 484 | } 485 | }, 486 | "notification-url": "https://packagist.org/downloads/", 487 | "license": [ 488 | "MIT" 489 | ], 490 | "description": "Common libraries used by Guzzle", 491 | "homepage": "http://guzzlephp.org/", 492 | "keywords": [ 493 | "collection", 494 | "common", 495 | "event", 496 | "exception" 497 | ], 498 | "time": "2013-10-02 20:47:00" 499 | }, 500 | { 501 | "name": "guzzle/http", 502 | "version": "v3.7.4", 503 | "target-dir": "Guzzle/Http", 504 | "source": { 505 | "type": "git", 506 | "url": "https://github.com/guzzle/http.git", 507 | "reference": "3420035adcf312d62a2e64f3e6b3e3e590121786" 508 | }, 509 | "dist": { 510 | "type": "zip", 511 | "url": "https://api.github.com/repos/guzzle/http/zipball/3420035adcf312d62a2e64f3e6b3e3e590121786", 512 | "reference": "3420035adcf312d62a2e64f3e6b3e3e590121786", 513 | "shasum": "" 514 | }, 515 | "require": { 516 | "guzzle/common": "self.version", 517 | "guzzle/parser": "self.version", 518 | "guzzle/stream": "self.version", 519 | "php": ">=5.3.2" 520 | }, 521 | "suggest": { 522 | "ext-curl": "*" 523 | }, 524 | "type": "library", 525 | "extra": { 526 | "branch-alias": { 527 | "dev-master": "3.7-dev" 528 | } 529 | }, 530 | "autoload": { 531 | "psr-0": { 532 | "Guzzle\\Http": "" 533 | } 534 | }, 535 | "notification-url": "https://packagist.org/downloads/", 536 | "license": [ 537 | "MIT" 538 | ], 539 | "authors": [ 540 | { 541 | "name": "Michael Dowling", 542 | "email": "mtdowling@gmail.com", 543 | "homepage": "https://github.com/mtdowling" 544 | } 545 | ], 546 | "description": "HTTP libraries used by Guzzle", 547 | "homepage": "http://guzzlephp.org/", 548 | "keywords": [ 549 | "Guzzle", 550 | "client", 551 | "curl", 552 | "http", 553 | "http client" 554 | ], 555 | "time": "2013-09-20 22:05:53" 556 | }, 557 | { 558 | "name": "guzzle/parser", 559 | "version": "v3.7.4", 560 | "target-dir": "Guzzle/Parser", 561 | "source": { 562 | "type": "git", 563 | "url": "https://github.com/guzzle/parser.git", 564 | "reference": "a25c2ddda1c52fb69a4ee56eb530b13ddd9573c2" 565 | }, 566 | "dist": { 567 | "type": "zip", 568 | "url": "https://api.github.com/repos/guzzle/parser/zipball/a25c2ddda1c52fb69a4ee56eb530b13ddd9573c2", 569 | "reference": "a25c2ddda1c52fb69a4ee56eb530b13ddd9573c2", 570 | "shasum": "" 571 | }, 572 | "require": { 573 | "php": ">=5.3.2" 574 | }, 575 | "type": "library", 576 | "extra": { 577 | "branch-alias": { 578 | "dev-master": "3.7-dev" 579 | } 580 | }, 581 | "autoload": { 582 | "psr-0": { 583 | "Guzzle\\Parser": "" 584 | } 585 | }, 586 | "notification-url": "https://packagist.org/downloads/", 587 | "license": [ 588 | "MIT" 589 | ], 590 | "description": "Interchangeable parsers used by Guzzle", 591 | "homepage": "http://guzzlephp.org/", 592 | "keywords": [ 593 | "URI Template", 594 | "cookie", 595 | "http", 596 | "message", 597 | "url" 598 | ], 599 | "time": "2013-07-11 22:46:03" 600 | }, 601 | { 602 | "name": "guzzle/stream", 603 | "version": "v3.7.4", 604 | "target-dir": "Guzzle/Stream", 605 | "source": { 606 | "type": "git", 607 | "url": "https://github.com/guzzle/stream.git", 608 | "reference": "a86111d9ac7db31d65a053c825869409fe8fc83f" 609 | }, 610 | "dist": { 611 | "type": "zip", 612 | "url": "https://api.github.com/repos/guzzle/stream/zipball/a86111d9ac7db31d65a053c825869409fe8fc83f", 613 | "reference": "a86111d9ac7db31d65a053c825869409fe8fc83f", 614 | "shasum": "" 615 | }, 616 | "require": { 617 | "guzzle/common": "self.version", 618 | "php": ">=5.3.2" 619 | }, 620 | "suggest": { 621 | "guzzle/http": "To convert Guzzle request objects to PHP streams" 622 | }, 623 | "type": "library", 624 | "extra": { 625 | "branch-alias": { 626 | "dev-master": "3.7-dev" 627 | } 628 | }, 629 | "autoload": { 630 | "psr-0": { 631 | "Guzzle\\Stream": "" 632 | } 633 | }, 634 | "notification-url": "https://packagist.org/downloads/", 635 | "license": [ 636 | "MIT" 637 | ], 638 | "authors": [ 639 | { 640 | "name": "Michael Dowling", 641 | "email": "mtdowling@gmail.com", 642 | "homepage": "https://github.com/mtdowling" 643 | } 644 | ], 645 | "description": "Guzzle stream wrapper component", 646 | "homepage": "http://guzzlephp.org/", 647 | "keywords": [ 648 | "Guzzle", 649 | "component", 650 | "stream" 651 | ], 652 | "time": "2013-07-30 22:07:23" 653 | }, 654 | { 655 | "name": "instaclick/php-webdriver", 656 | "version": "1.0.17", 657 | "source": { 658 | "type": "git", 659 | "url": "https://github.com/instaclick/php-webdriver.git", 660 | "reference": "47a6019553a7a5b42d35493276ffc2c9252c53d5" 661 | }, 662 | "dist": { 663 | "type": "zip", 664 | "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/47a6019553a7a5b42d35493276ffc2c9252c53d5", 665 | "reference": "47a6019553a7a5b42d35493276ffc2c9252c53d5", 666 | "shasum": "" 667 | }, 668 | "require": { 669 | "ext-curl": "*", 670 | "php": ">=5.3.2" 671 | }, 672 | "bin": [ 673 | "bin/webunit" 674 | ], 675 | "type": "library", 676 | "extra": { 677 | "branch-alias": { 678 | "dev-master": "1.0.x-dev" 679 | } 680 | }, 681 | "autoload": { 682 | "psr-0": { 683 | "WebDriver": "lib/" 684 | } 685 | }, 686 | "notification-url": "https://packagist.org/downloads/", 687 | "license": [ 688 | "Apache-2.0" 689 | ], 690 | "authors": [ 691 | { 692 | "name": "Justin Bishop", 693 | "email": "jubishop@gmail.com", 694 | "role": "Developer" 695 | }, 696 | { 697 | "name": "Anthon Pang", 698 | "email": "apang@softwaredevelopment.ca", 699 | "role": "Fork Maintainer" 700 | } 701 | ], 702 | "description": "PHP WebDriver for Selenium 2", 703 | "homepage": "http://instaclick.com/", 704 | "keywords": [ 705 | "browser", 706 | "selenium", 707 | "webdriver", 708 | "webtest" 709 | ], 710 | "time": "2013-10-04 15:03:51" 711 | }, 712 | { 713 | "name": "symfony/browser-kit", 714 | "version": "v2.3.7", 715 | "target-dir": "Symfony/Component/BrowserKit", 716 | "source": { 717 | "type": "git", 718 | "url": "https://github.com/symfony/BrowserKit.git", 719 | "reference": "7fc66ea3b9438080d79246cd8e5d88950c7fe4a4" 720 | }, 721 | "dist": { 722 | "type": "zip", 723 | "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/7fc66ea3b9438080d79246cd8e5d88950c7fe4a4", 724 | "reference": "7fc66ea3b9438080d79246cd8e5d88950c7fe4a4", 725 | "shasum": "" 726 | }, 727 | "require": { 728 | "php": ">=5.3.3", 729 | "symfony/dom-crawler": "~2.0" 730 | }, 731 | "require-dev": { 732 | "symfony/css-selector": "~2.0", 733 | "symfony/process": "~2.0" 734 | }, 735 | "suggest": { 736 | "symfony/process": "" 737 | }, 738 | "type": "library", 739 | "extra": { 740 | "branch-alias": { 741 | "dev-master": "2.3-dev" 742 | } 743 | }, 744 | "autoload": { 745 | "psr-0": { 746 | "Symfony\\Component\\BrowserKit\\": "" 747 | } 748 | }, 749 | "notification-url": "https://packagist.org/downloads/", 750 | "license": [ 751 | "MIT" 752 | ], 753 | "authors": [ 754 | { 755 | "name": "Fabien Potencier", 756 | "email": "fabien@symfony.com" 757 | }, 758 | { 759 | "name": "Symfony Community", 760 | "homepage": "http://symfony.com/contributors" 761 | } 762 | ], 763 | "description": "Symfony BrowserKit Component", 764 | "homepage": "http://symfony.com", 765 | "time": "2013-09-26 12:37:59" 766 | }, 767 | { 768 | "name": "symfony/config", 769 | "version": "v2.3.7", 770 | "target-dir": "Symfony/Component/Config", 771 | "source": { 772 | "type": "git", 773 | "url": "https://github.com/symfony/Config.git", 774 | "reference": "1ced3d6c88b22df8cd1fe5209dbd6a89df362a29" 775 | }, 776 | "dist": { 777 | "type": "zip", 778 | "url": "https://api.github.com/repos/symfony/Config/zipball/1ced3d6c88b22df8cd1fe5209dbd6a89df362a29", 779 | "reference": "1ced3d6c88b22df8cd1fe5209dbd6a89df362a29", 780 | "shasum": "" 781 | }, 782 | "require": { 783 | "php": ">=5.3.3", 784 | "symfony/filesystem": "~2.3" 785 | }, 786 | "type": "library", 787 | "extra": { 788 | "branch-alias": { 789 | "dev-master": "2.3-dev" 790 | } 791 | }, 792 | "autoload": { 793 | "psr-0": { 794 | "Symfony\\Component\\Config\\": "" 795 | } 796 | }, 797 | "notification-url": "https://packagist.org/downloads/", 798 | "license": [ 799 | "MIT" 800 | ], 801 | "authors": [ 802 | { 803 | "name": "Fabien Potencier", 804 | "email": "fabien@symfony.com" 805 | }, 806 | { 807 | "name": "Symfony Community", 808 | "homepage": "http://symfony.com/contributors" 809 | } 810 | ], 811 | "description": "Symfony Config Component", 812 | "homepage": "http://symfony.com", 813 | "time": "2013-09-19 09:45:20" 814 | }, 815 | { 816 | "name": "symfony/console", 817 | "version": "v2.3.7", 818 | "target-dir": "Symfony/Component/Console", 819 | "source": { 820 | "type": "git", 821 | "url": "https://github.com/symfony/Console.git", 822 | "reference": "00848d3e13cf512e77c7498c2b3b0192f61f4b18" 823 | }, 824 | "dist": { 825 | "type": "zip", 826 | "url": "https://api.github.com/repos/symfony/Console/zipball/00848d3e13cf512e77c7498c2b3b0192f61f4b18", 827 | "reference": "00848d3e13cf512e77c7498c2b3b0192f61f4b18", 828 | "shasum": "" 829 | }, 830 | "require": { 831 | "php": ">=5.3.3" 832 | }, 833 | "require-dev": { 834 | "symfony/event-dispatcher": "~2.1" 835 | }, 836 | "suggest": { 837 | "symfony/event-dispatcher": "" 838 | }, 839 | "type": "library", 840 | "extra": { 841 | "branch-alias": { 842 | "dev-master": "2.3-dev" 843 | } 844 | }, 845 | "autoload": { 846 | "psr-0": { 847 | "Symfony\\Component\\Console\\": "" 848 | } 849 | }, 850 | "notification-url": "https://packagist.org/downloads/", 851 | "license": [ 852 | "MIT" 853 | ], 854 | "authors": [ 855 | { 856 | "name": "Fabien Potencier", 857 | "email": "fabien@symfony.com" 858 | }, 859 | { 860 | "name": "Symfony Community", 861 | "homepage": "http://symfony.com/contributors" 862 | } 863 | ], 864 | "description": "Symfony Console Component", 865 | "homepage": "http://symfony.com", 866 | "time": "2013-11-13 21:27:40" 867 | }, 868 | { 869 | "name": "symfony/css-selector", 870 | "version": "v2.3.7", 871 | "target-dir": "Symfony/Component/CssSelector", 872 | "source": { 873 | "type": "git", 874 | "url": "https://github.com/symfony/CssSelector.git", 875 | "reference": "8df20c54ffa650df860a3e42dbcd1fbd25a24977" 876 | }, 877 | "dist": { 878 | "type": "zip", 879 | "url": "https://api.github.com/repos/symfony/CssSelector/zipball/8df20c54ffa650df860a3e42dbcd1fbd25a24977", 880 | "reference": "8df20c54ffa650df860a3e42dbcd1fbd25a24977", 881 | "shasum": "" 882 | }, 883 | "require": { 884 | "php": ">=5.3.3" 885 | }, 886 | "type": "library", 887 | "extra": { 888 | "branch-alias": { 889 | "dev-master": "2.3-dev" 890 | } 891 | }, 892 | "autoload": { 893 | "psr-0": { 894 | "Symfony\\Component\\CssSelector\\": "" 895 | } 896 | }, 897 | "notification-url": "https://packagist.org/downloads/", 898 | "license": [ 899 | "MIT" 900 | ], 901 | "authors": [ 902 | { 903 | "name": "Fabien Potencier", 904 | "email": "fabien@symfony.com" 905 | }, 906 | { 907 | "name": "Symfony Community", 908 | "homepage": "http://symfony.com/contributors" 909 | }, 910 | { 911 | "name": "Jean-François Simon", 912 | "email": "jeanfrancois.simon@sensiolabs.com" 913 | } 914 | ], 915 | "description": "Symfony CssSelector Component", 916 | "homepage": "http://symfony.com", 917 | "time": "2013-10-30 08:30:20" 918 | }, 919 | { 920 | "name": "symfony/dependency-injection", 921 | "version": "v2.3.7", 922 | "target-dir": "Symfony/Component/DependencyInjection", 923 | "source": { 924 | "type": "git", 925 | "url": "https://github.com/symfony/DependencyInjection.git", 926 | "reference": "3ead0b87b455289864d648152e0930629df687d2" 927 | }, 928 | "dist": { 929 | "type": "zip", 930 | "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/3ead0b87b455289864d648152e0930629df687d2", 931 | "reference": "3ead0b87b455289864d648152e0930629df687d2", 932 | "shasum": "" 933 | }, 934 | "require": { 935 | "php": ">=5.3.3" 936 | }, 937 | "require-dev": { 938 | "symfony/config": "~2.2", 939 | "symfony/yaml": "~2.0" 940 | }, 941 | "suggest": { 942 | "symfony/config": "", 943 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", 944 | "symfony/yaml": "" 945 | }, 946 | "type": "library", 947 | "extra": { 948 | "branch-alias": { 949 | "dev-master": "2.3-dev" 950 | } 951 | }, 952 | "autoload": { 953 | "psr-0": { 954 | "Symfony\\Component\\DependencyInjection\\": "" 955 | } 956 | }, 957 | "notification-url": "https://packagist.org/downloads/", 958 | "license": [ 959 | "MIT" 960 | ], 961 | "authors": [ 962 | { 963 | "name": "Fabien Potencier", 964 | "email": "fabien@symfony.com" 965 | }, 966 | { 967 | "name": "Symfony Community", 968 | "homepage": "http://symfony.com/contributors" 969 | } 970 | ], 971 | "description": "Symfony DependencyInjection Component", 972 | "homepage": "http://symfony.com", 973 | "time": "2013-11-09 15:43:20" 974 | }, 975 | { 976 | "name": "symfony/dom-crawler", 977 | "version": "v2.3.7", 978 | "target-dir": "Symfony/Component/DomCrawler", 979 | "source": { 980 | "type": "git", 981 | "url": "https://github.com/symfony/DomCrawler.git", 982 | "reference": "4dc2c596b28884892da24729d9b32d01d89c1a59" 983 | }, 984 | "dist": { 985 | "type": "zip", 986 | "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/4dc2c596b28884892da24729d9b32d01d89c1a59", 987 | "reference": "4dc2c596b28884892da24729d9b32d01d89c1a59", 988 | "shasum": "" 989 | }, 990 | "require": { 991 | "php": ">=5.3.3" 992 | }, 993 | "require-dev": { 994 | "symfony/css-selector": "~2.0" 995 | }, 996 | "suggest": { 997 | "symfony/css-selector": "" 998 | }, 999 | "type": "library", 1000 | "extra": { 1001 | "branch-alias": { 1002 | "dev-master": "2.3-dev" 1003 | } 1004 | }, 1005 | "autoload": { 1006 | "psr-0": { 1007 | "Symfony\\Component\\DomCrawler\\": "" 1008 | } 1009 | }, 1010 | "notification-url": "https://packagist.org/downloads/", 1011 | "license": [ 1012 | "MIT" 1013 | ], 1014 | "authors": [ 1015 | { 1016 | "name": "Fabien Potencier", 1017 | "email": "fabien@symfony.com" 1018 | }, 1019 | { 1020 | "name": "Symfony Community", 1021 | "homepage": "http://symfony.com/contributors" 1022 | } 1023 | ], 1024 | "description": "Symfony DomCrawler Component", 1025 | "homepage": "http://symfony.com", 1026 | "time": "2013-10-30 08:30:20" 1027 | }, 1028 | { 1029 | "name": "symfony/event-dispatcher", 1030 | "version": "v2.3.7", 1031 | "target-dir": "Symfony/Component/EventDispatcher", 1032 | "source": { 1033 | "type": "git", 1034 | "url": "https://github.com/symfony/EventDispatcher.git", 1035 | "reference": "2d8ece3c610726a73d0c95c885134efea182610e" 1036 | }, 1037 | "dist": { 1038 | "type": "zip", 1039 | "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/2d8ece3c610726a73d0c95c885134efea182610e", 1040 | "reference": "2d8ece3c610726a73d0c95c885134efea182610e", 1041 | "shasum": "" 1042 | }, 1043 | "require": { 1044 | "php": ">=5.3.3" 1045 | }, 1046 | "require-dev": { 1047 | "symfony/dependency-injection": "~2.0" 1048 | }, 1049 | "suggest": { 1050 | "symfony/dependency-injection": "", 1051 | "symfony/http-kernel": "" 1052 | }, 1053 | "type": "library", 1054 | "extra": { 1055 | "branch-alias": { 1056 | "dev-master": "2.3-dev" 1057 | } 1058 | }, 1059 | "autoload": { 1060 | "psr-0": { 1061 | "Symfony\\Component\\EventDispatcher\\": "" 1062 | } 1063 | }, 1064 | "notification-url": "https://packagist.org/downloads/", 1065 | "license": [ 1066 | "MIT" 1067 | ], 1068 | "authors": [ 1069 | { 1070 | "name": "Fabien Potencier", 1071 | "email": "fabien@symfony.com" 1072 | }, 1073 | { 1074 | "name": "Symfony Community", 1075 | "homepage": "http://symfony.com/contributors" 1076 | } 1077 | ], 1078 | "description": "Symfony EventDispatcher Component", 1079 | "homepage": "http://symfony.com", 1080 | "time": "2013-10-13 06:32:10" 1081 | }, 1082 | { 1083 | "name": "symfony/filesystem", 1084 | "version": "v2.3.7", 1085 | "target-dir": "Symfony/Component/Filesystem", 1086 | "source": { 1087 | "type": "git", 1088 | "url": "https://github.com/symfony/Filesystem.git", 1089 | "reference": "2b8995042086c5552c94d33b5553c492e9cfc00e" 1090 | }, 1091 | "dist": { 1092 | "type": "zip", 1093 | "url": "https://api.github.com/repos/symfony/Filesystem/zipball/2b8995042086c5552c94d33b5553c492e9cfc00e", 1094 | "reference": "2b8995042086c5552c94d33b5553c492e9cfc00e", 1095 | "shasum": "" 1096 | }, 1097 | "require": { 1098 | "php": ">=5.3.3" 1099 | }, 1100 | "type": "library", 1101 | "extra": { 1102 | "branch-alias": { 1103 | "dev-master": "2.3-dev" 1104 | } 1105 | }, 1106 | "autoload": { 1107 | "psr-0": { 1108 | "Symfony\\Component\\Filesystem\\": "" 1109 | } 1110 | }, 1111 | "notification-url": "https://packagist.org/downloads/", 1112 | "license": [ 1113 | "MIT" 1114 | ], 1115 | "authors": [ 1116 | { 1117 | "name": "Fabien Potencier", 1118 | "email": "fabien@symfony.com" 1119 | }, 1120 | { 1121 | "name": "Symfony Community", 1122 | "homepage": "http://symfony.com/contributors" 1123 | } 1124 | ], 1125 | "description": "Symfony Filesystem Component", 1126 | "homepage": "http://symfony.com", 1127 | "time": "2013-09-19 09:45:20" 1128 | }, 1129 | { 1130 | "name": "symfony/finder", 1131 | "version": "v2.3.7", 1132 | "target-dir": "Symfony/Component/Finder", 1133 | "source": { 1134 | "type": "git", 1135 | "url": "https://github.com/symfony/Finder.git", 1136 | "reference": "a175521f680b178e63c5d0ab87c6b046c0990c3f" 1137 | }, 1138 | "dist": { 1139 | "type": "zip", 1140 | "url": "https://api.github.com/repos/symfony/Finder/zipball/a175521f680b178e63c5d0ab87c6b046c0990c3f", 1141 | "reference": "a175521f680b178e63c5d0ab87c6b046c0990c3f", 1142 | "shasum": "" 1143 | }, 1144 | "require": { 1145 | "php": ">=5.3.3" 1146 | }, 1147 | "type": "library", 1148 | "extra": { 1149 | "branch-alias": { 1150 | "dev-master": "2.3-dev" 1151 | } 1152 | }, 1153 | "autoload": { 1154 | "psr-0": { 1155 | "Symfony\\Component\\Finder\\": "" 1156 | } 1157 | }, 1158 | "notification-url": "https://packagist.org/downloads/", 1159 | "license": [ 1160 | "MIT" 1161 | ], 1162 | "authors": [ 1163 | { 1164 | "name": "Fabien Potencier", 1165 | "email": "fabien@symfony.com" 1166 | }, 1167 | { 1168 | "name": "Symfony Community", 1169 | "homepage": "http://symfony.com/contributors" 1170 | } 1171 | ], 1172 | "description": "Symfony Finder Component", 1173 | "homepage": "http://symfony.com", 1174 | "time": "2013-09-19 09:45:20" 1175 | }, 1176 | { 1177 | "name": "symfony/process", 1178 | "version": "v2.3.7", 1179 | "target-dir": "Symfony/Component/Process", 1180 | "source": { 1181 | "type": "git", 1182 | "url": "https://github.com/symfony/Process.git", 1183 | "reference": "82898108f79040314a7b3ba430a72c32c7f61d14" 1184 | }, 1185 | "dist": { 1186 | "type": "zip", 1187 | "url": "https://api.github.com/repos/symfony/Process/zipball/82898108f79040314a7b3ba430a72c32c7f61d14", 1188 | "reference": "82898108f79040314a7b3ba430a72c32c7f61d14", 1189 | "shasum": "" 1190 | }, 1191 | "require": { 1192 | "php": ">=5.3.3" 1193 | }, 1194 | "type": "library", 1195 | "extra": { 1196 | "branch-alias": { 1197 | "dev-master": "2.3-dev" 1198 | } 1199 | }, 1200 | "autoload": { 1201 | "psr-0": { 1202 | "Symfony\\Component\\Process\\": "" 1203 | } 1204 | }, 1205 | "notification-url": "https://packagist.org/downloads/", 1206 | "license": [ 1207 | "MIT" 1208 | ], 1209 | "authors": [ 1210 | { 1211 | "name": "Fabien Potencier", 1212 | "email": "fabien@symfony.com" 1213 | }, 1214 | { 1215 | "name": "Symfony Community", 1216 | "homepage": "http://symfony.com/contributors" 1217 | } 1218 | ], 1219 | "description": "Symfony Process Component", 1220 | "homepage": "http://symfony.com", 1221 | "time": "2013-10-30 08:30:20" 1222 | }, 1223 | { 1224 | "name": "symfony/translation", 1225 | "version": "v2.3.7", 1226 | "target-dir": "Symfony/Component/Translation", 1227 | "source": { 1228 | "type": "git", 1229 | "url": "https://github.com/symfony/Translation.git", 1230 | "reference": "e0012648d7fc96d8f03bb7ca4d5e44f471a15417" 1231 | }, 1232 | "dist": { 1233 | "type": "zip", 1234 | "url": "https://api.github.com/repos/symfony/Translation/zipball/e0012648d7fc96d8f03bb7ca4d5e44f471a15417", 1235 | "reference": "e0012648d7fc96d8f03bb7ca4d5e44f471a15417", 1236 | "shasum": "" 1237 | }, 1238 | "require": { 1239 | "php": ">=5.3.3" 1240 | }, 1241 | "require-dev": { 1242 | "symfony/config": "~2.0", 1243 | "symfony/yaml": "~2.2" 1244 | }, 1245 | "suggest": { 1246 | "symfony/config": "", 1247 | "symfony/yaml": "" 1248 | }, 1249 | "type": "library", 1250 | "extra": { 1251 | "branch-alias": { 1252 | "dev-master": "2.3-dev" 1253 | } 1254 | }, 1255 | "autoload": { 1256 | "psr-0": { 1257 | "Symfony\\Component\\Translation\\": "" 1258 | } 1259 | }, 1260 | "notification-url": "https://packagist.org/downloads/", 1261 | "license": [ 1262 | "MIT" 1263 | ], 1264 | "authors": [ 1265 | { 1266 | "name": "Fabien Potencier", 1267 | "email": "fabien@symfony.com" 1268 | }, 1269 | { 1270 | "name": "Symfony Community", 1271 | "homepage": "http://symfony.com/contributors" 1272 | } 1273 | ], 1274 | "description": "Symfony Translation Component", 1275 | "homepage": "http://symfony.com", 1276 | "time": "2013-11-13 21:27:40" 1277 | }, 1278 | { 1279 | "name": "symfony/yaml", 1280 | "version": "v2.3.7", 1281 | "target-dir": "Symfony/Component/Yaml", 1282 | "source": { 1283 | "type": "git", 1284 | "url": "https://github.com/symfony/Yaml.git", 1285 | "reference": "c1bda5b459d792cb253de12c65beba3040163b2b" 1286 | }, 1287 | "dist": { 1288 | "type": "zip", 1289 | "url": "https://api.github.com/repos/symfony/Yaml/zipball/c1bda5b459d792cb253de12c65beba3040163b2b", 1290 | "reference": "c1bda5b459d792cb253de12c65beba3040163b2b", 1291 | "shasum": "" 1292 | }, 1293 | "require": { 1294 | "php": ">=5.3.3" 1295 | }, 1296 | "type": "library", 1297 | "extra": { 1298 | "branch-alias": { 1299 | "dev-master": "2.3-dev" 1300 | } 1301 | }, 1302 | "autoload": { 1303 | "psr-0": { 1304 | "Symfony\\Component\\Yaml\\": "" 1305 | } 1306 | }, 1307 | "notification-url": "https://packagist.org/downloads/", 1308 | "license": [ 1309 | "MIT" 1310 | ], 1311 | "authors": [ 1312 | { 1313 | "name": "Fabien Potencier", 1314 | "email": "fabien@symfony.com" 1315 | }, 1316 | { 1317 | "name": "Symfony Community", 1318 | "homepage": "http://symfony.com/contributors" 1319 | } 1320 | ], 1321 | "description": "Symfony Yaml Component", 1322 | "homepage": "http://symfony.com", 1323 | "time": "2013-10-17 11:48:01" 1324 | } 1325 | ], 1326 | "packages-dev": [ 1327 | 1328 | ], 1329 | "aliases": [ 1330 | 1331 | ], 1332 | "minimum-stability": "stable", 1333 | "stability-flags": { 1334 | "behat/behat": 20, 1335 | "behat/mink-extension": 20 1336 | }, 1337 | "platform": [ 1338 | 1339 | ], 1340 | "platform-dev": [ 1341 | 1342 | ] 1343 | } 1344 | -------------------------------------------------------------------------------- /DistributionPackages/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neos/flow-base-distribution/7ffb7f9a4bd2b1a4362e07b8d282b3f0c69d35b0/DistributionPackages/.gitkeep -------------------------------------------------------------------------------- /Readme.rst: -------------------------------------------------------------------------------- 1 | ---------------------- 2 | Flow base distribution 3 | ---------------------- 4 | 5 | This repository provides a basis for starting new Flow projects. After running `composer update` or `composer install` respectively, 6 | you will have all packages installed which are needed for a standard Flow application. 7 | 8 | It is best practice is to fork this repository, then clone it locally and adjust the dependencies in composer.json to your needs. 9 | After running `composer update`, check in the generated `composer.lock` file and push the result to your fork or a new repository. 10 | 11 | Learn more about the Flow application framework on http://www.neos.io/. 12 | You'll find the installation instructions and more at http://flowframework.readthedocs.org/ 13 | -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "neos/flow-base-distribution", 3 | "description": "Flow Base Distribution", 4 | "license": "MIT", 5 | "support": { 6 | "email": "hello@neos.io", 7 | "slack": "http://slack.neos.io/", 8 | "forum": "https://discuss.neos.io/", 9 | "wiki": "https://discuss.neos.io/c/the-neos-project/project-documentation", 10 | "issues": "https://github.com/neos/flow-development-collection/issues", 11 | "docs": "https://flowframework.readthedocs.io/", 12 | "source": "https://github.com/neos/flow-base-distribution" 13 | }, 14 | "config": { 15 | "vendor-dir": "Packages/Libraries", 16 | "bin-dir": "bin", 17 | "allow-plugins": { 18 | "neos/composer-plugin": true 19 | } 20 | }, 21 | "require": { 22 | "neos/flow": "~9.0.0", 23 | "neos/welcome": "~9.0.0" 24 | }, 25 | "require-dev": { 26 | "neos/kickstarter": "~9.0.0", 27 | "neos/buildessentials": "~9.0.0", 28 | "neos/behat": "~9.0.0", 29 | "phpunit/phpunit": "~9.0", 30 | "mikey179/vfsstream": "~1.6" 31 | }, 32 | "repositories": { 33 | "distributionPackages": { 34 | "type": "path", 35 | "url": "./DistributionPackages/*" 36 | } 37 | }, 38 | "suggest": { 39 | "ext-pdo_sqlite": "For running functional tests out-of-the-box this is required", 40 | "neos/fluid-adaptor": "For rendering templates with TYPO3.Fluid" 41 | }, 42 | "scripts": { 43 | "post-update-cmd": "Neos\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall", 44 | "post-install-cmd": "Neos\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall", 45 | "post-package-update": "Neos\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall", 46 | "post-package-install": "Neos\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall" 47 | } 48 | } 49 | --------------------------------------------------------------------------------