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.

4195 lines
148 KiB

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