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

3594 lines
127 KiB

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