Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

3421 linhas
121 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": "0b52c14e250aa32e05b69b2daf66787f",
  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": "predis/predis",
  789. "version": "v1.1.1",
  790. "source": {
  791. "type": "git",
  792. "url": "https://github.com/nrk/predis.git",
  793. "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
  794. },
  795. "dist": {
  796. "type": "zip",
  797. "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
  798. "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
  799. "shasum": ""
  800. },
  801. "require": {
  802. "php": ">=5.3.9"
  803. },
  804. "require-dev": {
  805. "phpunit/phpunit": "~4.8"
  806. },
  807. "suggest": {
  808. "ext-curl": "Allows access to Webdis when paired with phpiredis",
  809. "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
  810. },
  811. "type": "library",
  812. "autoload": {
  813. "psr-4": {
  814. "Predis\\": "src/"
  815. }
  816. },
  817. "notification-url": "https://packagist.org/downloads/",
  818. "license": [
  819. "MIT"
  820. ],
  821. "authors": [
  822. {
  823. "name": "Daniele Alessandri",
  824. "email": "suppakilla@gmail.com",
  825. "homepage": "http://clorophilla.net"
  826. }
  827. ],
  828. "description": "Flexible and feature-complete Redis client for PHP and HHVM",
  829. "homepage": "http://github.com/nrk/predis",
  830. "keywords": [
  831. "nosql",
  832. "predis",
  833. "redis"
  834. ],
  835. "time": "2016-06-16T16:22:20+00:00"
  836. },
  837. {
  838. "name": "psr/log",
  839. "version": "1.0.2",
  840. "source": {
  841. "type": "git",
  842. "url": "https://github.com/php-fig/log.git",
  843. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  844. },
  845. "dist": {
  846. "type": "zip",
  847. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  848. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  849. "shasum": ""
  850. },
  851. "require": {
  852. "php": ">=5.3.0"
  853. },
  854. "type": "library",
  855. "extra": {
  856. "branch-alias": {
  857. "dev-master": "1.0.x-dev"
  858. }
  859. },
  860. "autoload": {
  861. "psr-4": {
  862. "Psr\\Log\\": "Psr/Log/"
  863. }
  864. },
  865. "notification-url": "https://packagist.org/downloads/",
  866. "license": [
  867. "MIT"
  868. ],
  869. "authors": [
  870. {
  871. "name": "PHP-FIG",
  872. "homepage": "http://www.php-fig.org/"
  873. }
  874. ],
  875. "description": "Common interface for logging libraries",
  876. "homepage": "https://github.com/php-fig/log",
  877. "keywords": [
  878. "log",
  879. "psr",
  880. "psr-3"
  881. ],
  882. "time": "2016-10-10T12:19:37+00:00"
  883. },
  884. {
  885. "name": "psy/psysh",
  886. "version": "v0.8.8",
  887. "source": {
  888. "type": "git",
  889. "url": "https://github.com/bobthecow/psysh.git",
  890. "reference": "fe65c30cbc55c71e61ba3a38b5a581149be31b8e"
  891. },
  892. "dist": {
  893. "type": "zip",
  894. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/fe65c30cbc55c71e61ba3a38b5a581149be31b8e",
  895. "reference": "fe65c30cbc55c71e61ba3a38b5a581149be31b8e",
  896. "shasum": ""
  897. },
  898. "require": {
  899. "dnoegel/php-xdg-base-dir": "0.1",
  900. "jakub-onderka/php-console-highlighter": "0.3.*",
  901. "nikic/php-parser": "~1.3|~2.0|~3.0",
  902. "php": ">=5.3.9",
  903. "symfony/console": "~2.3.10|^2.4.2|~3.0",
  904. "symfony/var-dumper": "~2.7|~3.0"
  905. },
  906. "require-dev": {
  907. "friendsofphp/php-cs-fixer": "~1.11",
  908. "hoa/console": "~3.16|~1.14",
  909. "phpunit/phpunit": "~4.4|~5.0",
  910. "symfony/finder": "~2.1|~3.0"
  911. },
  912. "suggest": {
  913. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  914. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  915. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  916. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
  917. "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
  918. },
  919. "bin": [
  920. "bin/psysh"
  921. ],
  922. "type": "library",
  923. "extra": {
  924. "branch-alias": {
  925. "dev-develop": "0.8.x-dev"
  926. }
  927. },
  928. "autoload": {
  929. "files": [
  930. "src/Psy/functions.php"
  931. ],
  932. "psr-4": {
  933. "Psy\\": "src/Psy/"
  934. }
  935. },
  936. "notification-url": "https://packagist.org/downloads/",
  937. "license": [
  938. "MIT"
  939. ],
  940. "authors": [
  941. {
  942. "name": "Justin Hileman",
  943. "email": "justin@justinhileman.info",
  944. "homepage": "http://justinhileman.com"
  945. }
  946. ],
  947. "description": "An interactive shell for modern PHP.",
  948. "homepage": "http://psysh.org",
  949. "keywords": [
  950. "REPL",
  951. "console",
  952. "interactive",
  953. "shell"
  954. ],
  955. "time": "2017-06-24T06:16:19+00:00"
  956. },
  957. {
  958. "name": "ramsey/uuid",
  959. "version": "3.6.1",
  960. "source": {
  961. "type": "git",
  962. "url": "https://github.com/ramsey/uuid.git",
  963. "reference": "4ae32dd9ab8860a4bbd750ad269cba7f06f7934e"
  964. },
  965. "dist": {
  966. "type": "zip",
  967. "url": "https://api.github.com/repos/ramsey/uuid/zipball/4ae32dd9ab8860a4bbd750ad269cba7f06f7934e",
  968. "reference": "4ae32dd9ab8860a4bbd750ad269cba7f06f7934e",
  969. "shasum": ""
  970. },
  971. "require": {
  972. "paragonie/random_compat": "^1.0|^2.0",
  973. "php": "^5.4 || ^7.0"
  974. },
  975. "replace": {
  976. "rhumsaa/uuid": "self.version"
  977. },
  978. "require-dev": {
  979. "apigen/apigen": "^4.1",
  980. "codeception/aspect-mock": "^1.0 | ^2.0",
  981. "doctrine/annotations": "~1.2.0",
  982. "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
  983. "ircmaxell/random-lib": "^1.1",
  984. "jakub-onderka/php-parallel-lint": "^0.9.0",
  985. "mockery/mockery": "^0.9.4",
  986. "moontoast/math": "^1.1",
  987. "php-mock/php-mock-phpunit": "^0.3|^1.1",
  988. "phpunit/phpunit": "^4.7|>=5.0 <5.4",
  989. "satooshi/php-coveralls": "^0.6.1",
  990. "squizlabs/php_codesniffer": "^2.3"
  991. },
  992. "suggest": {
  993. "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
  994. "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
  995. "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  996. "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
  997. "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
  998. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  999. },
  1000. "type": "library",
  1001. "extra": {
  1002. "branch-alias": {
  1003. "dev-master": "3.x-dev"
  1004. }
  1005. },
  1006. "autoload": {
  1007. "psr-4": {
  1008. "Ramsey\\Uuid\\": "src/"
  1009. }
  1010. },
  1011. "notification-url": "https://packagist.org/downloads/",
  1012. "license": [
  1013. "MIT"
  1014. ],
  1015. "authors": [
  1016. {
  1017. "name": "Marijn Huizendveld",
  1018. "email": "marijn.huizendveld@gmail.com"
  1019. },
  1020. {
  1021. "name": "Thibaud Fabre",
  1022. "email": "thibaud@aztech.io"
  1023. },
  1024. {
  1025. "name": "Ben Ramsey",
  1026. "email": "ben@benramsey.com",
  1027. "homepage": "https://benramsey.com"
  1028. }
  1029. ],
  1030. "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
  1031. "homepage": "https://github.com/ramsey/uuid",
  1032. "keywords": [
  1033. "guid",
  1034. "identifier",
  1035. "uuid"
  1036. ],
  1037. "time": "2017-03-26T20:37:53+00:00"
  1038. },
  1039. {
  1040. "name": "swiftmailer/swiftmailer",
  1041. "version": "v5.4.8",
  1042. "source": {
  1043. "type": "git",
  1044. "url": "https://github.com/swiftmailer/swiftmailer.git",
  1045. "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
  1046. },
  1047. "dist": {
  1048. "type": "zip",
  1049. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
  1050. "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
  1051. "shasum": ""
  1052. },
  1053. "require": {
  1054. "php": ">=5.3.3"
  1055. },
  1056. "require-dev": {
  1057. "mockery/mockery": "~0.9.1",
  1058. "symfony/phpunit-bridge": "~3.2"
  1059. },
  1060. "type": "library",
  1061. "extra": {
  1062. "branch-alias": {
  1063. "dev-master": "5.4-dev"
  1064. }
  1065. },
  1066. "autoload": {
  1067. "files": [
  1068. "lib/swift_required.php"
  1069. ]
  1070. },
  1071. "notification-url": "https://packagist.org/downloads/",
  1072. "license": [
  1073. "MIT"
  1074. ],
  1075. "authors": [
  1076. {
  1077. "name": "Chris Corbyn"
  1078. },
  1079. {
  1080. "name": "Fabien Potencier",
  1081. "email": "fabien@symfony.com"
  1082. }
  1083. ],
  1084. "description": "Swiftmailer, free feature-rich PHP mailer",
  1085. "homepage": "http://swiftmailer.org",
  1086. "keywords": [
  1087. "email",
  1088. "mail",
  1089. "mailer"
  1090. ],
  1091. "time": "2017-05-01T15:54:03+00:00"
  1092. },
  1093. {
  1094. "name": "symfony/console",
  1095. "version": "v3.3.2",
  1096. "source": {
  1097. "type": "git",
  1098. "url": "https://github.com/symfony/console.git",
  1099. "reference": "70d2a29b2911cbdc91a7e268046c395278238b2e"
  1100. },
  1101. "dist": {
  1102. "type": "zip",
  1103. "url": "https://api.github.com/repos/symfony/console/zipball/70d2a29b2911cbdc91a7e268046c395278238b2e",
  1104. "reference": "70d2a29b2911cbdc91a7e268046c395278238b2e",
  1105. "shasum": ""
  1106. },
  1107. "require": {
  1108. "php": ">=5.5.9",
  1109. "symfony/debug": "~2.8|~3.0",
  1110. "symfony/polyfill-mbstring": "~1.0"
  1111. },
  1112. "conflict": {
  1113. "symfony/dependency-injection": "<3.3"
  1114. },
  1115. "require-dev": {
  1116. "psr/log": "~1.0",
  1117. "symfony/config": "~3.3",
  1118. "symfony/dependency-injection": "~3.3",
  1119. "symfony/event-dispatcher": "~2.8|~3.0",
  1120. "symfony/filesystem": "~2.8|~3.0",
  1121. "symfony/http-kernel": "~2.8|~3.0",
  1122. "symfony/process": "~2.8|~3.0"
  1123. },
  1124. "suggest": {
  1125. "psr/log": "For using the console logger",
  1126. "symfony/event-dispatcher": "",
  1127. "symfony/filesystem": "",
  1128. "symfony/process": ""
  1129. },
  1130. "type": "library",
  1131. "extra": {
  1132. "branch-alias": {
  1133. "dev-master": "3.3-dev"
  1134. }
  1135. },
  1136. "autoload": {
  1137. "psr-4": {
  1138. "Symfony\\Component\\Console\\": ""
  1139. },
  1140. "exclude-from-classmap": [
  1141. "/Tests/"
  1142. ]
  1143. },
  1144. "notification-url": "https://packagist.org/downloads/",
  1145. "license": [
  1146. "MIT"
  1147. ],
  1148. "authors": [
  1149. {
  1150. "name": "Fabien Potencier",
  1151. "email": "fabien@symfony.com"
  1152. },
  1153. {
  1154. "name": "Symfony Community",
  1155. "homepage": "https://symfony.com/contributors"
  1156. }
  1157. ],
  1158. "description": "Symfony Console Component",
  1159. "homepage": "https://symfony.com",
  1160. "time": "2017-06-02T19:24:58+00:00"
  1161. },
  1162. {
  1163. "name": "symfony/css-selector",
  1164. "version": "v3.3.2",
  1165. "source": {
  1166. "type": "git",
  1167. "url": "https://github.com/symfony/css-selector.git",
  1168. "reference": "4d882dced7b995d5274293039370148e291808f2"
  1169. },
  1170. "dist": {
  1171. "type": "zip",
  1172. "url": "https://api.github.com/repos/symfony/css-selector/zipball/4d882dced7b995d5274293039370148e291808f2",
  1173. "reference": "4d882dced7b995d5274293039370148e291808f2",
  1174. "shasum": ""
  1175. },
  1176. "require": {
  1177. "php": ">=5.5.9"
  1178. },
  1179. "type": "library",
  1180. "extra": {
  1181. "branch-alias": {
  1182. "dev-master": "3.3-dev"
  1183. }
  1184. },
  1185. "autoload": {
  1186. "psr-4": {
  1187. "Symfony\\Component\\CssSelector\\": ""
  1188. },
  1189. "exclude-from-classmap": [
  1190. "/Tests/"
  1191. ]
  1192. },
  1193. "notification-url": "https://packagist.org/downloads/",
  1194. "license": [
  1195. "MIT"
  1196. ],
  1197. "authors": [
  1198. {
  1199. "name": "Jean-François Simon",
  1200. "email": "jeanfrancois.simon@sensiolabs.com"
  1201. },
  1202. {
  1203. "name": "Fabien Potencier",
  1204. "email": "fabien@symfony.com"
  1205. },
  1206. {
  1207. "name": "Symfony Community",
  1208. "homepage": "https://symfony.com/contributors"
  1209. }
  1210. ],
  1211. "description": "Symfony CssSelector Component",
  1212. "homepage": "https://symfony.com",
  1213. "time": "2017-05-01T15:01:29+00:00"
  1214. },
  1215. {
  1216. "name": "symfony/debug",
  1217. "version": "v3.3.2",
  1218. "source": {
  1219. "type": "git",
  1220. "url": "https://github.com/symfony/debug.git",
  1221. "reference": "e9c50482841ef696e8fa1470d950a79c8921f45d"
  1222. },
  1223. "dist": {
  1224. "type": "zip",
  1225. "url": "https://api.github.com/repos/symfony/debug/zipball/e9c50482841ef696e8fa1470d950a79c8921f45d",
  1226. "reference": "e9c50482841ef696e8fa1470d950a79c8921f45d",
  1227. "shasum": ""
  1228. },
  1229. "require": {
  1230. "php": ">=5.5.9",
  1231. "psr/log": "~1.0"
  1232. },
  1233. "conflict": {
  1234. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  1235. },
  1236. "require-dev": {
  1237. "symfony/http-kernel": "~2.8|~3.0"
  1238. },
  1239. "type": "library",
  1240. "extra": {
  1241. "branch-alias": {
  1242. "dev-master": "3.3-dev"
  1243. }
  1244. },
  1245. "autoload": {
  1246. "psr-4": {
  1247. "Symfony\\Component\\Debug\\": ""
  1248. },
  1249. "exclude-from-classmap": [
  1250. "/Tests/"
  1251. ]
  1252. },
  1253. "notification-url": "https://packagist.org/downloads/",
  1254. "license": [
  1255. "MIT"
  1256. ],
  1257. "authors": [
  1258. {
  1259. "name": "Fabien Potencier",
  1260. "email": "fabien@symfony.com"
  1261. },
  1262. {
  1263. "name": "Symfony Community",
  1264. "homepage": "https://symfony.com/contributors"
  1265. }
  1266. ],
  1267. "description": "Symfony Debug Component",
  1268. "homepage": "https://symfony.com",
  1269. "time": "2017-06-01T21:01:25+00:00"
  1270. },
  1271. {
  1272. "name": "symfony/event-dispatcher",
  1273. "version": "v3.3.2",
  1274. "source": {
  1275. "type": "git",
  1276. "url": "https://github.com/symfony/event-dispatcher.git",
  1277. "reference": "4054a102470665451108f9b59305c79176ef98f0"
  1278. },
  1279. "dist": {
  1280. "type": "zip",
  1281. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/4054a102470665451108f9b59305c79176ef98f0",
  1282. "reference": "4054a102470665451108f9b59305c79176ef98f0",
  1283. "shasum": ""
  1284. },
  1285. "require": {
  1286. "php": ">=5.5.9"
  1287. },
  1288. "conflict": {
  1289. "symfony/dependency-injection": "<3.3"
  1290. },
  1291. "require-dev": {
  1292. "psr/log": "~1.0",
  1293. "symfony/config": "~2.8|~3.0",
  1294. "symfony/dependency-injection": "~3.3",
  1295. "symfony/expression-language": "~2.8|~3.0",
  1296. "symfony/stopwatch": "~2.8|~3.0"
  1297. },
  1298. "suggest": {
  1299. "symfony/dependency-injection": "",
  1300. "symfony/http-kernel": ""
  1301. },
  1302. "type": "library",
  1303. "extra": {
  1304. "branch-alias": {
  1305. "dev-master": "3.3-dev"
  1306. }
  1307. },
  1308. "autoload": {
  1309. "psr-4": {
  1310. "Symfony\\Component\\EventDispatcher\\": ""
  1311. },
  1312. "exclude-from-classmap": [
  1313. "/Tests/"
  1314. ]
  1315. },
  1316. "notification-url": "https://packagist.org/downloads/",
  1317. "license": [
  1318. "MIT"
  1319. ],
  1320. "authors": [
  1321. {
  1322. "name": "Fabien Potencier",
  1323. "email": "fabien@symfony.com"
  1324. },
  1325. {
  1326. "name": "Symfony Community",
  1327. "homepage": "https://symfony.com/contributors"
  1328. }
  1329. ],
  1330. "description": "Symfony EventDispatcher Component",
  1331. "homepage": "https://symfony.com",
  1332. "time": "2017-06-04T18:15:29+00:00"
  1333. },
  1334. {
  1335. "name": "symfony/finder",
  1336. "version": "v3.3.2",
  1337. "source": {
  1338. "type": "git",
  1339. "url": "https://github.com/symfony/finder.git",
  1340. "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4"
  1341. },
  1342. "dist": {
  1343. "type": "zip",
  1344. "url": "https://api.github.com/repos/symfony/finder/zipball/baea7f66d30854ad32988c11a09d7ffd485810c4",
  1345. "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4",
  1346. "shasum": ""
  1347. },
  1348. "require": {
  1349. "php": ">=5.5.9"
  1350. },
  1351. "type": "library",
  1352. "extra": {
  1353. "branch-alias": {
  1354. "dev-master": "3.3-dev"
  1355. }
  1356. },
  1357. "autoload": {
  1358. "psr-4": {
  1359. "Symfony\\Component\\Finder\\": ""
  1360. },
  1361. "exclude-from-classmap": [
  1362. "/Tests/"
  1363. ]
  1364. },
  1365. "notification-url": "https://packagist.org/downloads/",
  1366. "license": [
  1367. "MIT"
  1368. ],
  1369. "authors": [
  1370. {
  1371. "name": "Fabien Potencier",
  1372. "email": "fabien@symfony.com"
  1373. },
  1374. {
  1375. "name": "Symfony Community",
  1376. "homepage": "https://symfony.com/contributors"
  1377. }
  1378. ],
  1379. "description": "Symfony Finder Component",
  1380. "homepage": "https://symfony.com",
  1381. "time": "2017-06-01T21:01:25+00:00"
  1382. },
  1383. {
  1384. "name": "symfony/http-foundation",
  1385. "version": "v3.3.2",
  1386. "source": {
  1387. "type": "git",
  1388. "url": "https://github.com/symfony/http-foundation.git",
  1389. "reference": "80eb5a1f968448b77da9e8b2c0827f6e8d767846"
  1390. },
  1391. "dist": {
  1392. "type": "zip",
  1393. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/80eb5a1f968448b77da9e8b2c0827f6e8d767846",
  1394. "reference": "80eb5a1f968448b77da9e8b2c0827f6e8d767846",
  1395. "shasum": ""
  1396. },
  1397. "require": {
  1398. "php": ">=5.5.9",
  1399. "symfony/polyfill-mbstring": "~1.1"
  1400. },
  1401. "require-dev": {
  1402. "symfony/expression-language": "~2.8|~3.0"
  1403. },
  1404. "type": "library",
  1405. "extra": {
  1406. "branch-alias": {
  1407. "dev-master": "3.3-dev"
  1408. }
  1409. },
  1410. "autoload": {
  1411. "psr-4": {
  1412. "Symfony\\Component\\HttpFoundation\\": ""
  1413. },
  1414. "exclude-from-classmap": [
  1415. "/Tests/"
  1416. ]
  1417. },
  1418. "notification-url": "https://packagist.org/downloads/",
  1419. "license": [
  1420. "MIT"
  1421. ],
  1422. "authors": [
  1423. {
  1424. "name": "Fabien Potencier",
  1425. "email": "fabien@symfony.com"
  1426. },
  1427. {
  1428. "name": "Symfony Community",
  1429. "homepage": "https://symfony.com/contributors"
  1430. }
  1431. ],
  1432. "description": "Symfony HttpFoundation Component",
  1433. "homepage": "https://symfony.com",
  1434. "time": "2017-06-05T13:06:51+00:00"
  1435. },
  1436. {
  1437. "name": "symfony/http-kernel",
  1438. "version": "v3.3.2",
  1439. "source": {
  1440. "type": "git",
  1441. "url": "https://github.com/symfony/http-kernel.git",
  1442. "reference": "be8280f7fa8e95b86514f1e1be997668a53b2888"
  1443. },
  1444. "dist": {
  1445. "type": "zip",
  1446. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/be8280f7fa8e95b86514f1e1be997668a53b2888",
  1447. "reference": "be8280f7fa8e95b86514f1e1be997668a53b2888",
  1448. "shasum": ""
  1449. },
  1450. "require": {
  1451. "php": ">=5.5.9",
  1452. "psr/log": "~1.0",
  1453. "symfony/debug": "~2.8|~3.0",
  1454. "symfony/event-dispatcher": "~2.8|~3.0",
  1455. "symfony/http-foundation": "~3.3"
  1456. },
  1457. "conflict": {
  1458. "symfony/config": "<2.8",
  1459. "symfony/dependency-injection": "<3.3",
  1460. "symfony/var-dumper": "<3.3",
  1461. "twig/twig": "<1.34|<2.4,>=2"
  1462. },
  1463. "require-dev": {
  1464. "psr/cache": "~1.0",
  1465. "symfony/browser-kit": "~2.8|~3.0",
  1466. "symfony/class-loader": "~2.8|~3.0",
  1467. "symfony/config": "~2.8|~3.0",
  1468. "symfony/console": "~2.8|~3.0",
  1469. "symfony/css-selector": "~2.8|~3.0",
  1470. "symfony/dependency-injection": "~3.3",
  1471. "symfony/dom-crawler": "~2.8|~3.0",
  1472. "symfony/expression-language": "~2.8|~3.0",
  1473. "symfony/finder": "~2.8|~3.0",
  1474. "symfony/process": "~2.8|~3.0",
  1475. "symfony/routing": "~2.8|~3.0",
  1476. "symfony/stopwatch": "~2.8|~3.0",
  1477. "symfony/templating": "~2.8|~3.0",
  1478. "symfony/translation": "~2.8|~3.0",
  1479. "symfony/var-dumper": "~3.3"
  1480. },
  1481. "suggest": {
  1482. "symfony/browser-kit": "",
  1483. "symfony/class-loader": "",
  1484. "symfony/config": "",
  1485. "symfony/console": "",
  1486. "symfony/dependency-injection": "",
  1487. "symfony/finder": "",
  1488. "symfony/var-dumper": ""
  1489. },
  1490. "type": "library",
  1491. "extra": {
  1492. "branch-alias": {
  1493. "dev-master": "3.3-dev"
  1494. }
  1495. },
  1496. "autoload": {
  1497. "psr-4": {
  1498. "Symfony\\Component\\HttpKernel\\": ""
  1499. },
  1500. "exclude-from-classmap": [
  1501. "/Tests/"
  1502. ]
  1503. },
  1504. "notification-url": "https://packagist.org/downloads/",
  1505. "license": [
  1506. "MIT"
  1507. ],
  1508. "authors": [
  1509. {
  1510. "name": "Fabien Potencier",
  1511. "email": "fabien@symfony.com"
  1512. },
  1513. {
  1514. "name": "Symfony Community",
  1515. "homepage": "https://symfony.com/contributors"
  1516. }
  1517. ],
  1518. "description": "Symfony HttpKernel Component",
  1519. "homepage": "https://symfony.com",
  1520. "time": "2017-06-06T03:59:58+00:00"
  1521. },
  1522. {
  1523. "name": "symfony/polyfill-mbstring",
  1524. "version": "v1.4.0",
  1525. "source": {
  1526. "type": "git",
  1527. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1528. "reference": "f29dca382a6485c3cbe6379f0c61230167681937"
  1529. },
  1530. "dist": {
  1531. "type": "zip",
  1532. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937",
  1533. "reference": "f29dca382a6485c3cbe6379f0c61230167681937",
  1534. "shasum": ""
  1535. },
  1536. "require": {
  1537. "php": ">=5.3.3"
  1538. },
  1539. "suggest": {
  1540. "ext-mbstring": "For best performance"
  1541. },
  1542. "type": "library",
  1543. "extra": {
  1544. "branch-alias": {
  1545. "dev-master": "1.4-dev"
  1546. }
  1547. },
  1548. "autoload": {
  1549. "psr-4": {
  1550. "Symfony\\Polyfill\\Mbstring\\": ""
  1551. },
  1552. "files": [
  1553. "bootstrap.php"
  1554. ]
  1555. },
  1556. "notification-url": "https://packagist.org/downloads/",
  1557. "license": [
  1558. "MIT"
  1559. ],
  1560. "authors": [
  1561. {
  1562. "name": "Nicolas Grekas",
  1563. "email": "p@tchwork.com"
  1564. },
  1565. {
  1566. "name": "Symfony Community",
  1567. "homepage": "https://symfony.com/contributors"
  1568. }
  1569. ],
  1570. "description": "Symfony polyfill for the Mbstring extension",
  1571. "homepage": "https://symfony.com",
  1572. "keywords": [
  1573. "compatibility",
  1574. "mbstring",
  1575. "polyfill",
  1576. "portable",
  1577. "shim"
  1578. ],
  1579. "time": "2017-06-09T14:24:12+00:00"
  1580. },
  1581. {
  1582. "name": "symfony/process",
  1583. "version": "v3.3.2",
  1584. "source": {
  1585. "type": "git",
  1586. "url": "https://github.com/symfony/process.git",
  1587. "reference": "8e30690c67aafb6c7992d6d8eb0d707807dd3eaf"
  1588. },
  1589. "dist": {
  1590. "type": "zip",
  1591. "url": "https://api.github.com/repos/symfony/process/zipball/8e30690c67aafb6c7992d6d8eb0d707807dd3eaf",
  1592. "reference": "8e30690c67aafb6c7992d6d8eb0d707807dd3eaf",
  1593. "shasum": ""
  1594. },
  1595. "require": {
  1596. "php": ">=5.5.9"
  1597. },
  1598. "type": "library",
  1599. "extra": {
  1600. "branch-alias": {
  1601. "dev-master": "3.3-dev"
  1602. }
  1603. },
  1604. "autoload": {
  1605. "psr-4": {
  1606. "Symfony\\Component\\Process\\": ""
  1607. },
  1608. "exclude-from-classmap": [
  1609. "/Tests/"
  1610. ]
  1611. },
  1612. "notification-url": "https://packagist.org/downloads/",
  1613. "license": [
  1614. "MIT"
  1615. ],
  1616. "authors": [
  1617. {
  1618. "name": "Fabien Potencier",
  1619. "email": "fabien@symfony.com"
  1620. },
  1621. {
  1622. "name": "Symfony Community",
  1623. "homepage": "https://symfony.com/contributors"
  1624. }
  1625. ],
  1626. "description": "Symfony Process Component",
  1627. "homepage": "https://symfony.com",
  1628. "time": "2017-05-22T12:32:03+00:00"
  1629. },
  1630. {
  1631. "name": "symfony/routing",
  1632. "version": "v3.3.2",
  1633. "source": {
  1634. "type": "git",
  1635. "url": "https://github.com/symfony/routing.git",
  1636. "reference": "39804eeafea5cca851946e1eed122eb94459fdb4"
  1637. },
  1638. "dist": {
  1639. "type": "zip",
  1640. "url": "https://api.github.com/repos/symfony/routing/zipball/39804eeafea5cca851946e1eed122eb94459fdb4",
  1641. "reference": "39804eeafea5cca851946e1eed122eb94459fdb4",
  1642. "shasum": ""
  1643. },
  1644. "require": {
  1645. "php": ">=5.5.9"
  1646. },
  1647. "conflict": {
  1648. "symfony/config": "<2.8",
  1649. "symfony/dependency-injection": "<3.3",
  1650. "symfony/yaml": "<3.3"
  1651. },
  1652. "require-dev": {
  1653. "doctrine/annotations": "~1.0",
  1654. "doctrine/common": "~2.2",
  1655. "psr/log": "~1.0",
  1656. "symfony/config": "~2.8|~3.0",
  1657. "symfony/dependency-injection": "~3.3",
  1658. "symfony/expression-language": "~2.8|~3.0",
  1659. "symfony/http-foundation": "~2.8|~3.0",
  1660. "symfony/yaml": "~3.3"
  1661. },
  1662. "suggest": {
  1663. "doctrine/annotations": "For using the annotation loader",
  1664. "symfony/config": "For using the all-in-one router or any loader",
  1665. "symfony/dependency-injection": "For loading routes from a service",
  1666. "symfony/expression-language": "For using expression matching",
  1667. "symfony/http-foundation": "For using a Symfony Request object",
  1668. "symfony/yaml": "For using the YAML loader"
  1669. },
  1670. "type": "library",
  1671. "extra": {
  1672. "branch-alias": {
  1673. "dev-master": "3.3-dev"
  1674. }
  1675. },
  1676. "autoload": {
  1677. "psr-4": {
  1678. "Symfony\\Component\\Routing\\": ""
  1679. },
  1680. "exclude-from-classmap": [
  1681. "/Tests/"
  1682. ]
  1683. },
  1684. "notification-url": "https://packagist.org/downloads/",
  1685. "license": [
  1686. "MIT"
  1687. ],
  1688. "authors": [
  1689. {
  1690. "name": "Fabien Potencier",
  1691. "email": "fabien@symfony.com"
  1692. },
  1693. {
  1694. "name": "Symfony Community",
  1695. "homepage": "https://symfony.com/contributors"
  1696. }
  1697. ],
  1698. "description": "Symfony Routing Component",
  1699. "homepage": "https://symfony.com",
  1700. "keywords": [
  1701. "router",
  1702. "routing",
  1703. "uri",
  1704. "url"
  1705. ],
  1706. "time": "2017-06-02T09:51:43+00:00"
  1707. },
  1708. {
  1709. "name": "symfony/translation",
  1710. "version": "v3.3.2",
  1711. "source": {
  1712. "type": "git",
  1713. "url": "https://github.com/symfony/translation.git",
  1714. "reference": "dc3b2a0c6cfff60327ba1c043a82092735397543"
  1715. },
  1716. "dist": {
  1717. "type": "zip",
  1718. "url": "https://api.github.com/repos/symfony/translation/zipball/dc3b2a0c6cfff60327ba1c043a82092735397543",
  1719. "reference": "dc3b2a0c6cfff60327ba1c043a82092735397543",
  1720. "shasum": ""
  1721. },
  1722. "require": {
  1723. "php": ">=5.5.9",
  1724. "symfony/polyfill-mbstring": "~1.0"
  1725. },
  1726. "conflict": {
  1727. "symfony/config": "<2.8",
  1728. "symfony/yaml": "<3.3"
  1729. },
  1730. "require-dev": {
  1731. "psr/log": "~1.0",
  1732. "symfony/config": "~2.8|~3.0",
  1733. "symfony/intl": "^2.8.18|^3.2.5",
  1734. "symfony/yaml": "~3.3"
  1735. },
  1736. "suggest": {
  1737. "psr/log": "To use logging capability in translator",
  1738. "symfony/config": "",
  1739. "symfony/yaml": ""
  1740. },
  1741. "type": "library",
  1742. "extra": {
  1743. "branch-alias": {
  1744. "dev-master": "3.3-dev"
  1745. }
  1746. },
  1747. "autoload": {
  1748. "psr-4": {
  1749. "Symfony\\Component\\Translation\\": ""
  1750. },
  1751. "exclude-from-classmap": [
  1752. "/Tests/"
  1753. ]
  1754. },
  1755. "notification-url": "https://packagist.org/downloads/",
  1756. "license": [
  1757. "MIT"
  1758. ],
  1759. "authors": [
  1760. {
  1761. "name": "Fabien Potencier",
  1762. "email": "fabien@symfony.com"
  1763. },
  1764. {
  1765. "name": "Symfony Community",
  1766. "homepage": "https://symfony.com/contributors"
  1767. }
  1768. ],
  1769. "description": "Symfony Translation Component",
  1770. "homepage": "https://symfony.com",
  1771. "time": "2017-05-22T07:42:36+00:00"
  1772. },
  1773. {
  1774. "name": "symfony/var-dumper",
  1775. "version": "v3.3.2",
  1776. "source": {
  1777. "type": "git",
  1778. "url": "https://github.com/symfony/var-dumper.git",
  1779. "reference": "347c4247a3e40018810b476fcd5dec36d46d08dc"
  1780. },
  1781. "dist": {
  1782. "type": "zip",
  1783. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/347c4247a3e40018810b476fcd5dec36d46d08dc",
  1784. "reference": "347c4247a3e40018810b476fcd5dec36d46d08dc",
  1785. "shasum": ""
  1786. },
  1787. "require": {
  1788. "php": ">=5.5.9",
  1789. "symfony/polyfill-mbstring": "~1.0"
  1790. },
  1791. "conflict": {
  1792. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
  1793. },
  1794. "require-dev": {
  1795. "ext-iconv": "*",
  1796. "twig/twig": "~1.34|~2.4"
  1797. },
  1798. "suggest": {
  1799. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  1800. "ext-symfony_debug": ""
  1801. },
  1802. "type": "library",
  1803. "extra": {
  1804. "branch-alias": {
  1805. "dev-master": "3.3-dev"
  1806. }
  1807. },
  1808. "autoload": {
  1809. "files": [
  1810. "Resources/functions/dump.php"
  1811. ],
  1812. "psr-4": {
  1813. "Symfony\\Component\\VarDumper\\": ""
  1814. },
  1815. "exclude-from-classmap": [
  1816. "/Tests/"
  1817. ]
  1818. },
  1819. "notification-url": "https://packagist.org/downloads/",
  1820. "license": [
  1821. "MIT"
  1822. ],
  1823. "authors": [
  1824. {
  1825. "name": "Nicolas Grekas",
  1826. "email": "p@tchwork.com"
  1827. },
  1828. {
  1829. "name": "Symfony Community",
  1830. "homepage": "https://symfony.com/contributors"
  1831. }
  1832. ],
  1833. "description": "Symfony mechanism for exploring and dumping PHP variables",
  1834. "homepage": "https://symfony.com",
  1835. "keywords": [
  1836. "debug",
  1837. "dump"
  1838. ],
  1839. "time": "2017-06-02T09:10:29+00:00"
  1840. },
  1841. {
  1842. "name": "tijsverkoyen/css-to-inline-styles",
  1843. "version": "2.2.0",
  1844. "source": {
  1845. "type": "git",
  1846. "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
  1847. "reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b"
  1848. },
  1849. "dist": {
  1850. "type": "zip",
  1851. "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b",
  1852. "reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b",
  1853. "shasum": ""
  1854. },
  1855. "require": {
  1856. "php": "^5.5 || ^7",
  1857. "symfony/css-selector": "^2.7|~3.0"
  1858. },
  1859. "require-dev": {
  1860. "phpunit/phpunit": "~4.8|5.1.*"
  1861. },
  1862. "type": "library",
  1863. "extra": {
  1864. "branch-alias": {
  1865. "dev-master": "2.0.x-dev"
  1866. }
  1867. },
  1868. "autoload": {
  1869. "psr-4": {
  1870. "TijsVerkoyen\\CssToInlineStyles\\": "src"
  1871. }
  1872. },
  1873. "notification-url": "https://packagist.org/downloads/",
  1874. "license": [
  1875. "BSD-3-Clause"
  1876. ],
  1877. "authors": [
  1878. {
  1879. "name": "Tijs Verkoyen",
  1880. "email": "css_to_inline_styles@verkoyen.eu",
  1881. "role": "Developer"
  1882. }
  1883. ],
  1884. "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.",
  1885. "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
  1886. "time": "2016-09-20T12:50:39+00:00"
  1887. },
  1888. {
  1889. "name": "vlucas/phpdotenv",
  1890. "version": "v2.4.0",
  1891. "source": {
  1892. "type": "git",
  1893. "url": "https://github.com/vlucas/phpdotenv.git",
  1894. "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
  1895. },
  1896. "dist": {
  1897. "type": "zip",
  1898. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
  1899. "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
  1900. "shasum": ""
  1901. },
  1902. "require": {
  1903. "php": ">=5.3.9"
  1904. },
  1905. "require-dev": {
  1906. "phpunit/phpunit": "^4.8 || ^5.0"
  1907. },
  1908. "type": "library",
  1909. "extra": {
  1910. "branch-alias": {
  1911. "dev-master": "2.4-dev"
  1912. }
  1913. },
  1914. "autoload": {
  1915. "psr-4": {
  1916. "Dotenv\\": "src/"
  1917. }
  1918. },
  1919. "notification-url": "https://packagist.org/downloads/",
  1920. "license": [
  1921. "BSD-3-Clause-Attribution"
  1922. ],
  1923. "authors": [
  1924. {
  1925. "name": "Vance Lucas",
  1926. "email": "vance@vancelucas.com",
  1927. "homepage": "http://www.vancelucas.com"
  1928. }
  1929. ],
  1930. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  1931. "keywords": [
  1932. "dotenv",
  1933. "env",
  1934. "environment"
  1935. ],
  1936. "time": "2016-09-01T10:05:43+00:00"
  1937. }
  1938. ],
  1939. "packages-dev": [
  1940. {
  1941. "name": "doctrine/instantiator",
  1942. "version": "1.0.5",
  1943. "source": {
  1944. "type": "git",
  1945. "url": "https://github.com/doctrine/instantiator.git",
  1946. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  1947. },
  1948. "dist": {
  1949. "type": "zip",
  1950. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  1951. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  1952. "shasum": ""
  1953. },
  1954. "require": {
  1955. "php": ">=5.3,<8.0-DEV"
  1956. },
  1957. "require-dev": {
  1958. "athletic/athletic": "~0.1.8",
  1959. "ext-pdo": "*",
  1960. "ext-phar": "*",
  1961. "phpunit/phpunit": "~4.0",
  1962. "squizlabs/php_codesniffer": "~2.0"
  1963. },
  1964. "type": "library",
  1965. "extra": {
  1966. "branch-alias": {
  1967. "dev-master": "1.0.x-dev"
  1968. }
  1969. },
  1970. "autoload": {
  1971. "psr-4": {
  1972. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  1973. }
  1974. },
  1975. "notification-url": "https://packagist.org/downloads/",
  1976. "license": [
  1977. "MIT"
  1978. ],
  1979. "authors": [
  1980. {
  1981. "name": "Marco Pivetta",
  1982. "email": "ocramius@gmail.com",
  1983. "homepage": "http://ocramius.github.com/"
  1984. }
  1985. ],
  1986. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  1987. "homepage": "https://github.com/doctrine/instantiator",
  1988. "keywords": [
  1989. "constructor",
  1990. "instantiate"
  1991. ],
  1992. "time": "2015-06-14T21:17:01+00:00"
  1993. },
  1994. {
  1995. "name": "fzaninotto/faker",
  1996. "version": "v1.6.0",
  1997. "source": {
  1998. "type": "git",
  1999. "url": "https://github.com/fzaninotto/Faker.git",
  2000. "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123"
  2001. },
  2002. "dist": {
  2003. "type": "zip",
  2004. "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123",
  2005. "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123",
  2006. "shasum": ""
  2007. },
  2008. "require": {
  2009. "php": "^5.3.3|^7.0"
  2010. },
  2011. "require-dev": {
  2012. "ext-intl": "*",
  2013. "phpunit/phpunit": "~4.0",
  2014. "squizlabs/php_codesniffer": "~1.5"
  2015. },
  2016. "type": "library",
  2017. "extra": {
  2018. "branch-alias": []
  2019. },
  2020. "autoload": {
  2021. "psr-4": {
  2022. "Faker\\": "src/Faker/"
  2023. }
  2024. },
  2025. "notification-url": "https://packagist.org/downloads/",
  2026. "license": [
  2027. "MIT"
  2028. ],
  2029. "authors": [
  2030. {
  2031. "name": "François Zaninotto"
  2032. }
  2033. ],
  2034. "description": "Faker is a PHP library that generates fake data for you.",
  2035. "keywords": [
  2036. "data",
  2037. "faker",
  2038. "fixtures"
  2039. ],
  2040. "time": "2016-04-29T12:21:54+00:00"
  2041. },
  2042. {
  2043. "name": "hamcrest/hamcrest-php",
  2044. "version": "v1.2.2",
  2045. "source": {
  2046. "type": "git",
  2047. "url": "https://github.com/hamcrest/hamcrest-php.git",
  2048. "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
  2049. },
  2050. "dist": {
  2051. "type": "zip",
  2052. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
  2053. "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
  2054. "shasum": ""
  2055. },
  2056. "require": {
  2057. "php": ">=5.3.2"
  2058. },
  2059. "replace": {
  2060. "cordoval/hamcrest-php": "*",
  2061. "davedevelopment/hamcrest-php": "*",
  2062. "kodova/hamcrest-php": "*"
  2063. },
  2064. "require-dev": {
  2065. "phpunit/php-file-iterator": "1.3.3",
  2066. "satooshi/php-coveralls": "dev-master"
  2067. },
  2068. "type": "library",
  2069. "autoload": {
  2070. "classmap": [
  2071. "hamcrest"
  2072. ],
  2073. "files": [
  2074. "hamcrest/Hamcrest.php"
  2075. ]
  2076. },
  2077. "notification-url": "https://packagist.org/downloads/",
  2078. "license": [
  2079. "BSD"
  2080. ],
  2081. "description": "This is the PHP port of Hamcrest Matchers",
  2082. "keywords": [
  2083. "test"
  2084. ],
  2085. "time": "2015-05-11T14:41:42+00:00"
  2086. },
  2087. {
  2088. "name": "mockery/mockery",
  2089. "version": "0.9.9",
  2090. "source": {
  2091. "type": "git",
  2092. "url": "https://github.com/mockery/mockery.git",
  2093. "reference": "6fdb61243844dc924071d3404bb23994ea0b6856"
  2094. },
  2095. "dist": {
  2096. "type": "zip",
  2097. "url": "https://api.github.com/repos/mockery/mockery/zipball/6fdb61243844dc924071d3404bb23994ea0b6856",
  2098. "reference": "6fdb61243844dc924071d3404bb23994ea0b6856",
  2099. "shasum": ""
  2100. },
  2101. "require": {
  2102. "hamcrest/hamcrest-php": "~1.1",
  2103. "lib-pcre": ">=7.0",
  2104. "php": ">=5.3.2"
  2105. },
  2106. "require-dev": {
  2107. "phpunit/phpunit": "~4.0"
  2108. },
  2109. "type": "library",
  2110. "extra": {
  2111. "branch-alias": {
  2112. "dev-master": "0.9.x-dev"
  2113. }
  2114. },
  2115. "autoload": {
  2116. "psr-0": {
  2117. "Mockery": "library/"
  2118. }
  2119. },
  2120. "notification-url": "https://packagist.org/downloads/",
  2121. "license": [
  2122. "BSD-3-Clause"
  2123. ],
  2124. "authors": [
  2125. {
  2126. "name": "Pádraic Brady",
  2127. "email": "padraic.brady@gmail.com",
  2128. "homepage": "http://blog.astrumfutura.com"
  2129. },
  2130. {
  2131. "name": "Dave Marshall",
  2132. "email": "dave.marshall@atstsolutions.co.uk",
  2133. "homepage": "http://davedevelopment.co.uk"
  2134. }
  2135. ],
  2136. "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.",
  2137. "homepage": "http://github.com/padraic/mockery",
  2138. "keywords": [
  2139. "BDD",
  2140. "TDD",
  2141. "library",
  2142. "mock",
  2143. "mock objects",
  2144. "mockery",
  2145. "stub",
  2146. "test",
  2147. "test double",
  2148. "testing"
  2149. ],
  2150. "time": "2017-02-28T12:52:32+00:00"
  2151. },
  2152. {
  2153. "name": "myclabs/deep-copy",
  2154. "version": "1.6.1",
  2155. "source": {
  2156. "type": "git",
  2157. "url": "https://github.com/myclabs/DeepCopy.git",
  2158. "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
  2159. },
  2160. "dist": {
  2161. "type": "zip",
  2162. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
  2163. "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
  2164. "shasum": ""
  2165. },
  2166. "require": {
  2167. "php": ">=5.4.0"
  2168. },
  2169. "require-dev": {
  2170. "doctrine/collections": "1.*",
  2171. "phpunit/phpunit": "~4.1"
  2172. },
  2173. "type": "library",
  2174. "autoload": {
  2175. "psr-4": {
  2176. "DeepCopy\\": "src/DeepCopy/"
  2177. }
  2178. },
  2179. "notification-url": "https://packagist.org/downloads/",
  2180. "license": [
  2181. "MIT"
  2182. ],
  2183. "description": "Create deep copies (clones) of your objects",
  2184. "homepage": "https://github.com/myclabs/DeepCopy",
  2185. "keywords": [
  2186. "clone",
  2187. "copy",
  2188. "duplicate",
  2189. "object",
  2190. "object graph"
  2191. ],
  2192. "time": "2017-04-12T18:52:22+00:00"
  2193. },
  2194. {
  2195. "name": "phpdocumentor/reflection-common",
  2196. "version": "1.0",
  2197. "source": {
  2198. "type": "git",
  2199. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  2200. "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
  2201. },
  2202. "dist": {
  2203. "type": "zip",
  2204. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
  2205. "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
  2206. "shasum": ""
  2207. },
  2208. "require": {
  2209. "php": ">=5.5"
  2210. },
  2211. "require-dev": {
  2212. "phpunit/phpunit": "^4.6"
  2213. },
  2214. "type": "library",
  2215. "extra": {
  2216. "branch-alias": {
  2217. "dev-master": "1.0.x-dev"
  2218. }
  2219. },
  2220. "autoload": {
  2221. "psr-4": {
  2222. "phpDocumentor\\Reflection\\": [
  2223. "src"
  2224. ]
  2225. }
  2226. },
  2227. "notification-url": "https://packagist.org/downloads/",
  2228. "license": [
  2229. "MIT"
  2230. ],
  2231. "authors": [
  2232. {
  2233. "name": "Jaap van Otterdijk",
  2234. "email": "opensource@ijaap.nl"
  2235. }
  2236. ],
  2237. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  2238. "homepage": "http://www.phpdoc.org",
  2239. "keywords": [
  2240. "FQSEN",
  2241. "phpDocumentor",
  2242. "phpdoc",
  2243. "reflection",
  2244. "static analysis"
  2245. ],
  2246. "time": "2015-12-27T11:43:31+00:00"
  2247. },
  2248. {
  2249. "name": "phpdocumentor/reflection-docblock",
  2250. "version": "3.1.1",
  2251. "source": {
  2252. "type": "git",
  2253. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  2254. "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
  2255. },
  2256. "dist": {
  2257. "type": "zip",
  2258. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
  2259. "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
  2260. "shasum": ""
  2261. },
  2262. "require": {
  2263. "php": ">=5.5",
  2264. "phpdocumentor/reflection-common": "^1.0@dev",
  2265. "phpdocumentor/type-resolver": "^0.2.0",
  2266. "webmozart/assert": "^1.0"
  2267. },
  2268. "require-dev": {
  2269. "mockery/mockery": "^0.9.4",
  2270. "phpunit/phpunit": "^4.4"
  2271. },
  2272. "type": "library",
  2273. "autoload": {
  2274. "psr-4": {
  2275. "phpDocumentor\\Reflection\\": [
  2276. "src/"
  2277. ]
  2278. }
  2279. },
  2280. "notification-url": "https://packagist.org/downloads/",
  2281. "license": [
  2282. "MIT"
  2283. ],
  2284. "authors": [
  2285. {
  2286. "name": "Mike van Riel",
  2287. "email": "me@mikevanriel.com"
  2288. }
  2289. ],
  2290. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  2291. "time": "2016-09-30T07:12:33+00:00"
  2292. },
  2293. {
  2294. "name": "phpdocumentor/type-resolver",
  2295. "version": "0.2.1",
  2296. "source": {
  2297. "type": "git",
  2298. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  2299. "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
  2300. },
  2301. "dist": {
  2302. "type": "zip",
  2303. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
  2304. "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
  2305. "shasum": ""
  2306. },
  2307. "require": {
  2308. "php": ">=5.5",
  2309. "phpdocumentor/reflection-common": "^1.0"
  2310. },
  2311. "require-dev": {
  2312. "mockery/mockery": "^0.9.4",
  2313. "phpunit/phpunit": "^5.2||^4.8.24"
  2314. },
  2315. "type": "library",
  2316. "extra": {
  2317. "branch-alias": {
  2318. "dev-master": "1.0.x-dev"
  2319. }
  2320. },
  2321. "autoload": {
  2322. "psr-4": {
  2323. "phpDocumentor\\Reflection\\": [
  2324. "src/"
  2325. ]
  2326. }
  2327. },
  2328. "notification-url": "https://packagist.org/downloads/",
  2329. "license": [
  2330. "MIT"
  2331. ],
  2332. "authors": [
  2333. {
  2334. "name": "Mike van Riel",
  2335. "email": "me@mikevanriel.com"
  2336. }
  2337. ],
  2338. "time": "2016-11-25T06:54:22+00:00"
  2339. },
  2340. {
  2341. "name": "phpspec/prophecy",
  2342. "version": "v1.7.0",
  2343. "source": {
  2344. "type": "git",
  2345. "url": "https://github.com/phpspec/prophecy.git",
  2346. "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
  2347. },
  2348. "dist": {
  2349. "type": "zip",
  2350. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
  2351. "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
  2352. "shasum": ""
  2353. },
  2354. "require": {
  2355. "doctrine/instantiator": "^1.0.2",
  2356. "php": "^5.3|^7.0",
  2357. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
  2358. "sebastian/comparator": "^1.1|^2.0",
  2359. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  2360. },
  2361. "require-dev": {
  2362. "phpspec/phpspec": "^2.5|^3.2",
  2363. "phpunit/phpunit": "^4.8 || ^5.6.5"
  2364. },
  2365. "type": "library",
  2366. "extra": {
  2367. "branch-alias": {
  2368. "dev-master": "1.6.x-dev"
  2369. }
  2370. },
  2371. "autoload": {
  2372. "psr-0": {
  2373. "Prophecy\\": "src/"
  2374. }
  2375. },
  2376. "notification-url": "https://packagist.org/downloads/",
  2377. "license": [
  2378. "MIT"
  2379. ],
  2380. "authors": [
  2381. {
  2382. "name": "Konstantin Kudryashov",
  2383. "email": "ever.zet@gmail.com",
  2384. "homepage": "http://everzet.com"
  2385. },
  2386. {
  2387. "name": "Marcello Duarte",
  2388. "email": "marcello.duarte@gmail.com"
  2389. }
  2390. ],
  2391. "description": "Highly opinionated mocking framework for PHP 5.3+",
  2392. "homepage": "https://github.com/phpspec/prophecy",
  2393. "keywords": [
  2394. "Double",
  2395. "Dummy",
  2396. "fake",
  2397. "mock",
  2398. "spy",
  2399. "stub"
  2400. ],
  2401. "time": "2017-03-02T20:05:34+00:00"
  2402. },
  2403. {
  2404. "name": "phpunit/php-code-coverage",
  2405. "version": "4.0.8",
  2406. "source": {
  2407. "type": "git",
  2408. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  2409. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
  2410. },
  2411. "dist": {
  2412. "type": "zip",
  2413. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  2414. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  2415. "shasum": ""
  2416. },
  2417. "require": {
  2418. "ext-dom": "*",
  2419. "ext-xmlwriter": "*",
  2420. "php": "^5.6 || ^7.0",
  2421. "phpunit/php-file-iterator": "^1.3",
  2422. "phpunit/php-text-template": "^1.2",
  2423. "phpunit/php-token-stream": "^1.4.2 || ^2.0",
  2424. "sebastian/code-unit-reverse-lookup": "^1.0",
  2425. "sebastian/environment": "^1.3.2 || ^2.0",
  2426. "sebastian/version": "^1.0 || ^2.0"
  2427. },
  2428. "require-dev": {
  2429. "ext-xdebug": "^2.1.4",
  2430. "phpunit/phpunit": "^5.7"
  2431. },
  2432. "suggest": {
  2433. "ext-xdebug": "^2.5.1"
  2434. },
  2435. "type": "library",
  2436. "extra": {
  2437. "branch-alias": {
  2438. "dev-master": "4.0.x-dev"
  2439. }
  2440. },
  2441. "autoload": {
  2442. "classmap": [
  2443. "src/"
  2444. ]
  2445. },
  2446. "notification-url": "https://packagist.org/downloads/",
  2447. "license": [
  2448. "BSD-3-Clause"
  2449. ],
  2450. "authors": [
  2451. {
  2452. "name": "Sebastian Bergmann",
  2453. "email": "sb@sebastian-bergmann.de",
  2454. "role": "lead"
  2455. }
  2456. ],
  2457. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  2458. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  2459. "keywords": [
  2460. "coverage",
  2461. "testing",
  2462. "xunit"
  2463. ],
  2464. "time": "2017-04-02T07:44:40+00:00"
  2465. },
  2466. {
  2467. "name": "phpunit/php-file-iterator",
  2468. "version": "1.4.2",
  2469. "source": {
  2470. "type": "git",
  2471. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  2472. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
  2473. },
  2474. "dist": {
  2475. "type": "zip",
  2476. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  2477. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  2478. "shasum": ""
  2479. },
  2480. "require": {
  2481. "php": ">=5.3.3"
  2482. },
  2483. "type": "library",
  2484. "extra": {
  2485. "branch-alias": {
  2486. "dev-master": "1.4.x-dev"
  2487. }
  2488. },
  2489. "autoload": {
  2490. "classmap": [
  2491. "src/"
  2492. ]
  2493. },
  2494. "notification-url": "https://packagist.org/downloads/",
  2495. "license": [
  2496. "BSD-3-Clause"
  2497. ],
  2498. "authors": [
  2499. {
  2500. "name": "Sebastian Bergmann",
  2501. "email": "sb@sebastian-bergmann.de",
  2502. "role": "lead"
  2503. }
  2504. ],
  2505. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  2506. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  2507. "keywords": [
  2508. "filesystem",
  2509. "iterator"
  2510. ],
  2511. "time": "2016-10-03T07:40:28+00:00"
  2512. },
  2513. {
  2514. "name": "phpunit/php-text-template",
  2515. "version": "1.2.1",
  2516. "source": {
  2517. "type": "git",
  2518. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  2519. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  2520. },
  2521. "dist": {
  2522. "type": "zip",
  2523. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  2524. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  2525. "shasum": ""
  2526. },
  2527. "require": {
  2528. "php": ">=5.3.3"
  2529. },
  2530. "type": "library",
  2531. "autoload": {
  2532. "classmap": [
  2533. "src/"
  2534. ]
  2535. },
  2536. "notification-url": "https://packagist.org/downloads/",
  2537. "license": [
  2538. "BSD-3-Clause"
  2539. ],
  2540. "authors": [
  2541. {
  2542. "name": "Sebastian Bergmann",
  2543. "email": "sebastian@phpunit.de",
  2544. "role": "lead"
  2545. }
  2546. ],
  2547. "description": "Simple template engine.",
  2548. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  2549. "keywords": [
  2550. "template"
  2551. ],
  2552. "time": "2015-06-21T13:50:34+00:00"
  2553. },
  2554. {
  2555. "name": "phpunit/php-timer",
  2556. "version": "1.0.9",
  2557. "source": {
  2558. "type": "git",
  2559. "url": "https://github.com/sebastianbergmann/php-timer.git",
  2560. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  2561. },
  2562. "dist": {
  2563. "type": "zip",
  2564. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  2565. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  2566. "shasum": ""
  2567. },
  2568. "require": {
  2569. "php": "^5.3.3 || ^7.0"
  2570. },
  2571. "require-dev": {
  2572. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  2573. },
  2574. "type": "library",
  2575. "extra": {
  2576. "branch-alias": {
  2577. "dev-master": "1.0-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": "sb@sebastian-bergmann.de",
  2593. "role": "lead"
  2594. }
  2595. ],
  2596. "description": "Utility class for timing",
  2597. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  2598. "keywords": [
  2599. "timer"
  2600. ],
  2601. "time": "2017-02-26T11:10:40+00:00"
  2602. },
  2603. {
  2604. "name": "phpunit/php-token-stream",
  2605. "version": "1.4.11",
  2606. "source": {
  2607. "type": "git",
  2608. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  2609. "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
  2610. },
  2611. "dist": {
  2612. "type": "zip",
  2613. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
  2614. "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
  2615. "shasum": ""
  2616. },
  2617. "require": {
  2618. "ext-tokenizer": "*",
  2619. "php": ">=5.3.3"
  2620. },
  2621. "require-dev": {
  2622. "phpunit/phpunit": "~4.2"
  2623. },
  2624. "type": "library",
  2625. "extra": {
  2626. "branch-alias": {
  2627. "dev-master": "1.4-dev"
  2628. }
  2629. },
  2630. "autoload": {
  2631. "classmap": [
  2632. "src/"
  2633. ]
  2634. },
  2635. "notification-url": "https://packagist.org/downloads/",
  2636. "license": [
  2637. "BSD-3-Clause"
  2638. ],
  2639. "authors": [
  2640. {
  2641. "name": "Sebastian Bergmann",
  2642. "email": "sebastian@phpunit.de"
  2643. }
  2644. ],
  2645. "description": "Wrapper around PHP's tokenizer extension.",
  2646. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  2647. "keywords": [
  2648. "tokenizer"
  2649. ],
  2650. "time": "2017-02-27T10:12:30+00:00"
  2651. },
  2652. {
  2653. "name": "phpunit/phpunit",
  2654. "version": "5.7.21",
  2655. "source": {
  2656. "type": "git",
  2657. "url": "https://github.com/sebastianbergmann/phpunit.git",
  2658. "reference": "3b91adfb64264ddec5a2dee9851f354aa66327db"
  2659. },
  2660. "dist": {
  2661. "type": "zip",
  2662. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3b91adfb64264ddec5a2dee9851f354aa66327db",
  2663. "reference": "3b91adfb64264ddec5a2dee9851f354aa66327db",
  2664. "shasum": ""
  2665. },
  2666. "require": {
  2667. "ext-dom": "*",
  2668. "ext-json": "*",
  2669. "ext-libxml": "*",
  2670. "ext-mbstring": "*",
  2671. "ext-xml": "*",
  2672. "myclabs/deep-copy": "~1.3",
  2673. "php": "^5.6 || ^7.0",
  2674. "phpspec/prophecy": "^1.6.2",
  2675. "phpunit/php-code-coverage": "^4.0.4",
  2676. "phpunit/php-file-iterator": "~1.4",
  2677. "phpunit/php-text-template": "~1.2",
  2678. "phpunit/php-timer": "^1.0.6",
  2679. "phpunit/phpunit-mock-objects": "^3.2",
  2680. "sebastian/comparator": "^1.2.4",
  2681. "sebastian/diff": "^1.4.3",
  2682. "sebastian/environment": "^1.3.4 || ^2.0",
  2683. "sebastian/exporter": "~2.0",
  2684. "sebastian/global-state": "^1.1",
  2685. "sebastian/object-enumerator": "~2.0",
  2686. "sebastian/resource-operations": "~1.0",
  2687. "sebastian/version": "~1.0.3|~2.0",
  2688. "symfony/yaml": "~2.1|~3.0"
  2689. },
  2690. "conflict": {
  2691. "phpdocumentor/reflection-docblock": "3.0.2"
  2692. },
  2693. "require-dev": {
  2694. "ext-pdo": "*"
  2695. },
  2696. "suggest": {
  2697. "ext-xdebug": "*",
  2698. "phpunit/php-invoker": "~1.1"
  2699. },
  2700. "bin": [
  2701. "phpunit"
  2702. ],
  2703. "type": "library",
  2704. "extra": {
  2705. "branch-alias": {
  2706. "dev-master": "5.7.x-dev"
  2707. }
  2708. },
  2709. "autoload": {
  2710. "classmap": [
  2711. "src/"
  2712. ]
  2713. },
  2714. "notification-url": "https://packagist.org/downloads/",
  2715. "license": [
  2716. "BSD-3-Clause"
  2717. ],
  2718. "authors": [
  2719. {
  2720. "name": "Sebastian Bergmann",
  2721. "email": "sebastian@phpunit.de",
  2722. "role": "lead"
  2723. }
  2724. ],
  2725. "description": "The PHP Unit Testing framework.",
  2726. "homepage": "https://phpunit.de/",
  2727. "keywords": [
  2728. "phpunit",
  2729. "testing",
  2730. "xunit"
  2731. ],
  2732. "time": "2017-06-21T08:11:54+00:00"
  2733. },
  2734. {
  2735. "name": "phpunit/phpunit-mock-objects",
  2736. "version": "3.4.3",
  2737. "source": {
  2738. "type": "git",
  2739. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  2740. "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
  2741. },
  2742. "dist": {
  2743. "type": "zip",
  2744. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
  2745. "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
  2746. "shasum": ""
  2747. },
  2748. "require": {
  2749. "doctrine/instantiator": "^1.0.2",
  2750. "php": "^5.6 || ^7.0",
  2751. "phpunit/php-text-template": "^1.2",
  2752. "sebastian/exporter": "^1.2 || ^2.0"
  2753. },
  2754. "conflict": {
  2755. "phpunit/phpunit": "<5.4.0"
  2756. },
  2757. "require-dev": {
  2758. "phpunit/phpunit": "^5.4"
  2759. },
  2760. "suggest": {
  2761. "ext-soap": "*"
  2762. },
  2763. "type": "library",
  2764. "extra": {
  2765. "branch-alias": {
  2766. "dev-master": "3.2.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": "sb@sebastian-bergmann.de",
  2782. "role": "lead"
  2783. }
  2784. ],
  2785. "description": "Mock Object library for PHPUnit",
  2786. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  2787. "keywords": [
  2788. "mock",
  2789. "xunit"
  2790. ],
  2791. "time": "2016-12-08T20:27:08+00:00"
  2792. },
  2793. {
  2794. "name": "sebastian/code-unit-reverse-lookup",
  2795. "version": "1.0.1",
  2796. "source": {
  2797. "type": "git",
  2798. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  2799. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  2800. },
  2801. "dist": {
  2802. "type": "zip",
  2803. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  2804. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  2805. "shasum": ""
  2806. },
  2807. "require": {
  2808. "php": "^5.6 || ^7.0"
  2809. },
  2810. "require-dev": {
  2811. "phpunit/phpunit": "^5.7 || ^6.0"
  2812. },
  2813. "type": "library",
  2814. "extra": {
  2815. "branch-alias": {
  2816. "dev-master": "1.0.x-dev"
  2817. }
  2818. },
  2819. "autoload": {
  2820. "classmap": [
  2821. "src/"
  2822. ]
  2823. },
  2824. "notification-url": "https://packagist.org/downloads/",
  2825. "license": [
  2826. "BSD-3-Clause"
  2827. ],
  2828. "authors": [
  2829. {
  2830. "name": "Sebastian Bergmann",
  2831. "email": "sebastian@phpunit.de"
  2832. }
  2833. ],
  2834. "description": "Looks up which function or method a line of code belongs to",
  2835. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  2836. "time": "2017-03-04T06:30:41+00:00"
  2837. },
  2838. {
  2839. "name": "sebastian/comparator",
  2840. "version": "1.2.4",
  2841. "source": {
  2842. "type": "git",
  2843. "url": "https://github.com/sebastianbergmann/comparator.git",
  2844. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  2845. },
  2846. "dist": {
  2847. "type": "zip",
  2848. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  2849. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  2850. "shasum": ""
  2851. },
  2852. "require": {
  2853. "php": ">=5.3.3",
  2854. "sebastian/diff": "~1.2",
  2855. "sebastian/exporter": "~1.2 || ~2.0"
  2856. },
  2857. "require-dev": {
  2858. "phpunit/phpunit": "~4.4"
  2859. },
  2860. "type": "library",
  2861. "extra": {
  2862. "branch-alias": {
  2863. "dev-master": "1.2.x-dev"
  2864. }
  2865. },
  2866. "autoload": {
  2867. "classmap": [
  2868. "src/"
  2869. ]
  2870. },
  2871. "notification-url": "https://packagist.org/downloads/",
  2872. "license": [
  2873. "BSD-3-Clause"
  2874. ],
  2875. "authors": [
  2876. {
  2877. "name": "Jeff Welch",
  2878. "email": "whatthejeff@gmail.com"
  2879. },
  2880. {
  2881. "name": "Volker Dusch",
  2882. "email": "github@wallbash.com"
  2883. },
  2884. {
  2885. "name": "Bernhard Schussek",
  2886. "email": "bschussek@2bepublished.at"
  2887. },
  2888. {
  2889. "name": "Sebastian Bergmann",
  2890. "email": "sebastian@phpunit.de"
  2891. }
  2892. ],
  2893. "description": "Provides the functionality to compare PHP values for equality",
  2894. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  2895. "keywords": [
  2896. "comparator",
  2897. "compare",
  2898. "equality"
  2899. ],
  2900. "time": "2017-01-29T09:50:25+00:00"
  2901. },
  2902. {
  2903. "name": "sebastian/diff",
  2904. "version": "1.4.3",
  2905. "source": {
  2906. "type": "git",
  2907. "url": "https://github.com/sebastianbergmann/diff.git",
  2908. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  2909. },
  2910. "dist": {
  2911. "type": "zip",
  2912. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  2913. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  2914. "shasum": ""
  2915. },
  2916. "require": {
  2917. "php": "^5.3.3 || ^7.0"
  2918. },
  2919. "require-dev": {
  2920. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  2921. },
  2922. "type": "library",
  2923. "extra": {
  2924. "branch-alias": {
  2925. "dev-master": "1.4-dev"
  2926. }
  2927. },
  2928. "autoload": {
  2929. "classmap": [
  2930. "src/"
  2931. ]
  2932. },
  2933. "notification-url": "https://packagist.org/downloads/",
  2934. "license": [
  2935. "BSD-3-Clause"
  2936. ],
  2937. "authors": [
  2938. {
  2939. "name": "Kore Nordmann",
  2940. "email": "mail@kore-nordmann.de"
  2941. },
  2942. {
  2943. "name": "Sebastian Bergmann",
  2944. "email": "sebastian@phpunit.de"
  2945. }
  2946. ],
  2947. "description": "Diff implementation",
  2948. "homepage": "https://github.com/sebastianbergmann/diff",
  2949. "keywords": [
  2950. "diff"
  2951. ],
  2952. "time": "2017-05-22T07:24:03+00:00"
  2953. },
  2954. {
  2955. "name": "sebastian/environment",
  2956. "version": "2.0.0",
  2957. "source": {
  2958. "type": "git",
  2959. "url": "https://github.com/sebastianbergmann/environment.git",
  2960. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
  2961. },
  2962. "dist": {
  2963. "type": "zip",
  2964. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  2965. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  2966. "shasum": ""
  2967. },
  2968. "require": {
  2969. "php": "^5.6 || ^7.0"
  2970. },
  2971. "require-dev": {
  2972. "phpunit/phpunit": "^5.0"
  2973. },
  2974. "type": "library",
  2975. "extra": {
  2976. "branch-alias": {
  2977. "dev-master": "2.0.x-dev"
  2978. }
  2979. },
  2980. "autoload": {
  2981. "classmap": [
  2982. "src/"
  2983. ]
  2984. },
  2985. "notification-url": "https://packagist.org/downloads/",
  2986. "license": [
  2987. "BSD-3-Clause"
  2988. ],
  2989. "authors": [
  2990. {
  2991. "name": "Sebastian Bergmann",
  2992. "email": "sebastian@phpunit.de"
  2993. }
  2994. ],
  2995. "description": "Provides functionality to handle HHVM/PHP environments",
  2996. "homepage": "http://www.github.com/sebastianbergmann/environment",
  2997. "keywords": [
  2998. "Xdebug",
  2999. "environment",
  3000. "hhvm"
  3001. ],
  3002. "time": "2016-11-26T07:53:53+00:00"
  3003. },
  3004. {
  3005. "name": "sebastian/exporter",
  3006. "version": "2.0.0",
  3007. "source": {
  3008. "type": "git",
  3009. "url": "https://github.com/sebastianbergmann/exporter.git",
  3010. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
  3011. },
  3012. "dist": {
  3013. "type": "zip",
  3014. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  3015. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  3016. "shasum": ""
  3017. },
  3018. "require": {
  3019. "php": ">=5.3.3",
  3020. "sebastian/recursion-context": "~2.0"
  3021. },
  3022. "require-dev": {
  3023. "ext-mbstring": "*",
  3024. "phpunit/phpunit": "~4.4"
  3025. },
  3026. "type": "library",
  3027. "extra": {
  3028. "branch-alias": {
  3029. "dev-master": "2.0.x-dev"
  3030. }
  3031. },
  3032. "autoload": {
  3033. "classmap": [
  3034. "src/"
  3035. ]
  3036. },
  3037. "notification-url": "https://packagist.org/downloads/",
  3038. "license": [
  3039. "BSD-3-Clause"
  3040. ],
  3041. "authors": [
  3042. {
  3043. "name": "Jeff Welch",
  3044. "email": "whatthejeff@gmail.com"
  3045. },
  3046. {
  3047. "name": "Volker Dusch",
  3048. "email": "github@wallbash.com"
  3049. },
  3050. {
  3051. "name": "Bernhard Schussek",
  3052. "email": "bschussek@2bepublished.at"
  3053. },
  3054. {
  3055. "name": "Sebastian Bergmann",
  3056. "email": "sebastian@phpunit.de"
  3057. },
  3058. {
  3059. "name": "Adam Harvey",
  3060. "email": "aharvey@php.net"
  3061. }
  3062. ],
  3063. "description": "Provides the functionality to export PHP variables for visualization",
  3064. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  3065. "keywords": [
  3066. "export",
  3067. "exporter"
  3068. ],
  3069. "time": "2016-11-19T08:54:04+00:00"
  3070. },
  3071. {
  3072. "name": "sebastian/global-state",
  3073. "version": "1.1.1",
  3074. "source": {
  3075. "type": "git",
  3076. "url": "https://github.com/sebastianbergmann/global-state.git",
  3077. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  3078. },
  3079. "dist": {
  3080. "type": "zip",
  3081. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  3082. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  3083. "shasum": ""
  3084. },
  3085. "require": {
  3086. "php": ">=5.3.3"
  3087. },
  3088. "require-dev": {
  3089. "phpunit/phpunit": "~4.2"
  3090. },
  3091. "suggest": {
  3092. "ext-uopz": "*"
  3093. },
  3094. "type": "library",
  3095. "extra": {
  3096. "branch-alias": {
  3097. "dev-master": "1.0-dev"
  3098. }
  3099. },
  3100. "autoload": {
  3101. "classmap": [
  3102. "src/"
  3103. ]
  3104. },
  3105. "notification-url": "https://packagist.org/downloads/",
  3106. "license": [
  3107. "BSD-3-Clause"
  3108. ],
  3109. "authors": [
  3110. {
  3111. "name": "Sebastian Bergmann",
  3112. "email": "sebastian@phpunit.de"
  3113. }
  3114. ],
  3115. "description": "Snapshotting of global state",
  3116. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  3117. "keywords": [
  3118. "global state"
  3119. ],
  3120. "time": "2015-10-12T03:26:01+00:00"
  3121. },
  3122. {
  3123. "name": "sebastian/object-enumerator",
  3124. "version": "2.0.1",
  3125. "source": {
  3126. "type": "git",
  3127. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  3128. "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
  3129. },
  3130. "dist": {
  3131. "type": "zip",
  3132. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
  3133. "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
  3134. "shasum": ""
  3135. },
  3136. "require": {
  3137. "php": ">=5.6",
  3138. "sebastian/recursion-context": "~2.0"
  3139. },
  3140. "require-dev": {
  3141. "phpunit/phpunit": "~5"
  3142. },
  3143. "type": "library",
  3144. "extra": {
  3145. "branch-alias": {
  3146. "dev-master": "2.0.x-dev"
  3147. }
  3148. },
  3149. "autoload": {
  3150. "classmap": [
  3151. "src/"
  3152. ]
  3153. },
  3154. "notification-url": "https://packagist.org/downloads/",
  3155. "license": [
  3156. "BSD-3-Clause"
  3157. ],
  3158. "authors": [
  3159. {
  3160. "name": "Sebastian Bergmann",
  3161. "email": "sebastian@phpunit.de"
  3162. }
  3163. ],
  3164. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  3165. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  3166. "time": "2017-02-18T15:18:39+00:00"
  3167. },
  3168. {
  3169. "name": "sebastian/recursion-context",
  3170. "version": "2.0.0",
  3171. "source": {
  3172. "type": "git",
  3173. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  3174. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
  3175. },
  3176. "dist": {
  3177. "type": "zip",
  3178. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  3179. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  3180. "shasum": ""
  3181. },
  3182. "require": {
  3183. "php": ">=5.3.3"
  3184. },
  3185. "require-dev": {
  3186. "phpunit/phpunit": "~4.4"
  3187. },
  3188. "type": "library",
  3189. "extra": {
  3190. "branch-alias": {
  3191. "dev-master": "2.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": "Jeff Welch",
  3206. "email": "whatthejeff@gmail.com"
  3207. },
  3208. {
  3209. "name": "Sebastian Bergmann",
  3210. "email": "sebastian@phpunit.de"
  3211. },
  3212. {
  3213. "name": "Adam Harvey",
  3214. "email": "aharvey@php.net"
  3215. }
  3216. ],
  3217. "description": "Provides functionality to recursively process PHP variables",
  3218. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  3219. "time": "2016-11-19T07:33:16+00:00"
  3220. },
  3221. {
  3222. "name": "sebastian/resource-operations",
  3223. "version": "1.0.0",
  3224. "source": {
  3225. "type": "git",
  3226. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  3227. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  3228. },
  3229. "dist": {
  3230. "type": "zip",
  3231. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  3232. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  3233. "shasum": ""
  3234. },
  3235. "require": {
  3236. "php": ">=5.6.0"
  3237. },
  3238. "type": "library",
  3239. "extra": {
  3240. "branch-alias": {
  3241. "dev-master": "1.0.x-dev"
  3242. }
  3243. },
  3244. "autoload": {
  3245. "classmap": [
  3246. "src/"
  3247. ]
  3248. },
  3249. "notification-url": "https://packagist.org/downloads/",
  3250. "license": [
  3251. "BSD-3-Clause"
  3252. ],
  3253. "authors": [
  3254. {
  3255. "name": "Sebastian Bergmann",
  3256. "email": "sebastian@phpunit.de"
  3257. }
  3258. ],
  3259. "description": "Provides a list of PHP built-in functions that operate on resources",
  3260. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  3261. "time": "2015-07-28T20:34:47+00:00"
  3262. },
  3263. {
  3264. "name": "sebastian/version",
  3265. "version": "2.0.1",
  3266. "source": {
  3267. "type": "git",
  3268. "url": "https://github.com/sebastianbergmann/version.git",
  3269. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  3270. },
  3271. "dist": {
  3272. "type": "zip",
  3273. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  3274. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  3275. "shasum": ""
  3276. },
  3277. "require": {
  3278. "php": ">=5.6"
  3279. },
  3280. "type": "library",
  3281. "extra": {
  3282. "branch-alias": {
  3283. "dev-master": "2.0.x-dev"
  3284. }
  3285. },
  3286. "autoload": {
  3287. "classmap": [
  3288. "src/"
  3289. ]
  3290. },
  3291. "notification-url": "https://packagist.org/downloads/",
  3292. "license": [
  3293. "BSD-3-Clause"
  3294. ],
  3295. "authors": [
  3296. {
  3297. "name": "Sebastian Bergmann",
  3298. "email": "sebastian@phpunit.de",
  3299. "role": "lead"
  3300. }
  3301. ],
  3302. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  3303. "homepage": "https://github.com/sebastianbergmann/version",
  3304. "time": "2016-10-03T07:35:21+00:00"
  3305. },
  3306. {
  3307. "name": "symfony/yaml",
  3308. "version": "v3.3.2",
  3309. "source": {
  3310. "type": "git",
  3311. "url": "https://github.com/symfony/yaml.git",
  3312. "reference": "9752a30000a8ca9f4b34b5227d15d0101b96b063"
  3313. },
  3314. "dist": {
  3315. "type": "zip",
  3316. "url": "https://api.github.com/repos/symfony/yaml/zipball/9752a30000a8ca9f4b34b5227d15d0101b96b063",
  3317. "reference": "9752a30000a8ca9f4b34b5227d15d0101b96b063",
  3318. "shasum": ""
  3319. },
  3320. "require": {
  3321. "php": ">=5.5.9"
  3322. },
  3323. "require-dev": {
  3324. "symfony/console": "~2.8|~3.0"
  3325. },
  3326. "suggest": {
  3327. "symfony/console": "For validating YAML files using the lint command"
  3328. },
  3329. "type": "library",
  3330. "extra": {
  3331. "branch-alias": {
  3332. "dev-master": "3.3-dev"
  3333. }
  3334. },
  3335. "autoload": {
  3336. "psr-4": {
  3337. "Symfony\\Component\\Yaml\\": ""
  3338. },
  3339. "exclude-from-classmap": [
  3340. "/Tests/"
  3341. ]
  3342. },
  3343. "notification-url": "https://packagist.org/downloads/",
  3344. "license": [
  3345. "MIT"
  3346. ],
  3347. "authors": [
  3348. {
  3349. "name": "Fabien Potencier",
  3350. "email": "fabien@symfony.com"
  3351. },
  3352. {
  3353. "name": "Symfony Community",
  3354. "homepage": "https://symfony.com/contributors"
  3355. }
  3356. ],
  3357. "description": "Symfony Yaml Component",
  3358. "homepage": "https://symfony.com",
  3359. "time": "2017-06-02T22:05:06+00:00"
  3360. },
  3361. {
  3362. "name": "webmozart/assert",
  3363. "version": "1.2.0",
  3364. "source": {
  3365. "type": "git",
  3366. "url": "https://github.com/webmozart/assert.git",
  3367. "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
  3368. },
  3369. "dist": {
  3370. "type": "zip",
  3371. "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
  3372. "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
  3373. "shasum": ""
  3374. },
  3375. "require": {
  3376. "php": "^5.3.3 || ^7.0"
  3377. },
  3378. "require-dev": {
  3379. "phpunit/phpunit": "^4.6",
  3380. "sebastian/version": "^1.0.1"
  3381. },
  3382. "type": "library",
  3383. "extra": {
  3384. "branch-alias": {
  3385. "dev-master": "1.3-dev"
  3386. }
  3387. },
  3388. "autoload": {
  3389. "psr-4": {
  3390. "Webmozart\\Assert\\": "src/"
  3391. }
  3392. },
  3393. "notification-url": "https://packagist.org/downloads/",
  3394. "license": [
  3395. "MIT"
  3396. ],
  3397. "authors": [
  3398. {
  3399. "name": "Bernhard Schussek",
  3400. "email": "bschussek@gmail.com"
  3401. }
  3402. ],
  3403. "description": "Assertions to validate method input/output with nice error messages.",
  3404. "keywords": [
  3405. "assert",
  3406. "check",
  3407. "validate"
  3408. ],
  3409. "time": "2016-11-23T20:04:58+00:00"
  3410. }
  3411. ],
  3412. "aliases": [],
  3413. "minimum-stability": "stable",
  3414. "stability-flags": [],
  3415. "prefer-stable": false,
  3416. "prefer-lowest": false,
  3417. "platform": {
  3418. "php": ">=5.6.4"
  3419. },
  3420. "platform-dev": []
  3421. }