Advertisement
Guest User

Untitled

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