You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3371 lines
120 KiB

  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "96098e473b028cdb2529580554a1ae3e",
  8. "packages": [
  9. {
  10. "name": "dnoegel/php-xdg-base-dir",
  11. "version": "0.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
  15. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
  20. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.2"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": "@stable"
  28. },
  29. "type": "project",
  30. "autoload": {
  31. "psr-4": {
  32. "XdgBaseDir\\": "src/"
  33. }
  34. },
  35. "notification-url": "https://packagist.org/downloads/",
  36. "license": [
  37. "MIT"
  38. ],
  39. "description": "implementation of xdg base directory specification for php",
  40. "time": "2014-10-24T07:27:01+00:00"
  41. },
  42. {
  43. "name": "doctrine/inflector",
  44. "version": "v1.1.0",
  45. "source": {
  46. "type": "git",
  47. "url": "https://github.com/doctrine/inflector.git",
  48. "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
  49. },
  50. "dist": {
  51. "type": "zip",
  52. "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
  53. "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
  54. "shasum": ""
  55. },
  56. "require": {
  57. "php": ">=5.3.2"
  58. },
  59. "require-dev": {
  60. "phpunit/phpunit": "4.*"
  61. },
  62. "type": "library",
  63. "extra": {
  64. "branch-alias": {
  65. "dev-master": "1.1.x-dev"
  66. }
  67. },
  68. "autoload": {
  69. "psr-0": {
  70. "Doctrine\\Common\\Inflector\\": "lib/"
  71. }
  72. },
  73. "notification-url": "https://packagist.org/downloads/",
  74. "license": [
  75. "MIT"
  76. ],
  77. "authors": [
  78. {
  79. "name": "Roman Borschel",
  80. "email": "roman@code-factory.org"
  81. },
  82. {
  83. "name": "Benjamin Eberlei",
  84. "email": "kontakt@beberlei.de"
  85. },
  86. {
  87. "name": "Guilherme Blanco",
  88. "email": "guilhermeblanco@gmail.com"
  89. },
  90. {
  91. "name": "Jonathan Wage",
  92. "email": "jonwage@gmail.com"
  93. },
  94. {
  95. "name": "Johannes Schmitt",
  96. "email": "schmittjoh@gmail.com"
  97. }
  98. ],
  99. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  100. "homepage": "http://www.doctrine-project.org",
  101. "keywords": [
  102. "inflection",
  103. "pluralize",
  104. "singularize",
  105. "string"
  106. ],
  107. "time": "2015-11-06T14:35:42+00:00"
  108. },
  109. {
  110. "name": "erusev/parsedown",
  111. "version": "1.6.2",
  112. "source": {
  113. "type": "git",
  114. "url": "https://github.com/erusev/parsedown.git",
  115. "reference": "1bf24f7334fe16c88bf9d467863309ceaf285b01"
  116. },
  117. "dist": {
  118. "type": "zip",
  119. "url": "https://api.github.com/repos/erusev/parsedown/zipball/1bf24f7334fe16c88bf9d467863309ceaf285b01",
  120. "reference": "1bf24f7334fe16c88bf9d467863309ceaf285b01",
  121. "shasum": ""
  122. },
  123. "require": {
  124. "php": ">=5.3.0"
  125. },
  126. "type": "library",
  127. "autoload": {
  128. "psr-0": {
  129. "Parsedown": ""
  130. }
  131. },
  132. "notification-url": "https://packagist.org/downloads/",
  133. "license": [
  134. "MIT"
  135. ],
  136. "authors": [
  137. {
  138. "name": "Emanuil Rusev",
  139. "email": "hello@erusev.com",
  140. "homepage": "http://erusev.com"
  141. }
  142. ],
  143. "description": "Parser for Markdown.",
  144. "homepage": "http://parsedown.org",
  145. "keywords": [
  146. "markdown",
  147. "parser"
  148. ],
  149. "time": "2017-03-29T16:04:15+00:00"
  150. },
  151. {
  152. "name": "jakub-onderka/php-console-color",
  153. "version": "0.1",
  154. "source": {
  155. "type": "git",
  156. "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
  157. "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
  158. },
  159. "dist": {
  160. "type": "zip",
  161. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
  162. "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
  163. "shasum": ""
  164. },
  165. "require": {
  166. "php": ">=5.3.2"
  167. },
  168. "require-dev": {
  169. "jakub-onderka/php-code-style": "1.0",
  170. "jakub-onderka/php-parallel-lint": "0.*",
  171. "jakub-onderka/php-var-dump-check": "0.*",
  172. "phpunit/phpunit": "3.7.*",
  173. "squizlabs/php_codesniffer": "1.*"
  174. },
  175. "type": "library",
  176. "autoload": {
  177. "psr-0": {
  178. "JakubOnderka\\PhpConsoleColor": "src/"
  179. }
  180. },
  181. "notification-url": "https://packagist.org/downloads/",
  182. "license": [
  183. "BSD-2-Clause"
  184. ],
  185. "authors": [
  186. {
  187. "name": "Jakub Onderka",
  188. "email": "jakub.onderka@gmail.com",
  189. "homepage": "http://www.acci.cz"
  190. }
  191. ],
  192. "time": "2014-04-08T15:00:19+00:00"
  193. },
  194. {
  195. "name": "jakub-onderka/php-console-highlighter",
  196. "version": "v0.3.2",
  197. "source": {
  198. "type": "git",
  199. "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
  200. "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
  201. },
  202. "dist": {
  203. "type": "zip",
  204. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  205. "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  206. "shasum": ""
  207. },
  208. "require": {
  209. "jakub-onderka/php-console-color": "~0.1",
  210. "php": ">=5.3.0"
  211. },
  212. "require-dev": {
  213. "jakub-onderka/php-code-style": "~1.0",
  214. "jakub-onderka/php-parallel-lint": "~0.5",
  215. "jakub-onderka/php-var-dump-check": "~0.1",
  216. "phpunit/phpunit": "~4.0",
  217. "squizlabs/php_codesniffer": "~1.5"
  218. },
  219. "type": "library",
  220. "autoload": {
  221. "psr-0": {
  222. "JakubOnderka\\PhpConsoleHighlighter": "src/"
  223. }
  224. },
  225. "notification-url": "https://packagist.org/downloads/",
  226. "license": [
  227. "MIT"
  228. ],
  229. "authors": [
  230. {
  231. "name": "Jakub Onderka",
  232. "email": "acci@acci.cz",
  233. "homepage": "http://www.acci.cz/"
  234. }
  235. ],
  236. "time": "2015-04-20T18:58:01+00:00"
  237. },
  238. {
  239. "name": "laravel/framework",
  240. "version": "v5.4.27",
  241. "source": {
  242. "type": "git",
  243. "url": "https://github.com/laravel/framework.git",
  244. "reference": "66f5e1b37cbd66e730ea18850ded6dc0ad570404"
  245. },
  246. "dist": {
  247. "type": "zip",
  248. "url": "https://api.github.com/repos/laravel/framework/zipball/66f5e1b37cbd66e730ea18850ded6dc0ad570404",
  249. "reference": "66f5e1b37cbd66e730ea18850ded6dc0ad570404",
  250. "shasum": ""
  251. },
  252. "require": {
  253. "doctrine/inflector": "~1.0",
  254. "erusev/parsedown": "~1.6",
  255. "ext-mbstring": "*",
  256. "ext-openssl": "*",
  257. "league/flysystem": "~1.0",
  258. "monolog/monolog": "~1.11",
  259. "mtdowling/cron-expression": "~1.0",
  260. "nesbot/carbon": "~1.20",
  261. "paragonie/random_compat": "~1.4|~2.0",
  262. "php": ">=5.6.4",
  263. "ramsey/uuid": "~3.0",
  264. "swiftmailer/swiftmailer": "~5.4",
  265. "symfony/console": "~3.2",
  266. "symfony/debug": "~3.2",
  267. "symfony/finder": "~3.2",
  268. "symfony/http-foundation": "~3.2",
  269. "symfony/http-kernel": "~3.2",
  270. "symfony/process": "~3.2",
  271. "symfony/routing": "~3.2",
  272. "symfony/var-dumper": "~3.2",
  273. "tijsverkoyen/css-to-inline-styles": "~2.2",
  274. "vlucas/phpdotenv": "~2.2"
  275. },
  276. "replace": {
  277. "illuminate/auth": "self.version",
  278. "illuminate/broadcasting": "self.version",
  279. "illuminate/bus": "self.version",
  280. "illuminate/cache": "self.version",
  281. "illuminate/config": "self.version",
  282. "illuminate/console": "self.version",
  283. "illuminate/container": "self.version",
  284. "illuminate/contracts": "self.version",
  285. "illuminate/cookie": "self.version",
  286. "illuminate/database": "self.version",
  287. "illuminate/encryption": "self.version",
  288. "illuminate/events": "self.version",
  289. "illuminate/exception": "self.version",
  290. "illuminate/filesystem": "self.version",
  291. "illuminate/hashing": "self.version",
  292. "illuminate/http": "self.version",
  293. "illuminate/log": "self.version",
  294. "illuminate/mail": "self.version",
  295. "illuminate/notifications": "self.version",
  296. "illuminate/pagination": "self.version",
  297. "illuminate/pipeline": "self.version",
  298. "illuminate/queue": "self.version",
  299. "illuminate/redis": "self.version",
  300. "illuminate/routing": "self.version",
  301. "illuminate/session": "self.version",
  302. "illuminate/support": "self.version",
  303. "illuminate/translation": "self.version",
  304. "illuminate/validation": "self.version",
  305. "illuminate/view": "self.version",
  306. "tightenco/collect": "self.version"
  307. },
  308. "require-dev": {
  309. "aws/aws-sdk-php": "~3.0",
  310. "doctrine/dbal": "~2.5",
  311. "mockery/mockery": "~0.9.4",
  312. "pda/pheanstalk": "~3.0",
  313. "phpunit/phpunit": "~5.7",
  314. "predis/predis": "~1.0",
  315. "symfony/css-selector": "~3.2",
  316. "symfony/dom-crawler": "~3.2"
  317. },
  318. "suggest": {
  319. "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
  320. "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
  321. "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
  322. "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
  323. "laravel/tinker": "Required to use the tinker console command (~1.0).",
  324. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
  325. "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
  326. "nexmo/client": "Required to use the Nexmo transport (~1.0).",
  327. "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
  328. "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
  329. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
  330. "symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.2).",
  331. "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.2).",
  332. "symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)."
  333. },
  334. "type": "library",
  335. "extra": {
  336. "branch-alias": {
  337. "dev-master": "5.4-dev"
  338. }
  339. },
  340. "autoload": {
  341. "files": [
  342. "src/Illuminate/Foundation/helpers.php",
  343. "src/Illuminate/Support/helpers.php"
  344. ],
  345. "psr-4": {
  346. "Illuminate\\": "src/Illuminate/"
  347. }
  348. },
  349. "notification-url": "https://packagist.org/downloads/",
  350. "license": [
  351. "MIT"
  352. ],
  353. "authors": [
  354. {
  355. "name": "Taylor Otwell",
  356. "email": "taylor@laravel.com"
  357. }
  358. ],
  359. "description": "The Laravel Framework.",
  360. "homepage": "https://laravel.com",
  361. "keywords": [
  362. "framework",
  363. "laravel"
  364. ],
  365. "time": "2017-06-15T19:08:25+00:00"
  366. },
  367. {
  368. "name": "laravel/tinker",
  369. "version": "v1.0.1",
  370. "source": {
  371. "type": "git",
  372. "url": "https://github.com/laravel/tinker.git",
  373. "reference": "7eb2e281395131897407285672ef5532e87e17f9"
  374. },
  375. "dist": {
  376. "type": "zip",
  377. "url": "https://api.github.com/repos/laravel/tinker/zipball/7eb2e281395131897407285672ef5532e87e17f9",
  378. "reference": "7eb2e281395131897407285672ef5532e87e17f9",
  379. "shasum": ""
  380. },
  381. "require": {
  382. "illuminate/console": "~5.1",
  383. "illuminate/contracts": "~5.1",
  384. "illuminate/support": "~5.1",
  385. "php": ">=5.5.9",
  386. "psy/psysh": "0.7.*|0.8.*",
  387. "symfony/var-dumper": "~3.0"
  388. },
  389. "require-dev": {
  390. "phpunit/phpunit": "~4.0|~5.0"
  391. },
  392. "suggest": {
  393. "illuminate/database": "The Illuminate Database package (~5.1)."
  394. },
  395. "type": "library",
  396. "extra": {
  397. "branch-alias": {
  398. "dev-master": "1.0-dev"
  399. },
  400. "laravel": {
  401. "providers": [
  402. "Laravel\\Tinker\\TinkerServiceProvider"
  403. ]
  404. }
  405. },
  406. "autoload": {
  407. "psr-4": {
  408. "Laravel\\Tinker\\": "src/"
  409. }
  410. },
  411. "notification-url": "https://packagist.org/downloads/",
  412. "license": [
  413. "MIT"
  414. ],
  415. "authors": [
  416. {
  417. "name": "Taylor Otwell",
  418. "email": "taylor@laravel.com"
  419. }
  420. ],
  421. "description": "Powerful REPL for the Laravel framework.",
  422. "keywords": [
  423. "REPL",
  424. "Tinker",
  425. "laravel",
  426. "psysh"
  427. ],
  428. "time": "2017-06-01T16:31:26+00:00"
  429. },
  430. {
  431. "name": "league/flysystem",
  432. "version": "1.0.40",
  433. "source": {
  434. "type": "git",
  435. "url": "https://github.com/thephpleague/flysystem.git",
  436. "reference": "3828f0b24e2c1918bb362d57a53205d6dc8fde61"
  437. },
  438. "dist": {
  439. "type": "zip",
  440. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3828f0b24e2c1918bb362d57a53205d6dc8fde61",
  441. "reference": "3828f0b24e2c1918bb362d57a53205d6dc8fde61",
  442. "shasum": ""
  443. },
  444. "require": {
  445. "php": ">=5.5.9"
  446. },
  447. "conflict": {
  448. "league/flysystem-sftp": "<1.0.6"
  449. },
  450. "require-dev": {
  451. "ext-fileinfo": "*",
  452. "mockery/mockery": "~0.9",
  453. "phpspec/phpspec": "^2.2",
  454. "phpunit/phpunit": "~4.8"
  455. },
  456. "suggest": {
  457. "ext-fileinfo": "Required for MimeType",
  458. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  459. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  460. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  461. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  462. "league/flysystem-copy": "Allows you to use Copy.com storage",
  463. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  464. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  465. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  466. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  467. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  468. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage"
  469. },
  470. "type": "library",
  471. "extra": {
  472. "branch-alias": {
  473. "dev-master": "1.1-dev"
  474. }
  475. },
  476. "autoload": {
  477. "psr-4": {
  478. "League\\Flysystem\\": "src/"
  479. }
  480. },
  481. "notification-url": "https://packagist.org/downloads/",
  482. "license": [
  483. "MIT"
  484. ],
  485. "authors": [
  486. {
  487. "name": "Frank de Jonge",
  488. "email": "info@frenky.net"
  489. }
  490. ],
  491. "description": "Filesystem abstraction: Many filesystems, one API.",
  492. "keywords": [
  493. "Cloud Files",
  494. "WebDAV",
  495. "abstraction",
  496. "aws",
  497. "cloud",
  498. "copy.com",
  499. "dropbox",
  500. "file systems",
  501. "files",
  502. "filesystem",
  503. "filesystems",
  504. "ftp",
  505. "rackspace",
  506. "remote",
  507. "s3",
  508. "sftp",
  509. "storage"
  510. ],
  511. "time": "2017-04-28T10:15:08+00:00"
  512. },
  513. {
  514. "name": "monolog/monolog",
  515. "version": "1.23.0",
  516. "source": {
  517. "type": "git",
  518. "url": "https://github.com/Seldaek/monolog.git",
  519. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
  520. },
  521. "dist": {
  522. "type": "zip",
  523. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  524. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  525. "shasum": ""
  526. },
  527. "require": {
  528. "php": ">=5.3.0",
  529. "psr/log": "~1.0"
  530. },
  531. "provide": {
  532. "psr/log-implementation": "1.0.0"
  533. },
  534. "require-dev": {
  535. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  536. "doctrine/couchdb": "~1.0@dev",
  537. "graylog2/gelf-php": "~1.0",
  538. "jakub-onderka/php-parallel-lint": "0.9",
  539. "php-amqplib/php-amqplib": "~2.4",
  540. "php-console/php-console": "^3.1.3",
  541. "phpunit/phpunit": "~4.5",
  542. "phpunit/phpunit-mock-objects": "2.3.0",
  543. "ruflin/elastica": ">=0.90 <3.0",
  544. "sentry/sentry": "^0.13",
  545. "swiftmailer/swiftmailer": "^5.3|^6.0"
  546. },
  547. "suggest": {
  548. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  549. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  550. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  551. "ext-mongo": "Allow sending log messages to a MongoDB server",
  552. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  553. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  554. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  555. "php-console/php-console": "Allow sending log messages to Google Chrome",
  556. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  557. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  558. "sentry/sentry": "Allow sending log messages to a Sentry server"
  559. },
  560. "type": "library",
  561. "extra": {
  562. "branch-alias": {
  563. "dev-master": "2.0.x-dev"
  564. }
  565. },
  566. "autoload": {
  567. "psr-4": {
  568. "Monolog\\": "src/Monolog"
  569. }
  570. },
  571. "notification-url": "https://packagist.org/downloads/",
  572. "license": [
  573. "MIT"
  574. ],
  575. "authors": [
  576. {
  577. "name": "Jordi Boggiano",
  578. "email": "j.boggiano@seld.be",
  579. "homepage": "http://seld.be"
  580. }
  581. ],
  582. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  583. "homepage": "http://github.com/Seldaek/monolog",
  584. "keywords": [
  585. "log",
  586. "logging",
  587. "psr-3"
  588. ],
  589. "time": "2017-06-19T01:22:40+00:00"
  590. },
  591. {
  592. "name": "mtdowling/cron-expression",
  593. "version": "v1.2.0",
  594. "source": {
  595. "type": "git",
  596. "url": "https://github.com/mtdowling/cron-expression.git",
  597. "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
  598. },
  599. "dist": {
  600. "type": "zip",
  601. "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
  602. "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
  603. "shasum": ""
  604. },
  605. "require": {
  606. "php": ">=5.3.2"
  607. },
  608. "require-dev": {
  609. "phpunit/phpunit": "~4.0|~5.0"
  610. },
  611. "type": "library",
  612. "autoload": {
  613. "psr-4": {
  614. "Cron\\": "src/Cron/"
  615. }
  616. },
  617. "notification-url": "https://packagist.org/downloads/",
  618. "license": [
  619. "MIT"
  620. ],
  621. "authors": [
  622. {
  623. "name": "Michael Dowling",
  624. "email": "mtdowling@gmail.com",
  625. "homepage": "https://github.com/mtdowling"
  626. }
  627. ],
  628. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  629. "keywords": [
  630. "cron",
  631. "schedule"
  632. ],
  633. "time": "2017-01-23T04:29:33+00:00"
  634. },
  635. {
  636. "name": "nesbot/carbon",
  637. "version": "1.22.1",
  638. "source": {
  639. "type": "git",
  640. "url": "https://github.com/briannesbitt/Carbon.git",
  641. "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc"
  642. },
  643. "dist": {
  644. "type": "zip",
  645. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
  646. "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
  647. "shasum": ""
  648. },
  649. "require": {
  650. "php": ">=5.3.0",
  651. "symfony/translation": "~2.6 || ~3.0"
  652. },
  653. "require-dev": {
  654. "friendsofphp/php-cs-fixer": "~2",
  655. "phpunit/phpunit": "~4.0 || ~5.0"
  656. },
  657. "type": "library",
  658. "extra": {
  659. "branch-alias": {
  660. "dev-master": "1.23-dev"
  661. }
  662. },
  663. "autoload": {
  664. "psr-4": {
  665. "Carbon\\": "src/Carbon/"
  666. }
  667. },
  668. "notification-url": "https://packagist.org/downloads/",
  669. "license": [
  670. "MIT"
  671. ],
  672. "authors": [
  673. {
  674. "name": "Brian Nesbitt",
  675. "email": "brian@nesbot.com",
  676. "homepage": "http://nesbot.com"
  677. }
  678. ],
  679. "description": "A simple API extension for DateTime.",
  680. "homepage": "http://carbon.nesbot.com",
  681. "keywords": [
  682. "date",
  683. "datetime",
  684. "time"
  685. ],
  686. "time": "2017-01-16T07:55:07+00:00"
  687. },
  688. {
  689. "name": "nikic/php-parser",
  690. "version": "v3.0.5",
  691. "source": {
  692. "type": "git",
  693. "url": "https://github.com/nikic/PHP-Parser.git",
  694. "reference": "2b9e2f71b722f7c53918ab0c25f7646c2013f17d"
  695. },
  696. "dist": {
  697. "type": "zip",
  698. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/2b9e2f71b722f7c53918ab0c25f7646c2013f17d",
  699. "reference": "2b9e2f71b722f7c53918ab0c25f7646c2013f17d",
  700. "shasum": ""
  701. },
  702. "require": {
  703. "ext-tokenizer": "*",
  704. "php": ">=5.5"
  705. },
  706. "require-dev": {
  707. "phpunit/phpunit": "~4.0|~5.0"
  708. },
  709. "bin": [
  710. "bin/php-parse"
  711. ],
  712. "type": "library",
  713. "extra": {
  714. "branch-alias": {
  715. "dev-master": "3.0-dev"
  716. }
  717. },
  718. "autoload": {
  719. "psr-4": {
  720. "PhpParser\\": "lib/PhpParser"
  721. }
  722. },
  723. "notification-url": "https://packagist.org/downloads/",
  724. "license": [
  725. "BSD-3-Clause"
  726. ],
  727. "authors": [
  728. {
  729. "name": "Nikita Popov"
  730. }
  731. ],
  732. "description": "A PHP parser written in PHP",
  733. "keywords": [
  734. "parser",
  735. "php"
  736. ],
  737. "time": "2017-03-05T18:23:57+00:00"
  738. },
  739. {
  740. "name": "paragonie/random_compat",
  741. "version": "v2.0.10",
  742. "source": {
  743. "type": "git",
  744. "url": "https://github.com/paragonie/random_compat.git",
  745. "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
  746. },
  747. "dist": {
  748. "type": "zip",
  749. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
  750. "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
  751. "shasum": ""
  752. },
  753. "require": {
  754. "php": ">=5.2.0"
  755. },
  756. "require-dev": {
  757. "phpunit/phpunit": "4.*|5.*"
  758. },
  759. "suggest": {
  760. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  761. },
  762. "type": "library",
  763. "autoload": {
  764. "files": [
  765. "lib/random.php"
  766. ]
  767. },
  768. "notification-url": "https://packagist.org/downloads/",
  769. "license": [
  770. "MIT"
  771. ],
  772. "authors": [
  773. {
  774. "name": "Paragon Initiative Enterprises",
  775. "email": "security@paragonie.com",
  776. "homepage": "https://paragonie.com"
  777. }
  778. ],
  779. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  780. "keywords": [
  781. "csprng",
  782. "pseudorandom",
  783. "random"
  784. ],
  785. "time": "2017-03-13T16:27:32+00:00"
  786. },
  787. {
  788. "name": "psr/log",
  789. "version": "1.0.2",
  790. "source": {
  791. "type": "git",
  792. "url": "https://github.com/php-fig/log.git",
  793. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  794. },
  795. "dist": {
  796. "type": "zip",
  797. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  798. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  799. "shasum": ""
  800. },
  801. "require": {
  802. "php": ">=5.3.0"
  803. },
  804. "type": "library",
  805. "extra": {
  806. "branch-alias": {
  807. "dev-master": "1.0.x-dev"
  808. }
  809. },
  810. "autoload": {
  811. "psr-4": {
  812. "Psr\\Log\\": "Psr/Log/"
  813. }
  814. },
  815. "notification-url": "https://packagist.org/downloads/",
  816. "license": [
  817. "MIT"
  818. ],
  819. "authors": [
  820. {
  821. "name": "PHP-FIG",
  822. "homepage": "http://www.php-fig.org/"
  823. }
  824. ],
  825. "description": "Common interface for logging libraries",
  826. "homepage": "https://github.com/php-fig/log",
  827. "keywords": [
  828. "log",
  829. "psr",
  830. "psr-3"
  831. ],
  832. "time": "2016-10-10T12:19:37+00:00"
  833. },
  834. {
  835. "name": "psy/psysh",
  836. "version": "v0.8.8",
  837. "source": {
  838. "type": "git",
  839. "url": "https://github.com/bobthecow/psysh.git",
  840. "reference": "fe65c30cbc55c71e61ba3a38b5a581149be31b8e"
  841. },
  842. "dist": {
  843. "type": "zip",
  844. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/fe65c30cbc55c71e61ba3a38b5a581149be31b8e",
  845. "reference": "fe65c30cbc55c71e61ba3a38b5a581149be31b8e",
  846. "shasum": ""
  847. },
  848. "require": {
  849. "dnoegel/php-xdg-base-dir": "0.1",
  850. "jakub-onderka/php-console-highlighter": "0.3.*",
  851. "nikic/php-parser": "~1.3|~2.0|~3.0",
  852. "php": ">=5.3.9",
  853. "symfony/console": "~2.3.10|^2.4.2|~3.0",
  854. "symfony/var-dumper": "~2.7|~3.0"
  855. },
  856. "require-dev": {
  857. "friendsofphp/php-cs-fixer": "~1.11",
  858. "hoa/console": "~3.16|~1.14",
  859. "phpunit/phpunit": "~4.4|~5.0",
  860. "symfony/finder": "~2.1|~3.0"
  861. },
  862. "suggest": {
  863. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  864. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  865. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  866. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
  867. "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
  868. },
  869. "bin": [
  870. "bin/psysh"
  871. ],
  872. "type": "library",
  873. "extra": {
  874. "branch-alias": {
  875. "dev-develop": "0.8.x-dev"
  876. }
  877. },
  878. "autoload": {
  879. "files": [
  880. "src/Psy/functions.php"
  881. ],
  882. "psr-4": {
  883. "Psy\\": "src/Psy/"
  884. }
  885. },
  886. "notification-url": "https://packagist.org/downloads/",
  887. "license": [
  888. "MIT"
  889. ],
  890. "authors": [
  891. {
  892. "name": "Justin Hileman",
  893. "email": "justin@justinhileman.info",
  894. "homepage": "http://justinhileman.com"
  895. }
  896. ],
  897. "description": "An interactive shell for modern PHP.",
  898. "homepage": "http://psysh.org",
  899. "keywords": [
  900. "REPL",
  901. "console",
  902. "interactive",
  903. "shell"
  904. ],
  905. "time": "2017-06-24T06:16:19+00:00"
  906. },
  907. {
  908. "name": "ramsey/uuid",
  909. "version": "3.6.1",
  910. "source": {
  911. "type": "git",
  912. "url": "https://github.com/ramsey/uuid.git",
  913. "reference": "4ae32dd9ab8860a4bbd750ad269cba7f06f7934e"
  914. },
  915. "dist": {
  916. "type": "zip",
  917. "url": "https://api.github.com/repos/ramsey/uuid/zipball/4ae32dd9ab8860a4bbd750ad269cba7f06f7934e",
  918. "reference": "4ae32dd9ab8860a4bbd750ad269cba7f06f7934e",
  919. "shasum": ""
  920. },
  921. "require": {
  922. "paragonie/random_compat": "^1.0|^2.0",
  923. "php": "^5.4 || ^7.0"
  924. },
  925. "replace": {
  926. "rhumsaa/uuid": "self.version"
  927. },
  928. "require-dev": {
  929. "apigen/apigen": "^4.1",
  930. "codeception/aspect-mock": "^1.0 | ^2.0",
  931. "doctrine/annotations": "~1.2.0",
  932. "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
  933. "ircmaxell/random-lib": "^1.1",
  934. "jakub-onderka/php-parallel-lint": "^0.9.0",
  935. "mockery/mockery": "^0.9.4",
  936. "moontoast/math": "^1.1",
  937. "php-mock/php-mock-phpunit": "^0.3|^1.1",
  938. "phpunit/phpunit": "^4.7|>=5.0 <5.4",
  939. "satooshi/php-coveralls": "^0.6.1",
  940. "squizlabs/php_codesniffer": "^2.3"
  941. },
  942. "suggest": {
  943. "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
  944. "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
  945. "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  946. "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
  947. "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
  948. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  949. },
  950. "type": "library",
  951. "extra": {
  952. "branch-alias": {
  953. "dev-master": "3.x-dev"
  954. }
  955. },
  956. "autoload": {
  957. "psr-4": {
  958. "Ramsey\\Uuid\\": "src/"
  959. }
  960. },
  961. "notification-url": "https://packagist.org/downloads/",
  962. "license": [
  963. "MIT"
  964. ],
  965. "authors": [
  966. {
  967. "name": "Marijn Huizendveld",
  968. "email": "marijn.huizendveld@gmail.com"
  969. },
  970. {
  971. "name": "Thibaud Fabre",
  972. "email": "thibaud@aztech.io"
  973. },
  974. {
  975. "name": "Ben Ramsey",
  976. "email": "ben@benramsey.com",
  977. "homepage": "https://benramsey.com"
  978. }
  979. ],
  980. "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
  981. "homepage": "https://github.com/ramsey/uuid",
  982. "keywords": [
  983. "guid",
  984. "identifier",
  985. "uuid"
  986. ],
  987. "time": "2017-03-26T20:37:53+00:00"
  988. },
  989. {
  990. "name": "swiftmailer/swiftmailer",
  991. "version": "v5.4.8",
  992. "source": {
  993. "type": "git",
  994. "url": "https://github.com/swiftmailer/swiftmailer.git",
  995. "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
  996. },
  997. "dist": {
  998. "type": "zip",
  999. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
  1000. "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
  1001. "shasum": ""
  1002. },
  1003. "require": {
  1004. "php": ">=5.3.3"
  1005. },
  1006. "require-dev": {
  1007. "mockery/mockery": "~0.9.1",
  1008. "symfony/phpunit-bridge": "~3.2"
  1009. },
  1010. "type": "library",
  1011. "extra": {
  1012. "branch-alias": {
  1013. "dev-master": "5.4-dev"
  1014. }
  1015. },
  1016. "autoload": {
  1017. "files": [
  1018. "lib/swift_required.php"
  1019. ]
  1020. },
  1021. "notification-url": "https://packagist.org/downloads/",
  1022. "license": [
  1023. "MIT"
  1024. ],
  1025. "authors": [
  1026. {
  1027. "name": "Chris Corbyn"
  1028. },
  1029. {
  1030. "name": "Fabien Potencier",
  1031. "email": "fabien@symfony.com"
  1032. }
  1033. ],
  1034. "description": "Swiftmailer, free feature-rich PHP mailer",
  1035. "homepage": "http://swiftmailer.org",
  1036. "keywords": [
  1037. "email",
  1038. "mail",
  1039. "mailer"
  1040. ],
  1041. "time": "2017-05-01T15:54:03+00:00"
  1042. },
  1043. {
  1044. "name": "symfony/console",
  1045. "version": "v3.3.2",
  1046. "source": {
  1047. "type": "git",
  1048. "url": "https://github.com/symfony/console.git",
  1049. "reference": "70d2a29b2911cbdc91a7e268046c395278238b2e"
  1050. },
  1051. "dist": {
  1052. "type": "zip",
  1053. "url": "https://api.github.com/repos/symfony/console/zipball/70d2a29b2911cbdc91a7e268046c395278238b2e",
  1054. "reference": "70d2a29b2911cbdc91a7e268046c395278238b2e",
  1055. "shasum": ""
  1056. },
  1057. "require": {
  1058. "php": ">=5.5.9",
  1059. "symfony/debug": "~2.8|~3.0",
  1060. "symfony/polyfill-mbstring": "~1.0"
  1061. },
  1062. "conflict": {
  1063. "symfony/dependency-injection": "<3.3"
  1064. },
  1065. "require-dev": {
  1066. "psr/log": "~1.0",
  1067. "symfony/config": "~3.3",
  1068. "symfony/dependency-injection": "~3.3",
  1069. "symfony/event-dispatcher": "~2.8|~3.0",
  1070. "symfony/filesystem": "~2.8|~3.0",
  1071. "symfony/http-kernel": "~2.8|~3.0",
  1072. "symfony/process": "~2.8|~3.0"
  1073. },
  1074. "suggest": {
  1075. "psr/log": "For using the console logger",
  1076. "symfony/event-dispatcher": "",
  1077. "symfony/filesystem": "",
  1078. "symfony/process": ""
  1079. },
  1080. "type": "library",
  1081. "extra": {
  1082. "branch-alias": {
  1083. "dev-master": "3.3-dev"
  1084. }
  1085. },
  1086. "autoload": {
  1087. "psr-4": {
  1088. "Symfony\\Component\\Console\\": ""
  1089. },
  1090. "exclude-from-classmap": [
  1091. "/Tests/"
  1092. ]
  1093. },
  1094. "notification-url": "https://packagist.org/downloads/",
  1095. "license": [
  1096. "MIT"
  1097. ],
  1098. "authors": [
  1099. {
  1100. "name": "Fabien Potencier",
  1101. "email": "fabien@symfony.com"
  1102. },
  1103. {
  1104. "name": "Symfony Community",
  1105. "homepage": "https://symfony.com/contributors"
  1106. }
  1107. ],
  1108. "description": "Symfony Console Component",
  1109. "homepage": "https://symfony.com",
  1110. "time": "2017-06-02T19:24:58+00:00"
  1111. },
  1112. {
  1113. "name": "symfony/css-selector",
  1114. "version": "v3.3.2",
  1115. "source": {
  1116. "type": "git",
  1117. "url": "https://github.com/symfony/css-selector.git",
  1118. "reference": "4d882dced7b995d5274293039370148e291808f2"
  1119. },
  1120. "dist": {
  1121. "type": "zip",
  1122. "url": "https://api.github.com/repos/symfony/css-selector/zipball/4d882dced7b995d5274293039370148e291808f2",
  1123. "reference": "4d882dced7b995d5274293039370148e291808f2",
  1124. "shasum": ""
  1125. },
  1126. "require": {
  1127. "php": ">=5.5.9"
  1128. },
  1129. "type": "library",
  1130. "extra": {
  1131. "branch-alias": {
  1132. "dev-master": "3.3-dev"
  1133. }
  1134. },
  1135. "autoload": {
  1136. "psr-4": {
  1137. "Symfony\\Component\\CssSelector\\": ""
  1138. },
  1139. "exclude-from-classmap": [
  1140. "/Tests/"
  1141. ]
  1142. },
  1143. "notification-url": "https://packagist.org/downloads/",
  1144. "license": [
  1145. "MIT"
  1146. ],
  1147. "authors": [
  1148. {
  1149. "name": "Jean-François Simon",
  1150. "email": "jeanfrancois.simon@sensiolabs.com"
  1151. },
  1152. {
  1153. "name": "Fabien Potencier",
  1154. "email": "fabien@symfony.com"
  1155. },
  1156. {
  1157. "name": "Symfony Community",
  1158. "homepage": "https://symfony.com/contributors"
  1159. }
  1160. ],
  1161. "description": "Symfony CssSelector Component",
  1162. "homepage": "https://symfony.com",
  1163. "time": "2017-05-01T15:01:29+00:00"
  1164. },
  1165. {
  1166. "name": "symfony/debug",
  1167. "version": "v3.3.2",
  1168. "source": {
  1169. "type": "git",
  1170. "url": "https://github.com/symfony/debug.git",
  1171. "reference": "e9c50482841ef696e8fa1470d950a79c8921f45d"
  1172. },
  1173. "dist": {
  1174. "type": "zip",
  1175. "url": "https://api.github.com/repos/symfony/debug/zipball/e9c50482841ef696e8fa1470d950a79c8921f45d",
  1176. "reference": "e9c50482841ef696e8fa1470d950a79c8921f45d",
  1177. "shasum": ""
  1178. },
  1179. "require": {
  1180. "php": ">=5.5.9",
  1181. "psr/log": "~1.0"
  1182. },
  1183. "conflict": {
  1184. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  1185. },
  1186. "require-dev": {
  1187. "symfony/http-kernel": "~2.8|~3.0"
  1188. },
  1189. "type": "library",
  1190. "extra": {
  1191. "branch-alias": {
  1192. "dev-master": "3.3-dev"
  1193. }
  1194. },
  1195. "autoload": {
  1196. "psr-4": {
  1197. "Symfony\\Component\\Debug\\": ""
  1198. },
  1199. "exclude-from-classmap": [
  1200. "/Tests/"
  1201. ]
  1202. },
  1203. "notification-url": "https://packagist.org/downloads/",
  1204. "license": [
  1205. "MIT"
  1206. ],
  1207. "authors": [
  1208. {
  1209. "name": "Fabien Potencier",
  1210. "email": "fabien@symfony.com"
  1211. },
  1212. {
  1213. "name": "Symfony Community",
  1214. "homepage": "https://symfony.com/contributors"
  1215. }
  1216. ],
  1217. "description": "Symfony Debug Component",
  1218. "homepage": "https://symfony.com",
  1219. "time": "2017-06-01T21:01:25+00:00"
  1220. },
  1221. {
  1222. "name": "symfony/event-dispatcher",
  1223. "version": "v3.3.2",
  1224. "source": {
  1225. "type": "git",
  1226. "url": "https://github.com/symfony/event-dispatcher.git",
  1227. "reference": "4054a102470665451108f9b59305c79176ef98f0"
  1228. },
  1229. "dist": {
  1230. "type": "zip",
  1231. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/4054a102470665451108f9b59305c79176ef98f0",
  1232. "reference": "4054a102470665451108f9b59305c79176ef98f0",
  1233. "shasum": ""
  1234. },
  1235. "require": {
  1236. "php": ">=5.5.9"
  1237. },
  1238. "conflict": {
  1239. "symfony/dependency-injection": "<3.3"
  1240. },
  1241. "require-dev": {
  1242. "psr/log": "~1.0",
  1243. "symfony/config": "~2.8|~3.0",
  1244. "symfony/dependency-injection": "~3.3",
  1245. "symfony/expression-language": "~2.8|~3.0",
  1246. "symfony/stopwatch": "~2.8|~3.0"
  1247. },
  1248. "suggest": {
  1249. "symfony/dependency-injection": "",
  1250. "symfony/http-kernel": ""
  1251. },
  1252. "type": "library",
  1253. "extra": {
  1254. "branch-alias": {
  1255. "dev-master": "3.3-dev"
  1256. }
  1257. },
  1258. "autoload": {
  1259. "psr-4": {
  1260. "Symfony\\Component\\EventDispatcher\\": ""
  1261. },
  1262. "exclude-from-classmap": [
  1263. "/Tests/"
  1264. ]
  1265. },
  1266. "notification-url": "https://packagist.org/downloads/",
  1267. "license": [
  1268. "MIT"
  1269. ],
  1270. "authors": [
  1271. {
  1272. "name": "Fabien Potencier",
  1273. "email": "fabien@symfony.com"
  1274. },
  1275. {
  1276. "name": "Symfony Community",
  1277. "homepage": "https://symfony.com/contributors"
  1278. }
  1279. ],
  1280. "description": "Symfony EventDispatcher Component",
  1281. "homepage": "https://symfony.com",
  1282. "time": "2017-06-04T18:15:29+00:00"
  1283. },
  1284. {
  1285. "name": "symfony/finder",
  1286. "version": "v3.3.2",
  1287. "source": {
  1288. "type": "git",
  1289. "url": "https://github.com/symfony/finder.git",
  1290. "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4"
  1291. },
  1292. "dist": {
  1293. "type": "zip",
  1294. "url": "https://api.github.com/repos/symfony/finder/zipball/baea7f66d30854ad32988c11a09d7ffd485810c4",
  1295. "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4",
  1296. "shasum": ""
  1297. },
  1298. "require": {
  1299. "php": ">=5.5.9"
  1300. },
  1301. "type": "library",
  1302. "extra": {
  1303. "branch-alias": {
  1304. "dev-master": "3.3-dev"
  1305. }
  1306. },
  1307. "autoload": {
  1308. "psr-4": {
  1309. "Symfony\\Component\\Finder\\": ""
  1310. },
  1311. "exclude-from-classmap": [
  1312. "/Tests/"
  1313. ]
  1314. },
  1315. "notification-url": "https://packagist.org/downloads/",
  1316. "license": [
  1317. "MIT"
  1318. ],
  1319. "authors": [
  1320. {
  1321. "name": "Fabien Potencier",
  1322. "email": "fabien@symfony.com"
  1323. },
  1324. {
  1325. "name": "Symfony Community",
  1326. "homepage": "https://symfony.com/contributors"
  1327. }
  1328. ],
  1329. "description": "Symfony Finder Component",
  1330. "homepage": "https://symfony.com",
  1331. "time": "2017-06-01T21:01:25+00:00"
  1332. },
  1333. {
  1334. "name": "symfony/http-foundation",
  1335. "version": "v3.3.2",
  1336. "source": {
  1337. "type": "git",
  1338. "url": "https://github.com/symfony/http-foundation.git",
  1339. "reference": "80eb5a1f968448b77da9e8b2c0827f6e8d767846"
  1340. },
  1341. "dist": {
  1342. "type": "zip",
  1343. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/80eb5a1f968448b77da9e8b2c0827f6e8d767846",
  1344. "reference": "80eb5a1f968448b77da9e8b2c0827f6e8d767846",
  1345. "shasum": ""
  1346. },
  1347. "require": {
  1348. "php": ">=5.5.9",
  1349. "symfony/polyfill-mbstring": "~1.1"
  1350. },
  1351. "require-dev": {
  1352. "symfony/expression-language": "~2.8|~3.0"
  1353. },
  1354. "type": "library",
  1355. "extra": {
  1356. "branch-alias": {
  1357. "dev-master": "3.3-dev"
  1358. }
  1359. },
  1360. "autoload": {
  1361. "psr-4": {
  1362. "Symfony\\Component\\HttpFoundation\\": ""
  1363. },
  1364. "exclude-from-classmap": [
  1365. "/Tests/"
  1366. ]
  1367. },
  1368. "notification-url": "https://packagist.org/downloads/",
  1369. "license": [
  1370. "MIT"
  1371. ],
  1372. "authors": [
  1373. {
  1374. "name": "Fabien Potencier",
  1375. "email": "fabien@symfony.com"
  1376. },
  1377. {
  1378. "name": "Symfony Community",
  1379. "homepage": "https://symfony.com/contributors"
  1380. }
  1381. ],
  1382. "description": "Symfony HttpFoundation Component",
  1383. "homepage": "https://symfony.com",
  1384. "time": "2017-06-05T13:06:51+00:00"
  1385. },
  1386. {
  1387. "name": "symfony/http-kernel",
  1388. "version": "v3.3.2",
  1389. "source": {
  1390. "type": "git",
  1391. "url": "https://github.com/symfony/http-kernel.git",
  1392. "reference": "be8280f7fa8e95b86514f1e1be997668a53b2888"
  1393. },
  1394. "dist": {
  1395. "type": "zip",
  1396. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/be8280f7fa8e95b86514f1e1be997668a53b2888",
  1397. "reference": "be8280f7fa8e95b86514f1e1be997668a53b2888",
  1398. "shasum": ""
  1399. },
  1400. "require": {
  1401. "php": ">=5.5.9",
  1402. "psr/log": "~1.0",
  1403. "symfony/debug": "~2.8|~3.0",
  1404. "symfony/event-dispatcher": "~2.8|~3.0",
  1405. "symfony/http-foundation": "~3.3"
  1406. },
  1407. "conflict": {
  1408. "symfony/config": "<2.8",
  1409. "symfony/dependency-injection": "<3.3",
  1410. "symfony/var-dumper": "<3.3",
  1411. "twig/twig": "<1.34|<2.4,>=2"
  1412. },
  1413. "require-dev": {
  1414. "psr/cache": "~1.0",
  1415. "symfony/browser-kit": "~2.8|~3.0",
  1416. "symfony/class-loader": "~2.8|~3.0",
  1417. "symfony/config": "~2.8|~3.0",
  1418. "symfony/console": "~2.8|~3.0",
  1419. "symfony/css-selector": "~2.8|~3.0",
  1420. "symfony/dependency-injection": "~3.3",
  1421. "symfony/dom-crawler": "~2.8|~3.0",
  1422. "symfony/expression-language": "~2.8|~3.0",
  1423. "symfony/finder": "~2.8|~3.0",
  1424. "symfony/process": "~2.8|~3.0",
  1425. "symfony/routing": "~2.8|~3.0",
  1426. "symfony/stopwatch": "~2.8|~3.0",
  1427. "symfony/templating": "~2.8|~3.0",
  1428. "symfony/translation": "~2.8|~3.0",
  1429. "symfony/var-dumper": "~3.3"
  1430. },
  1431. "suggest": {
  1432. "symfony/browser-kit": "",
  1433. "symfony/class-loader": "",
  1434. "symfony/config": "",
  1435. "symfony/console": "",
  1436. "symfony/dependency-injection": "",
  1437. "symfony/finder": "",
  1438. "symfony/var-dumper": ""
  1439. },
  1440. "type": "library",
  1441. "extra": {
  1442. "branch-alias": {
  1443. "dev-master": "3.3-dev"
  1444. }
  1445. },
  1446. "autoload": {
  1447. "psr-4": {
  1448. "Symfony\\Component\\HttpKernel\\": ""
  1449. },
  1450. "exclude-from-classmap": [
  1451. "/Tests/"
  1452. ]
  1453. },
  1454. "notification-url": "https://packagist.org/downloads/",
  1455. "license": [
  1456. "MIT"
  1457. ],
  1458. "authors": [
  1459. {
  1460. "name": "Fabien Potencier",
  1461. "email": "fabien@symfony.com"
  1462. },
  1463. {
  1464. "name": "Symfony Community",
  1465. "homepage": "https://symfony.com/contributors"
  1466. }
  1467. ],
  1468. "description": "Symfony HttpKernel Component",
  1469. "homepage": "https://symfony.com",
  1470. "time": "2017-06-06T03:59:58+00:00"
  1471. },
  1472. {
  1473. "name": "symfony/polyfill-mbstring",
  1474. "version": "v1.4.0",
  1475. "source": {
  1476. "type": "git",
  1477. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1478. "reference": "f29dca382a6485c3cbe6379f0c61230167681937"
  1479. },
  1480. "dist": {
  1481. "type": "zip",
  1482. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937",
  1483. "reference": "f29dca382a6485c3cbe6379f0c61230167681937",
  1484. "shasum": ""
  1485. },
  1486. "require": {
  1487. "php": ">=5.3.3"
  1488. },
  1489. "suggest": {
  1490. "ext-mbstring": "For best performance"
  1491. },
  1492. "type": "library",
  1493. "extra": {
  1494. "branch-alias": {
  1495. "dev-master": "1.4-dev"
  1496. }
  1497. },
  1498. "autoload": {
  1499. "psr-4": {
  1500. "Symfony\\Polyfill\\Mbstring\\": ""
  1501. },
  1502. "files": [
  1503. "bootstrap.php"
  1504. ]
  1505. },
  1506. "notification-url": "https://packagist.org/downloads/",
  1507. "license": [
  1508. "MIT"
  1509. ],
  1510. "authors": [
  1511. {
  1512. "name": "Nicolas Grekas",
  1513. "email": "p@tchwork.com"
  1514. },
  1515. {
  1516. "name": "Symfony Community",
  1517. "homepage": "https://symfony.com/contributors"
  1518. }
  1519. ],
  1520. "description": "Symfony polyfill for the Mbstring extension",
  1521. "homepage": "https://symfony.com",
  1522. "keywords": [
  1523. "compatibility",
  1524. "mbstring",
  1525. "polyfill",
  1526. "portable",
  1527. "shim"
  1528. ],
  1529. "time": "2017-06-09T14:24:12+00:00"
  1530. },
  1531. {
  1532. "name": "symfony/process",
  1533. "version": "v3.3.2",
  1534. "source": {
  1535. "type": "git",
  1536. "url": "https://github.com/symfony/process.git",
  1537. "reference": "8e30690c67aafb6c7992d6d8eb0d707807dd3eaf"
  1538. },
  1539. "dist": {
  1540. "type": "zip",
  1541. "url": "https://api.github.com/repos/symfony/process/zipball/8e30690c67aafb6c7992d6d8eb0d707807dd3eaf",
  1542. "reference": "8e30690c67aafb6c7992d6d8eb0d707807dd3eaf",
  1543. "shasum": ""
  1544. },
  1545. "require": {
  1546. "php": ">=5.5.9"
  1547. },
  1548. "type": "library",
  1549. "extra": {
  1550. "branch-alias": {
  1551. "dev-master": "3.3-dev"
  1552. }
  1553. },
  1554. "autoload": {
  1555. "psr-4": {
  1556. "Symfony\\Component\\Process\\": ""
  1557. },
  1558. "exclude-from-classmap": [
  1559. "/Tests/"
  1560. ]
  1561. },
  1562. "notification-url": "https://packagist.org/downloads/",
  1563. "license": [
  1564. "MIT"
  1565. ],
  1566. "authors": [
  1567. {
  1568. "name": "Fabien Potencier",
  1569. "email": "fabien@symfony.com"
  1570. },
  1571. {
  1572. "name": "Symfony Community",
  1573. "homepage": "https://symfony.com/contributors"
  1574. }
  1575. ],
  1576. "description": "Symfony Process Component",
  1577. "homepage": "https://symfony.com",
  1578. "time": "2017-05-22T12:32:03+00:00"
  1579. },
  1580. {
  1581. "name": "symfony/routing",
  1582. "version": "v3.3.2",
  1583. "source": {
  1584. "type": "git",
  1585. "url": "https://github.com/symfony/routing.git",
  1586. "reference": "39804eeafea5cca851946e1eed122eb94459fdb4"
  1587. },
  1588. "dist": {
  1589. "type": "zip",
  1590. "url": "https://api.github.com/repos/symfony/routing/zipball/39804eeafea5cca851946e1eed122eb94459fdb4",
  1591. "reference": "39804eeafea5cca851946e1eed122eb94459fdb4",
  1592. "shasum": ""
  1593. },
  1594. "require": {
  1595. "php": ">=5.5.9"
  1596. },
  1597. "conflict": {
  1598. "symfony/config": "<2.8",
  1599. "symfony/dependency-injection": "<3.3",
  1600. "symfony/yaml": "<3.3"
  1601. },
  1602. "require-dev": {
  1603. "doctrine/annotations": "~1.0",
  1604. "doctrine/common": "~2.2",
  1605. "psr/log": "~1.0",
  1606. "symfony/config": "~2.8|~3.0",
  1607. "symfony/dependency-injection": "~3.3",
  1608. "symfony/expression-language": "~2.8|~3.0",
  1609. "symfony/http-foundation": "~2.8|~3.0",
  1610. "symfony/yaml": "~3.3"
  1611. },
  1612. "suggest": {
  1613. "doctrine/annotations": "For using the annotation loader",
  1614. "symfony/config": "For using the all-in-one router or any loader",
  1615. "symfony/dependency-injection": "For loading routes from a service",
  1616. "symfony/expression-language": "For using expression matching",
  1617. "symfony/http-foundation": "For using a Symfony Request object",
  1618. "symfony/yaml": "For using the YAML loader"
  1619. },
  1620. "type": "library",
  1621. "extra": {
  1622. "branch-alias": {
  1623. "dev-master": "3.3-dev"
  1624. }
  1625. },
  1626. "autoload": {
  1627. "psr-4": {
  1628. "Symfony\\Component\\Routing\\": ""
  1629. },
  1630. "exclude-from-classmap": [
  1631. "/Tests/"
  1632. ]
  1633. },
  1634. "notification-url": "https://packagist.org/downloads/",
  1635. "license": [
  1636. "MIT"
  1637. ],
  1638. "authors": [
  1639. {
  1640. "name": "Fabien Potencier",
  1641. "email": "fabien@symfony.com"
  1642. },
  1643. {
  1644. "name": "Symfony Community",
  1645. "homepage": "https://symfony.com/contributors"
  1646. }
  1647. ],
  1648. "description": "Symfony Routing Component",
  1649. "homepage": "https://symfony.com",
  1650. "keywords": [
  1651. "router",
  1652. "routing",
  1653. "uri",
  1654. "url"
  1655. ],
  1656. "time": "2017-06-02T09:51:43+00:00"
  1657. },
  1658. {
  1659. "name": "symfony/translation",
  1660. "version": "v3.3.2",
  1661. "source": {
  1662. "type": "git",
  1663. "url": "https://github.com/symfony/translation.git",
  1664. "reference": "dc3b2a0c6cfff60327ba1c043a82092735397543"
  1665. },
  1666. "dist": {
  1667. "type": "zip",
  1668. "url": "https://api.github.com/repos/symfony/translation/zipball/dc3b2a0c6cfff60327ba1c043a82092735397543",
  1669. "reference": "dc3b2a0c6cfff60327ba1c043a82092735397543",
  1670. "shasum": ""
  1671. },
  1672. "require": {
  1673. "php": ">=5.5.9",
  1674. "symfony/polyfill-mbstring": "~1.0"
  1675. },
  1676. "conflict": {
  1677. "symfony/config": "<2.8",
  1678. "symfony/yaml": "<3.3"
  1679. },
  1680. "require-dev": {
  1681. "psr/log": "~1.0",
  1682. "symfony/config": "~2.8|~3.0",
  1683. "symfony/intl": "^2.8.18|^3.2.5",
  1684. "symfony/yaml": "~3.3"
  1685. },
  1686. "suggest": {
  1687. "psr/log": "To use logging capability in translator",
  1688. "symfony/config": "",
  1689. "symfony/yaml": ""
  1690. },
  1691. "type": "library",
  1692. "extra": {
  1693. "branch-alias": {
  1694. "dev-master": "3.3-dev"
  1695. }
  1696. },
  1697. "autoload": {
  1698. "psr-4": {
  1699. "Symfony\\Component\\Translation\\": ""
  1700. },
  1701. "exclude-from-classmap": [
  1702. "/Tests/"
  1703. ]
  1704. },
  1705. "notification-url": "https://packagist.org/downloads/",
  1706. "license": [
  1707. "MIT"
  1708. ],
  1709. "authors": [
  1710. {
  1711. "name": "Fabien Potencier",
  1712. "email": "fabien@symfony.com"
  1713. },
  1714. {
  1715. "name": "Symfony Community",
  1716. "homepage": "https://symfony.com/contributors"
  1717. }
  1718. ],
  1719. "description": "Symfony Translation Component",
  1720. "homepage": "https://symfony.com",
  1721. "time": "2017-05-22T07:42:36+00:00"
  1722. },
  1723. {
  1724. "name": "symfony/var-dumper",
  1725. "version": "v3.3.2",
  1726. "source": {
  1727. "type": "git",
  1728. "url": "https://github.com/symfony/var-dumper.git",
  1729. "reference": "347c4247a3e40018810b476fcd5dec36d46d08dc"
  1730. },
  1731. "dist": {
  1732. "type": "zip",
  1733. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/347c4247a3e40018810b476fcd5dec36d46d08dc",
  1734. "reference": "347c4247a3e40018810b476fcd5dec36d46d08dc",
  1735. "shasum": ""
  1736. },
  1737. "require": {
  1738. "php": ">=5.5.9",
  1739. "symfony/polyfill-mbstring": "~1.0"
  1740. },
  1741. "conflict": {
  1742. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
  1743. },
  1744. "require-dev": {
  1745. "ext-iconv": "*",
  1746. "twig/twig": "~1.34|~2.4"
  1747. },
  1748. "suggest": {
  1749. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  1750. "ext-symfony_debug": ""
  1751. },
  1752. "type": "library",
  1753. "extra": {
  1754. "branch-alias": {
  1755. "dev-master": "3.3-dev"
  1756. }
  1757. },
  1758. "autoload": {
  1759. "files": [
  1760. "Resources/functions/dump.php"
  1761. ],
  1762. "psr-4": {
  1763. "Symfony\\Component\\VarDumper\\": ""
  1764. },
  1765. "exclude-from-classmap": [
  1766. "/Tests/"
  1767. ]
  1768. },
  1769. "notification-url": "https://packagist.org/downloads/",
  1770. "license": [
  1771. "MIT"
  1772. ],
  1773. "authors": [
  1774. {
  1775. "name": "Nicolas Grekas",
  1776. "email": "p@tchwork.com"
  1777. },
  1778. {
  1779. "name": "Symfony Community",
  1780. "homepage": "https://symfony.com/contributors"
  1781. }
  1782. ],
  1783. "description": "Symfony mechanism for exploring and dumping PHP variables",
  1784. "homepage": "https://symfony.com",
  1785. "keywords": [
  1786. "debug",
  1787. "dump"
  1788. ],
  1789. "time": "2017-06-02T09:10:29+00:00"
  1790. },
  1791. {
  1792. "name": "tijsverkoyen/css-to-inline-styles",
  1793. "version": "2.2.0",
  1794. "source": {
  1795. "type": "git",
  1796. "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
  1797. "reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b"
  1798. },
  1799. "dist": {
  1800. "type": "zip",
  1801. "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b",
  1802. "reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b",
  1803. "shasum": ""
  1804. },
  1805. "require": {
  1806. "php": "^5.5 || ^7",
  1807. "symfony/css-selector": "^2.7|~3.0"
  1808. },
  1809. "require-dev": {
  1810. "phpunit/phpunit": "~4.8|5.1.*"
  1811. },
  1812. "type": "library",
  1813. "extra": {
  1814. "branch-alias": {
  1815. "dev-master": "2.0.x-dev"
  1816. }
  1817. },
  1818. "autoload": {
  1819. "psr-4": {
  1820. "TijsVerkoyen\\CssToInlineStyles\\": "src"
  1821. }
  1822. },
  1823. "notification-url": "https://packagist.org/downloads/",
  1824. "license": [
  1825. "BSD-3-Clause"
  1826. ],
  1827. "authors": [
  1828. {
  1829. "name": "Tijs Verkoyen",
  1830. "email": "css_to_inline_styles@verkoyen.eu",
  1831. "role": "Developer"
  1832. }
  1833. ],
  1834. "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
  1835. "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
  1836. "time": "2016-09-20T12:50:39+00:00"
  1837. },
  1838. {
  1839. "name": "vlucas/phpdotenv",
  1840. "version": "v2.4.0",
  1841. "source": {
  1842. "type": "git",
  1843. "url": "https://github.com/vlucas/phpdotenv.git",
  1844. "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
  1845. },
  1846. "dist": {
  1847. "type": "zip",
  1848. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
  1849. "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
  1850. "shasum": ""
  1851. },
  1852. "require": {
  1853. "php": ">=5.3.9"
  1854. },
  1855. "require-dev": {
  1856. "phpunit/phpunit": "^4.8 || ^5.0"
  1857. },
  1858. "type": "library",
  1859. "extra": {
  1860. "branch-alias": {
  1861. "dev-master": "2.4-dev"
  1862. }
  1863. },
  1864. "autoload": {
  1865. "psr-4": {
  1866. "Dotenv\\": "src/"
  1867. }
  1868. },
  1869. "notification-url": "https://packagist.org/downloads/",
  1870. "license": [
  1871. "BSD-3-Clause-Attribution"
  1872. ],
  1873. "authors": [
  1874. {
  1875. "name": "Vance Lucas",
  1876. "email": "vance@vancelucas.com",
  1877. "homepage": "http://www.vancelucas.com"
  1878. }
  1879. ],
  1880. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  1881. "keywords": [
  1882. "dotenv",
  1883. "env",
  1884. "environment"
  1885. ],
  1886. "time": "2016-09-01T10:05:43+00:00"
  1887. }
  1888. ],
  1889. "packages-dev": [
  1890. {
  1891. "name": "doctrine/instantiator",
  1892. "version": "1.0.5",
  1893. "source": {
  1894. "type": "git",
  1895. "url": "https://github.com/doctrine/instantiator.git",
  1896. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  1897. },
  1898. "dist": {
  1899. "type": "zip",
  1900. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  1901. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  1902. "shasum": ""
  1903. },
  1904. "require": {
  1905. "php": ">=5.3,<8.0-DEV"
  1906. },
  1907. "require-dev": {
  1908. "athletic/athletic": "~0.1.8",
  1909. "ext-pdo": "*",
  1910. "ext-phar": "*",
  1911. "phpunit/phpunit": "~4.0",
  1912. "squizlabs/php_codesniffer": "~2.0"
  1913. },
  1914. "type": "library",
  1915. "extra": {
  1916. "branch-alias": {
  1917. "dev-master": "1.0.x-dev"
  1918. }
  1919. },
  1920. "autoload": {
  1921. "psr-4": {
  1922. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  1923. }
  1924. },
  1925. "notification-url": "https://packagist.org/downloads/",
  1926. "license": [
  1927. "MIT"
  1928. ],
  1929. "authors": [
  1930. {
  1931. "name": "Marco Pivetta",
  1932. "email": "ocramius@gmail.com",
  1933. "homepage": "http://ocramius.github.com/"
  1934. }
  1935. ],
  1936. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  1937. "homepage": "https://github.com/doctrine/instantiator",
  1938. "keywords": [
  1939. "constructor",
  1940. "instantiate"
  1941. ],
  1942. "time": "2015-06-14T21:17:01+00:00"
  1943. },
  1944. {
  1945. "name": "fzaninotto/faker",
  1946. "version": "v1.6.0",
  1947. "source": {
  1948. "type": "git",
  1949. "url": "https://github.com/fzaninotto/Faker.git",
  1950. "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123"
  1951. },
  1952. "dist": {
  1953. "type": "zip",
  1954. "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123",
  1955. "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123",
  1956. "shasum": ""
  1957. },
  1958. "require": {
  1959. "php": "^5.3.3|^7.0"
  1960. },
  1961. "require-dev": {
  1962. "ext-intl": "*",
  1963. "phpunit/phpunit": "~4.0",
  1964. "squizlabs/php_codesniffer": "~1.5"
  1965. },
  1966. "type": "library",
  1967. "extra": {
  1968. "branch-alias": []
  1969. },
  1970. "autoload": {
  1971. "psr-4": {
  1972. "Faker\\": "src/Faker/"
  1973. }
  1974. },
  1975. "notification-url": "https://packagist.org/downloads/",
  1976. "license": [
  1977. "MIT"
  1978. ],
  1979. "authors": [
  1980. {
  1981. "name": "François Zaninotto"
  1982. }
  1983. ],
  1984. "description": "Faker is a PHP library that generates fake data for you.",
  1985. "keywords": [
  1986. "data",
  1987. "faker",
  1988. "fixtures"
  1989. ],
  1990. "time": "2016-04-29T12:21:54+00:00"
  1991. },
  1992. {
  1993. "name": "hamcrest/hamcrest-php",
  1994. "version": "v1.2.2",
  1995. "source": {
  1996. "type": "git",
  1997. "url": "https://github.com/hamcrest/hamcrest-php.git",
  1998. "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
  1999. },
  2000. "dist": {
  2001. "type": "zip",
  2002. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
  2003. "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
  2004. "shasum": ""
  2005. },
  2006. "require": {
  2007. "php": ">=5.3.2"
  2008. },
  2009. "replace": {
  2010. "cordoval/hamcrest-php": "*",
  2011. "davedevelopment/hamcrest-php": "*",
  2012. "kodova/hamcrest-php": "*"
  2013. },
  2014. "require-dev": {
  2015. "phpunit/php-file-iterator": "1.3.3",
  2016. "satooshi/php-coveralls": "dev-master"
  2017. },
  2018. "type": "library",
  2019. "autoload": {
  2020. "classmap": [
  2021. "hamcrest"
  2022. ],
  2023. "files": [
  2024. "hamcrest/Hamcrest.php"
  2025. ]
  2026. },
  2027. "notification-url": "https://packagist.org/downloads/",
  2028. "license": [
  2029. "BSD"
  2030. ],
  2031. "description": "This is the PHP port of Hamcrest Matchers",
  2032. "keywords": [
  2033. "test"
  2034. ],
  2035. "time": "2015-05-11T14:41:42+00:00"
  2036. },
  2037. {
  2038. "name": "mockery/mockery",
  2039. "version": "0.9.9",
  2040. "source": {
  2041. "type": "git",
  2042. "url": "https://github.com/mockery/mockery.git",
  2043. "reference": "6fdb61243844dc924071d3404bb23994ea0b6856"
  2044. },
  2045. "dist": {
  2046. "type": "zip",
  2047. "url": "https://api.github.com/repos/mockery/mockery/zipball/6fdb61243844dc924071d3404bb23994ea0b6856",
  2048. "reference": "6fdb61243844dc924071d3404bb23994ea0b6856",
  2049. "shasum": ""
  2050. },
  2051. "require": {
  2052. "hamcrest/hamcrest-php": "~1.1",
  2053. "lib-pcre": ">=7.0",
  2054. "php": ">=5.3.2"
  2055. },
  2056. "require-dev": {
  2057. "phpunit/phpunit": "~4.0"
  2058. },
  2059. "type": "library",
  2060. "extra": {
  2061. "branch-alias": {
  2062. "dev-master": "0.9.x-dev"
  2063. }
  2064. },
  2065. "autoload": {
  2066. "psr-0": {
  2067. "Mockery": "library/"
  2068. }
  2069. },
  2070. "notification-url": "https://packagist.org/downloads/",
  2071. "license": [
  2072. "BSD-3-Clause"
  2073. ],
  2074. "authors": [
  2075. {
  2076. "name": "Pádraic Brady",
  2077. "email": "padraic.brady@gmail.com",
  2078. "homepage": "http://blog.astrumfutura.com"
  2079. },
  2080. {
  2081. "name": "Dave Marshall",
  2082. "email": "dave.marshall@atstsolutions.co.uk",
  2083. "homepage": "http://davedevelopment.co.uk"
  2084. }
  2085. ],
  2086. "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
  2087. "homepage": "http://github.com/padraic/mockery",
  2088. "keywords": [
  2089. "BDD",
  2090. "TDD",
  2091. "library",
  2092. "mock",
  2093. "mock objects",
  2094. "mockery",
  2095. "stub",
  2096. "test",
  2097. "test double",
  2098. "testing"
  2099. ],
  2100. "time": "2017-02-28T12:52:32+00:00"
  2101. },
  2102. {
  2103. "name": "myclabs/deep-copy",
  2104. "version": "1.6.1",
  2105. "source": {
  2106. "type": "git",
  2107. "url": "https://github.com/myclabs/DeepCopy.git",
  2108. "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
  2109. },
  2110. "dist": {
  2111. "type": "zip",
  2112. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
  2113. "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
  2114. "shasum": ""
  2115. },
  2116. "require": {
  2117. "php": ">=5.4.0"
  2118. },
  2119. "require-dev": {
  2120. "doctrine/collections": "1.*",
  2121. "phpunit/phpunit": "~4.1"
  2122. },
  2123. "type": "library",
  2124. "autoload": {
  2125. "psr-4": {
  2126. "DeepCopy\\": "src/DeepCopy/"
  2127. }
  2128. },
  2129. "notification-url": "https://packagist.org/downloads/",
  2130. "license": [
  2131. "MIT"
  2132. ],
  2133. "description": "Create deep copies (clones) of your objects",
  2134. "homepage": "https://github.com/myclabs/DeepCopy",
  2135. "keywords": [
  2136. "clone",
  2137. "copy",
  2138. "duplicate",
  2139. "object",
  2140. "object graph"
  2141. ],
  2142. "time": "2017-04-12T18:52:22+00:00"
  2143. },
  2144. {
  2145. "name": "phpdocumentor/reflection-common",
  2146. "version": "1.0",
  2147. "source": {
  2148. "type": "git",
  2149. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  2150. "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
  2151. },
  2152. "dist": {
  2153. "type": "zip",
  2154. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
  2155. "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
  2156. "shasum": ""
  2157. },
  2158. "require": {
  2159. "php": ">=5.5"
  2160. },
  2161. "require-dev": {
  2162. "phpunit/phpunit": "^4.6"
  2163. },
  2164. "type": "library",
  2165. "extra": {
  2166. "branch-alias": {
  2167. "dev-master": "1.0.x-dev"
  2168. }
  2169. },
  2170. "autoload": {
  2171. "psr-4": {
  2172. "phpDocumentor\\Reflection\\": [
  2173. "src"
  2174. ]
  2175. }
  2176. },
  2177. "notification-url": "https://packagist.org/downloads/",
  2178. "license": [
  2179. "MIT"
  2180. ],
  2181. "authors": [
  2182. {
  2183. "name": "Jaap van Otterdijk",
  2184. "email": "opensource@ijaap.nl"
  2185. }
  2186. ],
  2187. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  2188. "homepage": "http://www.phpdoc.org",
  2189. "keywords": [
  2190. "FQSEN",
  2191. "phpDocumentor",
  2192. "phpdoc",
  2193. "reflection",
  2194. "static analysis"
  2195. ],
  2196. "time": "2015-12-27T11:43:31+00:00"
  2197. },
  2198. {
  2199. "name": "phpdocumentor/reflection-docblock",
  2200. "version": "3.1.1",
  2201. "source": {
  2202. "type": "git",
  2203. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  2204. "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
  2205. },
  2206. "dist": {
  2207. "type": "zip",
  2208. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
  2209. "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
  2210. "shasum": ""
  2211. },
  2212. "require": {
  2213. "php": ">=5.5",
  2214. "phpdocumentor/reflection-common": "^1.0@dev",
  2215. "phpdocumentor/type-resolver": "^0.2.0",
  2216. "webmozart/assert": "^1.0"
  2217. },
  2218. "require-dev": {
  2219. "mockery/mockery": "^0.9.4",
  2220. "phpunit/phpunit": "^4.4"
  2221. },
  2222. "type": "library",
  2223. "autoload": {
  2224. "psr-4": {
  2225. "phpDocumentor\\Reflection\\": [
  2226. "src/"
  2227. ]
  2228. }
  2229. },
  2230. "notification-url": "https://packagist.org/downloads/",
  2231. "license": [
  2232. "MIT"
  2233. ],
  2234. "authors": [
  2235. {
  2236. "name": "Mike van Riel",
  2237. "email": "me@mikevanriel.com"
  2238. }
  2239. ],
  2240. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  2241. "time": "2016-09-30T07:12:33+00:00"
  2242. },
  2243. {
  2244. "name": "phpdocumentor/type-resolver",
  2245. "version": "0.2.1",
  2246. "source": {
  2247. "type": "git",
  2248. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  2249. "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
  2250. },
  2251. "dist": {
  2252. "type": "zip",
  2253. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
  2254. "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
  2255. "shasum": ""
  2256. },
  2257. "require": {
  2258. "php": ">=5.5",
  2259. "phpdocumentor/reflection-common": "^1.0"
  2260. },
  2261. "require-dev": {
  2262. "mockery/mockery": "^0.9.4",
  2263. "phpunit/phpunit": "^5.2||^4.8.24"
  2264. },
  2265. "type": "library",
  2266. "extra": {
  2267. "branch-alias": {
  2268. "dev-master": "1.0.x-dev"
  2269. }
  2270. },
  2271. "autoload": {
  2272. "psr-4": {
  2273. "phpDocumentor\\Reflection\\": [
  2274. "src/"
  2275. ]
  2276. }
  2277. },
  2278. "notification-url": "https://packagist.org/downloads/",
  2279. "license": [
  2280. "MIT"
  2281. ],
  2282. "authors": [
  2283. {
  2284. "name": "Mike van Riel",
  2285. "email": "me@mikevanriel.com"
  2286. }
  2287. ],
  2288. "time": "2016-11-25T06:54:22+00:00"
  2289. },
  2290. {
  2291. "name": "phpspec/prophecy",
  2292. "version": "v1.7.0",
  2293. "source": {
  2294. "type": "git",
  2295. "url": "https://github.com/phpspec/prophecy.git",
  2296. "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
  2297. },
  2298. "dist": {
  2299. "type": "zip",
  2300. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
  2301. "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
  2302. "shasum": ""
  2303. },
  2304. "require": {
  2305. "doctrine/instantiator": "^1.0.2",
  2306. "php": "^5.3|^7.0",
  2307. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
  2308. "sebastian/comparator": "^1.1|^2.0",
  2309. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  2310. },
  2311. "require-dev": {
  2312. "phpspec/phpspec": "^2.5|^3.2",
  2313. "phpunit/phpunit": "^4.8 || ^5.6.5"
  2314. },
  2315. "type": "library",
  2316. "extra": {
  2317. "branch-alias": {
  2318. "dev-master": "1.6.x-dev"
  2319. }
  2320. },
  2321. "autoload": {
  2322. "psr-0": {
  2323. "Prophecy\\": "src/"
  2324. }
  2325. },
  2326. "notification-url": "https://packagist.org/downloads/",
  2327. "license": [
  2328. "MIT"
  2329. ],
  2330. "authors": [
  2331. {
  2332. "name": "Konstantin Kudryashov",
  2333. "email": "ever.zet@gmail.com",
  2334. "homepage": "http://everzet.com"
  2335. },
  2336. {
  2337. "name": "Marcello Duarte",
  2338. "email": "marcello.duarte@gmail.com"
  2339. }
  2340. ],
  2341. "description": "Highly opinionated mocking framework for PHP 5.3+",
  2342. "homepage": "https://github.com/phpspec/prophecy",
  2343. "keywords": [
  2344. "Double",
  2345. "Dummy",
  2346. "fake",
  2347. "mock",
  2348. "spy",
  2349. "stub"
  2350. ],
  2351. "time": "2017-03-02T20:05:34+00:00"
  2352. },
  2353. {
  2354. "name": "phpunit/php-code-coverage",
  2355. "version": "4.0.8",
  2356. "source": {
  2357. "type": "git",
  2358. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  2359. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
  2360. },
  2361. "dist": {
  2362. "type": "zip",
  2363. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  2364. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  2365. "shasum": ""
  2366. },
  2367. "require": {
  2368. "ext-dom": "*",
  2369. "ext-xmlwriter": "*",
  2370. "php": "^5.6 || ^7.0",
  2371. "phpunit/php-file-iterator": "^1.3",
  2372. "phpunit/php-text-template": "^1.2",
  2373. "phpunit/php-token-stream": "^1.4.2 || ^2.0",
  2374. "sebastian/code-unit-reverse-lookup": "^1.0",
  2375. "sebastian/environment": "^1.3.2 || ^2.0",
  2376. "sebastian/version": "^1.0 || ^2.0"
  2377. },
  2378. "require-dev": {
  2379. "ext-xdebug": "^2.1.4",
  2380. "phpunit/phpunit": "^5.7"
  2381. },
  2382. "suggest": {
  2383. "ext-xdebug": "^2.5.1"
  2384. },
  2385. "type": "library",
  2386. "extra": {
  2387. "branch-alias": {
  2388. "dev-master": "4.0.x-dev"
  2389. }
  2390. },
  2391. "autoload": {
  2392. "classmap": [
  2393. "src/"
  2394. ]
  2395. },
  2396. "notification-url": "https://packagist.org/downloads/",
  2397. "license": [
  2398. "BSD-3-Clause"
  2399. ],
  2400. "authors": [
  2401. {
  2402. "name": "Sebastian Bergmann",
  2403. "email": "sb@sebastian-bergmann.de",
  2404. "role": "lead"
  2405. }
  2406. ],
  2407. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  2408. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  2409. "keywords": [
  2410. "coverage",
  2411. "testing",
  2412. "xunit"
  2413. ],
  2414. "time": "2017-04-02T07:44:40+00:00"
  2415. },
  2416. {
  2417. "name": "phpunit/php-file-iterator",
  2418. "version": "1.4.2",
  2419. "source": {
  2420. "type": "git",
  2421. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  2422. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
  2423. },
  2424. "dist": {
  2425. "type": "zip",
  2426. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  2427. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  2428. "shasum": ""
  2429. },
  2430. "require": {
  2431. "php": ">=5.3.3"
  2432. },
  2433. "type": "library",
  2434. "extra": {
  2435. "branch-alias": {
  2436. "dev-master": "1.4.x-dev"
  2437. }
  2438. },
  2439. "autoload": {
  2440. "classmap": [
  2441. "src/"
  2442. ]
  2443. },
  2444. "notification-url": "https://packagist.org/downloads/",
  2445. "license": [
  2446. "BSD-3-Clause"
  2447. ],
  2448. "authors": [
  2449. {
  2450. "name": "Sebastian Bergmann",
  2451. "email": "sb@sebastian-bergmann.de",
  2452. "role": "lead"
  2453. }
  2454. ],
  2455. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  2456. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  2457. "keywords": [
  2458. "filesystem",
  2459. "iterator"
  2460. ],
  2461. "time": "2016-10-03T07:40:28+00:00"
  2462. },
  2463. {
  2464. "name": "phpunit/php-text-template",
  2465. "version": "1.2.1",
  2466. "source": {
  2467. "type": "git",
  2468. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  2469. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  2470. },
  2471. "dist": {
  2472. "type": "zip",
  2473. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  2474. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  2475. "shasum": ""
  2476. },
  2477. "require": {
  2478. "php": ">=5.3.3"
  2479. },
  2480. "type": "library",
  2481. "autoload": {
  2482. "classmap": [
  2483. "src/"
  2484. ]
  2485. },
  2486. "notification-url": "https://packagist.org/downloads/",
  2487. "license": [
  2488. "BSD-3-Clause"
  2489. ],
  2490. "authors": [
  2491. {
  2492. "name": "Sebastian Bergmann",
  2493. "email": "sebastian@phpunit.de",
  2494. "role": "lead"
  2495. }
  2496. ],
  2497. "description": "Simple template engine.",
  2498. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  2499. "keywords": [
  2500. "template"
  2501. ],
  2502. "time": "2015-06-21T13:50:34+00:00"
  2503. },
  2504. {
  2505. "name": "phpunit/php-timer",
  2506. "version": "1.0.9",
  2507. "source": {
  2508. "type": "git",
  2509. "url": "https://github.com/sebastianbergmann/php-timer.git",
  2510. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  2511. },
  2512. "dist": {
  2513. "type": "zip",
  2514. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  2515. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  2516. "shasum": ""
  2517. },
  2518. "require": {
  2519. "php": "^5.3.3 || ^7.0"
  2520. },
  2521. "require-dev": {
  2522. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  2523. },
  2524. "type": "library",
  2525. "extra": {
  2526. "branch-alias": {
  2527. "dev-master": "1.0-dev"
  2528. }
  2529. },
  2530. "autoload": {
  2531. "classmap": [
  2532. "src/"
  2533. ]
  2534. },
  2535. "notification-url": "https://packagist.org/downloads/",
  2536. "license": [
  2537. "BSD-3-Clause"
  2538. ],
  2539. "authors": [
  2540. {
  2541. "name": "Sebastian Bergmann",
  2542. "email": "sb@sebastian-bergmann.de",
  2543. "role": "lead"
  2544. }
  2545. ],
  2546. "description": "Utility class for timing",
  2547. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  2548. "keywords": [
  2549. "timer"
  2550. ],
  2551. "time": "2017-02-26T11:10:40+00:00"
  2552. },
  2553. {
  2554. "name": "phpunit/php-token-stream",
  2555. "version": "1.4.11",
  2556. "source": {
  2557. "type": "git",
  2558. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  2559. "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
  2560. },
  2561. "dist": {
  2562. "type": "zip",
  2563. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
  2564. "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
  2565. "shasum": ""
  2566. },
  2567. "require": {
  2568. "ext-tokenizer": "*",
  2569. "php": ">=5.3.3"
  2570. },
  2571. "require-dev": {
  2572. "phpunit/phpunit": "~4.2"
  2573. },
  2574. "type": "library",
  2575. "extra": {
  2576. "branch-alias": {
  2577. "dev-master": "1.4-dev"
  2578. }
  2579. },
  2580. "autoload": {
  2581. "classmap": [
  2582. "src/"
  2583. ]
  2584. },
  2585. "notification-url": "https://packagist.org/downloads/",
  2586. "license": [
  2587. "BSD-3-Clause"
  2588. ],
  2589. "authors": [
  2590. {
  2591. "name": "Sebastian Bergmann",
  2592. "email": "sebastian@phpunit.de"
  2593. }
  2594. ],
  2595. "description": "Wrapper around PHP's tokenizer extension.",
  2596. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  2597. "keywords": [
  2598. "tokenizer"
  2599. ],
  2600. "time": "2017-02-27T10:12:30+00:00"
  2601. },
  2602. {
  2603. "name": "phpunit/phpunit",
  2604. "version": "5.7.21",
  2605. "source": {
  2606. "type": "git",
  2607. "url": "https://github.com/sebastianbergmann/phpunit.git",
  2608. "reference": "3b91adfb64264ddec5a2dee9851f354aa66327db"
  2609. },
  2610. "dist": {
  2611. "type": "zip",
  2612. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3b91adfb64264ddec5a2dee9851f354aa66327db",
  2613. "reference": "3b91adfb64264ddec5a2dee9851f354aa66327db",
  2614. "shasum": ""
  2615. },
  2616. "require": {
  2617. "ext-dom": "*",
  2618. "ext-json": "*",
  2619. "ext-libxml": "*",
  2620. "ext-mbstring": "*",
  2621. "ext-xml": "*",
  2622. "myclabs/deep-copy": "~1.3",
  2623. "php": "^5.6 || ^7.0",
  2624. "phpspec/prophecy": "^1.6.2",
  2625. "phpunit/php-code-coverage": "^4.0.4",
  2626. "phpunit/php-file-iterator": "~1.4",
  2627. "phpunit/php-text-template": "~1.2",
  2628. "phpunit/php-timer": "^1.0.6",
  2629. "phpunit/phpunit-mock-objects": "^3.2",
  2630. "sebastian/comparator": "^1.2.4",
  2631. "sebastian/diff": "^1.4.3",
  2632. "sebastian/environment": "^1.3.4 || ^2.0",
  2633. "sebastian/exporter": "~2.0",
  2634. "sebastian/global-state": "^1.1",
  2635. "sebastian/object-enumerator": "~2.0",
  2636. "sebastian/resource-operations": "~1.0",
  2637. "sebastian/version": "~1.0.3|~2.0",
  2638. "symfony/yaml": "~2.1|~3.0"
  2639. },
  2640. "conflict": {
  2641. "phpdocumentor/reflection-docblock": "3.0.2"
  2642. },
  2643. "require-dev": {
  2644. "ext-pdo": "*"
  2645. },
  2646. "suggest": {
  2647. "ext-xdebug": "*",
  2648. "phpunit/php-invoker": "~1.1"
  2649. },
  2650. "bin": [
  2651. "phpunit"
  2652. ],
  2653. "type": "library",
  2654. "extra": {
  2655. "branch-alias": {
  2656. "dev-master": "5.7.x-dev"
  2657. }
  2658. },
  2659. "autoload": {
  2660. "classmap": [
  2661. "src/"
  2662. ]
  2663. },
  2664. "notification-url": "https://packagist.org/downloads/",
  2665. "license": [
  2666. "BSD-3-Clause"
  2667. ],
  2668. "authors": [
  2669. {
  2670. "name": "Sebastian Bergmann",
  2671. "email": "sebastian@phpunit.de",
  2672. "role": "lead"
  2673. }
  2674. ],
  2675. "description": "The PHP Unit Testing framework.",
  2676. "homepage": "https://phpunit.de/",
  2677. "keywords": [
  2678. "phpunit",
  2679. "testing",
  2680. "xunit"
  2681. ],
  2682. "time": "2017-06-21T08:11:54+00:00"
  2683. },
  2684. {
  2685. "name": "phpunit/phpunit-mock-objects",
  2686. "version": "3.4.3",
  2687. "source": {
  2688. "type": "git",
  2689. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  2690. "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
  2691. },
  2692. "dist": {
  2693. "type": "zip",
  2694. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
  2695. "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
  2696. "shasum": ""
  2697. },
  2698. "require": {
  2699. "doctrine/instantiator": "^1.0.2",
  2700. "php": "^5.6 || ^7.0",
  2701. "phpunit/php-text-template": "^1.2",
  2702. "sebastian/exporter": "^1.2 || ^2.0"
  2703. },
  2704. "conflict": {
  2705. "phpunit/phpunit": "<5.4.0"
  2706. },
  2707. "require-dev": {
  2708. "phpunit/phpunit": "^5.4"
  2709. },
  2710. "suggest": {
  2711. "ext-soap": "*"
  2712. },
  2713. "type": "library",
  2714. "extra": {
  2715. "branch-alias": {
  2716. "dev-master": "3.2.x-dev"
  2717. }
  2718. },
  2719. "autoload": {
  2720. "classmap": [
  2721. "src/"
  2722. ]
  2723. },
  2724. "notification-url": "https://packagist.org/downloads/",
  2725. "license": [
  2726. "BSD-3-Clause"
  2727. ],
  2728. "authors": [
  2729. {
  2730. "name": "Sebastian Bergmann",
  2731. "email": "sb@sebastian-bergmann.de",
  2732. "role": "lead"
  2733. }
  2734. ],
  2735. "description": "Mock Object library for PHPUnit",
  2736. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  2737. "keywords": [
  2738. "mock",
  2739. "xunit"
  2740. ],
  2741. "time": "2016-12-08T20:27:08+00:00"
  2742. },
  2743. {
  2744. "name": "sebastian/code-unit-reverse-lookup",
  2745. "version": "1.0.1",
  2746. "source": {
  2747. "type": "git",
  2748. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  2749. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  2750. },
  2751. "dist": {
  2752. "type": "zip",
  2753. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  2754. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  2755. "shasum": ""
  2756. },
  2757. "require": {
  2758. "php": "^5.6 || ^7.0"
  2759. },
  2760. "require-dev": {
  2761. "phpunit/phpunit": "^5.7 || ^6.0"
  2762. },
  2763. "type": "library",
  2764. "extra": {
  2765. "branch-alias": {
  2766. "dev-master": "1.0.x-dev"
  2767. }
  2768. },
  2769. "autoload": {
  2770. "classmap": [
  2771. "src/"
  2772. ]
  2773. },
  2774. "notification-url": "https://packagist.org/downloads/",
  2775. "license": [
  2776. "BSD-3-Clause"
  2777. ],
  2778. "authors": [
  2779. {
  2780. "name": "Sebastian Bergmann",
  2781. "email": "sebastian@phpunit.de"
  2782. }
  2783. ],
  2784. "description": "Looks up which function or method a line of code belongs to",
  2785. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  2786. "time": "2017-03-04T06:30:41+00:00"
  2787. },
  2788. {
  2789. "name": "sebastian/comparator",
  2790. "version": "1.2.4",
  2791. "source": {
  2792. "type": "git",
  2793. "url": "https://github.com/sebastianbergmann/comparator.git",
  2794. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  2795. },
  2796. "dist": {
  2797. "type": "zip",
  2798. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  2799. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  2800. "shasum": ""
  2801. },
  2802. "require": {
  2803. "php": ">=5.3.3",
  2804. "sebastian/diff": "~1.2",
  2805. "sebastian/exporter": "~1.2 || ~2.0"
  2806. },
  2807. "require-dev": {
  2808. "phpunit/phpunit": "~4.4"
  2809. },
  2810. "type": "library",
  2811. "extra": {
  2812. "branch-alias": {
  2813. "dev-master": "1.2.x-dev"
  2814. }
  2815. },
  2816. "autoload": {
  2817. "classmap": [
  2818. "src/"
  2819. ]
  2820. },
  2821. "notification-url": "https://packagist.org/downloads/",
  2822. "license": [
  2823. "BSD-3-Clause"
  2824. ],
  2825. "authors": [
  2826. {
  2827. "name": "Jeff Welch",
  2828. "email": "whatthejeff@gmail.com"
  2829. },
  2830. {
  2831. "name": "Volker Dusch",
  2832. "email": "github@wallbash.com"
  2833. },
  2834. {
  2835. "name": "Bernhard Schussek",
  2836. "email": "bschussek@2bepublished.at"
  2837. },
  2838. {
  2839. "name": "Sebastian Bergmann",
  2840. "email": "sebastian@phpunit.de"
  2841. }
  2842. ],
  2843. "description": "Provides the functionality to compare PHP values for equality",
  2844. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  2845. "keywords": [
  2846. "comparator",
  2847. "compare",
  2848. "equality"
  2849. ],
  2850. "time": "2017-01-29T09:50:25+00:00"
  2851. },
  2852. {
  2853. "name": "sebastian/diff",
  2854. "version": "1.4.3",
  2855. "source": {
  2856. "type": "git",
  2857. "url": "https://github.com/sebastianbergmann/diff.git",
  2858. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  2859. },
  2860. "dist": {
  2861. "type": "zip",
  2862. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  2863. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  2864. "shasum": ""
  2865. },
  2866. "require": {
  2867. "php": "^5.3.3 || ^7.0"
  2868. },
  2869. "require-dev": {
  2870. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  2871. },
  2872. "type": "library",
  2873. "extra": {
  2874. "branch-alias": {
  2875. "dev-master": "1.4-dev"
  2876. }
  2877. },
  2878. "autoload": {
  2879. "classmap": [
  2880. "src/"
  2881. ]
  2882. },
  2883. "notification-url": "https://packagist.org/downloads/",
  2884. "license": [
  2885. "BSD-3-Clause"
  2886. ],
  2887. "authors": [
  2888. {
  2889. "name": "Kore Nordmann",
  2890. "email": "mail@kore-nordmann.de"
  2891. },
  2892. {
  2893. "name": "Sebastian Bergmann",
  2894. "email": "sebastian@phpunit.de"
  2895. }
  2896. ],
  2897. "description": "Diff implementation",
  2898. "homepage": "https://github.com/sebastianbergmann/diff",
  2899. "keywords": [
  2900. "diff"
  2901. ],
  2902. "time": "2017-05-22T07:24:03+00:00"
  2903. },
  2904. {
  2905. "name": "sebastian/environment",
  2906. "version": "2.0.0",
  2907. "source": {
  2908. "type": "git",
  2909. "url": "https://github.com/sebastianbergmann/environment.git",
  2910. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
  2911. },
  2912. "dist": {
  2913. "type": "zip",
  2914. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  2915. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  2916. "shasum": ""
  2917. },
  2918. "require": {
  2919. "php": "^5.6 || ^7.0"
  2920. },
  2921. "require-dev": {
  2922. "phpunit/phpunit": "^5.0"
  2923. },
  2924. "type": "library",
  2925. "extra": {
  2926. "branch-alias": {
  2927. "dev-master": "2.0.x-dev"
  2928. }
  2929. },
  2930. "autoload": {
  2931. "classmap": [
  2932. "src/"
  2933. ]
  2934. },
  2935. "notification-url": "https://packagist.org/downloads/",
  2936. "license": [
  2937. "BSD-3-Clause"
  2938. ],
  2939. "authors": [
  2940. {
  2941. "name": "Sebastian Bergmann",
  2942. "email": "sebastian@phpunit.de"
  2943. }
  2944. ],
  2945. "description": "Provides functionality to handle HHVM/PHP environments",
  2946. "homepage": "http://www.github.com/sebastianbergmann/environment",
  2947. "keywords": [
  2948. "Xdebug",
  2949. "environment",
  2950. "hhvm"
  2951. ],
  2952. "time": "2016-11-26T07:53:53+00:00"
  2953. },
  2954. {
  2955. "name": "sebastian/exporter",
  2956. "version": "2.0.0",
  2957. "source": {
  2958. "type": "git",
  2959. "url": "https://github.com/sebastianbergmann/exporter.git",
  2960. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
  2961. },
  2962. "dist": {
  2963. "type": "zip",
  2964. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  2965. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  2966. "shasum": ""
  2967. },
  2968. "require": {
  2969. "php": ">=5.3.3",
  2970. "sebastian/recursion-context": "~2.0"
  2971. },
  2972. "require-dev": {
  2973. "ext-mbstring": "*",
  2974. "phpunit/phpunit": "~4.4"
  2975. },
  2976. "type": "library",
  2977. "extra": {
  2978. "branch-alias": {
  2979. "dev-master": "2.0.x-dev"
  2980. }
  2981. },
  2982. "autoload": {
  2983. "classmap": [
  2984. "src/"
  2985. ]
  2986. },
  2987. "notification-url": "https://packagist.org/downloads/",
  2988. "license": [
  2989. "BSD-3-Clause"
  2990. ],
  2991. "authors": [
  2992. {
  2993. "name": "Jeff Welch",
  2994. "email": "whatthejeff@gmail.com"
  2995. },
  2996. {
  2997. "name": "Volker Dusch",
  2998. "email": "github@wallbash.com"
  2999. },
  3000. {
  3001. "name": "Bernhard Schussek",
  3002. "email": "bschussek@2bepublished.at"
  3003. },
  3004. {
  3005. "name": "Sebastian Bergmann",
  3006. "email": "sebastian@phpunit.de"
  3007. },
  3008. {
  3009. "name": "Adam Harvey",
  3010. "email": "aharvey@php.net"
  3011. }
  3012. ],
  3013. "description": "Provides the functionality to export PHP variables for visualization",
  3014. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  3015. "keywords": [
  3016. "export",
  3017. "exporter"
  3018. ],
  3019. "time": "2016-11-19T08:54:04+00:00"
  3020. },
  3021. {
  3022. "name": "sebastian/global-state",
  3023. "version": "1.1.1",
  3024. "source": {
  3025. "type": "git",
  3026. "url": "https://github.com/sebastianbergmann/global-state.git",
  3027. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  3028. },
  3029. "dist": {
  3030. "type": "zip",
  3031. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  3032. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  3033. "shasum": ""
  3034. },
  3035. "require": {
  3036. "php": ">=5.3.3"
  3037. },
  3038. "require-dev": {
  3039. "phpunit/phpunit": "~4.2"
  3040. },
  3041. "suggest": {
  3042. "ext-uopz": "*"
  3043. },
  3044. "type": "library",
  3045. "extra": {
  3046. "branch-alias": {
  3047. "dev-master": "1.0-dev"
  3048. }
  3049. },
  3050. "autoload": {
  3051. "classmap": [
  3052. "src/"
  3053. ]
  3054. },
  3055. "notification-url": "https://packagist.org/downloads/",
  3056. "license": [
  3057. "BSD-3-Clause"
  3058. ],
  3059. "authors": [
  3060. {
  3061. "name": "Sebastian Bergmann",
  3062. "email": "sebastian@phpunit.de"
  3063. }
  3064. ],
  3065. "description": "Snapshotting of global state",
  3066. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  3067. "keywords": [
  3068. "global state"
  3069. ],
  3070. "time": "2015-10-12T03:26:01+00:00"
  3071. },
  3072. {
  3073. "name": "sebastian/object-enumerator",
  3074. "version": "2.0.1",
  3075. "source": {
  3076. "type": "git",
  3077. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  3078. "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
  3079. },
  3080. "dist": {
  3081. "type": "zip",
  3082. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
  3083. "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
  3084. "shasum": ""
  3085. },
  3086. "require": {
  3087. "php": ">=5.6",
  3088. "sebastian/recursion-context": "~2.0"
  3089. },
  3090. "require-dev": {
  3091. "phpunit/phpunit": "~5"
  3092. },
  3093. "type": "library",
  3094. "extra": {
  3095. "branch-alias": {
  3096. "dev-master": "2.0.x-dev"
  3097. }
  3098. },
  3099. "autoload": {
  3100. "classmap": [
  3101. "src/"
  3102. ]
  3103. },
  3104. "notification-url": "https://packagist.org/downloads/",
  3105. "license": [
  3106. "BSD-3-Clause"
  3107. ],
  3108. "authors": [
  3109. {
  3110. "name": "Sebastian Bergmann",
  3111. "email": "sebastian@phpunit.de"
  3112. }
  3113. ],
  3114. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  3115. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  3116. "time": "2017-02-18T15:18:39+00:00"
  3117. },
  3118. {
  3119. "name": "sebastian/recursion-context",
  3120. "version": "2.0.0",
  3121. "source": {
  3122. "type": "git",
  3123. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  3124. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
  3125. },
  3126. "dist": {
  3127. "type": "zip",
  3128. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  3129. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  3130. "shasum": ""
  3131. },
  3132. "require": {
  3133. "php": ">=5.3.3"
  3134. },
  3135. "require-dev": {
  3136. "phpunit/phpunit": "~4.4"
  3137. },
  3138. "type": "library",
  3139. "extra": {
  3140. "branch-alias": {
  3141. "dev-master": "2.0.x-dev"
  3142. }
  3143. },
  3144. "autoload": {
  3145. "classmap": [
  3146. "src/"
  3147. ]
  3148. },
  3149. "notification-url": "https://packagist.org/downloads/",
  3150. "license": [
  3151. "BSD-3-Clause"
  3152. ],
  3153. "authors": [
  3154. {
  3155. "name": "Jeff Welch",
  3156. "email": "whatthejeff@gmail.com"
  3157. },
  3158. {
  3159. "name": "Sebastian Bergmann",
  3160. "email": "sebastian@phpunit.de"
  3161. },
  3162. {
  3163. "name": "Adam Harvey",
  3164. "email": "aharvey@php.net"
  3165. }
  3166. ],
  3167. "description": "Provides functionality to recursively process PHP variables",
  3168. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  3169. "time": "2016-11-19T07:33:16+00:00"
  3170. },
  3171. {
  3172. "name": "sebastian/resource-operations",
  3173. "version": "1.0.0",
  3174. "source": {
  3175. "type": "git",
  3176. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  3177. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  3178. },
  3179. "dist": {
  3180. "type": "zip",
  3181. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  3182. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  3183. "shasum": ""
  3184. },
  3185. "require": {
  3186. "php": ">=5.6.0"
  3187. },
  3188. "type": "library",
  3189. "extra": {
  3190. "branch-alias": {
  3191. "dev-master": "1.0.x-dev"
  3192. }
  3193. },
  3194. "autoload": {
  3195. "classmap": [
  3196. "src/"
  3197. ]
  3198. },
  3199. "notification-url": "https://packagist.org/downloads/",
  3200. "license": [
  3201. "BSD-3-Clause"
  3202. ],
  3203. "authors": [
  3204. {
  3205. "name": "Sebastian Bergmann",
  3206. "email": "sebastian@phpunit.de"
  3207. }
  3208. ],
  3209. "description": "Provides a list of PHP built-in functions that operate on resources",
  3210. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  3211. "time": "2015-07-28T20:34:47+00:00"
  3212. },
  3213. {
  3214. "name": "sebastian/version",
  3215. "version": "2.0.1",
  3216. "source": {
  3217. "type": "git",
  3218. "url": "https://github.com/sebastianbergmann/version.git",
  3219. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  3220. },
  3221. "dist": {
  3222. "type": "zip",
  3223. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  3224. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  3225. "shasum": ""
  3226. },
  3227. "require": {
  3228. "php": ">=5.6"
  3229. },
  3230. "type": "library",
  3231. "extra": {
  3232. "branch-alias": {
  3233. "dev-master": "2.0.x-dev"
  3234. }
  3235. },
  3236. "autoload": {
  3237. "classmap": [
  3238. "src/"
  3239. ]
  3240. },
  3241. "notification-url": "https://packagist.org/downloads/",
  3242. "license": [
  3243. "BSD-3-Clause"
  3244. ],
  3245. "authors": [
  3246. {
  3247. "name": "Sebastian Bergmann",
  3248. "email": "sebastian@phpunit.de",
  3249. "role": "lead"
  3250. }
  3251. ],
  3252. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  3253. "homepage": "https://github.com/sebastianbergmann/version",
  3254. "time": "2016-10-03T07:35:21+00:00"
  3255. },
  3256. {
  3257. "name": "symfony/yaml",
  3258. "version": "v3.3.2",
  3259. "source": {
  3260. "type": "git",
  3261. "url": "https://github.com/symfony/yaml.git",
  3262. "reference": "9752a30000a8ca9f4b34b5227d15d0101b96b063"
  3263. },
  3264. "dist": {
  3265. "type": "zip",
  3266. "url": "https://api.github.com/repos/symfony/yaml/zipball/9752a30000a8ca9f4b34b5227d15d0101b96b063",
  3267. "reference": "9752a30000a8ca9f4b34b5227d15d0101b96b063",
  3268. "shasum": ""
  3269. },
  3270. "require": {
  3271. "php": ">=5.5.9"
  3272. },
  3273. "require-dev": {
  3274. "symfony/console": "~2.8|~3.0"
  3275. },
  3276. "suggest": {
  3277. "symfony/console": "For validating YAML files using the lint command"
  3278. },
  3279. "type": "library",
  3280. "extra": {
  3281. "branch-alias": {
  3282. "dev-master": "3.3-dev"
  3283. }
  3284. },
  3285. "autoload": {
  3286. "psr-4": {
  3287. "Symfony\\Component\\Yaml\\": ""
  3288. },
  3289. "exclude-from-classmap": [
  3290. "/Tests/"
  3291. ]
  3292. },
  3293. "notification-url": "https://packagist.org/downloads/",
  3294. "license": [
  3295. "MIT"
  3296. ],
  3297. "authors": [
  3298. {
  3299. "name": "Fabien Potencier",
  3300. "email": "fabien@symfony.com"
  3301. },
  3302. {
  3303. "name": "Symfony Community",
  3304. "homepage": "https://symfony.com/contributors"
  3305. }
  3306. ],
  3307. "description": "Symfony Yaml Component",
  3308. "homepage": "https://symfony.com",
  3309. "time": "2017-06-02T22:05:06+00:00"
  3310. },
  3311. {
  3312. "name": "webmozart/assert",
  3313. "version": "1.2.0",
  3314. "source": {
  3315. "type": "git",
  3316. "url": "https://github.com/webmozart/assert.git",
  3317. "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
  3318. },
  3319. "dist": {
  3320. "type": "zip",
  3321. "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
  3322. "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
  3323. "shasum": ""
  3324. },
  3325. "require": {
  3326. "php": "^5.3.3 || ^7.0"
  3327. },
  3328. "require-dev": {
  3329. "phpunit/phpunit": "^4.6",
  3330. "sebastian/version": "^1.0.1"
  3331. },
  3332. "type": "library",
  3333. "extra": {
  3334. "branch-alias": {
  3335. "dev-master": "1.3-dev"
  3336. }
  3337. },
  3338. "autoload": {
  3339. "psr-4": {
  3340. "Webmozart\\Assert\\": "src/"
  3341. }
  3342. },
  3343. "notification-url": "https://packagist.org/downloads/",
  3344. "license": [
  3345. "MIT"
  3346. ],
  3347. "authors": [
  3348. {
  3349. "name": "Bernhard Schussek",
  3350. "email": "bschussek@gmail.com"
  3351. }
  3352. ],
  3353. "description": "Assertions to validate method input/output with nice error messages.",
  3354. "keywords": [
  3355. "assert",
  3356. "check",
  3357. "validate"
  3358. ],
  3359. "time": "2016-11-23T20:04:58+00:00"
  3360. }
  3361. ],
  3362. "aliases": [],
  3363. "minimum-stability": "stable",
  3364. "stability-flags": [],
  3365. "prefer-stable": false,
  3366. "prefer-lowest": false,
  3367. "platform": {
  3368. "php": ">=5.6.4"
  3369. },
  3370. "platform-dev": []
  3371. }