Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
609
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 268.07 KB | None | 0 0
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "cd09343574caf73f412906da3437cfce",
  8. "packages": [
  9. {
  10. "name": "aws/aws-sdk-php",
  11. "version": "2.6.16",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/aws/aws-sdk-php.git",
  15. "reference": "36434f2cd96ea78844478d897fb568a1866bce5a"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/36434f2cd96ea78844478d897fb568a1866bce5a",
  20. "reference": "36434f2cd96ea78844478d897fb568a1866bce5a",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "guzzle/guzzle": ">=3.7.0,<=3.9.9",
  25. "php": ">=5.3.3"
  26. },
  27. "require-dev": {
  28. "doctrine/cache": "~1.0",
  29. "ext-openssl": "*",
  30. "monolog/monolog": "1.4.*",
  31. "phpunit/phpunit": "4.*",
  32. "symfony/yaml": "2.*"
  33. },
  34. "suggest": {
  35. "doctrine/cache": "Adds support for caching of credentials and responses",
  36. "ext-apc": "Allows service description opcode caching, request and response caching, and credentials caching",
  37. "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
  38. "monolog/monolog": "Adds support for logging HTTP requests and responses",
  39. "symfony/yaml": "Eases the ability to write manifests for creating jobs in AWS Import/Export"
  40. },
  41. "type": "library",
  42. "extra": {
  43. "branch-alias": {
  44. "dev-master": "2.6.x-dev"
  45. }
  46. },
  47. "autoload": {
  48. "psr-0": {
  49. "Aws": "src/"
  50. }
  51. },
  52. "notification-url": "https://packagist.org/downloads/",
  53. "license": [
  54. "Apache-2.0"
  55. ],
  56. "authors": [
  57. {
  58. "name": "Amazon Web Services",
  59. "homepage": "http://aws.amazon.com"
  60. }
  61. ],
  62. "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
  63. "homepage": "http://aws.amazon.com/sdkforphp",
  64. "keywords": [
  65. "amazon",
  66. "aws",
  67. "cloud",
  68. "dynamodb",
  69. "ec2",
  70. "glacier",
  71. "s3",
  72. "sdk"
  73. ],
  74. "time": "2014-09-11T22:10:11+00:00"
  75. },
  76. {
  77. "name": "chumper/zipper",
  78. "version": "0.5.1",
  79. "source": {
  80. "type": "git",
  81. "url": "https://github.com/Chumper/Zipper.git",
  82. "reference": "d1ab536b4de2c313cd1c28ea01f5bcefbad33610"
  83. },
  84. "dist": {
  85. "type": "zip",
  86. "url": "https://api.github.com/repos/Chumper/Zipper/zipball/d1ab536b4de2c313cd1c28ea01f5bcefbad33610",
  87. "reference": "d1ab536b4de2c313cd1c28ea01f5bcefbad33610",
  88. "shasum": ""
  89. },
  90. "require": {
  91. "illuminate/filesystem": "4.x",
  92. "illuminate/support": "4.x",
  93. "php": ">=5.3.0"
  94. },
  95. "require-dev": {
  96. "mockery/mockery": "dev-master",
  97. "phpunit/phpunit": "3.7.*"
  98. },
  99. "type": "library",
  100. "autoload": {
  101. "psr-0": {
  102. "Chumper\\Zipper": "src/"
  103. }
  104. },
  105. "notification-url": "https://packagist.org/downloads/",
  106. "license": [
  107. "Apache2"
  108. ],
  109. "authors": [
  110. {
  111. "name": "Nils Plaschke",
  112. "email": "github@nilsplaschke.de",
  113. "homepage": "http://nilsplaschke.de",
  114. "role": "Developer"
  115. }
  116. ],
  117. "description": "This is a little neat helper for the ZipArchive methods with handy functions",
  118. "homepage": "http://github.com/Chumper/zipper",
  119. "keywords": [
  120. "archive",
  121. "laravel",
  122. "zip"
  123. ],
  124. "time": "2015-01-08T10:08:40+00:00"
  125. },
  126. {
  127. "name": "classpreloader/classpreloader",
  128. "version": "1.0.2",
  129. "source": {
  130. "type": "git",
  131. "url": "https://github.com/ClassPreloader/ClassPreloader.git",
  132. "reference": "2c9f3bcbab329570c57339895bd11b5dd3b00877"
  133. },
  134. "dist": {
  135. "type": "zip",
  136. "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/2c9f3bcbab329570c57339895bd11b5dd3b00877",
  137. "reference": "2c9f3bcbab329570c57339895bd11b5dd3b00877",
  138. "shasum": ""
  139. },
  140. "require": {
  141. "nikic/php-parser": "~0.9",
  142. "php": ">=5.3.3",
  143. "symfony/console": "~2.1",
  144. "symfony/filesystem": "~2.1",
  145. "symfony/finder": "~2.1"
  146. },
  147. "bin": [
  148. "classpreloader.php"
  149. ],
  150. "type": "library",
  151. "extra": {
  152. "branch-alias": {
  153. "dev-master": "1.0-dev"
  154. }
  155. },
  156. "autoload": {
  157. "psr-0": {
  158. "ClassPreloader": "src/"
  159. }
  160. },
  161. "notification-url": "https://packagist.org/downloads/",
  162. "license": [
  163. "MIT"
  164. ],
  165. "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
  166. "keywords": [
  167. "autoload",
  168. "class",
  169. "preload"
  170. ],
  171. "time": "2014-03-12T00:05:31+00:00"
  172. },
  173. {
  174. "name": "container-interop/container-interop",
  175. "version": "1.2.0",
  176. "source": {
  177. "type": "git",
  178. "url": "https://github.com/container-interop/container-interop.git",
  179. "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
  180. },
  181. "dist": {
  182. "type": "zip",
  183. "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
  184. "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
  185. "shasum": ""
  186. },
  187. "require": {
  188. "psr/container": "^1.0"
  189. },
  190. "type": "library",
  191. "autoload": {
  192. "psr-4": {
  193. "Interop\\Container\\": "src/Interop/Container/"
  194. }
  195. },
  196. "notification-url": "https://packagist.org/downloads/",
  197. "license": [
  198. "MIT"
  199. ],
  200. "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
  201. "homepage": "https://github.com/container-interop/container-interop",
  202. "time": "2017-02-14T19:40:03+00:00"
  203. },
  204. {
  205. "name": "d11wtq/boris",
  206. "version": "v1.0.10",
  207. "source": {
  208. "type": "git",
  209. "url": "https://github.com/borisrepl/boris.git",
  210. "reference": "31055b15e2d3fe47f31f6aa8e277f8f3fc7eb483"
  211. },
  212. "dist": {
  213. "type": "zip",
  214. "url": "https://api.github.com/repos/borisrepl/boris/zipball/31055b15e2d3fe47f31f6aa8e277f8f3fc7eb483",
  215. "reference": "31055b15e2d3fe47f31f6aa8e277f8f3fc7eb483",
  216. "shasum": ""
  217. },
  218. "require": {
  219. "ext-pcntl": "*",
  220. "ext-posix": "*",
  221. "ext-readline": "*",
  222. "php": ">=5.3.0"
  223. },
  224. "bin": [
  225. "bin/boris"
  226. ],
  227. "type": "library",
  228. "autoload": {
  229. "psr-0": {
  230. "Boris": "lib"
  231. }
  232. },
  233. "notification-url": "https://packagist.org/downloads/",
  234. "license": [
  235. "MIT"
  236. ],
  237. "description": "A tiny, but robust REPL (Read-Evaluate-Print-Loop) for PHP.",
  238. "time": "2015-03-01T08:05:19+00:00"
  239. },
  240. {
  241. "name": "doctrine/annotations",
  242. "version": "v1.6.0",
  243. "source": {
  244. "type": "git",
  245. "url": "https://github.com/doctrine/annotations.git",
  246. "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
  247. },
  248. "dist": {
  249. "type": "zip",
  250. "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
  251. "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
  252. "shasum": ""
  253. },
  254. "require": {
  255. "doctrine/lexer": "1.*",
  256. "php": "^7.1"
  257. },
  258. "require-dev": {
  259. "doctrine/cache": "1.*",
  260. "phpunit/phpunit": "^6.4"
  261. },
  262. "type": "library",
  263. "extra": {
  264. "branch-alias": {
  265. "dev-master": "1.6.x-dev"
  266. }
  267. },
  268. "autoload": {
  269. "psr-4": {
  270. "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  271. }
  272. },
  273. "notification-url": "https://packagist.org/downloads/",
  274. "license": [
  275. "MIT"
  276. ],
  277. "authors": [
  278. {
  279. "name": "Roman Borschel",
  280. "email": "roman@code-factory.org"
  281. },
  282. {
  283. "name": "Benjamin Eberlei",
  284. "email": "kontakt@beberlei.de"
  285. },
  286. {
  287. "name": "Guilherme Blanco",
  288. "email": "guilhermeblanco@gmail.com"
  289. },
  290. {
  291. "name": "Jonathan Wage",
  292. "email": "jonwage@gmail.com"
  293. },
  294. {
  295. "name": "Johannes Schmitt",
  296. "email": "schmittjoh@gmail.com"
  297. }
  298. ],
  299. "description": "Docblock Annotations Parser",
  300. "homepage": "http://www.doctrine-project.org",
  301. "keywords": [
  302. "annotations",
  303. "docblock",
  304. "parser"
  305. ],
  306. "time": "2017-12-06T07:11:42+00:00"
  307. },
  308. {
  309. "name": "doctrine/cache",
  310. "version": "v1.7.1",
  311. "source": {
  312. "type": "git",
  313. "url": "https://github.com/doctrine/cache.git",
  314. "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a"
  315. },
  316. "dist": {
  317. "type": "zip",
  318. "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a",
  319. "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a",
  320. "shasum": ""
  321. },
  322. "require": {
  323. "php": "~7.1"
  324. },
  325. "conflict": {
  326. "doctrine/common": ">2.2,<2.4"
  327. },
  328. "require-dev": {
  329. "alcaeus/mongo-php-adapter": "^1.1",
  330. "mongodb/mongodb": "^1.1",
  331. "phpunit/phpunit": "^5.7",
  332. "predis/predis": "~1.0"
  333. },
  334. "suggest": {
  335. "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
  336. },
  337. "type": "library",
  338. "extra": {
  339. "branch-alias": {
  340. "dev-master": "1.7.x-dev"
  341. }
  342. },
  343. "autoload": {
  344. "psr-4": {
  345. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  346. }
  347. },
  348. "notification-url": "https://packagist.org/downloads/",
  349. "license": [
  350. "MIT"
  351. ],
  352. "authors": [
  353. {
  354. "name": "Roman Borschel",
  355. "email": "roman@code-factory.org"
  356. },
  357. {
  358. "name": "Benjamin Eberlei",
  359. "email": "kontakt@beberlei.de"
  360. },
  361. {
  362. "name": "Guilherme Blanco",
  363. "email": "guilhermeblanco@gmail.com"
  364. },
  365. {
  366. "name": "Jonathan Wage",
  367. "email": "jonwage@gmail.com"
  368. },
  369. {
  370. "name": "Johannes Schmitt",
  371. "email": "schmittjoh@gmail.com"
  372. }
  373. ],
  374. "description": "Caching library offering an object-oriented API for many cache backends",
  375. "homepage": "http://www.doctrine-project.org",
  376. "keywords": [
  377. "cache",
  378. "caching"
  379. ],
  380. "time": "2017-08-25T07:02:50+00:00"
  381. },
  382. {
  383. "name": "doctrine/collections",
  384. "version": "v1.5.0",
  385. "source": {
  386. "type": "git",
  387. "url": "https://github.com/doctrine/collections.git",
  388. "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
  389. },
  390. "dist": {
  391. "type": "zip",
  392. "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
  393. "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
  394. "shasum": ""
  395. },
  396. "require": {
  397. "php": "^7.1"
  398. },
  399. "require-dev": {
  400. "doctrine/coding-standard": "~0.1@dev",
  401. "phpunit/phpunit": "^5.7"
  402. },
  403. "type": "library",
  404. "extra": {
  405. "branch-alias": {
  406. "dev-master": "1.3.x-dev"
  407. }
  408. },
  409. "autoload": {
  410. "psr-0": {
  411. "Doctrine\\Common\\Collections\\": "lib/"
  412. }
  413. },
  414. "notification-url": "https://packagist.org/downloads/",
  415. "license": [
  416. "MIT"
  417. ],
  418. "authors": [
  419. {
  420. "name": "Roman Borschel",
  421. "email": "roman@code-factory.org"
  422. },
  423. {
  424. "name": "Benjamin Eberlei",
  425. "email": "kontakt@beberlei.de"
  426. },
  427. {
  428. "name": "Guilherme Blanco",
  429. "email": "guilhermeblanco@gmail.com"
  430. },
  431. {
  432. "name": "Jonathan Wage",
  433. "email": "jonwage@gmail.com"
  434. },
  435. {
  436. "name": "Johannes Schmitt",
  437. "email": "schmittjoh@gmail.com"
  438. }
  439. ],
  440. "description": "Collections Abstraction library",
  441. "homepage": "http://www.doctrine-project.org",
  442. "keywords": [
  443. "array",
  444. "collections",
  445. "iterator"
  446. ],
  447. "time": "2017-07-22T10:37:32+00:00"
  448. },
  449. {
  450. "name": "doctrine/common",
  451. "version": "v2.8.1",
  452. "source": {
  453. "type": "git",
  454. "url": "https://github.com/doctrine/common.git",
  455. "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66"
  456. },
  457. "dist": {
  458. "type": "zip",
  459. "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
  460. "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
  461. "shasum": ""
  462. },
  463. "require": {
  464. "doctrine/annotations": "1.*",
  465. "doctrine/cache": "1.*",
  466. "doctrine/collections": "1.*",
  467. "doctrine/inflector": "1.*",
  468. "doctrine/lexer": "1.*",
  469. "php": "~7.1"
  470. },
  471. "require-dev": {
  472. "phpunit/phpunit": "^5.7"
  473. },
  474. "type": "library",
  475. "extra": {
  476. "branch-alias": {
  477. "dev-master": "2.8.x-dev"
  478. }
  479. },
  480. "autoload": {
  481. "psr-4": {
  482. "Doctrine\\Common\\": "lib/Doctrine/Common"
  483. }
  484. },
  485. "notification-url": "https://packagist.org/downloads/",
  486. "license": [
  487. "MIT"
  488. ],
  489. "authors": [
  490. {
  491. "name": "Roman Borschel",
  492. "email": "roman@code-factory.org"
  493. },
  494. {
  495. "name": "Benjamin Eberlei",
  496. "email": "kontakt@beberlei.de"
  497. },
  498. {
  499. "name": "Guilherme Blanco",
  500. "email": "guilhermeblanco@gmail.com"
  501. },
  502. {
  503. "name": "Jonathan Wage",
  504. "email": "jonwage@gmail.com"
  505. },
  506. {
  507. "name": "Johannes Schmitt",
  508. "email": "schmittjoh@gmail.com"
  509. }
  510. ],
  511. "description": "Common Library for Doctrine projects",
  512. "homepage": "http://www.doctrine-project.org",
  513. "keywords": [
  514. "annotations",
  515. "collections",
  516. "eventmanager",
  517. "persistence",
  518. "spl"
  519. ],
  520. "time": "2017-08-31T08:43:38+00:00"
  521. },
  522. {
  523. "name": "doctrine/dbal",
  524. "version": "v2.6.3",
  525. "source": {
  526. "type": "git",
  527. "url": "https://github.com/doctrine/dbal.git",
  528. "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13"
  529. },
  530. "dist": {
  531. "type": "zip",
  532. "url": "https://api.github.com/repos/doctrine/dbal/zipball/e3eed9b1facbb0ced3a0995244843a189e7d1b13",
  533. "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13",
  534. "shasum": ""
  535. },
  536. "require": {
  537. "doctrine/common": "^2.7.1",
  538. "ext-pdo": "*",
  539. "php": "^7.1"
  540. },
  541. "require-dev": {
  542. "phpunit/phpunit": "^5.4.6",
  543. "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
  544. "symfony/console": "2.*||^3.0"
  545. },
  546. "suggest": {
  547. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  548. },
  549. "bin": [
  550. "bin/doctrine-dbal"
  551. ],
  552. "type": "library",
  553. "extra": {
  554. "branch-alias": {
  555. "dev-master": "2.6.x-dev"
  556. }
  557. },
  558. "autoload": {
  559. "psr-0": {
  560. "Doctrine\\DBAL\\": "lib/"
  561. }
  562. },
  563. "notification-url": "https://packagist.org/downloads/",
  564. "license": [
  565. "MIT"
  566. ],
  567. "authors": [
  568. {
  569. "name": "Roman Borschel",
  570. "email": "roman@code-factory.org"
  571. },
  572. {
  573. "name": "Benjamin Eberlei",
  574. "email": "kontakt@beberlei.de"
  575. },
  576. {
  577. "name": "Guilherme Blanco",
  578. "email": "guilhermeblanco@gmail.com"
  579. },
  580. {
  581. "name": "Jonathan Wage",
  582. "email": "jonwage@gmail.com"
  583. }
  584. ],
  585. "description": "Database Abstraction Layer",
  586. "homepage": "http://www.doctrine-project.org",
  587. "keywords": [
  588. "database",
  589. "dbal",
  590. "persistence",
  591. "queryobject"
  592. ],
  593. "time": "2017-11-19T13:38:54+00:00"
  594. },
  595. {
  596. "name": "doctrine/inflector",
  597. "version": "v1.3.0",
  598. "source": {
  599. "type": "git",
  600. "url": "https://github.com/doctrine/inflector.git",
  601. "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
  602. },
  603. "dist": {
  604. "type": "zip",
  605. "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
  606. "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
  607. "shasum": ""
  608. },
  609. "require": {
  610. "php": "^7.1"
  611. },
  612. "require-dev": {
  613. "phpunit/phpunit": "^6.2"
  614. },
  615. "type": "library",
  616. "extra": {
  617. "branch-alias": {
  618. "dev-master": "1.3.x-dev"
  619. }
  620. },
  621. "autoload": {
  622. "psr-4": {
  623. "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
  624. }
  625. },
  626. "notification-url": "https://packagist.org/downloads/",
  627. "license": [
  628. "MIT"
  629. ],
  630. "authors": [
  631. {
  632. "name": "Roman Borschel",
  633. "email": "roman@code-factory.org"
  634. },
  635. {
  636. "name": "Benjamin Eberlei",
  637. "email": "kontakt@beberlei.de"
  638. },
  639. {
  640. "name": "Guilherme Blanco",
  641. "email": "guilhermeblanco@gmail.com"
  642. },
  643. {
  644. "name": "Jonathan Wage",
  645. "email": "jonwage@gmail.com"
  646. },
  647. {
  648. "name": "Johannes Schmitt",
  649. "email": "schmittjoh@gmail.com"
  650. }
  651. ],
  652. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  653. "homepage": "http://www.doctrine-project.org",
  654. "keywords": [
  655. "inflection",
  656. "pluralize",
  657. "singularize",
  658. "string"
  659. ],
  660. "time": "2018-01-09T20:05:19+00:00"
  661. },
  662. {
  663. "name": "doctrine/lexer",
  664. "version": "v1.0.1",
  665. "source": {
  666. "type": "git",
  667. "url": "https://github.com/doctrine/lexer.git",
  668. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
  669. },
  670. "dist": {
  671. "type": "zip",
  672. "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
  673. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
  674. "shasum": ""
  675. },
  676. "require": {
  677. "php": ">=5.3.2"
  678. },
  679. "type": "library",
  680. "extra": {
  681. "branch-alias": {
  682. "dev-master": "1.0.x-dev"
  683. }
  684. },
  685. "autoload": {
  686. "psr-0": {
  687. "Doctrine\\Common\\Lexer\\": "lib/"
  688. }
  689. },
  690. "notification-url": "https://packagist.org/downloads/",
  691. "license": [
  692. "MIT"
  693. ],
  694. "authors": [
  695. {
  696. "name": "Roman Borschel",
  697. "email": "roman@code-factory.org"
  698. },
  699. {
  700. "name": "Guilherme Blanco",
  701. "email": "guilhermeblanco@gmail.com"
  702. },
  703. {
  704. "name": "Johannes Schmitt",
  705. "email": "schmittjoh@gmail.com"
  706. }
  707. ],
  708. "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
  709. "homepage": "http://www.doctrine-project.org",
  710. "keywords": [
  711. "lexer",
  712. "parser"
  713. ],
  714. "time": "2014-09-09T13:34:57+00:00"
  715. },
  716. {
  717. "name": "filp/whoops",
  718. "version": "1.1.10",
  719. "source": {
  720. "type": "git",
  721. "url": "https://github.com/filp/whoops.git",
  722. "reference": "72538eeb70bbfb11964412a3d098d109efd012f7"
  723. },
  724. "dist": {
  725. "type": "zip",
  726. "url": "https://api.github.com/repos/filp/whoops/zipball/72538eeb70bbfb11964412a3d098d109efd012f7",
  727. "reference": "72538eeb70bbfb11964412a3d098d109efd012f7",
  728. "shasum": ""
  729. },
  730. "require": {
  731. "php": ">=5.3.0"
  732. },
  733. "require-dev": {
  734. "mockery/mockery": "0.9.*"
  735. },
  736. "type": "library",
  737. "extra": {
  738. "branch-alias": {
  739. "dev-master": "1.2-dev"
  740. }
  741. },
  742. "autoload": {
  743. "psr-0": {
  744. "Whoops": "src/"
  745. },
  746. "classmap": [
  747. "src/deprecated"
  748. ]
  749. },
  750. "notification-url": "https://packagist.org/downloads/",
  751. "license": [
  752. "MIT"
  753. ],
  754. "authors": [
  755. {
  756. "name": "Filipe Dobreira",
  757. "homepage": "https://github.com/filp",
  758. "role": "Developer"
  759. }
  760. ],
  761. "description": "php error handling for cool kids",
  762. "homepage": "https://github.com/filp/whoops",
  763. "keywords": [
  764. "error",
  765. "exception",
  766. "handling",
  767. "library",
  768. "silex-provider",
  769. "whoops",
  770. "zf2"
  771. ],
  772. "time": "2015-06-29T05:42:04+00:00"
  773. },
  774. {
  775. "name": "firebase/php-jwt",
  776. "version": "v5.0.0",
  777. "source": {
  778. "type": "git",
  779. "url": "https://github.com/firebase/php-jwt.git",
  780. "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e"
  781. },
  782. "dist": {
  783. "type": "zip",
  784. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
  785. "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
  786. "shasum": ""
  787. },
  788. "require": {
  789. "php": ">=5.3.0"
  790. },
  791. "require-dev": {
  792. "phpunit/phpunit": " 4.8.35"
  793. },
  794. "type": "library",
  795. "autoload": {
  796. "psr-4": {
  797. "Firebase\\JWT\\": "src"
  798. }
  799. },
  800. "notification-url": "https://packagist.org/downloads/",
  801. "license": [
  802. "BSD-3-Clause"
  803. ],
  804. "authors": [
  805. {
  806. "name": "Neuman Vong",
  807. "email": "neuman+pear@twilio.com",
  808. "role": "Developer"
  809. },
  810. {
  811. "name": "Anant Narayanan",
  812. "email": "anant@php.net",
  813. "role": "Developer"
  814. }
  815. ],
  816. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  817. "homepage": "https://github.com/firebase/php-jwt",
  818. "time": "2017-06-27T22:17:23+00:00"
  819. },
  820. {
  821. "name": "google/apiclient",
  822. "version": "v2.2.1",
  823. "source": {
  824. "type": "git",
  825. "url": "https://github.com/google/google-api-php-client.git",
  826. "reference": "b69b8ac4bf6501793c389d4e013a79d09c85c5f2"
  827. },
  828. "dist": {
  829. "type": "zip",
  830. "url": "https://api.github.com/repos/google/google-api-php-client/zipball/b69b8ac4bf6501793c389d4e013a79d09c85c5f2",
  831. "reference": "b69b8ac4bf6501793c389d4e013a79d09c85c5f2",
  832. "shasum": ""
  833. },
  834. "require": {
  835. "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
  836. "google/apiclient-services": "~0.13",
  837. "google/auth": "^1.0",
  838. "guzzlehttp/guzzle": "~5.3.1|~6.0",
  839. "guzzlehttp/psr7": "^1.2",
  840. "monolog/monolog": "^1.17",
  841. "php": ">=5.4",
  842. "phpseclib/phpseclib": "~0.3.10|~2.0"
  843. },
  844. "require-dev": {
  845. "cache/filesystem-adapter": "^0.3.2",
  846. "phpunit/phpunit": "~4",
  847. "squizlabs/php_codesniffer": "~2.3",
  848. "symfony/css-selector": "~2.1",
  849. "symfony/dom-crawler": "~2.1"
  850. },
  851. "suggest": {
  852. "cache/filesystem-adapter": "For caching certs and tokens (using Google_Client::setCache)"
  853. },
  854. "type": "library",
  855. "extra": {
  856. "branch-alias": {
  857. "dev-master": "2.x-dev"
  858. }
  859. },
  860. "autoload": {
  861. "psr-0": {
  862. "Google_": "src/"
  863. },
  864. "classmap": [
  865. "src/Google/Service/"
  866. ]
  867. },
  868. "notification-url": "https://packagist.org/downloads/",
  869. "license": [
  870. "Apache-2.0"
  871. ],
  872. "description": "Client library for Google APIs",
  873. "homepage": "http://developers.google.com/api-client-library/php",
  874. "keywords": [
  875. "google"
  876. ],
  877. "time": "2017-11-03T01:19:53+00:00"
  878. },
  879. {
  880. "name": "google/apiclient-services",
  881. "version": "v0.47",
  882. "source": {
  883. "type": "git",
  884. "url": "https://github.com/google/google-api-php-client-services.git",
  885. "reference": "f4ab0ea8aff4659cf67e3f733b3ab441c30baf5d"
  886. },
  887. "dist": {
  888. "type": "zip",
  889. "url": "https://api.github.com/repos/google/google-api-php-client-services/zipball/f4ab0ea8aff4659cf67e3f733b3ab441c30baf5d",
  890. "reference": "f4ab0ea8aff4659cf67e3f733b3ab441c30baf5d",
  891. "shasum": ""
  892. },
  893. "require": {
  894. "php": ">=5.4"
  895. },
  896. "require-dev": {
  897. "phpunit/phpunit": "~4.8"
  898. },
  899. "type": "library",
  900. "autoload": {
  901. "psr-0": {
  902. "Google_Service_": "src"
  903. }
  904. },
  905. "notification-url": "https://packagist.org/downloads/",
  906. "license": [
  907. "Apache-2.0"
  908. ],
  909. "description": "Client library for Google APIs",
  910. "homepage": "http://developers.google.com/api-client-library/php",
  911. "keywords": [
  912. "google"
  913. ],
  914. "time": "2018-02-17T00:23:05+00:00"
  915. },
  916. {
  917. "name": "google/auth",
  918. "version": "v1.2.1",
  919. "source": {
  920. "type": "git",
  921. "url": "https://github.com/google/google-auth-library-php.git",
  922. "reference": "da0062d279c9459350808a4fb63dbc08b90d6b90"
  923. },
  924. "dist": {
  925. "type": "zip",
  926. "url": "https://api.github.com/repos/google/google-auth-library-php/zipball/da0062d279c9459350808a4fb63dbc08b90d6b90",
  927. "reference": "da0062d279c9459350808a4fb63dbc08b90d6b90",
  928. "shasum": ""
  929. },
  930. "require": {
  931. "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
  932. "guzzlehttp/guzzle": "~5.3.1|~6.0",
  933. "guzzlehttp/psr7": "~1.2",
  934. "php": ">=5.4",
  935. "psr/cache": "^1.0",
  936. "psr/http-message": "^1.0"
  937. },
  938. "require-dev": {
  939. "friendsofphp/php-cs-fixer": "^1.11",
  940. "guzzlehttp/promises": "0.1.1|^1.3",
  941. "phpunit/phpunit": "^4.8.36|^5.7",
  942. "sebastian/comparator": ">=1.2.3"
  943. },
  944. "type": "library",
  945. "autoload": {
  946. "psr-4": {
  947. "Google\\Auth\\": "src"
  948. }
  949. },
  950. "notification-url": "https://packagist.org/downloads/",
  951. "license": [
  952. "Apache-2.0"
  953. ],
  954. "description": "Google Auth Library for PHP",
  955. "homepage": "http://github.com/google/google-auth-library-php",
  956. "keywords": [
  957. "Authentication",
  958. "google",
  959. "oauth2"
  960. ],
  961. "time": "2018-01-24T18:28:42+00:00"
  962. },
  963. {
  964. "name": "guzzle/guzzle",
  965. "version": "v3.9.3",
  966. "source": {
  967. "type": "git",
  968. "url": "https://github.com/guzzle/guzzle3.git",
  969. "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
  970. },
  971. "dist": {
  972. "type": "zip",
  973. "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
  974. "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
  975. "shasum": ""
  976. },
  977. "require": {
  978. "ext-curl": "*",
  979. "php": ">=5.3.3",
  980. "symfony/event-dispatcher": "~2.1"
  981. },
  982. "replace": {
  983. "guzzle/batch": "self.version",
  984. "guzzle/cache": "self.version",
  985. "guzzle/common": "self.version",
  986. "guzzle/http": "self.version",
  987. "guzzle/inflection": "self.version",
  988. "guzzle/iterator": "self.version",
  989. "guzzle/log": "self.version",
  990. "guzzle/parser": "self.version",
  991. "guzzle/plugin": "self.version",
  992. "guzzle/plugin-async": "self.version",
  993. "guzzle/plugin-backoff": "self.version",
  994. "guzzle/plugin-cache": "self.version",
  995. "guzzle/plugin-cookie": "self.version",
  996. "guzzle/plugin-curlauth": "self.version",
  997. "guzzle/plugin-error-response": "self.version",
  998. "guzzle/plugin-history": "self.version",
  999. "guzzle/plugin-log": "self.version",
  1000. "guzzle/plugin-md5": "self.version",
  1001. "guzzle/plugin-mock": "self.version",
  1002. "guzzle/plugin-oauth": "self.version",
  1003. "guzzle/service": "self.version",
  1004. "guzzle/stream": "self.version"
  1005. },
  1006. "require-dev": {
  1007. "doctrine/cache": "~1.3",
  1008. "monolog/monolog": "~1.0",
  1009. "phpunit/phpunit": "3.7.*",
  1010. "psr/log": "~1.0",
  1011. "symfony/class-loader": "~2.1",
  1012. "zendframework/zend-cache": "2.*,<2.3",
  1013. "zendframework/zend-log": "2.*,<2.3"
  1014. },
  1015. "suggest": {
  1016. "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
  1017. },
  1018. "type": "library",
  1019. "extra": {
  1020. "branch-alias": {
  1021. "dev-master": "3.9-dev"
  1022. }
  1023. },
  1024. "autoload": {
  1025. "psr-0": {
  1026. "Guzzle": "src/",
  1027. "Guzzle\\Tests": "tests/"
  1028. }
  1029. },
  1030. "notification-url": "https://packagist.org/downloads/",
  1031. "license": [
  1032. "MIT"
  1033. ],
  1034. "authors": [
  1035. {
  1036. "name": "Michael Dowling",
  1037. "email": "mtdowling@gmail.com",
  1038. "homepage": "https://github.com/mtdowling"
  1039. },
  1040. {
  1041. "name": "Guzzle Community",
  1042. "homepage": "https://github.com/guzzle/guzzle/contributors"
  1043. }
  1044. ],
  1045. "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
  1046. "homepage": "http://guzzlephp.org/",
  1047. "keywords": [
  1048. "client",
  1049. "curl",
  1050. "framework",
  1051. "http",
  1052. "http client",
  1053. "rest",
  1054. "web service"
  1055. ],
  1056. "abandoned": "guzzlehttp/guzzle",
  1057. "time": "2015-03-18T18:23:50+00:00"
  1058. },
  1059. {
  1060. "name": "guzzlehttp/command",
  1061. "version": "1.0.0",
  1062. "source": {
  1063. "type": "git",
  1064. "url": "https://github.com/guzzle/command.git",
  1065. "reference": "2aaa2521a8f8269d6f5dfc13fe2af12c76921034"
  1066. },
  1067. "dist": {
  1068. "type": "zip",
  1069. "url": "https://api.github.com/repos/guzzle/command/zipball/2aaa2521a8f8269d6f5dfc13fe2af12c76921034",
  1070. "reference": "2aaa2521a8f8269d6f5dfc13fe2af12c76921034",
  1071. "shasum": ""
  1072. },
  1073. "require": {
  1074. "guzzlehttp/guzzle": "^6.2",
  1075. "guzzlehttp/promises": "~1.3",
  1076. "guzzlehttp/psr7": "~1.0",
  1077. "php": ">=5.5.0"
  1078. },
  1079. "require-dev": {
  1080. "phpunit/phpunit": "~4.0|~5.0"
  1081. },
  1082. "type": "library",
  1083. "extra": {
  1084. "branch-alias": {
  1085. "dev-master": "0.9-dev"
  1086. }
  1087. },
  1088. "autoload": {
  1089. "psr-4": {
  1090. "GuzzleHttp\\Command\\": "src/"
  1091. }
  1092. },
  1093. "notification-url": "https://packagist.org/downloads/",
  1094. "license": [
  1095. "MIT"
  1096. ],
  1097. "authors": [
  1098. {
  1099. "name": "Michael Dowling",
  1100. "email": "mtdowling@gmail.com",
  1101. "homepage": "https://github.com/mtdowling"
  1102. },
  1103. {
  1104. "name": "Jeremy Lindblom",
  1105. "email": "jeremeamia@gmail.com",
  1106. "homepage": "https://github.com/jeremeamia"
  1107. }
  1108. ],
  1109. "description": "Provides the foundation for building command-based web service clients",
  1110. "time": "2016-11-24T13:34:15+00:00"
  1111. },
  1112. {
  1113. "name": "guzzlehttp/guzzle",
  1114. "version": "6.3.0",
  1115. "source": {
  1116. "type": "git",
  1117. "url": "https://github.com/guzzle/guzzle.git",
  1118. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
  1119. },
  1120. "dist": {
  1121. "type": "zip",
  1122. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  1123. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  1124. "shasum": ""
  1125. },
  1126. "require": {
  1127. "guzzlehttp/promises": "^1.0",
  1128. "guzzlehttp/psr7": "^1.4",
  1129. "php": ">=5.5"
  1130. },
  1131. "require-dev": {
  1132. "ext-curl": "*",
  1133. "phpunit/phpunit": "^4.0 || ^5.0",
  1134. "psr/log": "^1.0"
  1135. },
  1136. "suggest": {
  1137. "psr/log": "Required for using the Log middleware"
  1138. },
  1139. "type": "library",
  1140. "extra": {
  1141. "branch-alias": {
  1142. "dev-master": "6.2-dev"
  1143. }
  1144. },
  1145. "autoload": {
  1146. "files": [
  1147. "src/functions_include.php"
  1148. ],
  1149. "psr-4": {
  1150. "GuzzleHttp\\": "src/"
  1151. }
  1152. },
  1153. "notification-url": "https://packagist.org/downloads/",
  1154. "license": [
  1155. "MIT"
  1156. ],
  1157. "authors": [
  1158. {
  1159. "name": "Michael Dowling",
  1160. "email": "mtdowling@gmail.com",
  1161. "homepage": "https://github.com/mtdowling"
  1162. }
  1163. ],
  1164. "description": "Guzzle is a PHP HTTP client library",
  1165. "homepage": "http://guzzlephp.org/",
  1166. "keywords": [
  1167. "client",
  1168. "curl",
  1169. "framework",
  1170. "http",
  1171. "http client",
  1172. "rest",
  1173. "web service"
  1174. ],
  1175. "time": "2017-06-22T18:50:49+00:00"
  1176. },
  1177. {
  1178. "name": "guzzlehttp/guzzle-services",
  1179. "version": "1.1.3",
  1180. "source": {
  1181. "type": "git",
  1182. "url": "https://github.com/guzzle/guzzle-services.git",
  1183. "reference": "9e3abf20161cbf662d616cbb995f2811771759f7"
  1184. },
  1185. "dist": {
  1186. "type": "zip",
  1187. "url": "https://api.github.com/repos/guzzle/guzzle-services/zipball/9e3abf20161cbf662d616cbb995f2811771759f7",
  1188. "reference": "9e3abf20161cbf662d616cbb995f2811771759f7",
  1189. "shasum": ""
  1190. },
  1191. "require": {
  1192. "guzzlehttp/command": "~1.0",
  1193. "guzzlehttp/guzzle": "^6.2",
  1194. "php": ">=5.5"
  1195. },
  1196. "require-dev": {
  1197. "phpunit/phpunit": "~4.0"
  1198. },
  1199. "suggest": {
  1200. "gimler/guzzle-description-loader": "^0.0.4"
  1201. },
  1202. "type": "library",
  1203. "extra": {
  1204. "branch-alias": {
  1205. "dev-master": "1.0.x-dev"
  1206. }
  1207. },
  1208. "autoload": {
  1209. "psr-4": {
  1210. "GuzzleHttp\\Command\\Guzzle\\": "src/"
  1211. }
  1212. },
  1213. "notification-url": "https://packagist.org/downloads/",
  1214. "license": [
  1215. "MIT"
  1216. ],
  1217. "authors": [
  1218. {
  1219. "name": "Michael Dowling",
  1220. "email": "mtdowling@gmail.com",
  1221. "homepage": "https://github.com/mtdowling"
  1222. },
  1223. {
  1224. "name": "Jeremy Lindblom",
  1225. "email": "jeremeamia@gmail.com",
  1226. "homepage": "https://github.com/jeremeamia"
  1227. },
  1228. {
  1229. "name": "Stefano Kowalke",
  1230. "email": "blueduck@mail.org",
  1231. "homepage": "https://github.com/konafets"
  1232. }
  1233. ],
  1234. "description": "Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.",
  1235. "time": "2017-10-06T14:32:02+00:00"
  1236. },
  1237. {
  1238. "name": "guzzlehttp/promises",
  1239. "version": "v1.3.1",
  1240. "source": {
  1241. "type": "git",
  1242. "url": "https://github.com/guzzle/promises.git",
  1243. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  1244. },
  1245. "dist": {
  1246. "type": "zip",
  1247. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  1248. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  1249. "shasum": ""
  1250. },
  1251. "require": {
  1252. "php": ">=5.5.0"
  1253. },
  1254. "require-dev": {
  1255. "phpunit/phpunit": "^4.0"
  1256. },
  1257. "type": "library",
  1258. "extra": {
  1259. "branch-alias": {
  1260. "dev-master": "1.4-dev"
  1261. }
  1262. },
  1263. "autoload": {
  1264. "psr-4": {
  1265. "GuzzleHttp\\Promise\\": "src/"
  1266. },
  1267. "files": [
  1268. "src/functions_include.php"
  1269. ]
  1270. },
  1271. "notification-url": "https://packagist.org/downloads/",
  1272. "license": [
  1273. "MIT"
  1274. ],
  1275. "authors": [
  1276. {
  1277. "name": "Michael Dowling",
  1278. "email": "mtdowling@gmail.com",
  1279. "homepage": "https://github.com/mtdowling"
  1280. }
  1281. ],
  1282. "description": "Guzzle promises library",
  1283. "keywords": [
  1284. "promise"
  1285. ],
  1286. "time": "2016-12-20T10:07:11+00:00"
  1287. },
  1288. {
  1289. "name": "guzzlehttp/psr7",
  1290. "version": "1.4.2",
  1291. "source": {
  1292. "type": "git",
  1293. "url": "https://github.com/guzzle/psr7.git",
  1294. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
  1295. },
  1296. "dist": {
  1297. "type": "zip",
  1298. "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  1299. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  1300. "shasum": ""
  1301. },
  1302. "require": {
  1303. "php": ">=5.4.0",
  1304. "psr/http-message": "~1.0"
  1305. },
  1306. "provide": {
  1307. "psr/http-message-implementation": "1.0"
  1308. },
  1309. "require-dev": {
  1310. "phpunit/phpunit": "~4.0"
  1311. },
  1312. "type": "library",
  1313. "extra": {
  1314. "branch-alias": {
  1315. "dev-master": "1.4-dev"
  1316. }
  1317. },
  1318. "autoload": {
  1319. "psr-4": {
  1320. "GuzzleHttp\\Psr7\\": "src/"
  1321. },
  1322. "files": [
  1323. "src/functions_include.php"
  1324. ]
  1325. },
  1326. "notification-url": "https://packagist.org/downloads/",
  1327. "license": [
  1328. "MIT"
  1329. ],
  1330. "authors": [
  1331. {
  1332. "name": "Michael Dowling",
  1333. "email": "mtdowling@gmail.com",
  1334. "homepage": "https://github.com/mtdowling"
  1335. },
  1336. {
  1337. "name": "Tobias Schultze",
  1338. "homepage": "https://github.com/Tobion"
  1339. }
  1340. ],
  1341. "description": "PSR-7 message implementation that also provides common utility methods",
  1342. "keywords": [
  1343. "http",
  1344. "message",
  1345. "request",
  1346. "response",
  1347. "stream",
  1348. "uri",
  1349. "url"
  1350. ],
  1351. "time": "2017-03-20T17:10:46+00:00"
  1352. },
  1353. {
  1354. "name": "ircmaxell/password-compat",
  1355. "version": "v1.0.4",
  1356. "source": {
  1357. "type": "git",
  1358. "url": "https://github.com/ircmaxell/password_compat.git",
  1359. "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
  1360. },
  1361. "dist": {
  1362. "type": "zip",
  1363. "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
  1364. "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
  1365. "shasum": ""
  1366. },
  1367. "require-dev": {
  1368. "phpunit/phpunit": "4.*"
  1369. },
  1370. "type": "library",
  1371. "autoload": {
  1372. "files": [
  1373. "lib/password.php"
  1374. ]
  1375. },
  1376. "notification-url": "https://packagist.org/downloads/",
  1377. "license": [
  1378. "MIT"
  1379. ],
  1380. "authors": [
  1381. {
  1382. "name": "Anthony Ferrara",
  1383. "email": "ircmaxell@php.net",
  1384. "homepage": "http://blog.ircmaxell.com"
  1385. }
  1386. ],
  1387. "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
  1388. "homepage": "https://github.com/ircmaxell/password_compat",
  1389. "keywords": [
  1390. "hashing",
  1391. "password"
  1392. ],
  1393. "time": "2014-11-20T16:49:30+00:00"
  1394. },
  1395. {
  1396. "name": "jakeasmith/http_build_url",
  1397. "version": "0.1.5",
  1398. "source": {
  1399. "type": "git",
  1400. "url": "https://github.com/jakeasmith/http_build_url.git",
  1401. "reference": "9d84710feab0f3d7c04c1e11dccef30ee350aad6"
  1402. },
  1403. "dist": {
  1404. "type": "zip",
  1405. "url": "https://api.github.com/repos/jakeasmith/http_build_url/zipball/9d84710feab0f3d7c04c1e11dccef30ee350aad6",
  1406. "reference": "9d84710feab0f3d7c04c1e11dccef30ee350aad6",
  1407. "shasum": ""
  1408. },
  1409. "require-dev": {
  1410. "phpunit/phpunit": "~3.7"
  1411. },
  1412. "type": "library",
  1413. "autoload": {
  1414. "files": [
  1415. "src/http_build_url.php"
  1416. ]
  1417. },
  1418. "notification-url": "https://packagist.org/downloads/",
  1419. "license": [
  1420. "MIT"
  1421. ],
  1422. "authors": [
  1423. {
  1424. "name": "Jake A. Smith",
  1425. "email": "theman@jakeasmith.com"
  1426. }
  1427. ],
  1428. "description": "Provides functionality for http_build_url() to environments without pecl_http.",
  1429. "time": "2014-11-17T16:24:50+00:00"
  1430. },
  1431. {
  1432. "name": "jeremeamia/SuperClosure",
  1433. "version": "1.0.2",
  1434. "source": {
  1435. "type": "git",
  1436. "url": "https://github.com/jeremeamia/super_closure.git",
  1437. "reference": "4d89ca74994feab128ea46d5b3add92e6cb84554"
  1438. },
  1439. "dist": {
  1440. "type": "zip",
  1441. "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/4d89ca74994feab128ea46d5b3add92e6cb84554",
  1442. "reference": "4d89ca74994feab128ea46d5b3add92e6cb84554",
  1443. "shasum": ""
  1444. },
  1445. "require": {
  1446. "nikic/php-parser": "~0.9",
  1447. "php": ">=5.3.3"
  1448. },
  1449. "require-dev": {
  1450. "phpunit/phpunit": "~3.7"
  1451. },
  1452. "type": "library",
  1453. "autoload": {
  1454. "psr-0": {
  1455. "Jeremeamia\\SuperClosure": "src/"
  1456. }
  1457. },
  1458. "notification-url": "https://packagist.org/downloads/",
  1459. "license": [
  1460. "MIT"
  1461. ],
  1462. "authors": [
  1463. {
  1464. "name": "Jeremy Lindblom"
  1465. }
  1466. ],
  1467. "description": "Doing interesting things with closures like serialization.",
  1468. "homepage": "https://github.com/jeremeamia/super_closure",
  1469. "keywords": [
  1470. "closure",
  1471. "function",
  1472. "parser",
  1473. "serializable",
  1474. "serialize",
  1475. "tokenizer"
  1476. ],
  1477. "time": "2015-01-10T01:09:28+00:00"
  1478. },
  1479. {
  1480. "name": "laravel/framework",
  1481. "version": "v4.2.22",
  1482. "source": {
  1483. "type": "git",
  1484. "url": "https://github.com/laravel/framework.git",
  1485. "reference": "7bfe4a10387d726569856bb4ceaec576e60ae7bb"
  1486. },
  1487. "dist": {
  1488. "type": "zip",
  1489. "url": "https://api.github.com/repos/laravel/framework/zipball/7bfe4a10387d726569856bb4ceaec576e60ae7bb",
  1490. "reference": "7bfe4a10387d726569856bb4ceaec576e60ae7bb",
  1491. "shasum": ""
  1492. },
  1493. "require": {
  1494. "classpreloader/classpreloader": "~1.0.2",
  1495. "d11wtq/boris": "~1.0",
  1496. "filp/whoops": "1.1.*",
  1497. "ircmaxell/password-compat": "~1.0",
  1498. "jeremeamia/superclosure": "~1.0.1",
  1499. "monolog/monolog": "~1.6",
  1500. "nesbot/carbon": "~1.0",
  1501. "patchwork/utf8": "~1.1",
  1502. "php": ">=5.4.0",
  1503. "phpseclib/phpseclib": "0.3.*",
  1504. "predis/predis": "0.8.*",
  1505. "stack/builder": "~1.0",
  1506. "swiftmailer/swiftmailer": "~5.1",
  1507. "symfony/browser-kit": "2.7.*",
  1508. "symfony/console": "2.7.*",
  1509. "symfony/css-selector": "2.7.*",
  1510. "symfony/debug": "2.7.*",
  1511. "symfony/dom-crawler": "2.7.*",
  1512. "symfony/finder": "2.7.*",
  1513. "symfony/http-foundation": "2.7.*",
  1514. "symfony/http-kernel": "2.7.*",
  1515. "symfony/process": "2.7.*",
  1516. "symfony/routing": "2.7.*",
  1517. "symfony/security-core": "2.7.*",
  1518. "symfony/translation": "2.7.*"
  1519. },
  1520. "replace": {
  1521. "illuminate/auth": "self.version",
  1522. "illuminate/cache": "self.version",
  1523. "illuminate/config": "self.version",
  1524. "illuminate/console": "self.version",
  1525. "illuminate/container": "self.version",
  1526. "illuminate/cookie": "self.version",
  1527. "illuminate/database": "self.version",
  1528. "illuminate/encryption": "self.version",
  1529. "illuminate/events": "self.version",
  1530. "illuminate/exception": "self.version",
  1531. "illuminate/filesystem": "self.version",
  1532. "illuminate/foundation": "self.version",
  1533. "illuminate/hashing": "self.version",
  1534. "illuminate/html": "self.version",
  1535. "illuminate/http": "self.version",
  1536. "illuminate/log": "self.version",
  1537. "illuminate/mail": "self.version",
  1538. "illuminate/pagination": "self.version",
  1539. "illuminate/queue": "self.version",
  1540. "illuminate/redis": "self.version",
  1541. "illuminate/remote": "self.version",
  1542. "illuminate/routing": "self.version",
  1543. "illuminate/session": "self.version",
  1544. "illuminate/support": "self.version",
  1545. "illuminate/translation": "self.version",
  1546. "illuminate/validation": "self.version",
  1547. "illuminate/view": "self.version",
  1548. "illuminate/workbench": "self.version"
  1549. },
  1550. "require-dev": {
  1551. "aws/aws-sdk-php": "~2.6",
  1552. "iron-io/iron_mq": "~1.5",
  1553. "mockery/mockery": "~0.9",
  1554. "pda/pheanstalk": "~2.1",
  1555. "phpunit/phpunit": "~4.0"
  1556. },
  1557. "suggest": {
  1558. "doctrine/dbal": "Allow renaming columns and dropping SQLite columns."
  1559. },
  1560. "type": "library",
  1561. "extra": {
  1562. "branch-alias": {
  1563. "dev-master": "4.2-dev"
  1564. }
  1565. },
  1566. "autoload": {
  1567. "classmap": [
  1568. "src/Illuminate/Queue/IlluminateQueueClosure.php"
  1569. ],
  1570. "files": [
  1571. "src/Illuminate/Support/helpers.php"
  1572. ],
  1573. "psr-0": {
  1574. "Illuminate": "src/"
  1575. }
  1576. },
  1577. "notification-url": "https://packagist.org/downloads/",
  1578. "license": [
  1579. "MIT"
  1580. ],
  1581. "authors": [
  1582. {
  1583. "name": "Taylor Otwell",
  1584. "email": "taylorotwell@gmail.com"
  1585. }
  1586. ],
  1587. "description": "The Laravel Framework.",
  1588. "keywords": [
  1589. "framework",
  1590. "laravel"
  1591. ],
  1592. "time": "2016-11-12T01:41:37+00:00"
  1593. },
  1594. {
  1595. "name": "league/fractal",
  1596. "version": "0.9.1",
  1597. "source": {
  1598. "type": "git",
  1599. "url": "https://github.com/thephpleague/fractal.git",
  1600. "reference": "a91cdcfe399a6d330a9285885a9a2a1a7855a915"
  1601. },
  1602. "dist": {
  1603. "type": "zip",
  1604. "url": "https://api.github.com/repos/thephpleague/fractal/zipball/a91cdcfe399a6d330a9285885a9a2a1a7855a915",
  1605. "reference": "a91cdcfe399a6d330a9285885a9a2a1a7855a915",
  1606. "shasum": ""
  1607. },
  1608. "require": {
  1609. "php": ">=5.3"
  1610. },
  1611. "require-dev": {
  1612. "illuminate/pagination": "~4.1",
  1613. "mockery/mockery": "~0.9",
  1614. "phpunit/phpunit": "~4.0",
  1615. "squizlabs/php_codesniffer": "~1.5"
  1616. },
  1617. "suggest": {
  1618. "illuminate/pagination": "The Illuminate Pagination component."
  1619. },
  1620. "type": "library",
  1621. "extra": {
  1622. "branch-alias": {
  1623. "dev-master": "0.9-dev"
  1624. }
  1625. },
  1626. "autoload": {
  1627. "psr-4": {
  1628. "League\\Fractal\\": "src"
  1629. }
  1630. },
  1631. "notification-url": "https://packagist.org/downloads/",
  1632. "license": [
  1633. "MIT"
  1634. ],
  1635. "authors": [
  1636. {
  1637. "name": "Phil Sturgeon",
  1638. "email": "email@philsturgeon.co.uk",
  1639. "homepage": "http://philsturgeon.co.uk/",
  1640. "role": "Developer"
  1641. }
  1642. ],
  1643. "description": "Handle the output of complex data structures ready for JSON output.",
  1644. "homepage": "http://fractal.thephpleague.com/",
  1645. "keywords": [
  1646. "api",
  1647. "json",
  1648. "league",
  1649. "rest"
  1650. ],
  1651. "time": "2014-07-06T16:48:26+00:00"
  1652. },
  1653. {
  1654. "name": "mikehaertl/php-shellcommand",
  1655. "version": "1.0.7",
  1656. "source": {
  1657. "type": "git",
  1658. "url": "https://github.com/mikehaertl/php-shellcommand.git",
  1659. "reference": "888c5c9b2646650c63111dc526c8159e85bddea7"
  1660. },
  1661. "dist": {
  1662. "type": "zip",
  1663. "url": "https://api.github.com/repos/mikehaertl/php-shellcommand/zipball/888c5c9b2646650c63111dc526c8159e85bddea7",
  1664. "reference": "888c5c9b2646650c63111dc526c8159e85bddea7",
  1665. "shasum": ""
  1666. },
  1667. "type": "library",
  1668. "autoload": {
  1669. "psr-4": {
  1670. "mikehaertl\\shellcommand\\": "src/"
  1671. }
  1672. },
  1673. "notification-url": "https://packagist.org/downloads/",
  1674. "license": [
  1675. "MIT"
  1676. ],
  1677. "authors": [
  1678. {
  1679. "name": "Michael Härtl",
  1680. "email": "haertl.mike@gmail.com"
  1681. }
  1682. ],
  1683. "description": "An object oriented interface to shell commands",
  1684. "keywords": [
  1685. "shell"
  1686. ],
  1687. "time": "2015-06-30T13:50:15+00:00"
  1688. },
  1689. {
  1690. "name": "mikehaertl/php-tmpfile",
  1691. "version": "1.0.0",
  1692. "source": {
  1693. "type": "git",
  1694. "url": "https://github.com/mikehaertl/php-tmpfile.git",
  1695. "reference": "e34d43fa546d09f434b59ea8c05d4e4d55d55687"
  1696. },
  1697. "dist": {
  1698. "type": "zip",
  1699. "url": "https://api.github.com/repos/mikehaertl/php-tmpfile/zipball/e34d43fa546d09f434b59ea8c05d4e4d55d55687",
  1700. "reference": "e34d43fa546d09f434b59ea8c05d4e4d55d55687",
  1701. "shasum": ""
  1702. },
  1703. "type": "library",
  1704. "autoload": {
  1705. "psr-4": {
  1706. "mikehaertl\\tmp\\": "src/"
  1707. }
  1708. },
  1709. "notification-url": "https://packagist.org/downloads/",
  1710. "license": [
  1711. "MIT"
  1712. ],
  1713. "authors": [
  1714. {
  1715. "name": "Michael Haertl",
  1716. "email": "haertl.mike@gmail.com"
  1717. }
  1718. ],
  1719. "description": "A convenience class for temporary files",
  1720. "keywords": [
  1721. "files"
  1722. ],
  1723. "time": "2014-07-09T11:08:51+00:00"
  1724. },
  1725. {
  1726. "name": "mikehaertl/phpwkhtmltopdf",
  1727. "version": "2.0.4",
  1728. "source": {
  1729. "type": "git",
  1730. "url": "https://github.com/mikehaertl/phpwkhtmltopdf.git",
  1731. "reference": "9947c23a52650ae0a9d5a8b67e454f2ed712cd7c"
  1732. },
  1733. "dist": {
  1734. "type": "zip",
  1735. "url": "https://api.github.com/repos/mikehaertl/phpwkhtmltopdf/zipball/9947c23a52650ae0a9d5a8b67e454f2ed712cd7c",
  1736. "reference": "9947c23a52650ae0a9d5a8b67e454f2ed712cd7c",
  1737. "shasum": ""
  1738. },
  1739. "require": {
  1740. "mikehaertl/php-shellcommand": "1.0.*",
  1741. "mikehaertl/php-tmpfile": "1.0.*",
  1742. "php": ">=5.0.0"
  1743. },
  1744. "type": "library",
  1745. "extra": {
  1746. "branch-alias": {
  1747. "dev-master": "2.0.x-dev"
  1748. }
  1749. },
  1750. "autoload": {
  1751. "psr-4": {
  1752. "mikehaertl\\wkhtmlto\\": "src/"
  1753. }
  1754. },
  1755. "notification-url": "https://packagist.org/downloads/",
  1756. "license": [
  1757. "MIT"
  1758. ],
  1759. "authors": [
  1760. {
  1761. "name": "Michael Haertl",
  1762. "email": "haertl.mike@gmail.com"
  1763. }
  1764. ],
  1765. "description": "A slim PHP wrapper around wkhtmltopdf with an easy to use and clean OOP interface",
  1766. "homepage": "http://mikehaertl.github.com/phpwkhtmltopdf/",
  1767. "keywords": [
  1768. "pdf",
  1769. "wkhtmltoimage",
  1770. "wkhtmltopdf"
  1771. ],
  1772. "time": "2015-05-28T09:47:31+00:00"
  1773. },
  1774. {
  1775. "name": "monolog/monolog",
  1776. "version": "1.23.0",
  1777. "source": {
  1778. "type": "git",
  1779. "url": "https://github.com/Seldaek/monolog.git",
  1780. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
  1781. },
  1782. "dist": {
  1783. "type": "zip",
  1784. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  1785. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  1786. "shasum": ""
  1787. },
  1788. "require": {
  1789. "php": ">=5.3.0",
  1790. "psr/log": "~1.0"
  1791. },
  1792. "provide": {
  1793. "psr/log-implementation": "1.0.0"
  1794. },
  1795. "require-dev": {
  1796. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  1797. "doctrine/couchdb": "~1.0@dev",
  1798. "graylog2/gelf-php": "~1.0",
  1799. "jakub-onderka/php-parallel-lint": "0.9",
  1800. "php-amqplib/php-amqplib": "~2.4",
  1801. "php-console/php-console": "^3.1.3",
  1802. "phpunit/phpunit": "~4.5",
  1803. "phpunit/phpunit-mock-objects": "2.3.0",
  1804. "ruflin/elastica": ">=0.90 <3.0",
  1805. "sentry/sentry": "^0.13",
  1806. "swiftmailer/swiftmailer": "^5.3|^6.0"
  1807. },
  1808. "suggest": {
  1809. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1810. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1811. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1812. "ext-mongo": "Allow sending log messages to a MongoDB server",
  1813. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1814. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  1815. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1816. "php-console/php-console": "Allow sending log messages to Google Chrome",
  1817. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1818. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  1819. "sentry/sentry": "Allow sending log messages to a Sentry server"
  1820. },
  1821. "type": "library",
  1822. "extra": {
  1823. "branch-alias": {
  1824. "dev-master": "2.0.x-dev"
  1825. }
  1826. },
  1827. "autoload": {
  1828. "psr-4": {
  1829. "Monolog\\": "src/Monolog"
  1830. }
  1831. },
  1832. "notification-url": "https://packagist.org/downloads/",
  1833. "license": [
  1834. "MIT"
  1835. ],
  1836. "authors": [
  1837. {
  1838. "name": "Jordi Boggiano",
  1839. "email": "j.boggiano@seld.be",
  1840. "homepage": "http://seld.be"
  1841. }
  1842. ],
  1843. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1844. "homepage": "http://github.com/Seldaek/monolog",
  1845. "keywords": [
  1846. "log",
  1847. "logging",
  1848. "psr-3"
  1849. ],
  1850. "time": "2017-06-19T01:22:40+00:00"
  1851. },
  1852. {
  1853. "name": "namshi/jose",
  1854. "version": "2.2.2",
  1855. "source": {
  1856. "type": "git",
  1857. "url": "https://github.com/namshi/jose.git",
  1858. "reference": "403927c45e786dd4c851bc475b50a8a03068afa4"
  1859. },
  1860. "dist": {
  1861. "type": "zip",
  1862. "url": "https://api.github.com/repos/namshi/jose/zipball/403927c45e786dd4c851bc475b50a8a03068afa4",
  1863. "reference": "403927c45e786dd4c851bc475b50a8a03068afa4",
  1864. "shasum": ""
  1865. },
  1866. "require": {
  1867. "lib-openssl": "*",
  1868. "php": ">=5.3.3",
  1869. "phpseclib/phpseclib": "~0.3"
  1870. },
  1871. "require-dev": {
  1872. "phpunit/phpunit": "~4.5",
  1873. "satooshi/php-coveralls": "dev-master"
  1874. },
  1875. "type": "library",
  1876. "autoload": {
  1877. "psr-0": {
  1878. "Namshi\\JOSE": "src/"
  1879. }
  1880. },
  1881. "notification-url": "https://packagist.org/downloads/",
  1882. "license": [
  1883. "MIT"
  1884. ],
  1885. "authors": [
  1886. {
  1887. "name": "Alessandro Nadalin",
  1888. "email": "alessandro.nadalin@gmail.com"
  1889. }
  1890. ],
  1891. "description": "JSON Object Signing and Encryption library for PHP.",
  1892. "keywords": [
  1893. "JSON Web Signature",
  1894. "JSON Web Token",
  1895. "JWS",
  1896. "json",
  1897. "jwt",
  1898. "token"
  1899. ],
  1900. "time": "2015-06-16T11:41:59+00:00"
  1901. },
  1902. {
  1903. "name": "neeckeloo/closure-compiler-php",
  1904. "version": "dev-master",
  1905. "source": {
  1906. "type": "git",
  1907. "url": "https://github.com/neeckeloo/ClosureCompilerPHP.git",
  1908. "reference": "cc8488c0505f9fcb4a4813589b6aea29f0d6b8a1"
  1909. },
  1910. "dist": {
  1911. "type": "zip",
  1912. "url": "https://api.github.com/repos/neeckeloo/ClosureCompilerPHP/zipball/cc8488c0505f9fcb4a4813589b6aea29f0d6b8a1",
  1913. "reference": "cc8488c0505f9fcb4a4813589b6aea29f0d6b8a1",
  1914. "shasum": ""
  1915. },
  1916. "require": {
  1917. "php": ">=5.3.0",
  1918. "zendframework/zend-http": "2.*"
  1919. },
  1920. "type": "library",
  1921. "autoload": {
  1922. "psr-0": {
  1923. "Closure": "src/"
  1924. }
  1925. },
  1926. "notification-url": "https://packagist.org/downloads/",
  1927. "license": [
  1928. "MIT"
  1929. ],
  1930. "authors": [
  1931. {
  1932. "name": "Nicolas Eeckeloo",
  1933. "email": "neeckeloo@gmail.com"
  1934. }
  1935. ],
  1936. "description": "The Closure Compiler compiles JavaScript into compact, high-performance code.",
  1937. "keywords": [
  1938. "closure",
  1939. "compiler"
  1940. ],
  1941. "time": "2016-03-12T16:25:46+00:00"
  1942. },
  1943. {
  1944. "name": "nesbot/carbon",
  1945. "version": "1.22.1",
  1946. "source": {
  1947. "type": "git",
  1948. "url": "https://github.com/briannesbitt/Carbon.git",
  1949. "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc"
  1950. },
  1951. "dist": {
  1952. "type": "zip",
  1953. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
  1954. "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
  1955. "shasum": ""
  1956. },
  1957. "require": {
  1958. "php": ">=5.3.0",
  1959. "symfony/translation": "~2.6 || ~3.0"
  1960. },
  1961. "require-dev": {
  1962. "friendsofphp/php-cs-fixer": "~2",
  1963. "phpunit/phpunit": "~4.0 || ~5.0"
  1964. },
  1965. "type": "library",
  1966. "extra": {
  1967. "branch-alias": {
  1968. "dev-master": "1.23-dev"
  1969. }
  1970. },
  1971. "autoload": {
  1972. "psr-4": {
  1973. "Carbon\\": "src/Carbon/"
  1974. }
  1975. },
  1976. "notification-url": "https://packagist.org/downloads/",
  1977. "license": [
  1978. "MIT"
  1979. ],
  1980. "authors": [
  1981. {
  1982. "name": "Brian Nesbitt",
  1983. "email": "brian@nesbot.com",
  1984. "homepage": "http://nesbot.com"
  1985. }
  1986. ],
  1987. "description": "A simple API extension for DateTime.",
  1988. "homepage": "http://carbon.nesbot.com",
  1989. "keywords": [
  1990. "date",
  1991. "datetime",
  1992. "time"
  1993. ],
  1994. "time": "2017-01-16T07:55:07+00:00"
  1995. },
  1996. {
  1997. "name": "nikic/php-parser",
  1998. "version": "v0.9.5",
  1999. "source": {
  2000. "type": "git",
  2001. "url": "https://github.com/nikic/PHP-Parser.git",
  2002. "reference": "ef70767475434bdb3615b43c327e2cae17ef12eb"
  2003. },
  2004. "dist": {
  2005. "type": "zip",
  2006. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ef70767475434bdb3615b43c327e2cae17ef12eb",
  2007. "reference": "ef70767475434bdb3615b43c327e2cae17ef12eb",
  2008. "shasum": ""
  2009. },
  2010. "require": {
  2011. "ext-tokenizer": "*",
  2012. "php": ">=5.2"
  2013. },
  2014. "type": "library",
  2015. "extra": {
  2016. "branch-alias": {
  2017. "dev-master": "0.9-dev"
  2018. }
  2019. },
  2020. "autoload": {
  2021. "psr-0": {
  2022. "PHPParser": "lib/"
  2023. }
  2024. },
  2025. "notification-url": "https://packagist.org/downloads/",
  2026. "license": [
  2027. "BSD-3-Clause"
  2028. ],
  2029. "authors": [
  2030. {
  2031. "name": "Nikita Popov"
  2032. }
  2033. ],
  2034. "description": "A PHP parser written in PHP",
  2035. "keywords": [
  2036. "parser",
  2037. "php"
  2038. ],
  2039. "time": "2014-07-23T18:24:17+00:00"
  2040. },
  2041. {
  2042. "name": "paragonie/random_compat",
  2043. "version": "v1.4.2",
  2044. "source": {
  2045. "type": "git",
  2046. "url": "https://github.com/paragonie/random_compat.git",
  2047. "reference": "965cdeb01fdcab7653253aa81d40441d261f1e66"
  2048. },
  2049. "dist": {
  2050. "type": "zip",
  2051. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/965cdeb01fdcab7653253aa81d40441d261f1e66",
  2052. "reference": "965cdeb01fdcab7653253aa81d40441d261f1e66",
  2053. "shasum": ""
  2054. },
  2055. "require": {
  2056. "php": ">=5.2.0"
  2057. },
  2058. "require-dev": {
  2059. "phpunit/phpunit": "4.*|5.*"
  2060. },
  2061. "suggest": {
  2062. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  2063. },
  2064. "type": "library",
  2065. "autoload": {
  2066. "files": [
  2067. "lib/random.php"
  2068. ]
  2069. },
  2070. "notification-url": "https://packagist.org/downloads/",
  2071. "license": [
  2072. "MIT"
  2073. ],
  2074. "authors": [
  2075. {
  2076. "name": "Paragon Initiative Enterprises",
  2077. "email": "security@paragonie.com",
  2078. "homepage": "https://paragonie.com"
  2079. }
  2080. ],
  2081. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  2082. "keywords": [
  2083. "csprng",
  2084. "pseudorandom",
  2085. "random"
  2086. ],
  2087. "time": "2017-03-13T16:22:52+00:00"
  2088. },
  2089. {
  2090. "name": "patchwork/utf8",
  2091. "version": "v1.3.1",
  2092. "source": {
  2093. "type": "git",
  2094. "url": "https://github.com/tchwork/utf8.git",
  2095. "reference": "30ec6451aec7d2536f0af8fe535f70c764f2c47a"
  2096. },
  2097. "dist": {
  2098. "type": "zip",
  2099. "url": "https://api.github.com/repos/tchwork/utf8/zipball/30ec6451aec7d2536f0af8fe535f70c764f2c47a",
  2100. "reference": "30ec6451aec7d2536f0af8fe535f70c764f2c47a",
  2101. "shasum": ""
  2102. },
  2103. "require": {
  2104. "lib-pcre": ">=7.3",
  2105. "php": ">=5.3.0"
  2106. },
  2107. "suggest": {
  2108. "ext-iconv": "Use iconv for best performance",
  2109. "ext-intl": "Use Intl for best performance",
  2110. "ext-mbstring": "Use Mbstring for best performance",
  2111. "ext-wfio": "Use WFIO for UTF-8 filesystem access on Windows"
  2112. },
  2113. "type": "library",
  2114. "extra": {
  2115. "branch-alias": {
  2116. "dev-master": "1.3-dev"
  2117. }
  2118. },
  2119. "autoload": {
  2120. "psr-4": {
  2121. "Patchwork\\": "src/Patchwork/"
  2122. },
  2123. "classmap": [
  2124. "src/Normalizer.php"
  2125. ]
  2126. },
  2127. "notification-url": "https://packagist.org/downloads/",
  2128. "license": [
  2129. "(Apache-2.0 or GPL-2.0)"
  2130. ],
  2131. "authors": [
  2132. {
  2133. "name": "Nicolas Grekas",
  2134. "email": "p@tchwork.com"
  2135. }
  2136. ],
  2137. "description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP",
  2138. "homepage": "https://github.com/tchwork/utf8",
  2139. "keywords": [
  2140. "grapheme",
  2141. "i18n",
  2142. "unicode",
  2143. "utf-8",
  2144. "utf8"
  2145. ],
  2146. "time": "2016-05-18T13:57:10+00:00"
  2147. },
  2148. {
  2149. "name": "pda/pheanstalk",
  2150. "version": "v2.1.1",
  2151. "source": {
  2152. "type": "git",
  2153. "url": "https://github.com/pda/pheanstalk.git",
  2154. "reference": "672eb5cc9049d61e4eb68d30f0f33de65a947e6b"
  2155. },
  2156. "dist": {
  2157. "type": "zip",
  2158. "url": "https://api.github.com/repos/pda/pheanstalk/zipball/672eb5cc9049d61e4eb68d30f0f33de65a947e6b",
  2159. "reference": "672eb5cc9049d61e4eb68d30f0f33de65a947e6b",
  2160. "shasum": ""
  2161. },
  2162. "require": {
  2163. "php": ">=5.3.0"
  2164. },
  2165. "type": "library",
  2166. "autoload": {
  2167. "psr-0": {
  2168. "Pheanstalk": "classes/"
  2169. }
  2170. },
  2171. "notification-url": "https://packagist.org/downloads/",
  2172. "license": [
  2173. "MIT"
  2174. ],
  2175. "authors": [
  2176. {
  2177. "name": "Paul Annesley",
  2178. "email": "paul@annesley.cc",
  2179. "homepage": "http://paul.annesley.cc/",
  2180. "role": "Developer"
  2181. }
  2182. ],
  2183. "description": "PHP client for beanstalkd queue",
  2184. "homepage": "https://github.com/pda/pheanstalk",
  2185. "keywords": [
  2186. "beanstalkd"
  2187. ],
  2188. "time": "2014-12-02T22:44:56+00:00"
  2189. },
  2190. {
  2191. "name": "phpseclib/phpseclib",
  2192. "version": "0.3.10",
  2193. "source": {
  2194. "type": "git",
  2195. "url": "https://github.com/phpseclib/phpseclib.git",
  2196. "reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4"
  2197. },
  2198. "dist": {
  2199. "type": "zip",
  2200. "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d15bba1edcc7c89e09cc74c5d961317a8b947bf4",
  2201. "reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4",
  2202. "shasum": ""
  2203. },
  2204. "require": {
  2205. "php": ">=5.0.0"
  2206. },
  2207. "require-dev": {
  2208. "phing/phing": "~2.7",
  2209. "phpunit/phpunit": "~4.0",
  2210. "sami/sami": "~2.0",
  2211. "squizlabs/php_codesniffer": "~1.5"
  2212. },
  2213. "suggest": {
  2214. "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  2215. "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
  2216. "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 4.3.3."
  2217. },
  2218. "type": "library",
  2219. "extra": {
  2220. "branch-alias": {
  2221. "dev-master": "0.3-dev"
  2222. }
  2223. },
  2224. "autoload": {
  2225. "psr-0": {
  2226. "Crypt": "phpseclib/",
  2227. "File": "phpseclib/",
  2228. "Math": "phpseclib/",
  2229. "Net": "phpseclib/",
  2230. "System": "phpseclib/"
  2231. },
  2232. "files": [
  2233. "phpseclib/Crypt/Random.php"
  2234. ]
  2235. },
  2236. "notification-url": "https://packagist.org/downloads/",
  2237. "include-path": [
  2238. "phpseclib/"
  2239. ],
  2240. "license": [
  2241. "MIT"
  2242. ],
  2243. "authors": [
  2244. {
  2245. "name": "Jim Wigginton",
  2246. "email": "terrafrost@php.net",
  2247. "role": "Lead Developer"
  2248. },
  2249. {
  2250. "name": "Patrick Monnerat",
  2251. "email": "pm@datasphere.ch",
  2252. "role": "Developer"
  2253. },
  2254. {
  2255. "name": "Andreas Fischer",
  2256. "email": "bantu@phpbb.com",
  2257. "role": "Developer"
  2258. },
  2259. {
  2260. "name": "Hans-Jürgen Petrich",
  2261. "email": "petrich@tronic-media.com",
  2262. "role": "Developer"
  2263. }
  2264. ],
  2265. "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  2266. "homepage": "http://phpseclib.sourceforge.net",
  2267. "keywords": [
  2268. "BigInteger",
  2269. "aes",
  2270. "asn.1",
  2271. "asn1",
  2272. "blowfish",
  2273. "crypto",
  2274. "cryptography",
  2275. "encryption",
  2276. "rsa",
  2277. "security",
  2278. "sftp",
  2279. "signature",
  2280. "signing",
  2281. "ssh",
  2282. "twofish",
  2283. "x.509",
  2284. "x509"
  2285. ],
  2286. "time": "2015-01-28T21:50:33+00:00"
  2287. },
  2288. {
  2289. "name": "predis/predis",
  2290. "version": "v0.8.7",
  2291. "source": {
  2292. "type": "git",
  2293. "url": "https://github.com/nrk/predis.git",
  2294. "reference": "4123fcd85d61354c6c9900db76c9597dbd129bf6"
  2295. },
  2296. "dist": {
  2297. "type": "zip",
  2298. "url": "https://api.github.com/repos/nrk/predis/zipball/4123fcd85d61354c6c9900db76c9597dbd129bf6",
  2299. "reference": "4123fcd85d61354c6c9900db76c9597dbd129bf6",
  2300. "shasum": ""
  2301. },
  2302. "require": {
  2303. "php": ">=5.3.2"
  2304. },
  2305. "require-dev": {
  2306. "phpunit/phpunit": "~4.0"
  2307. },
  2308. "suggest": {
  2309. "ext-curl": "Allows access to Webdis when paired with phpiredis",
  2310. "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
  2311. },
  2312. "type": "library",
  2313. "autoload": {
  2314. "psr-0": {
  2315. "Predis": "lib/"
  2316. }
  2317. },
  2318. "notification-url": "https://packagist.org/downloads/",
  2319. "license": [
  2320. "MIT"
  2321. ],
  2322. "authors": [
  2323. {
  2324. "name": "Daniele Alessandri",
  2325. "email": "suppakilla@gmail.com",
  2326. "homepage": "http://clorophilla.net"
  2327. }
  2328. ],
  2329. "description": "Flexible and feature-complete PHP client library for Redis",
  2330. "homepage": "http://github.com/nrk/predis",
  2331. "keywords": [
  2332. "nosql",
  2333. "predis",
  2334. "redis"
  2335. ],
  2336. "time": "2014-08-01T09:43:10+00:00"
  2337. },
  2338. {
  2339. "name": "psr/cache",
  2340. "version": "1.0.1",
  2341. "source": {
  2342. "type": "git",
  2343. "url": "https://github.com/php-fig/cache.git",
  2344. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  2345. },
  2346. "dist": {
  2347. "type": "zip",
  2348. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  2349. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  2350. "shasum": ""
  2351. },
  2352. "require": {
  2353. "php": ">=5.3.0"
  2354. },
  2355. "type": "library",
  2356. "extra": {
  2357. "branch-alias": {
  2358. "dev-master": "1.0.x-dev"
  2359. }
  2360. },
  2361. "autoload": {
  2362. "psr-4": {
  2363. "Psr\\Cache\\": "src/"
  2364. }
  2365. },
  2366. "notification-url": "https://packagist.org/downloads/",
  2367. "license": [
  2368. "MIT"
  2369. ],
  2370. "authors": [
  2371. {
  2372. "name": "PHP-FIG",
  2373. "homepage": "http://www.php-fig.org/"
  2374. }
  2375. ],
  2376. "description": "Common interface for caching libraries",
  2377. "keywords": [
  2378. "cache",
  2379. "psr",
  2380. "psr-6"
  2381. ],
  2382. "time": "2016-08-06T20:24:11+00:00"
  2383. },
  2384. {
  2385. "name": "psr/container",
  2386. "version": "1.0.0",
  2387. "source": {
  2388. "type": "git",
  2389. "url": "https://github.com/php-fig/container.git",
  2390. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  2391. },
  2392. "dist": {
  2393. "type": "zip",
  2394. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  2395. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  2396. "shasum": ""
  2397. },
  2398. "require": {
  2399. "php": ">=5.3.0"
  2400. },
  2401. "type": "library",
  2402. "extra": {
  2403. "branch-alias": {
  2404. "dev-master": "1.0.x-dev"
  2405. }
  2406. },
  2407. "autoload": {
  2408. "psr-4": {
  2409. "Psr\\Container\\": "src/"
  2410. }
  2411. },
  2412. "notification-url": "https://packagist.org/downloads/",
  2413. "license": [
  2414. "MIT"
  2415. ],
  2416. "authors": [
  2417. {
  2418. "name": "PHP-FIG",
  2419. "homepage": "http://www.php-fig.org/"
  2420. }
  2421. ],
  2422. "description": "Common Container Interface (PHP FIG PSR-11)",
  2423. "homepage": "https://github.com/php-fig/container",
  2424. "keywords": [
  2425. "PSR-11",
  2426. "container",
  2427. "container-interface",
  2428. "container-interop",
  2429. "psr"
  2430. ],
  2431. "time": "2017-02-14T16:28:37+00:00"
  2432. },
  2433. {
  2434. "name": "psr/http-message",
  2435. "version": "1.0.1",
  2436. "source": {
  2437. "type": "git",
  2438. "url": "https://github.com/php-fig/http-message.git",
  2439. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  2440. },
  2441. "dist": {
  2442. "type": "zip",
  2443. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  2444. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  2445. "shasum": ""
  2446. },
  2447. "require": {
  2448. "php": ">=5.3.0"
  2449. },
  2450. "type": "library",
  2451. "extra": {
  2452. "branch-alias": {
  2453. "dev-master": "1.0.x-dev"
  2454. }
  2455. },
  2456. "autoload": {
  2457. "psr-4": {
  2458. "Psr\\Http\\Message\\": "src/"
  2459. }
  2460. },
  2461. "notification-url": "https://packagist.org/downloads/",
  2462. "license": [
  2463. "MIT"
  2464. ],
  2465. "authors": [
  2466. {
  2467. "name": "PHP-FIG",
  2468. "homepage": "http://www.php-fig.org/"
  2469. }
  2470. ],
  2471. "description": "Common interface for HTTP messages",
  2472. "homepage": "https://github.com/php-fig/http-message",
  2473. "keywords": [
  2474. "http",
  2475. "http-message",
  2476. "psr",
  2477. "psr-7",
  2478. "request",
  2479. "response"
  2480. ],
  2481. "time": "2016-08-06T14:39:51+00:00"
  2482. },
  2483. {
  2484. "name": "psr/log",
  2485. "version": "1.0.2",
  2486. "source": {
  2487. "type": "git",
  2488. "url": "https://github.com/php-fig/log.git",
  2489. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  2490. },
  2491. "dist": {
  2492. "type": "zip",
  2493. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  2494. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  2495. "shasum": ""
  2496. },
  2497. "require": {
  2498. "php": ">=5.3.0"
  2499. },
  2500. "type": "library",
  2501. "extra": {
  2502. "branch-alias": {
  2503. "dev-master": "1.0.x-dev"
  2504. }
  2505. },
  2506. "autoload": {
  2507. "psr-4": {
  2508. "Psr\\Log\\": "Psr/Log/"
  2509. }
  2510. },
  2511. "notification-url": "https://packagist.org/downloads/",
  2512. "license": [
  2513. "MIT"
  2514. ],
  2515. "authors": [
  2516. {
  2517. "name": "PHP-FIG",
  2518. "homepage": "http://www.php-fig.org/"
  2519. }
  2520. ],
  2521. "description": "Common interface for logging libraries",
  2522. "homepage": "https://github.com/php-fig/log",
  2523. "keywords": [
  2524. "log",
  2525. "psr",
  2526. "psr-3"
  2527. ],
  2528. "time": "2016-10-10T12:19:37+00:00"
  2529. },
  2530. {
  2531. "name": "rhumsaa/uuid",
  2532. "version": "2.7.4",
  2533. "source": {
  2534. "type": "git",
  2535. "url": "https://github.com/ramsey/rhumsaa-uuid.git",
  2536. "reference": "eb1d371067aa8c2b83d6691837ee4896a6f76a44"
  2537. },
  2538. "dist": {
  2539. "type": "zip",
  2540. "url": "https://api.github.com/repos/ramsey/rhumsaa-uuid/zipball/eb1d371067aa8c2b83d6691837ee4896a6f76a44",
  2541. "reference": "eb1d371067aa8c2b83d6691837ee4896a6f76a44",
  2542. "shasum": ""
  2543. },
  2544. "require": {
  2545. "php": ">=5.3.3"
  2546. },
  2547. "require-dev": {
  2548. "doctrine/dbal": ">=2.3",
  2549. "moontoast/math": "~1.1",
  2550. "phpunit/phpunit": "~4.1",
  2551. "satooshi/php-coveralls": "~0.6",
  2552. "symfony/console": "~2.3"
  2553. },
  2554. "suggest": {
  2555. "doctrine/dbal": "Allow the use of a UUID as doctrine field type.",
  2556. "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).",
  2557. "symfony/console": "Support for use of the bin/uuid command line tool."
  2558. },
  2559. "bin": [
  2560. "bin/uuid"
  2561. ],
  2562. "type": "library",
  2563. "extra": {
  2564. "branch-alias": {
  2565. "dev-master": "2.7.x-dev"
  2566. }
  2567. },
  2568. "autoload": {
  2569. "psr-4": {
  2570. "Rhumsaa\\Uuid\\": "src/"
  2571. }
  2572. },
  2573. "notification-url": "https://packagist.org/downloads/",
  2574. "license": [
  2575. "MIT"
  2576. ],
  2577. "authors": [
  2578. {
  2579. "name": "Marijn Huizendveld",
  2580. "email": "marijn.huizendveld@gmail.com"
  2581. },
  2582. {
  2583. "name": "Ben Ramsey",
  2584. "homepage": "http://benramsey.com"
  2585. }
  2586. ],
  2587. "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
  2588. "homepage": "https://github.com/ramsey/uuid",
  2589. "keywords": [
  2590. "guid",
  2591. "identifier",
  2592. "uuid"
  2593. ],
  2594. "abandoned": "ramsey/uuid",
  2595. "time": "2014-10-30T03:36:49+00:00"
  2596. },
  2597. {
  2598. "name": "rollbar/rollbar",
  2599. "version": "v1.4.0",
  2600. "source": {
  2601. "type": "git",
  2602. "url": "https://github.com/rollbar/rollbar-php.git",
  2603. "reference": "9a626a08a1293b2ad648521a0b4285b13b28fe23"
  2604. },
  2605. "dist": {
  2606. "type": "zip",
  2607. "url": "https://api.github.com/repos/rollbar/rollbar-php/zipball/9a626a08a1293b2ad648521a0b4285b13b28fe23",
  2608. "reference": "9a626a08a1293b2ad648521a0b4285b13b28fe23",
  2609. "shasum": ""
  2610. },
  2611. "require": {
  2612. "ext-curl": "*",
  2613. "monolog/monolog": "*",
  2614. "psr/log": "^1.0.1"
  2615. },
  2616. "require-dev": {
  2617. "codeclimate/php-test-reporter": "dev-master",
  2618. "mockery/mockery": "0.9.*",
  2619. "monolog/monolog": "^1.12.0",
  2620. "packfire/php5.3-compat": "*",
  2621. "phpmd/phpmd": "@stable",
  2622. "phpunit/phpunit": "4.8.*",
  2623. "squizlabs/php_codesniffer": "2.*"
  2624. },
  2625. "suggest": {
  2626. "fluent/logger": "Needed to use the 'fluent' handler for fluentd support",
  2627. "packfire/php5.3-compat": "for backward compatibility with PHP 5.3"
  2628. },
  2629. "type": "library",
  2630. "autoload": {
  2631. "psr-4": {
  2632. "Rollbar\\": "src/"
  2633. }
  2634. },
  2635. "notification-url": "https://packagist.org/downloads/",
  2636. "license": [
  2637. "MIT"
  2638. ],
  2639. "authors": [
  2640. {
  2641. "name": "Rollbar, Inc.",
  2642. "email": "support@rollbar.com",
  2643. "role": "Developer"
  2644. }
  2645. ],
  2646. "description": "Monitors errors and exceptions and reports them to Rollbar",
  2647. "homepage": "http://github.com/rollbar/rollbar-php",
  2648. "keywords": [
  2649. "debugging",
  2650. "errors",
  2651. "exceptions",
  2652. "logging",
  2653. "monitoring"
  2654. ],
  2655. "time": "2018-02-06T06:19:04+00:00"
  2656. },
  2657. {
  2658. "name": "stack/builder",
  2659. "version": "v1.0.5",
  2660. "source": {
  2661. "type": "git",
  2662. "url": "https://github.com/stackphp/builder.git",
  2663. "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a"
  2664. },
  2665. "dist": {
  2666. "type": "zip",
  2667. "url": "https://api.github.com/repos/stackphp/builder/zipball/fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
  2668. "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
  2669. "shasum": ""
  2670. },
  2671. "require": {
  2672. "php": ">=5.3.0",
  2673. "symfony/http-foundation": "~2.1|~3.0|~4.0",
  2674. "symfony/http-kernel": "~2.1|~3.0|~4.0"
  2675. },
  2676. "require-dev": {
  2677. "silex/silex": "~1.0"
  2678. },
  2679. "type": "library",
  2680. "extra": {
  2681. "branch-alias": {
  2682. "dev-master": "1.0-dev"
  2683. }
  2684. },
  2685. "autoload": {
  2686. "psr-0": {
  2687. "Stack": "src"
  2688. }
  2689. },
  2690. "notification-url": "https://packagist.org/downloads/",
  2691. "license": [
  2692. "MIT"
  2693. ],
  2694. "authors": [
  2695. {
  2696. "name": "Igor Wiedler",
  2697. "email": "igor@wiedler.ch"
  2698. }
  2699. ],
  2700. "description": "Builder for stack middlewares based on HttpKernelInterface.",
  2701. "keywords": [
  2702. "stack"
  2703. ],
  2704. "time": "2017-11-18T14:57:29+00:00"
  2705. },
  2706. {
  2707. "name": "swiftmailer/swiftmailer",
  2708. "version": "v5.4.9",
  2709. "source": {
  2710. "type": "git",
  2711. "url": "https://github.com/swiftmailer/swiftmailer.git",
  2712. "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91"
  2713. },
  2714. "dist": {
  2715. "type": "zip",
  2716. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/7ffc1ea296ed14bf8260b6ef11b80208dbadba91",
  2717. "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91",
  2718. "shasum": ""
  2719. },
  2720. "require": {
  2721. "php": ">=5.3.3"
  2722. },
  2723. "require-dev": {
  2724. "mockery/mockery": "~0.9.1",
  2725. "symfony/phpunit-bridge": "~3.2"
  2726. },
  2727. "type": "library",
  2728. "extra": {
  2729. "branch-alias": {
  2730. "dev-master": "5.4-dev"
  2731. }
  2732. },
  2733. "autoload": {
  2734. "files": [
  2735. "lib/swift_required.php"
  2736. ]
  2737. },
  2738. "notification-url": "https://packagist.org/downloads/",
  2739. "license": [
  2740. "MIT"
  2741. ],
  2742. "authors": [
  2743. {
  2744. "name": "Chris Corbyn"
  2745. },
  2746. {
  2747. "name": "Fabien Potencier",
  2748. "email": "fabien@symfony.com"
  2749. }
  2750. ],
  2751. "description": "Swiftmailer, free feature-rich PHP mailer",
  2752. "homepage": "https://swiftmailer.symfony.com",
  2753. "keywords": [
  2754. "email",
  2755. "mail",
  2756. "mailer"
  2757. ],
  2758. "time": "2018-01-23T07:37:21+00:00"
  2759. },
  2760. {
  2761. "name": "symfony/browser-kit",
  2762. "version": "v2.7.41",
  2763. "source": {
  2764. "type": "git",
  2765. "url": "https://github.com/symfony/browser-kit.git",
  2766. "reference": "ba85401ff184aa4151f08a0db4f717fd45455e68"
  2767. },
  2768. "dist": {
  2769. "type": "zip",
  2770. "url": "https://api.github.com/repos/symfony/browser-kit/zipball/ba85401ff184aa4151f08a0db4f717fd45455e68",
  2771. "reference": "ba85401ff184aa4151f08a0db4f717fd45455e68",
  2772. "shasum": ""
  2773. },
  2774. "require": {
  2775. "php": ">=5.3.9",
  2776. "symfony/dom-crawler": "~2.1"
  2777. },
  2778. "require-dev": {
  2779. "symfony/css-selector": "^2.0.5",
  2780. "symfony/process": "~2.3.34|^2.7.6"
  2781. },
  2782. "suggest": {
  2783. "symfony/process": ""
  2784. },
  2785. "type": "library",
  2786. "extra": {
  2787. "branch-alias": {
  2788. "dev-master": "2.7-dev"
  2789. }
  2790. },
  2791. "autoload": {
  2792. "psr-4": {
  2793. "Symfony\\Component\\BrowserKit\\": ""
  2794. },
  2795. "exclude-from-classmap": [
  2796. "/Tests/"
  2797. ]
  2798. },
  2799. "notification-url": "https://packagist.org/downloads/",
  2800. "license": [
  2801. "MIT"
  2802. ],
  2803. "authors": [
  2804. {
  2805. "name": "Fabien Potencier",
  2806. "email": "fabien@symfony.com"
  2807. },
  2808. {
  2809. "name": "Symfony Community",
  2810. "homepage": "https://symfony.com/contributors"
  2811. }
  2812. ],
  2813. "description": "Symfony BrowserKit Component",
  2814. "homepage": "https://symfony.com",
  2815. "time": "2018-01-03T07:23:28+00:00"
  2816. },
  2817. {
  2818. "name": "symfony/console",
  2819. "version": "v2.7.41",
  2820. "source": {
  2821. "type": "git",
  2822. "url": "https://github.com/symfony/console.git",
  2823. "reference": "a39062a5a1e98a1f1e392e4253a6b3b0ebdece18"
  2824. },
  2825. "dist": {
  2826. "type": "zip",
  2827. "url": "https://api.github.com/repos/symfony/console/zipball/a39062a5a1e98a1f1e392e4253a6b3b0ebdece18",
  2828. "reference": "a39062a5a1e98a1f1e392e4253a6b3b0ebdece18",
  2829. "shasum": ""
  2830. },
  2831. "require": {
  2832. "php": ">=5.3.9",
  2833. "symfony/debug": "^2.7.2"
  2834. },
  2835. "require-dev": {
  2836. "psr/log": "~1.0",
  2837. "symfony/event-dispatcher": "~2.1",
  2838. "symfony/process": "~2.1"
  2839. },
  2840. "suggest": {
  2841. "psr/log": "For using the console logger",
  2842. "symfony/event-dispatcher": "",
  2843. "symfony/process": ""
  2844. },
  2845. "type": "library",
  2846. "extra": {
  2847. "branch-alias": {
  2848. "dev-master": "2.7-dev"
  2849. }
  2850. },
  2851. "autoload": {
  2852. "psr-4": {
  2853. "Symfony\\Component\\Console\\": ""
  2854. },
  2855. "exclude-from-classmap": [
  2856. "/Tests/"
  2857. ]
  2858. },
  2859. "notification-url": "https://packagist.org/downloads/",
  2860. "license": [
  2861. "MIT"
  2862. ],
  2863. "authors": [
  2864. {
  2865. "name": "Fabien Potencier",
  2866. "email": "fabien@symfony.com"
  2867. },
  2868. {
  2869. "name": "Symfony Community",
  2870. "homepage": "https://symfony.com/contributors"
  2871. }
  2872. ],
  2873. "description": "Symfony Console Component",
  2874. "homepage": "https://symfony.com",
  2875. "time": "2018-01-26T15:25:25+00:00"
  2876. },
  2877. {
  2878. "name": "symfony/css-selector",
  2879. "version": "v2.7.41",
  2880. "source": {
  2881. "type": "git",
  2882. "url": "https://github.com/symfony/css-selector.git",
  2883. "reference": "4f270b68f68e388e5b2a4abec4f96935ab2ef147"
  2884. },
  2885. "dist": {
  2886. "type": "zip",
  2887. "url": "https://api.github.com/repos/symfony/css-selector/zipball/4f270b68f68e388e5b2a4abec4f96935ab2ef147",
  2888. "reference": "4f270b68f68e388e5b2a4abec4f96935ab2ef147",
  2889. "shasum": ""
  2890. },
  2891. "require": {
  2892. "php": ">=5.3.9"
  2893. },
  2894. "type": "library",
  2895. "extra": {
  2896. "branch-alias": {
  2897. "dev-master": "2.7-dev"
  2898. }
  2899. },
  2900. "autoload": {
  2901. "psr-4": {
  2902. "Symfony\\Component\\CssSelector\\": ""
  2903. },
  2904. "exclude-from-classmap": [
  2905. "/Tests/"
  2906. ]
  2907. },
  2908. "notification-url": "https://packagist.org/downloads/",
  2909. "license": [
  2910. "MIT"
  2911. ],
  2912. "authors": [
  2913. {
  2914. "name": "Jean-François Simon",
  2915. "email": "jeanfrancois.simon@sensiolabs.com"
  2916. },
  2917. {
  2918. "name": "Fabien Potencier",
  2919. "email": "fabien@symfony.com"
  2920. },
  2921. {
  2922. "name": "Symfony Community",
  2923. "homepage": "https://symfony.com/contributors"
  2924. }
  2925. ],
  2926. "description": "Symfony CssSelector Component",
  2927. "homepage": "https://symfony.com",
  2928. "time": "2018-01-03T07:23:28+00:00"
  2929. },
  2930. {
  2931. "name": "symfony/debug",
  2932. "version": "v2.7.41",
  2933. "source": {
  2934. "type": "git",
  2935. "url": "https://github.com/symfony/debug.git",
  2936. "reference": "bc9e38887a540abd287ff43c1a334f8e3f7aebea"
  2937. },
  2938. "dist": {
  2939. "type": "zip",
  2940. "url": "https://api.github.com/repos/symfony/debug/zipball/bc9e38887a540abd287ff43c1a334f8e3f7aebea",
  2941. "reference": "bc9e38887a540abd287ff43c1a334f8e3f7aebea",
  2942. "shasum": ""
  2943. },
  2944. "require": {
  2945. "php": ">=5.3.9",
  2946. "psr/log": "~1.0"
  2947. },
  2948. "conflict": {
  2949. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  2950. },
  2951. "require-dev": {
  2952. "symfony/class-loader": "~2.2",
  2953. "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2"
  2954. },
  2955. "type": "library",
  2956. "extra": {
  2957. "branch-alias": {
  2958. "dev-master": "2.7-dev"
  2959. }
  2960. },
  2961. "autoload": {
  2962. "psr-4": {
  2963. "Symfony\\Component\\Debug\\": ""
  2964. },
  2965. "exclude-from-classmap": [
  2966. "/Tests/"
  2967. ]
  2968. },
  2969. "notification-url": "https://packagist.org/downloads/",
  2970. "license": [
  2971. "MIT"
  2972. ],
  2973. "authors": [
  2974. {
  2975. "name": "Fabien Potencier",
  2976. "email": "fabien@symfony.com"
  2977. },
  2978. {
  2979. "name": "Symfony Community",
  2980. "homepage": "https://symfony.com/contributors"
  2981. }
  2982. ],
  2983. "description": "Symfony Debug Component",
  2984. "homepage": "https://symfony.com",
  2985. "time": "2018-01-18T22:01:50+00:00"
  2986. },
  2987. {
  2988. "name": "symfony/dom-crawler",
  2989. "version": "v2.7.41",
  2990. "source": {
  2991. "type": "git",
  2992. "url": "https://github.com/symfony/dom-crawler.git",
  2993. "reference": "2855b6b05c1e163f9d7bd97c8137c9ad6e8223d8"
  2994. },
  2995. "dist": {
  2996. "type": "zip",
  2997. "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/2855b6b05c1e163f9d7bd97c8137c9ad6e8223d8",
  2998. "reference": "2855b6b05c1e163f9d7bd97c8137c9ad6e8223d8",
  2999. "shasum": ""
  3000. },
  3001. "require": {
  3002. "php": ">=5.3.9"
  3003. },
  3004. "require-dev": {
  3005. "symfony/css-selector": "~2.3"
  3006. },
  3007. "suggest": {
  3008. "symfony/css-selector": ""
  3009. },
  3010. "type": "library",
  3011. "extra": {
  3012. "branch-alias": {
  3013. "dev-master": "2.7-dev"
  3014. }
  3015. },
  3016. "autoload": {
  3017. "psr-4": {
  3018. "Symfony\\Component\\DomCrawler\\": ""
  3019. },
  3020. "exclude-from-classmap": [
  3021. "/Tests/"
  3022. ]
  3023. },
  3024. "notification-url": "https://packagist.org/downloads/",
  3025. "license": [
  3026. "MIT"
  3027. ],
  3028. "authors": [
  3029. {
  3030. "name": "Fabien Potencier",
  3031. "email": "fabien@symfony.com"
  3032. },
  3033. {
  3034. "name": "Symfony Community",
  3035. "homepage": "https://symfony.com/contributors"
  3036. }
  3037. ],
  3038. "description": "Symfony DomCrawler Component",
  3039. "homepage": "https://symfony.com",
  3040. "time": "2018-01-03T07:23:28+00:00"
  3041. },
  3042. {
  3043. "name": "symfony/event-dispatcher",
  3044. "version": "v2.8.34",
  3045. "source": {
  3046. "type": "git",
  3047. "url": "https://github.com/symfony/event-dispatcher.git",
  3048. "reference": "d64be24fc1eba62f9daace8a8918f797fc8e87cc"
  3049. },
  3050. "dist": {
  3051. "type": "zip",
  3052. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d64be24fc1eba62f9daace8a8918f797fc8e87cc",
  3053. "reference": "d64be24fc1eba62f9daace8a8918f797fc8e87cc",
  3054. "shasum": ""
  3055. },
  3056. "require": {
  3057. "php": ">=5.3.9"
  3058. },
  3059. "require-dev": {
  3060. "psr/log": "~1.0",
  3061. "symfony/config": "^2.0.5|~3.0.0",
  3062. "symfony/dependency-injection": "~2.6|~3.0.0",
  3063. "symfony/expression-language": "~2.6|~3.0.0",
  3064. "symfony/stopwatch": "~2.3|~3.0.0"
  3065. },
  3066. "suggest": {
  3067. "symfony/dependency-injection": "",
  3068. "symfony/http-kernel": ""
  3069. },
  3070. "type": "library",
  3071. "extra": {
  3072. "branch-alias": {
  3073. "dev-master": "2.8-dev"
  3074. }
  3075. },
  3076. "autoload": {
  3077. "psr-4": {
  3078. "Symfony\\Component\\EventDispatcher\\": ""
  3079. },
  3080. "exclude-from-classmap": [
  3081. "/Tests/"
  3082. ]
  3083. },
  3084. "notification-url": "https://packagist.org/downloads/",
  3085. "license": [
  3086. "MIT"
  3087. ],
  3088. "authors": [
  3089. {
  3090. "name": "Fabien Potencier",
  3091. "email": "fabien@symfony.com"
  3092. },
  3093. {
  3094. "name": "Symfony Community",
  3095. "homepage": "https://symfony.com/contributors"
  3096. }
  3097. ],
  3098. "description": "Symfony EventDispatcher Component",
  3099. "homepage": "https://symfony.com",
  3100. "time": "2018-01-03T07:36:31+00:00"
  3101. },
  3102. {
  3103. "name": "symfony/filesystem",
  3104. "version": "v2.8.34",
  3105. "source": {
  3106. "type": "git",
  3107. "url": "https://github.com/symfony/filesystem.git",
  3108. "reference": "1f4e8351e0196562f5e8ec584baeceeb8e2e92f6"
  3109. },
  3110. "dist": {
  3111. "type": "zip",
  3112. "url": "https://api.github.com/repos/symfony/filesystem/zipball/1f4e8351e0196562f5e8ec584baeceeb8e2e92f6",
  3113. "reference": "1f4e8351e0196562f5e8ec584baeceeb8e2e92f6",
  3114. "shasum": ""
  3115. },
  3116. "require": {
  3117. "php": ">=5.3.9"
  3118. },
  3119. "type": "library",
  3120. "extra": {
  3121. "branch-alias": {
  3122. "dev-master": "2.8-dev"
  3123. }
  3124. },
  3125. "autoload": {
  3126. "psr-4": {
  3127. "Symfony\\Component\\Filesystem\\": ""
  3128. },
  3129. "exclude-from-classmap": [
  3130. "/Tests/"
  3131. ]
  3132. },
  3133. "notification-url": "https://packagist.org/downloads/",
  3134. "license": [
  3135. "MIT"
  3136. ],
  3137. "authors": [
  3138. {
  3139. "name": "Fabien Potencier",
  3140. "email": "fabien@symfony.com"
  3141. },
  3142. {
  3143. "name": "Symfony Community",
  3144. "homepage": "https://symfony.com/contributors"
  3145. }
  3146. ],
  3147. "description": "Symfony Filesystem Component",
  3148. "homepage": "https://symfony.com",
  3149. "time": "2018-01-03T07:36:31+00:00"
  3150. },
  3151. {
  3152. "name": "symfony/finder",
  3153. "version": "v2.7.41",
  3154. "source": {
  3155. "type": "git",
  3156. "url": "https://github.com/symfony/finder.git",
  3157. "reference": "75f766f4a1c60407ec371cd2a7ef0a09d0e8e745"
  3158. },
  3159. "dist": {
  3160. "type": "zip",
  3161. "url": "https://api.github.com/repos/symfony/finder/zipball/75f766f4a1c60407ec371cd2a7ef0a09d0e8e745",
  3162. "reference": "75f766f4a1c60407ec371cd2a7ef0a09d0e8e745",
  3163. "shasum": ""
  3164. },
  3165. "require": {
  3166. "php": ">=5.3.9"
  3167. },
  3168. "type": "library",
  3169. "extra": {
  3170. "branch-alias": {
  3171. "dev-master": "2.7-dev"
  3172. }
  3173. },
  3174. "autoload": {
  3175. "psr-4": {
  3176. "Symfony\\Component\\Finder\\": ""
  3177. },
  3178. "exclude-from-classmap": [
  3179. "/Tests/"
  3180. ]
  3181. },
  3182. "notification-url": "https://packagist.org/downloads/",
  3183. "license": [
  3184. "MIT"
  3185. ],
  3186. "authors": [
  3187. {
  3188. "name": "Fabien Potencier",
  3189. "email": "fabien@symfony.com"
  3190. },
  3191. {
  3192. "name": "Symfony Community",
  3193. "homepage": "https://symfony.com/contributors"
  3194. }
  3195. ],
  3196. "description": "Symfony Finder Component",
  3197. "homepage": "https://symfony.com",
  3198. "time": "2018-01-24T17:56:32+00:00"
  3199. },
  3200. {
  3201. "name": "symfony/http-foundation",
  3202. "version": "v2.7.41",
  3203. "source": {
  3204. "type": "git",
  3205. "url": "https://github.com/symfony/http-foundation.git",
  3206. "reference": "38383ce661cc260dfcd0e4b0b588f3dfa5572fb0"
  3207. },
  3208. "dist": {
  3209. "type": "zip",
  3210. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/38383ce661cc260dfcd0e4b0b588f3dfa5572fb0",
  3211. "reference": "38383ce661cc260dfcd0e4b0b588f3dfa5572fb0",
  3212. "shasum": ""
  3213. },
  3214. "require": {
  3215. "php": ">=5.3.9",
  3216. "symfony/polyfill-mbstring": "~1.1"
  3217. },
  3218. "require-dev": {
  3219. "symfony/expression-language": "~2.4"
  3220. },
  3221. "type": "library",
  3222. "extra": {
  3223. "branch-alias": {
  3224. "dev-master": "2.7-dev"
  3225. }
  3226. },
  3227. "autoload": {
  3228. "psr-4": {
  3229. "Symfony\\Component\\HttpFoundation\\": ""
  3230. },
  3231. "classmap": [
  3232. "Resources/stubs"
  3233. ],
  3234. "exclude-from-classmap": [
  3235. "/Tests/"
  3236. ]
  3237. },
  3238. "notification-url": "https://packagist.org/downloads/",
  3239. "license": [
  3240. "MIT"
  3241. ],
  3242. "authors": [
  3243. {
  3244. "name": "Fabien Potencier",
  3245. "email": "fabien@symfony.com"
  3246. },
  3247. {
  3248. "name": "Symfony Community",
  3249. "homepage": "https://symfony.com/contributors"
  3250. }
  3251. ],
  3252. "description": "Symfony HttpFoundation Component",
  3253. "homepage": "https://symfony.com",
  3254. "time": "2018-01-29T09:18:42+00:00"
  3255. },
  3256. {
  3257. "name": "symfony/http-kernel",
  3258. "version": "v2.7.41",
  3259. "source": {
  3260. "type": "git",
  3261. "url": "https://github.com/symfony/http-kernel.git",
  3262. "reference": "6b1759b40031e7f82cf3231c0be43785699e6706"
  3263. },
  3264. "dist": {
  3265. "type": "zip",
  3266. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6b1759b40031e7f82cf3231c0be43785699e6706",
  3267. "reference": "6b1759b40031e7f82cf3231c0be43785699e6706",
  3268. "shasum": ""
  3269. },
  3270. "require": {
  3271. "php": ">=5.3.9",
  3272. "psr/log": "~1.0",
  3273. "symfony/debug": "^2.6.2",
  3274. "symfony/event-dispatcher": "^2.6.7",
  3275. "symfony/http-foundation": "~2.7.36|^2.8.29"
  3276. },
  3277. "conflict": {
  3278. "symfony/config": "<2.7",
  3279. "twig/twig": "<1.34|<2.4,>=2"
  3280. },
  3281. "require-dev": {
  3282. "symfony/browser-kit": "~2.3",
  3283. "symfony/class-loader": "~2.1",
  3284. "symfony/config": "~2.7",
  3285. "symfony/console": "~2.3",
  3286. "symfony/css-selector": "^2.0.5",
  3287. "symfony/dependency-injection": "~2.2",
  3288. "symfony/dom-crawler": "^2.0.5",
  3289. "symfony/expression-language": "~2.4",
  3290. "symfony/finder": "^2.0.5",
  3291. "symfony/process": "^2.0.5",
  3292. "symfony/routing": "~2.2",
  3293. "symfony/stopwatch": "~2.3",
  3294. "symfony/templating": "~2.2",
  3295. "symfony/translation": "^2.0.5",
  3296. "symfony/var-dumper": "~2.6"
  3297. },
  3298. "suggest": {
  3299. "symfony/browser-kit": "",
  3300. "symfony/class-loader": "",
  3301. "symfony/config": "",
  3302. "symfony/console": "",
  3303. "symfony/dependency-injection": "",
  3304. "symfony/finder": "",
  3305. "symfony/var-dumper": ""
  3306. },
  3307. "type": "library",
  3308. "extra": {
  3309. "branch-alias": {
  3310. "dev-master": "2.7-dev"
  3311. }
  3312. },
  3313. "autoload": {
  3314. "psr-4": {
  3315. "Symfony\\Component\\HttpKernel\\": ""
  3316. },
  3317. "exclude-from-classmap": [
  3318. "/Tests/"
  3319. ]
  3320. },
  3321. "notification-url": "https://packagist.org/downloads/",
  3322. "license": [
  3323. "MIT"
  3324. ],
  3325. "authors": [
  3326. {
  3327. "name": "Fabien Potencier",
  3328. "email": "fabien@symfony.com"
  3329. },
  3330. {
  3331. "name": "Symfony Community",
  3332. "homepage": "https://symfony.com/contributors"
  3333. }
  3334. ],
  3335. "description": "Symfony HttpKernel Component",
  3336. "homepage": "https://symfony.com",
  3337. "time": "2018-01-29T10:08:39+00:00"
  3338. },
  3339. {
  3340. "name": "symfony/polyfill-mbstring",
  3341. "version": "v1.7.0",
  3342. "source": {
  3343. "type": "git",
  3344. "url": "https://github.com/symfony/polyfill-mbstring.git",
  3345. "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
  3346. },
  3347. "dist": {
  3348. "type": "zip",
  3349. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
  3350. "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
  3351. "shasum": ""
  3352. },
  3353. "require": {
  3354. "php": ">=5.3.3"
  3355. },
  3356. "suggest": {
  3357. "ext-mbstring": "For best performance"
  3358. },
  3359. "type": "library",
  3360. "extra": {
  3361. "branch-alias": {
  3362. "dev-master": "1.7-dev"
  3363. }
  3364. },
  3365. "autoload": {
  3366. "psr-4": {
  3367. "Symfony\\Polyfill\\Mbstring\\": ""
  3368. },
  3369. "files": [
  3370. "bootstrap.php"
  3371. ]
  3372. },
  3373. "notification-url": "https://packagist.org/downloads/",
  3374. "license": [
  3375. "MIT"
  3376. ],
  3377. "authors": [
  3378. {
  3379. "name": "Nicolas Grekas",
  3380. "email": "p@tchwork.com"
  3381. },
  3382. {
  3383. "name": "Symfony Community",
  3384. "homepage": "https://symfony.com/contributors"
  3385. }
  3386. ],
  3387. "description": "Symfony polyfill for the Mbstring extension",
  3388. "homepage": "https://symfony.com",
  3389. "keywords": [
  3390. "compatibility",
  3391. "mbstring",
  3392. "polyfill",
  3393. "portable",
  3394. "shim"
  3395. ],
  3396. "time": "2018-01-30T19:27:44+00:00"
  3397. },
  3398. {
  3399. "name": "symfony/process",
  3400. "version": "v2.7.41",
  3401. "source": {
  3402. "type": "git",
  3403. "url": "https://github.com/symfony/process.git",
  3404. "reference": "9f3ba7d13b39d3808ce46715da5350b98368b9de"
  3405. },
  3406. "dist": {
  3407. "type": "zip",
  3408. "url": "https://api.github.com/repos/symfony/process/zipball/9f3ba7d13b39d3808ce46715da5350b98368b9de",
  3409. "reference": "9f3ba7d13b39d3808ce46715da5350b98368b9de",
  3410. "shasum": ""
  3411. },
  3412. "require": {
  3413. "php": ">=5.3.9"
  3414. },
  3415. "type": "library",
  3416. "extra": {
  3417. "branch-alias": {
  3418. "dev-master": "2.7-dev"
  3419. }
  3420. },
  3421. "autoload": {
  3422. "psr-4": {
  3423. "Symfony\\Component\\Process\\": ""
  3424. },
  3425. "exclude-from-classmap": [
  3426. "/Tests/"
  3427. ]
  3428. },
  3429. "notification-url": "https://packagist.org/downloads/",
  3430. "license": [
  3431. "MIT"
  3432. ],
  3433. "authors": [
  3434. {
  3435. "name": "Fabien Potencier",
  3436. "email": "fabien@symfony.com"
  3437. },
  3438. {
  3439. "name": "Symfony Community",
  3440. "homepage": "https://symfony.com/contributors"
  3441. }
  3442. ],
  3443. "description": "Symfony Process Component",
  3444. "homepage": "https://symfony.com",
  3445. "time": "2018-01-21T19:40:00+00:00"
  3446. },
  3447. {
  3448. "name": "symfony/routing",
  3449. "version": "v2.7.41",
  3450. "source": {
  3451. "type": "git",
  3452. "url": "https://github.com/symfony/routing.git",
  3453. "reference": "f9e62983a64343f9845ab4a15656cf1e1719809a"
  3454. },
  3455. "dist": {
  3456. "type": "zip",
  3457. "url": "https://api.github.com/repos/symfony/routing/zipball/f9e62983a64343f9845ab4a15656cf1e1719809a",
  3458. "reference": "f9e62983a64343f9845ab4a15656cf1e1719809a",
  3459. "shasum": ""
  3460. },
  3461. "require": {
  3462. "php": ">=5.3.9"
  3463. },
  3464. "conflict": {
  3465. "symfony/config": "<2.7"
  3466. },
  3467. "require-dev": {
  3468. "doctrine/annotations": "~1.0",
  3469. "doctrine/common": "~2.2",
  3470. "psr/log": "~1.0",
  3471. "symfony/config": "~2.7",
  3472. "symfony/expression-language": "~2.4",
  3473. "symfony/http-foundation": "~2.3",
  3474. "symfony/yaml": "^2.0.5"
  3475. },
  3476. "suggest": {
  3477. "doctrine/annotations": "For using the annotation loader",
  3478. "symfony/config": "For using the all-in-one router or any loader",
  3479. "symfony/expression-language": "For using expression matching",
  3480. "symfony/http-foundation": "For using a Symfony Request object",
  3481. "symfony/yaml": "For using the YAML loader"
  3482. },
  3483. "type": "library",
  3484. "extra": {
  3485. "branch-alias": {
  3486. "dev-master": "2.7-dev"
  3487. }
  3488. },
  3489. "autoload": {
  3490. "psr-4": {
  3491. "Symfony\\Component\\Routing\\": ""
  3492. },
  3493. "exclude-from-classmap": [
  3494. "/Tests/"
  3495. ]
  3496. },
  3497. "notification-url": "https://packagist.org/downloads/",
  3498. "license": [
  3499. "MIT"
  3500. ],
  3501. "authors": [
  3502. {
  3503. "name": "Fabien Potencier",
  3504. "email": "fabien@symfony.com"
  3505. },
  3506. {
  3507. "name": "Symfony Community",
  3508. "homepage": "https://symfony.com/contributors"
  3509. }
  3510. ],
  3511. "description": "Symfony Routing Component",
  3512. "homepage": "https://symfony.com",
  3513. "keywords": [
  3514. "router",
  3515. "routing",
  3516. "uri",
  3517. "url"
  3518. ],
  3519. "time": "2018-01-16T16:51:05+00:00"
  3520. },
  3521. {
  3522. "name": "symfony/security-core",
  3523. "version": "v2.7.41",
  3524. "source": {
  3525. "type": "git",
  3526. "url": "https://github.com/symfony/security-core.git",
  3527. "reference": "91f39ee728ddc0a1147f1c9b5972cc215e64c557"
  3528. },
  3529. "dist": {
  3530. "type": "zip",
  3531. "url": "https://api.github.com/repos/symfony/security-core/zipball/91f39ee728ddc0a1147f1c9b5972cc215e64c557",
  3532. "reference": "91f39ee728ddc0a1147f1c9b5972cc215e64c557",
  3533. "shasum": ""
  3534. },
  3535. "require": {
  3536. "paragonie/random_compat": "~1.0",
  3537. "php": ">=5.3.9"
  3538. },
  3539. "require-dev": {
  3540. "ircmaxell/password-compat": "1.0.*",
  3541. "psr/log": "~1.0",
  3542. "symfony/event-dispatcher": "~2.1",
  3543. "symfony/expression-language": "~2.6",
  3544. "symfony/http-foundation": "~2.4",
  3545. "symfony/validator": "~2.7.25|^2.8.18"
  3546. },
  3547. "suggest": {
  3548. "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5",
  3549. "symfony/event-dispatcher": "",
  3550. "symfony/expression-language": "For using the expression voter",
  3551. "symfony/http-foundation": "",
  3552. "symfony/validator": "For using the user password constraint"
  3553. },
  3554. "type": "library",
  3555. "extra": {
  3556. "branch-alias": {
  3557. "dev-master": "2.7-dev"
  3558. }
  3559. },
  3560. "autoload": {
  3561. "psr-4": {
  3562. "Symfony\\Component\\Security\\Core\\": ""
  3563. },
  3564. "exclude-from-classmap": [
  3565. "/Tests/"
  3566. ]
  3567. },
  3568. "notification-url": "https://packagist.org/downloads/",
  3569. "license": [
  3570. "MIT"
  3571. ],
  3572. "authors": [
  3573. {
  3574. "name": "Fabien Potencier",
  3575. "email": "fabien@symfony.com"
  3576. },
  3577. {
  3578. "name": "Symfony Community",
  3579. "homepage": "https://symfony.com/contributors"
  3580. }
  3581. ],
  3582. "description": "Symfony Security Component - Core Library",
  3583. "homepage": "https://symfony.com",
  3584. "time": "2018-01-18T10:45:20+00:00"
  3585. },
  3586. {
  3587. "name": "symfony/translation",
  3588. "version": "v2.7.41",
  3589. "source": {
  3590. "type": "git",
  3591. "url": "https://github.com/symfony/translation.git",
  3592. "reference": "bf521bfd1ba3f532810a1b3e2a81e8bfa15dce47"
  3593. },
  3594. "dist": {
  3595. "type": "zip",
  3596. "url": "https://api.github.com/repos/symfony/translation/zipball/bf521bfd1ba3f532810a1b3e2a81e8bfa15dce47",
  3597. "reference": "bf521bfd1ba3f532810a1b3e2a81e8bfa15dce47",
  3598. "shasum": ""
  3599. },
  3600. "require": {
  3601. "php": ">=5.3.9"
  3602. },
  3603. "conflict": {
  3604. "symfony/config": "<2.7"
  3605. },
  3606. "require-dev": {
  3607. "psr/log": "~1.0",
  3608. "symfony/config": "~2.7",
  3609. "symfony/intl": "~2.7.25|^2.8.18",
  3610. "symfony/yaml": "~2.2"
  3611. },
  3612. "suggest": {
  3613. "psr/log": "To use logging capability in translator",
  3614. "symfony/config": "",
  3615. "symfony/yaml": ""
  3616. },
  3617. "type": "library",
  3618. "extra": {
  3619. "branch-alias": {
  3620. "dev-master": "2.7-dev"
  3621. }
  3622. },
  3623. "autoload": {
  3624. "psr-4": {
  3625. "Symfony\\Component\\Translation\\": ""
  3626. },
  3627. "exclude-from-classmap": [
  3628. "/Tests/"
  3629. ]
  3630. },
  3631. "notification-url": "https://packagist.org/downloads/",
  3632. "license": [
  3633. "MIT"
  3634. ],
  3635. "authors": [
  3636. {
  3637. "name": "Fabien Potencier",
  3638. "email": "fabien@symfony.com"
  3639. },
  3640. {
  3641. "name": "Symfony Community",
  3642. "homepage": "https://symfony.com/contributors"
  3643. }
  3644. ],
  3645. "description": "Symfony Translation Component",
  3646. "homepage": "https://symfony.com",
  3647. "time": "2018-01-17T08:38:26+00:00"
  3648. },
  3649. {
  3650. "name": "symfony/yaml",
  3651. "version": "v3.3.16",
  3652. "source": {
  3653. "type": "git",
  3654. "url": "https://github.com/symfony/yaml.git",
  3655. "reference": "af615970e265543a26ee712c958404eb9b7ac93d"
  3656. },
  3657. "dist": {
  3658. "type": "zip",
  3659. "url": "https://api.github.com/repos/symfony/yaml/zipball/af615970e265543a26ee712c958404eb9b7ac93d",
  3660. "reference": "af615970e265543a26ee712c958404eb9b7ac93d",
  3661. "shasum": ""
  3662. },
  3663. "require": {
  3664. "php": "^5.5.9|>=7.0.8"
  3665. },
  3666. "require-dev": {
  3667. "symfony/console": "~2.8|~3.0"
  3668. },
  3669. "suggest": {
  3670. "symfony/console": "For validating YAML files using the lint command"
  3671. },
  3672. "type": "library",
  3673. "extra": {
  3674. "branch-alias": {
  3675. "dev-master": "3.3-dev"
  3676. }
  3677. },
  3678. "autoload": {
  3679. "psr-4": {
  3680. "Symfony\\Component\\Yaml\\": ""
  3681. },
  3682. "exclude-from-classmap": [
  3683. "/Tests/"
  3684. ]
  3685. },
  3686. "notification-url": "https://packagist.org/downloads/",
  3687. "license": [
  3688. "MIT"
  3689. ],
  3690. "authors": [
  3691. {
  3692. "name": "Fabien Potencier",
  3693. "email": "fabien@symfony.com"
  3694. },
  3695. {
  3696. "name": "Symfony Community",
  3697. "homepage": "https://symfony.com/contributors"
  3698. }
  3699. ],
  3700. "description": "Symfony Yaml Component",
  3701. "homepage": "https://symfony.com",
  3702. "time": "2018-01-20T15:04:53+00:00"
  3703. },
  3704. {
  3705. "name": "teepluss/restable",
  3706. "version": "1.0.2",
  3707. "source": {
  3708. "type": "git",
  3709. "url": "https://github.com/teepluss/laravel-restable.git",
  3710. "reference": "186c6e80e4551f7f4907b4bafcb718f0698039d6"
  3711. },
  3712. "dist": {
  3713. "type": "zip",
  3714. "url": "https://api.github.com/repos/teepluss/laravel-restable/zipball/186c6e80e4551f7f4907b4bafcb718f0698039d6",
  3715. "reference": "186c6e80e4551f7f4907b4bafcb718f0698039d6",
  3716. "shasum": ""
  3717. },
  3718. "require": {
  3719. "php": ">=5.3.0"
  3720. },
  3721. "require-dev": {
  3722. "illuminate/support": "4.1.x"
  3723. },
  3724. "type": "library",
  3725. "autoload": {
  3726. "classmap": [
  3727. "src/migrations"
  3728. ],
  3729. "psr-0": {
  3730. "Teepluss\\Restable": "src/"
  3731. }
  3732. },
  3733. "notification-url": "https://packagist.org/downloads/",
  3734. "license": [
  3735. "MIT"
  3736. ],
  3737. "authors": [
  3738. {
  3739. "name": "Teepluss",
  3740. "email": "admin@laravel.in.th"
  3741. }
  3742. ],
  3743. "description": "Laravel4 RESTful API format",
  3744. "homepage": "https://github.com/teepluss/laravel-restable",
  3745. "keywords": [
  3746. "api",
  3747. "laravel",
  3748. "laravel4",
  3749. "restful"
  3750. ],
  3751. "time": "2015-03-03T09:43:22+00:00"
  3752. },
  3753. {
  3754. "name": "tymon/jwt-auth",
  3755. "version": "0.4.3",
  3756. "source": {
  3757. "type": "git",
  3758. "url": "https://github.com/tymondesigns/jwt-auth.git",
  3759. "reference": "c4689c01af1145fe4a1a48c2e187a896640a95d7"
  3760. },
  3761. "dist": {
  3762. "type": "zip",
  3763. "url": "https://api.github.com/repos/tymondesigns/jwt-auth/zipball/c4689c01af1145fe4a1a48c2e187a896640a95d7",
  3764. "reference": "c4689c01af1145fe4a1a48c2e187a896640a95d7",
  3765. "shasum": ""
  3766. },
  3767. "require": {
  3768. "illuminate/http": "~4.0",
  3769. "illuminate/support": "~4.0",
  3770. "namshi/jose": "2.2.*",
  3771. "nesbot/carbon": "~1.0",
  3772. "php": ">=5.4.0"
  3773. },
  3774. "require-dev": {
  3775. "illuminate/auth": "~4.0",
  3776. "illuminate/console": "~4.0",
  3777. "illuminate/database": "~4.0",
  3778. "mockery/mockery": "0.9.*",
  3779. "phpunit/phpunit": "4.*"
  3780. },
  3781. "type": "library",
  3782. "extra": {
  3783. "branch-alias": {
  3784. "dev-develop": "0.5-dev"
  3785. }
  3786. },
  3787. "autoload": {
  3788. "psr-4": {
  3789. "Tymon\\JWTAuth\\": "src"
  3790. }
  3791. },
  3792. "notification-url": "https://packagist.org/downloads/",
  3793. "license": [
  3794. "MIT"
  3795. ],
  3796. "authors": [
  3797. {
  3798. "name": "Sean Tymon",
  3799. "email": "tymon148@gmail.com",
  3800. "homepage": "http://tymondesigns.com",
  3801. "role": "Developer"
  3802. }
  3803. ],
  3804. "description": "JSON Web Token Authentication for Laravel 4 and 5",
  3805. "homepage": "https://github.com/tymondesigns/jwt-auth",
  3806. "keywords": [
  3807. "Authentication",
  3808. "JSON Web Token",
  3809. "auth",
  3810. "authorization",
  3811. "jwt",
  3812. "laravel",
  3813. "tymon"
  3814. ],
  3815. "time": "2015-04-20T19:20:44+00:00"
  3816. },
  3817. {
  3818. "name": "zendframework/zend-escaper",
  3819. "version": "2.5.2",
  3820. "source": {
  3821. "type": "git",
  3822. "url": "https://github.com/zendframework/zend-escaper.git",
  3823. "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e"
  3824. },
  3825. "dist": {
  3826. "type": "zip",
  3827. "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
  3828. "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
  3829. "shasum": ""
  3830. },
  3831. "require": {
  3832. "php": ">=5.5"
  3833. },
  3834. "require-dev": {
  3835. "fabpot/php-cs-fixer": "1.7.*",
  3836. "phpunit/phpunit": "~4.0"
  3837. },
  3838. "type": "library",
  3839. "extra": {
  3840. "branch-alias": {
  3841. "dev-master": "2.5-dev",
  3842. "dev-develop": "2.6-dev"
  3843. }
  3844. },
  3845. "autoload": {
  3846. "psr-4": {
  3847. "Zend\\Escaper\\": "src/"
  3848. }
  3849. },
  3850. "notification-url": "https://packagist.org/downloads/",
  3851. "license": [
  3852. "BSD-3-Clause"
  3853. ],
  3854. "homepage": "https://github.com/zendframework/zend-escaper",
  3855. "keywords": [
  3856. "escaper",
  3857. "zf2"
  3858. ],
  3859. "time": "2016-06-30T19:48:38+00:00"
  3860. },
  3861. {
  3862. "name": "zendframework/zend-http",
  3863. "version": "2.7.0",
  3864. "source": {
  3865. "type": "git",
  3866. "url": "https://github.com/zendframework/zend-http.git",
  3867. "reference": "78aa510c0ea64bfb2aa234f50c4f232c9531acfa"
  3868. },
  3869. "dist": {
  3870. "type": "zip",
  3871. "url": "https://api.github.com/repos/zendframework/zend-http/zipball/78aa510c0ea64bfb2aa234f50c4f232c9531acfa",
  3872. "reference": "78aa510c0ea64bfb2aa234f50c4f232c9531acfa",
  3873. "shasum": ""
  3874. },
  3875. "require": {
  3876. "php": "^5.6 || ^7.0",
  3877. "zendframework/zend-loader": "^2.5.1",
  3878. "zendframework/zend-stdlib": "^3.1 || ^2.7.7",
  3879. "zendframework/zend-uri": "^2.5.2",
  3880. "zendframework/zend-validator": "^2.10.1"
  3881. },
  3882. "require-dev": {
  3883. "phpunit/phpunit": "^6.4.1 || ^5.7.15",
  3884. "zendframework/zend-coding-standard": "~1.0.0",
  3885. "zendframework/zend-config": "^3.1 || ^2.6"
  3886. },
  3887. "type": "library",
  3888. "extra": {
  3889. "branch-alias": {
  3890. "dev-master": "2.7-dev",
  3891. "dev-develop": "2.8-dev"
  3892. }
  3893. },
  3894. "autoload": {
  3895. "psr-4": {
  3896. "Zend\\Http\\": "src/"
  3897. }
  3898. },
  3899. "notification-url": "https://packagist.org/downloads/",
  3900. "license": [
  3901. "BSD-3-Clause"
  3902. ],
  3903. "description": "provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
  3904. "homepage": "https://github.com/zendframework/zend-http",
  3905. "keywords": [
  3906. "ZendFramework",
  3907. "http",
  3908. "http client",
  3909. "zend",
  3910. "zf"
  3911. ],
  3912. "time": "2017-10-13T12:06:24+00:00"
  3913. },
  3914. {
  3915. "name": "zendframework/zend-hydrator",
  3916. "version": "1.1.0",
  3917. "source": {
  3918. "type": "git",
  3919. "url": "https://github.com/zendframework/zend-hydrator.git",
  3920. "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65"
  3921. },
  3922. "dist": {
  3923. "type": "zip",
  3924. "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65",
  3925. "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65",
  3926. "shasum": ""
  3927. },
  3928. "require": {
  3929. "php": "^5.5 || ^7.0",
  3930. "zendframework/zend-stdlib": "^2.7 || ^3.0"
  3931. },
  3932. "require-dev": {
  3933. "phpunit/phpunit": "~4.0",
  3934. "squizlabs/php_codesniffer": "^2.0@dev",
  3935. "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
  3936. "zendframework/zend-filter": "^2.6",
  3937. "zendframework/zend-inputfilter": "^2.6",
  3938. "zendframework/zend-serializer": "^2.6.1",
  3939. "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
  3940. },
  3941. "suggest": {
  3942. "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
  3943. "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
  3944. "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
  3945. "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
  3946. },
  3947. "type": "library",
  3948. "extra": {
  3949. "branch-alias": {
  3950. "dev-release-1.0": "1.0-dev",
  3951. "dev-release-1.1": "1.1-dev",
  3952. "dev-master": "2.0-dev",
  3953. "dev-develop": "2.1-dev"
  3954. }
  3955. },
  3956. "autoload": {
  3957. "psr-4": {
  3958. "Zend\\Hydrator\\": "src/"
  3959. }
  3960. },
  3961. "notification-url": "https://packagist.org/downloads/",
  3962. "license": [
  3963. "BSD-3-Clause"
  3964. ],
  3965. "homepage": "https://github.com/zendframework/zend-hydrator",
  3966. "keywords": [
  3967. "hydrator",
  3968. "zf2"
  3969. ],
  3970. "time": "2016-02-18T22:38:26+00:00"
  3971. },
  3972. {
  3973. "name": "zendframework/zend-loader",
  3974. "version": "2.5.1",
  3975. "source": {
  3976. "type": "git",
  3977. "url": "https://github.com/zendframework/zend-loader.git",
  3978. "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c"
  3979. },
  3980. "dist": {
  3981. "type": "zip",
  3982. "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/c5fd2f071bde071f4363def7dea8dec7393e135c",
  3983. "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c",
  3984. "shasum": ""
  3985. },
  3986. "require": {
  3987. "php": ">=5.3.23"
  3988. },
  3989. "require-dev": {
  3990. "fabpot/php-cs-fixer": "1.7.*",
  3991. "phpunit/phpunit": "~4.0"
  3992. },
  3993. "type": "library",
  3994. "extra": {
  3995. "branch-alias": {
  3996. "dev-master": "2.5-dev",
  3997. "dev-develop": "2.6-dev"
  3998. }
  3999. },
  4000. "autoload": {
  4001. "psr-4": {
  4002. "Zend\\Loader\\": "src/"
  4003. }
  4004. },
  4005. "notification-url": "https://packagist.org/downloads/",
  4006. "license": [
  4007. "BSD-3-Clause"
  4008. ],
  4009. "homepage": "https://github.com/zendframework/zend-loader",
  4010. "keywords": [
  4011. "loader",
  4012. "zf2"
  4013. ],
  4014. "time": "2015-06-03T14:05:47+00:00"
  4015. },
  4016. {
  4017. "name": "zendframework/zend-stdlib",
  4018. "version": "2.7.7",
  4019. "source": {
  4020. "type": "git",
  4021. "url": "https://github.com/zendframework/zend-stdlib.git",
  4022. "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f"
  4023. },
  4024. "dist": {
  4025. "type": "zip",
  4026. "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f",
  4027. "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f",
  4028. "shasum": ""
  4029. },
  4030. "require": {
  4031. "php": "^5.5 || ^7.0",
  4032. "zendframework/zend-hydrator": "~1.1"
  4033. },
  4034. "require-dev": {
  4035. "athletic/athletic": "~0.1",
  4036. "fabpot/php-cs-fixer": "1.7.*",
  4037. "phpunit/phpunit": "~4.0",
  4038. "zendframework/zend-config": "~2.5",
  4039. "zendframework/zend-eventmanager": "~2.5",
  4040. "zendframework/zend-filter": "~2.5",
  4041. "zendframework/zend-inputfilter": "~2.5",
  4042. "zendframework/zend-serializer": "~2.5",
  4043. "zendframework/zend-servicemanager": "~2.5"
  4044. },
  4045. "suggest": {
  4046. "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
  4047. "zendframework/zend-filter": "To support naming strategy hydrator usage",
  4048. "zendframework/zend-serializer": "Zend\\Serializer component",
  4049. "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
  4050. },
  4051. "type": "library",
  4052. "extra": {
  4053. "branch-alias": {
  4054. "dev-release-2.7": "2.7-dev",
  4055. "dev-master": "3.0-dev",
  4056. "dev-develop": "3.1-dev"
  4057. }
  4058. },
  4059. "autoload": {
  4060. "psr-4": {
  4061. "Zend\\Stdlib\\": "src/"
  4062. }
  4063. },
  4064. "notification-url": "https://packagist.org/downloads/",
  4065. "license": [
  4066. "BSD-3-Clause"
  4067. ],
  4068. "homepage": "https://github.com/zendframework/zend-stdlib",
  4069. "keywords": [
  4070. "stdlib",
  4071. "zf2"
  4072. ],
  4073. "time": "2016-04-12T21:17:31+00:00"
  4074. },
  4075. {
  4076. "name": "zendframework/zend-uri",
  4077. "version": "2.5.2",
  4078. "source": {
  4079. "type": "git",
  4080. "url": "https://github.com/zendframework/zend-uri.git",
  4081. "reference": "0bf717a239432b1a1675ae314f7c4acd742749ed"
  4082. },
  4083. "dist": {
  4084. "type": "zip",
  4085. "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/0bf717a239432b1a1675ae314f7c4acd742749ed",
  4086. "reference": "0bf717a239432b1a1675ae314f7c4acd742749ed",
  4087. "shasum": ""
  4088. },
  4089. "require": {
  4090. "php": "^5.5 || ^7.0",
  4091. "zendframework/zend-escaper": "^2.5",
  4092. "zendframework/zend-validator": "^2.5"
  4093. },
  4094. "require-dev": {
  4095. "fabpot/php-cs-fixer": "1.7.*",
  4096. "phpunit/phpunit": "~4.0"
  4097. },
  4098. "type": "library",
  4099. "extra": {
  4100. "branch-alias": {
  4101. "dev-master": "2.5-dev",
  4102. "dev-develop": "2.6-dev"
  4103. }
  4104. },
  4105. "autoload": {
  4106. "psr-4": {
  4107. "Zend\\Uri\\": "src/"
  4108. }
  4109. },
  4110. "notification-url": "https://packagist.org/downloads/",
  4111. "license": [
  4112. "BSD-3-Clause"
  4113. ],
  4114. "description": "a component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
  4115. "homepage": "https://github.com/zendframework/zend-uri",
  4116. "keywords": [
  4117. "uri",
  4118. "zf2"
  4119. ],
  4120. "time": "2016-02-17T22:38:51+00:00"
  4121. },
  4122. {
  4123. "name": "zendframework/zend-validator",
  4124. "version": "2.10.2",
  4125. "source": {
  4126. "type": "git",
  4127. "url": "https://github.com/zendframework/zend-validator.git",
  4128. "reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9"
  4129. },
  4130. "dist": {
  4131. "type": "zip",
  4132. "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9",
  4133. "reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9",
  4134. "shasum": ""
  4135. },
  4136. "require": {
  4137. "container-interop/container-interop": "^1.1",
  4138. "php": "^5.6 || ^7.0",
  4139. "zendframework/zend-stdlib": "^2.7.6 || ^3.1"
  4140. },
  4141. "require-dev": {
  4142. "phpunit/phpunit": "^6.0.8 || ^5.7.15",
  4143. "zendframework/zend-cache": "^2.6.1",
  4144. "zendframework/zend-coding-standard": "~1.0.0",
  4145. "zendframework/zend-config": "^2.6",
  4146. "zendframework/zend-db": "^2.7",
  4147. "zendframework/zend-filter": "^2.6",
  4148. "zendframework/zend-http": "^2.5.4",
  4149. "zendframework/zend-i18n": "^2.6",
  4150. "zendframework/zend-math": "^2.6",
  4151. "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
  4152. "zendframework/zend-session": "^2.8",
  4153. "zendframework/zend-uri": "^2.5"
  4154. },
  4155. "suggest": {
  4156. "zendframework/zend-db": "Zend\\Db component, required by the (No)RecordExists validator",
  4157. "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
  4158. "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages",
  4159. "zendframework/zend-i18n-resources": "Translations of validator messages",
  4160. "zendframework/zend-math": "Zend\\Math component, required by the Csrf validator",
  4161. "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
  4162. "zendframework/zend-session": "Zend\\Session component, ^2.8; required by the Csrf validator",
  4163. "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
  4164. },
  4165. "type": "library",
  4166. "extra": {
  4167. "branch-alias": {
  4168. "dev-master": "2.10.x-dev",
  4169. "dev-develop": "2.11.x-dev"
  4170. },
  4171. "zf": {
  4172. "component": "Zend\\Validator",
  4173. "config-provider": "Zend\\Validator\\ConfigProvider"
  4174. }
  4175. },
  4176. "autoload": {
  4177. "psr-4": {
  4178. "Zend\\Validator\\": "src/"
  4179. }
  4180. },
  4181. "notification-url": "https://packagist.org/downloads/",
  4182. "license": [
  4183. "BSD-3-Clause"
  4184. ],
  4185. "description": "provides a set of commonly needed validators",
  4186. "homepage": "https://github.com/zendframework/zend-validator",
  4187. "keywords": [
  4188. "validator",
  4189. "zf2"
  4190. ],
  4191. "time": "2018-02-01T17:05:33+00:00"
  4192. }
  4193. ],
  4194. "packages-dev": [
  4195. {
  4196. "name": "barryvdh/laravel-ide-helper",
  4197. "version": "v1.11.6",
  4198. "source": {
  4199. "type": "git",
  4200. "url": "https://github.com/barryvdh/laravel-ide-helper.git",
  4201. "reference": "692b223e94139428427ab2b4d2370b8bc6b2fdbe"
  4202. },
  4203. "dist": {
  4204. "type": "zip",
  4205. "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/692b223e94139428427ab2b4d2370b8bc6b2fdbe",
  4206. "reference": "692b223e94139428427ab2b4d2370b8bc6b2fdbe",
  4207. "shasum": ""
  4208. },
  4209. "require": {
  4210. "illuminate/console": "4.x",
  4211. "illuminate/filesystem": "4.x",
  4212. "illuminate/support": "4.x",
  4213. "php": ">=5.3.0",
  4214. "phpdocumentor/reflection-docblock": "2.0.x",
  4215. "symfony/class-loader": "~2.3"
  4216. },
  4217. "require-dev": {
  4218. "doctrine/dbal": "~2.3"
  4219. },
  4220. "suggest": {
  4221. "doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)"
  4222. },
  4223. "type": "library",
  4224. "extra": {
  4225. "branch-alias": {
  4226. "dev-master": "1.11-dev"
  4227. }
  4228. },
  4229. "autoload": {
  4230. "psr-4": {
  4231. "Barryvdh\\LaravelIdeHelper\\": "src"
  4232. }
  4233. },
  4234. "notification-url": "https://packagist.org/downloads/",
  4235. "license": [
  4236. "MIT"
  4237. ],
  4238. "authors": [
  4239. {
  4240. "name": "Barry vd. Heuvel",
  4241. "email": "barryvdh@gmail.com"
  4242. }
  4243. ],
  4244. "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
  4245. "keywords": [
  4246. "autocomplete",
  4247. "codeintel",
  4248. "helper",
  4249. "ide",
  4250. "laravel",
  4251. "netbeans",
  4252. "phpdoc",
  4253. "phpstorm",
  4254. "sublime"
  4255. ],
  4256. "time": "2015-03-16T17:22:03+00:00"
  4257. },
  4258. {
  4259. "name": "cilex/cilex",
  4260. "version": "1.1.0",
  4261. "source": {
  4262. "type": "git",
  4263. "url": "https://github.com/Cilex/Cilex.git",
  4264. "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5"
  4265. },
  4266. "dist": {
  4267. "type": "zip",
  4268. "url": "https://api.github.com/repos/Cilex/Cilex/zipball/7acd965a609a56d0345e8b6071c261fbdb926cb5",
  4269. "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5",
  4270. "shasum": ""
  4271. },
  4272. "require": {
  4273. "cilex/console-service-provider": "1.*",
  4274. "php": ">=5.3.3",
  4275. "pimple/pimple": "~1.0",
  4276. "symfony/finder": "~2.1",
  4277. "symfony/process": "~2.1"
  4278. },
  4279. "require-dev": {
  4280. "phpunit/phpunit": "3.7.*",
  4281. "symfony/validator": "~2.1"
  4282. },
  4283. "suggest": {
  4284. "monolog/monolog": ">=1.0.0",
  4285. "symfony/validator": ">=1.0.0",
  4286. "symfony/yaml": ">=1.0.0"
  4287. },
  4288. "type": "library",
  4289. "extra": {
  4290. "branch-alias": {
  4291. "dev-master": "1.0-dev"
  4292. }
  4293. },
  4294. "autoload": {
  4295. "psr-0": {
  4296. "Cilex": "src/"
  4297. }
  4298. },
  4299. "notification-url": "https://packagist.org/downloads/",
  4300. "license": [
  4301. "MIT"
  4302. ],
  4303. "authors": [
  4304. {
  4305. "name": "Mike van Riel",
  4306. "email": "mike.vanriel@naenius.com"
  4307. }
  4308. ],
  4309. "description": "The PHP micro-framework for Command line tools based on the Symfony2 Components",
  4310. "homepage": "http://cilex.github.com",
  4311. "keywords": [
  4312. "cli",
  4313. "microframework"
  4314. ],
  4315. "time": "2014-03-29T14:03:13+00:00"
  4316. },
  4317. {
  4318. "name": "cilex/console-service-provider",
  4319. "version": "1.0.0",
  4320. "source": {
  4321. "type": "git",
  4322. "url": "https://github.com/Cilex/console-service-provider.git",
  4323. "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e"
  4324. },
  4325. "dist": {
  4326. "type": "zip",
  4327. "url": "https://api.github.com/repos/Cilex/console-service-provider/zipball/25ee3d1875243d38e1a3448ff94bdf944f70d24e",
  4328. "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e",
  4329. "shasum": ""
  4330. },
  4331. "require": {
  4332. "php": ">=5.3.3",
  4333. "pimple/pimple": "1.*@dev",
  4334. "symfony/console": "~2.1"
  4335. },
  4336. "require-dev": {
  4337. "cilex/cilex": "1.*@dev",
  4338. "silex/silex": "1.*@dev"
  4339. },
  4340. "type": "library",
  4341. "extra": {
  4342. "branch-alias": {
  4343. "dev-master": "1.0-dev"
  4344. }
  4345. },
  4346. "autoload": {
  4347. "psr-0": {
  4348. "Cilex\\Provider\\Console": "src"
  4349. }
  4350. },
  4351. "notification-url": "https://packagist.org/downloads/",
  4352. "license": [
  4353. "MIT"
  4354. ],
  4355. "authors": [
  4356. {
  4357. "name": "Beau Simensen",
  4358. "email": "beau@dflydev.com",
  4359. "homepage": "http://beausimensen.com"
  4360. },
  4361. {
  4362. "name": "Mike van Riel",
  4363. "email": "mike.vanriel@naenius.com"
  4364. }
  4365. ],
  4366. "description": "Console Service Provider",
  4367. "keywords": [
  4368. "cilex",
  4369. "console",
  4370. "pimple",
  4371. "service-provider",
  4372. "silex"
  4373. ],
  4374. "time": "2012-12-19T10:50:58+00:00"
  4375. },
  4376. {
  4377. "name": "doctrine/instantiator",
  4378. "version": "1.1.0",
  4379. "source": {
  4380. "type": "git",
  4381. "url": "https://github.com/doctrine/instantiator.git",
  4382. "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
  4383. },
  4384. "dist": {
  4385. "type": "zip",
  4386. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
  4387. "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
  4388. "shasum": ""
  4389. },
  4390. "require": {
  4391. "php": "^7.1"
  4392. },
  4393. "require-dev": {
  4394. "athletic/athletic": "~0.1.8",
  4395. "ext-pdo": "*",
  4396. "ext-phar": "*",
  4397. "phpunit/phpunit": "^6.2.3",
  4398. "squizlabs/php_codesniffer": "^3.0.2"
  4399. },
  4400. "type": "library",
  4401. "extra": {
  4402. "branch-alias": {
  4403. "dev-master": "1.2.x-dev"
  4404. }
  4405. },
  4406. "autoload": {
  4407. "psr-4": {
  4408. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  4409. }
  4410. },
  4411. "notification-url": "https://packagist.org/downloads/",
  4412. "license": [
  4413. "MIT"
  4414. ],
  4415. "authors": [
  4416. {
  4417. "name": "Marco Pivetta",
  4418. "email": "ocramius@gmail.com",
  4419. "homepage": "http://ocramius.github.com/"
  4420. }
  4421. ],
  4422. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  4423. "homepage": "https://github.com/doctrine/instantiator",
  4424. "keywords": [
  4425. "constructor",
  4426. "instantiate"
  4427. ],
  4428. "time": "2017-07-22T11:58:36+00:00"
  4429. },
  4430. {
  4431. "name": "erusev/parsedown",
  4432. "version": "1.6.4",
  4433. "source": {
  4434. "type": "git",
  4435. "url": "https://github.com/erusev/parsedown.git",
  4436. "reference": "fbe3fe878f4fe69048bb8a52783a09802004f548"
  4437. },
  4438. "dist": {
  4439. "type": "zip",
  4440. "url": "https://api.github.com/repos/erusev/parsedown/zipball/fbe3fe878f4fe69048bb8a52783a09802004f548",
  4441. "reference": "fbe3fe878f4fe69048bb8a52783a09802004f548",
  4442. "shasum": ""
  4443. },
  4444. "require": {
  4445. "php": ">=5.3.0"
  4446. },
  4447. "require-dev": {
  4448. "phpunit/phpunit": "^4.8.35"
  4449. },
  4450. "type": "library",
  4451. "autoload": {
  4452. "psr-0": {
  4453. "Parsedown": ""
  4454. }
  4455. },
  4456. "notification-url": "https://packagist.org/downloads/",
  4457. "license": [
  4458. "MIT"
  4459. ],
  4460. "authors": [
  4461. {
  4462. "name": "Emanuil Rusev",
  4463. "email": "hello@erusev.com",
  4464. "homepage": "http://erusev.com"
  4465. }
  4466. ],
  4467. "description": "Parser for Markdown.",
  4468. "homepage": "http://parsedown.org",
  4469. "keywords": [
  4470. "markdown",
  4471. "parser"
  4472. ],
  4473. "time": "2017-11-14T20:44:03+00:00"
  4474. },
  4475. {
  4476. "name": "hamcrest/hamcrest-php",
  4477. "version": "v1.2.2",
  4478. "source": {
  4479. "type": "git",
  4480. "url": "https://github.com/hamcrest/hamcrest-php.git",
  4481. "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
  4482. },
  4483. "dist": {
  4484. "type": "zip",
  4485. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
  4486. "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
  4487. "shasum": ""
  4488. },
  4489. "require": {
  4490. "php": ">=5.3.2"
  4491. },
  4492. "replace": {
  4493. "cordoval/hamcrest-php": "*",
  4494. "davedevelopment/hamcrest-php": "*",
  4495. "kodova/hamcrest-php": "*"
  4496. },
  4497. "require-dev": {
  4498. "phpunit/php-file-iterator": "1.3.3",
  4499. "satooshi/php-coveralls": "dev-master"
  4500. },
  4501. "type": "library",
  4502. "autoload": {
  4503. "classmap": [
  4504. "hamcrest"
  4505. ],
  4506. "files": [
  4507. "hamcrest/Hamcrest.php"
  4508. ]
  4509. },
  4510. "notification-url": "https://packagist.org/downloads/",
  4511. "license": [
  4512. "BSD"
  4513. ],
  4514. "description": "This is the PHP port of Hamcrest Matchers",
  4515. "keywords": [
  4516. "test"
  4517. ],
  4518. "time": "2015-05-11T14:41:42+00:00"
  4519. },
  4520. {
  4521. "name": "herrera-io/json",
  4522. "version": "1.0.3",
  4523. "source": {
  4524. "type": "git",
  4525. "url": "https://github.com/kherge-php/json.git",
  4526. "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1"
  4527. },
  4528. "dist": {
  4529. "type": "zip",
  4530. "url": "https://api.github.com/repos/kherge-php/json/zipball/60c696c9370a1e5136816ca557c17f82a6fa83f1",
  4531. "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1",
  4532. "shasum": ""
  4533. },
  4534. "require": {
  4535. "ext-json": "*",
  4536. "justinrainbow/json-schema": ">=1.0,<2.0-dev",
  4537. "php": ">=5.3.3",
  4538. "seld/jsonlint": ">=1.0,<2.0-dev"
  4539. },
  4540. "require-dev": {
  4541. "herrera-io/phpunit-test-case": "1.*",
  4542. "mikey179/vfsstream": "1.1.0",
  4543. "phpunit/phpunit": "3.7.*"
  4544. },
  4545. "type": "library",
  4546. "extra": {
  4547. "branch-alias": {
  4548. "dev-master": "1.0-dev"
  4549. }
  4550. },
  4551. "autoload": {
  4552. "files": [
  4553. "src/lib/json_version.php"
  4554. ],
  4555. "psr-0": {
  4556. "Herrera\\Json": "src/lib"
  4557. }
  4558. },
  4559. "notification-url": "https://packagist.org/downloads/",
  4560. "license": [
  4561. "MIT"
  4562. ],
  4563. "authors": [
  4564. {
  4565. "name": "Kevin Herrera",
  4566. "email": "kevin@herrera.io",
  4567. "homepage": "http://kevin.herrera.io"
  4568. }
  4569. ],
  4570. "description": "A library for simplifying JSON linting and validation.",
  4571. "homepage": "http://herrera-io.github.com/php-json",
  4572. "keywords": [
  4573. "json",
  4574. "lint",
  4575. "schema",
  4576. "validate"
  4577. ],
  4578. "abandoned": "kherge/json",
  4579. "time": "2013-10-30T16:51:34+00:00"
  4580. },
  4581. {
  4582. "name": "herrera-io/phar-update",
  4583. "version": "1.0.3",
  4584. "source": {
  4585. "type": "git",
  4586. "url": "https://github.com/kherge-abandoned/php-phar-update.git",
  4587. "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b"
  4588. },
  4589. "dist": {
  4590. "type": "zip",
  4591. "url": "https://api.github.com/repos/kherge-abandoned/php-phar-update/zipball/00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
  4592. "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
  4593. "shasum": ""
  4594. },
  4595. "require": {
  4596. "herrera-io/json": "1.*",
  4597. "kherge/version": "1.*",
  4598. "php": ">=5.3.3"
  4599. },
  4600. "require-dev": {
  4601. "herrera-io/phpunit-test-case": "1.*",
  4602. "mikey179/vfsstream": "1.1.0",
  4603. "phpunit/phpunit": "3.7.*"
  4604. },
  4605. "type": "library",
  4606. "extra": {
  4607. "branch-alias": {
  4608. "dev-master": "1.0-dev"
  4609. }
  4610. },
  4611. "autoload": {
  4612. "files": [
  4613. "src/lib/constants.php"
  4614. ],
  4615. "psr-0": {
  4616. "Herrera\\Phar\\Update": "src/lib"
  4617. }
  4618. },
  4619. "notification-url": "https://packagist.org/downloads/",
  4620. "license": [
  4621. "MIT"
  4622. ],
  4623. "authors": [
  4624. {
  4625. "name": "Kevin Herrera",
  4626. "email": "kevin@herrera.io",
  4627. "homepage": "http://kevin.herrera.io"
  4628. }
  4629. ],
  4630. "description": "A library for self-updating Phars.",
  4631. "homepage": "http://herrera-io.github.com/php-phar-update",
  4632. "keywords": [
  4633. "phar",
  4634. "update"
  4635. ],
  4636. "abandoned": true,
  4637. "time": "2013-10-30T17:23:01+00:00"
  4638. },
  4639. {
  4640. "name": "jms/metadata",
  4641. "version": "1.6.0",
  4642. "source": {
  4643. "type": "git",
  4644. "url": "https://github.com/schmittjoh/metadata.git",
  4645. "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab"
  4646. },
  4647. "dist": {
  4648. "type": "zip",
  4649. "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab",
  4650. "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab",
  4651. "shasum": ""
  4652. },
  4653. "require": {
  4654. "php": ">=5.3.0"
  4655. },
  4656. "require-dev": {
  4657. "doctrine/cache": "~1.0",
  4658. "symfony/cache": "~3.1"
  4659. },
  4660. "type": "library",
  4661. "extra": {
  4662. "branch-alias": {
  4663. "dev-master": "1.5.x-dev"
  4664. }
  4665. },
  4666. "autoload": {
  4667. "psr-0": {
  4668. "Metadata\\": "src/"
  4669. }
  4670. },
  4671. "notification-url": "https://packagist.org/downloads/",
  4672. "license": [
  4673. "Apache-2.0"
  4674. ],
  4675. "authors": [
  4676. {
  4677. "name": "Johannes M. Schmitt",
  4678. "email": "schmittjoh@gmail.com"
  4679. }
  4680. ],
  4681. "description": "Class/method/property metadata management in PHP",
  4682. "keywords": [
  4683. "annotations",
  4684. "metadata",
  4685. "xml",
  4686. "yaml"
  4687. ],
  4688. "time": "2016-12-05T10:18:33+00:00"
  4689. },
  4690. {
  4691. "name": "jms/parser-lib",
  4692. "version": "1.0.0",
  4693. "source": {
  4694. "type": "git",
  4695. "url": "https://github.com/schmittjoh/parser-lib.git",
  4696. "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
  4697. },
  4698. "dist": {
  4699. "type": "zip",
  4700. "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
  4701. "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
  4702. "shasum": ""
  4703. },
  4704. "require": {
  4705. "phpoption/phpoption": ">=0.9,<2.0-dev"
  4706. },
  4707. "type": "library",
  4708. "extra": {
  4709. "branch-alias": {
  4710. "dev-master": "1.0-dev"
  4711. }
  4712. },
  4713. "autoload": {
  4714. "psr-0": {
  4715. "JMS\\": "src/"
  4716. }
  4717. },
  4718. "notification-url": "https://packagist.org/downloads/",
  4719. "license": [
  4720. "Apache2"
  4721. ],
  4722. "description": "A library for easily creating recursive-descent parsers.",
  4723. "time": "2012-11-18T18:08:43+00:00"
  4724. },
  4725. {
  4726. "name": "jms/serializer",
  4727. "version": "0.16.0",
  4728. "source": {
  4729. "type": "git",
  4730. "url": "https://github.com/schmittjoh/serializer.git",
  4731. "reference": "c8a171357ca92b6706e395c757f334902d430ea9"
  4732. },
  4733. "dist": {
  4734. "type": "zip",
  4735. "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9",
  4736. "reference": "c8a171357ca92b6706e395c757f334902d430ea9",
  4737. "shasum": ""
  4738. },
  4739. "require": {
  4740. "doctrine/annotations": "1.*",
  4741. "jms/metadata": "~1.1",
  4742. "jms/parser-lib": "1.*",
  4743. "php": ">=5.3.2",
  4744. "phpcollection/phpcollection": "~0.1"
  4745. },
  4746. "require-dev": {
  4747. "doctrine/orm": "~2.1",
  4748. "doctrine/phpcr-odm": "~1.0.1",
  4749. "jackalope/jackalope-doctrine-dbal": "1.0.*",
  4750. "propel/propel1": "~1.7",
  4751. "symfony/filesystem": "2.*",
  4752. "symfony/form": "~2.1",
  4753. "symfony/translation": "~2.0",
  4754. "symfony/validator": "~2.0",
  4755. "symfony/yaml": "2.*",
  4756. "twig/twig": ">=1.8,<2.0-dev"
  4757. },
  4758. "suggest": {
  4759. "symfony/yaml": "Required if you'd like to serialize data to YAML format."
  4760. },
  4761. "type": "library",
  4762. "extra": {
  4763. "branch-alias": {
  4764. "dev-master": "0.15-dev"
  4765. }
  4766. },
  4767. "autoload": {
  4768. "psr-0": {
  4769. "JMS\\Serializer": "src/"
  4770. }
  4771. },
  4772. "notification-url": "https://packagist.org/downloads/",
  4773. "license": [
  4774. "Apache2"
  4775. ],
  4776. "authors": [
  4777. {
  4778. "name": "Johannes Schmitt",
  4779. "email": "schmittjoh@gmail.com",
  4780. "homepage": "https://github.com/schmittjoh",
  4781. "role": "Developer of wrapped JMSSerializerBundle"
  4782. }
  4783. ],
  4784. "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
  4785. "homepage": "http://jmsyst.com/libs/serializer",
  4786. "keywords": [
  4787. "deserialization",
  4788. "jaxb",
  4789. "json",
  4790. "serialization",
  4791. "xml"
  4792. ],
  4793. "time": "2014-03-18T08:39:00+00:00"
  4794. },
  4795. {
  4796. "name": "justinrainbow/json-schema",
  4797. "version": "1.6.1",
  4798. "source": {
  4799. "type": "git",
  4800. "url": "https://github.com/justinrainbow/json-schema.git",
  4801. "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341"
  4802. },
  4803. "dist": {
  4804. "type": "zip",
  4805. "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341",
  4806. "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341",
  4807. "shasum": ""
  4808. },
  4809. "require": {
  4810. "php": ">=5.3.29"
  4811. },
  4812. "require-dev": {
  4813. "json-schema/json-schema-test-suite": "1.1.0",
  4814. "phpdocumentor/phpdocumentor": "~2",
  4815. "phpunit/phpunit": "~3.7"
  4816. },
  4817. "bin": [
  4818. "bin/validate-json"
  4819. ],
  4820. "type": "library",
  4821. "extra": {
  4822. "branch-alias": {
  4823. "dev-master": "1.6.x-dev"
  4824. }
  4825. },
  4826. "autoload": {
  4827. "psr-4": {
  4828. "JsonSchema\\": "src/JsonSchema/"
  4829. }
  4830. },
  4831. "notification-url": "https://packagist.org/downloads/",
  4832. "license": [
  4833. "BSD-3-Clause"
  4834. ],
  4835. "authors": [
  4836. {
  4837. "name": "Bruno Prieto Reis",
  4838. "email": "bruno.p.reis@gmail.com"
  4839. },
  4840. {
  4841. "name": "Justin Rainbow",
  4842. "email": "justin.rainbow@gmail.com"
  4843. },
  4844. {
  4845. "name": "Igor Wiedler",
  4846. "email": "igor@wiedler.ch"
  4847. },
  4848. {
  4849. "name": "Robert Schönthal",
  4850. "email": "seroscho@googlemail.com"
  4851. }
  4852. ],
  4853. "description": "A library to validate a json schema.",
  4854. "homepage": "https://github.com/justinrainbow/json-schema",
  4855. "keywords": [
  4856. "json",
  4857. "schema"
  4858. ],
  4859. "time": "2016-01-25T15:43:01+00:00"
  4860. },
  4861. {
  4862. "name": "kherge/version",
  4863. "version": "1.0.1",
  4864. "source": {
  4865. "type": "git",
  4866. "url": "https://github.com/kherge-abandoned/Version.git",
  4867. "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30"
  4868. },
  4869. "dist": {
  4870. "type": "zip",
  4871. "url": "https://api.github.com/repos/kherge-abandoned/Version/zipball/f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
  4872. "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
  4873. "shasum": ""
  4874. },
  4875. "require": {
  4876. "php": ">=5.3.3"
  4877. },
  4878. "type": "library",
  4879. "extra": {
  4880. "branch-alias": {
  4881. "dev-master": "1.0-dev"
  4882. }
  4883. },
  4884. "autoload": {
  4885. "psr-0": {
  4886. "KevinGH\\Version": "src/lib/"
  4887. }
  4888. },
  4889. "notification-url": "https://packagist.org/downloads/",
  4890. "license": [
  4891. "MIT"
  4892. ],
  4893. "authors": [
  4894. {
  4895. "name": "Kevin Herrera",
  4896. "email": "me@kevingh.com"
  4897. }
  4898. ],
  4899. "description": "A parsing and comparison library for semantic versioning.",
  4900. "homepage": "http://github.com/kherge/Version",
  4901. "abandoned": true,
  4902. "time": "2012-08-16T17:13:03+00:00"
  4903. },
  4904. {
  4905. "name": "mockery/mockery",
  4906. "version": "0.9.9",
  4907. "source": {
  4908. "type": "git",
  4909. "url": "https://github.com/mockery/mockery.git",
  4910. "reference": "6fdb61243844dc924071d3404bb23994ea0b6856"
  4911. },
  4912. "dist": {
  4913. "type": "zip",
  4914. "url": "https://api.github.com/repos/mockery/mockery/zipball/6fdb61243844dc924071d3404bb23994ea0b6856",
  4915. "reference": "6fdb61243844dc924071d3404bb23994ea0b6856",
  4916. "shasum": ""
  4917. },
  4918. "require": {
  4919. "hamcrest/hamcrest-php": "~1.1",
  4920. "lib-pcre": ">=7.0",
  4921. "php": ">=5.3.2"
  4922. },
  4923. "require-dev": {
  4924. "phpunit/phpunit": "~4.0"
  4925. },
  4926. "type": "library",
  4927. "extra": {
  4928. "branch-alias": {
  4929. "dev-master": "0.9.x-dev"
  4930. }
  4931. },
  4932. "autoload": {
  4933. "psr-0": {
  4934. "Mockery": "library/"
  4935. }
  4936. },
  4937. "notification-url": "https://packagist.org/downloads/",
  4938. "license": [
  4939. "BSD-3-Clause"
  4940. ],
  4941. "authors": [
  4942. {
  4943. "name": "Pádraic Brady",
  4944. "email": "padraic.brady@gmail.com",
  4945. "homepage": "http://blog.astrumfutura.com"
  4946. },
  4947. {
  4948. "name": "Dave Marshall",
  4949. "email": "dave.marshall@atstsolutions.co.uk",
  4950. "homepage": "http://davedevelopment.co.uk"
  4951. }
  4952. ],
  4953. "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.",
  4954. "homepage": "http://github.com/padraic/mockery",
  4955. "keywords": [
  4956. "BDD",
  4957. "TDD",
  4958. "library",
  4959. "mock",
  4960. "mock objects",
  4961. "mockery",
  4962. "stub",
  4963. "test",
  4964. "test double",
  4965. "testing"
  4966. ],
  4967. "time": "2017-02-28T12:52:32+00:00"
  4968. },
  4969. {
  4970. "name": "myclabs/deep-copy",
  4971. "version": "1.7.0",
  4972. "source": {
  4973. "type": "git",
  4974. "url": "https://github.com/myclabs/DeepCopy.git",
  4975. "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
  4976. },
  4977. "dist": {
  4978. "type": "zip",
  4979. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
  4980. "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
  4981. "shasum": ""
  4982. },
  4983. "require": {
  4984. "php": "^5.6 || ^7.0"
  4985. },
  4986. "require-dev": {
  4987. "doctrine/collections": "^1.0",
  4988. "doctrine/common": "^2.6",
  4989. "phpunit/phpunit": "^4.1"
  4990. },
  4991. "type": "library",
  4992. "autoload": {
  4993. "psr-4": {
  4994. "DeepCopy\\": "src/DeepCopy/"
  4995. },
  4996. "files": [
  4997. "src/DeepCopy/deep_copy.php"
  4998. ]
  4999. },
  5000. "notification-url": "https://packagist.org/downloads/",
  5001. "license": [
  5002. "MIT"
  5003. ],
  5004. "description": "Create deep copies (clones) of your objects",
  5005. "keywords": [
  5006. "clone",
  5007. "copy",
  5008. "duplicate",
  5009. "object",
  5010. "object graph"
  5011. ],
  5012. "time": "2017-10-19T19:58:43+00:00"
  5013. },
  5014. {
  5015. "name": "phpcollection/phpcollection",
  5016. "version": "0.5.0",
  5017. "source": {
  5018. "type": "git",
  5019. "url": "https://github.com/schmittjoh/php-collection.git",
  5020. "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
  5021. },
  5022. "dist": {
  5023. "type": "zip",
  5024. "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
  5025. "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
  5026. "shasum": ""
  5027. },
  5028. "require": {
  5029. "phpoption/phpoption": "1.*"
  5030. },
  5031. "type": "library",
  5032. "extra": {
  5033. "branch-alias": {
  5034. "dev-master": "0.4-dev"
  5035. }
  5036. },
  5037. "autoload": {
  5038. "psr-0": {
  5039. "PhpCollection": "src/"
  5040. }
  5041. },
  5042. "notification-url": "https://packagist.org/downloads/",
  5043. "license": [
  5044. "Apache2"
  5045. ],
  5046. "authors": [
  5047. {
  5048. "name": "Johannes M. Schmitt",
  5049. "email": "schmittjoh@gmail.com"
  5050. }
  5051. ],
  5052. "description": "General-Purpose Collection Library for PHP",
  5053. "keywords": [
  5054. "collection",
  5055. "list",
  5056. "map",
  5057. "sequence",
  5058. "set"
  5059. ],
  5060. "time": "2015-05-17T12:39:23+00:00"
  5061. },
  5062. {
  5063. "name": "phpdocumentor/fileset",
  5064. "version": "1.0.0",
  5065. "source": {
  5066. "type": "git",
  5067. "url": "https://github.com/phpDocumentor/Fileset.git",
  5068. "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0"
  5069. },
  5070. "dist": {
  5071. "type": "zip",
  5072. "url": "https://api.github.com/repos/phpDocumentor/Fileset/zipball/bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
  5073. "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
  5074. "shasum": ""
  5075. },
  5076. "require": {
  5077. "php": ">=5.3.3",
  5078. "symfony/finder": "~2.1"
  5079. },
  5080. "require-dev": {
  5081. "phpunit/phpunit": "~3.7"
  5082. },
  5083. "type": "library",
  5084. "autoload": {
  5085. "psr-0": {
  5086. "phpDocumentor": [
  5087. "src/",
  5088. "tests/unit/"
  5089. ]
  5090. }
  5091. },
  5092. "notification-url": "https://packagist.org/downloads/",
  5093. "license": [
  5094. "MIT"
  5095. ],
  5096. "description": "Fileset component for collecting a set of files given directories and file paths",
  5097. "homepage": "http://www.phpdoc.org",
  5098. "keywords": [
  5099. "files",
  5100. "fileset",
  5101. "phpdoc"
  5102. ],
  5103. "time": "2013-08-06T21:07:42+00:00"
  5104. },
  5105. {
  5106. "name": "phpdocumentor/graphviz",
  5107. "version": "1.0.4",
  5108. "source": {
  5109. "type": "git",
  5110. "url": "https://github.com/phpDocumentor/GraphViz.git",
  5111. "reference": "a906a90a9f230535f25ea31caf81b2323956283f"
  5112. },
  5113. "dist": {
  5114. "type": "zip",
  5115. "url": "https://api.github.com/repos/phpDocumentor/GraphViz/zipball/a906a90a9f230535f25ea31caf81b2323956283f",
  5116. "reference": "a906a90a9f230535f25ea31caf81b2323956283f",
  5117. "shasum": ""
  5118. },
  5119. "require": {
  5120. "php": ">=5.3.3"
  5121. },
  5122. "require-dev": {
  5123. "phpunit/phpunit": "~4.0"
  5124. },
  5125. "type": "library",
  5126. "autoload": {
  5127. "psr-0": {
  5128. "phpDocumentor": [
  5129. "src/",
  5130. "tests/unit"
  5131. ]
  5132. }
  5133. },
  5134. "notification-url": "https://packagist.org/downloads/",
  5135. "license": [
  5136. "MIT"
  5137. ],
  5138. "authors": [
  5139. {
  5140. "name": "Mike van Riel",
  5141. "email": "mike.vanriel@naenius.com"
  5142. }
  5143. ],
  5144. "time": "2016-02-02T13:00:08+00:00"
  5145. },
  5146. {
  5147. "name": "phpdocumentor/phpdocumentor",
  5148. "version": "v2.8.5",
  5149. "source": {
  5150. "type": "git",
  5151. "url": "https://github.com/phpDocumentor/phpDocumentor2.git",
  5152. "reference": "adfb4affa80e8cc0134616f2d2d264dd25c243eb"
  5153. },
  5154. "dist": {
  5155. "type": "zip",
  5156. "url": "https://api.github.com/repos/phpDocumentor/phpDocumentor2/zipball/adfb4affa80e8cc0134616f2d2d264dd25c243eb",
  5157. "reference": "adfb4affa80e8cc0134616f2d2d264dd25c243eb",
  5158. "shasum": ""
  5159. },
  5160. "require": {
  5161. "cilex/cilex": "~1.0",
  5162. "erusev/parsedown": "~1.0",
  5163. "herrera-io/phar-update": "1.0.3",
  5164. "jms/serializer": "~0.12",
  5165. "monolog/monolog": "~1.6",
  5166. "php": ">=5.3.3",
  5167. "phpdocumentor/fileset": "~1.0",
  5168. "phpdocumentor/graphviz": "~1.0",
  5169. "phpdocumentor/reflection": "~1.0",
  5170. "phpdocumentor/reflection-docblock": "~2.0",
  5171. "symfony/config": "~2.3",
  5172. "symfony/console": "~2.3",
  5173. "symfony/event-dispatcher": "~2.1",
  5174. "symfony/process": "~2.0",
  5175. "symfony/stopwatch": "~2.3",
  5176. "symfony/validator": "~2.2",
  5177. "twig/twig": "~1.3",
  5178. "zendframework/zend-cache": "~2.1",
  5179. "zendframework/zend-config": "~2.1",
  5180. "zendframework/zend-filter": "~2.1",
  5181. "zendframework/zend-i18n": "~2.1",
  5182. "zendframework/zend-serializer": "~2.1",
  5183. "zendframework/zend-servicemanager": "~2.1",
  5184. "zendframework/zend-stdlib": "~2.1",
  5185. "zetacomponents/document": ">=1.3.1"
  5186. },
  5187. "require-dev": {
  5188. "behat/behat": "~3.0",
  5189. "mikey179/vfsstream": "~1.2",
  5190. "mockery/mockery": "~0.9@dev",
  5191. "phpunit/phpunit": "~4.0",
  5192. "squizlabs/php_codesniffer": "~1.4",
  5193. "symfony/expression-language": "~2.4"
  5194. },
  5195. "suggest": {
  5196. "ext-twig": "Enabling the twig extension improves the generation of twig based templates.",
  5197. "ext-xslcache": "Enabling the XSLCache extension improves the generation of xml based templates."
  5198. },
  5199. "bin": [
  5200. "bin/phpdoc.php",
  5201. "bin/phpdoc"
  5202. ],
  5203. "type": "library",
  5204. "extra": {
  5205. "branch-alias": {
  5206. "dev-develop": "2.9-dev"
  5207. }
  5208. },
  5209. "autoload": {
  5210. "psr-0": {
  5211. "phpDocumentor": [
  5212. "src/",
  5213. "tests/unit/"
  5214. ],
  5215. "Cilex\\Provider": [
  5216. "src/"
  5217. ]
  5218. }
  5219. },
  5220. "notification-url": "https://packagist.org/downloads/",
  5221. "license": [
  5222. "MIT"
  5223. ],
  5224. "description": "Documentation Generator for PHP",
  5225. "homepage": "http://www.phpdoc.org",
  5226. "keywords": [
  5227. "api",
  5228. "application",
  5229. "dga",
  5230. "documentation",
  5231. "phpdoc"
  5232. ],
  5233. "time": "2015-07-28T06:36:40+00:00"
  5234. },
  5235. {
  5236. "name": "phpdocumentor/reflection",
  5237. "version": "1.0.7",
  5238. "source": {
  5239. "type": "git",
  5240. "url": "https://github.com/phpDocumentor/Reflection.git",
  5241. "reference": "fc40c3f604ac2287eb5c314174d5109b2c699372"
  5242. },
  5243. "dist": {
  5244. "type": "zip",
  5245. "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/fc40c3f604ac2287eb5c314174d5109b2c699372",
  5246. "reference": "fc40c3f604ac2287eb5c314174d5109b2c699372",
  5247. "shasum": ""
  5248. },
  5249. "require": {
  5250. "nikic/php-parser": "~0.9.4",
  5251. "php": ">=5.3.3",
  5252. "phpdocumentor/reflection-docblock": "~2.0",
  5253. "psr/log": "~1.0"
  5254. },
  5255. "require-dev": {
  5256. "behat/behat": "~2.4",
  5257. "mockery/mockery": "~0.8",
  5258. "phpunit/phpunit": "~4.0"
  5259. },
  5260. "type": "library",
  5261. "extra": {
  5262. "branch-alias": {
  5263. "dev-master": "1.0.x-dev"
  5264. }
  5265. },
  5266. "autoload": {
  5267. "psr-0": {
  5268. "phpDocumentor": [
  5269. "src/",
  5270. "tests/unit/",
  5271. "tests/mocks/"
  5272. ]
  5273. }
  5274. },
  5275. "notification-url": "https://packagist.org/downloads/",
  5276. "license": [
  5277. "MIT"
  5278. ],
  5279. "description": "Reflection library to do Static Analysis for PHP Projects",
  5280. "homepage": "http://www.phpdoc.org",
  5281. "keywords": [
  5282. "phpDocumentor",
  5283. "phpdoc",
  5284. "reflection",
  5285. "static analysis"
  5286. ],
  5287. "time": "2014-11-14T11:43:04+00:00"
  5288. },
  5289. {
  5290. "name": "phpdocumentor/reflection-docblock",
  5291. "version": "2.0.5",
  5292. "source": {
  5293. "type": "git",
  5294. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  5295. "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
  5296. },
  5297. "dist": {
  5298. "type": "zip",
  5299. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
  5300. "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
  5301. "shasum": ""
  5302. },
  5303. "require": {
  5304. "php": ">=5.3.3"
  5305. },
  5306. "require-dev": {
  5307. "phpunit/phpunit": "~4.0"
  5308. },
  5309. "suggest": {
  5310. "dflydev/markdown": "~1.0",
  5311. "erusev/parsedown": "~1.0"
  5312. },
  5313. "type": "library",
  5314. "extra": {
  5315. "branch-alias": {
  5316. "dev-master": "2.0.x-dev"
  5317. }
  5318. },
  5319. "autoload": {
  5320. "psr-0": {
  5321. "phpDocumentor": [
  5322. "src/"
  5323. ]
  5324. }
  5325. },
  5326. "notification-url": "https://packagist.org/downloads/",
  5327. "license": [
  5328. "MIT"
  5329. ],
  5330. "authors": [
  5331. {
  5332. "name": "Mike van Riel",
  5333. "email": "mike.vanriel@naenius.com"
  5334. }
  5335. ],
  5336. "time": "2016-01-25T08:17:30+00:00"
  5337. },
  5338. {
  5339. "name": "phpoption/phpoption",
  5340. "version": "1.5.0",
  5341. "source": {
  5342. "type": "git",
  5343. "url": "https://github.com/schmittjoh/php-option.git",
  5344. "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
  5345. },
  5346. "dist": {
  5347. "type": "zip",
  5348. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
  5349. "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
  5350. "shasum": ""
  5351. },
  5352. "require": {
  5353. "php": ">=5.3.0"
  5354. },
  5355. "require-dev": {
  5356. "phpunit/phpunit": "4.7.*"
  5357. },
  5358. "type": "library",
  5359. "extra": {
  5360. "branch-alias": {
  5361. "dev-master": "1.3-dev"
  5362. }
  5363. },
  5364. "autoload": {
  5365. "psr-0": {
  5366. "PhpOption\\": "src/"
  5367. }
  5368. },
  5369. "notification-url": "https://packagist.org/downloads/",
  5370. "license": [
  5371. "Apache2"
  5372. ],
  5373. "authors": [
  5374. {
  5375. "name": "Johannes M. Schmitt",
  5376. "email": "schmittjoh@gmail.com"
  5377. }
  5378. ],
  5379. "description": "Option Type for PHP",
  5380. "keywords": [
  5381. "language",
  5382. "option",
  5383. "php",
  5384. "type"
  5385. ],
  5386. "time": "2015-07-25T16:39:46+00:00"
  5387. },
  5388. {
  5389. "name": "phpspec/prophecy",
  5390. "version": "1.7.5",
  5391. "source": {
  5392. "type": "git",
  5393. "url": "https://github.com/phpspec/prophecy.git",
  5394. "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
  5395. },
  5396. "dist": {
  5397. "type": "zip",
  5398. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
  5399. "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
  5400. "shasum": ""
  5401. },
  5402. "require": {
  5403. "doctrine/instantiator": "^1.0.2",
  5404. "php": "^5.3|^7.0",
  5405. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
  5406. "sebastian/comparator": "^1.1|^2.0",
  5407. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  5408. },
  5409. "require-dev": {
  5410. "phpspec/phpspec": "^2.5|^3.2",
  5411. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
  5412. },
  5413. "type": "library",
  5414. "extra": {
  5415. "branch-alias": {
  5416. "dev-master": "1.7.x-dev"
  5417. }
  5418. },
  5419. "autoload": {
  5420. "psr-0": {
  5421. "Prophecy\\": "src/"
  5422. }
  5423. },
  5424. "notification-url": "https://packagist.org/downloads/",
  5425. "license": [
  5426. "MIT"
  5427. ],
  5428. "authors": [
  5429. {
  5430. "name": "Konstantin Kudryashov",
  5431. "email": "ever.zet@gmail.com",
  5432. "homepage": "http://everzet.com"
  5433. },
  5434. {
  5435. "name": "Marcello Duarte",
  5436. "email": "marcello.duarte@gmail.com"
  5437. }
  5438. ],
  5439. "description": "Highly opinionated mocking framework for PHP 5.3+",
  5440. "homepage": "https://github.com/phpspec/prophecy",
  5441. "keywords": [
  5442. "Double",
  5443. "Dummy",
  5444. "fake",
  5445. "mock",
  5446. "spy",
  5447. "stub"
  5448. ],
  5449. "time": "2018-02-19T10:16:54+00:00"
  5450. },
  5451. {
  5452. "name": "phpunit/php-code-coverage",
  5453. "version": "4.0.8",
  5454. "source": {
  5455. "type": "git",
  5456. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  5457. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
  5458. },
  5459. "dist": {
  5460. "type": "zip",
  5461. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  5462. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  5463. "shasum": ""
  5464. },
  5465. "require": {
  5466. "ext-dom": "*",
  5467. "ext-xmlwriter": "*",
  5468. "php": "^5.6 || ^7.0",
  5469. "phpunit/php-file-iterator": "^1.3",
  5470. "phpunit/php-text-template": "^1.2",
  5471. "phpunit/php-token-stream": "^1.4.2 || ^2.0",
  5472. "sebastian/code-unit-reverse-lookup": "^1.0",
  5473. "sebastian/environment": "^1.3.2 || ^2.0",
  5474. "sebastian/version": "^1.0 || ^2.0"
  5475. },
  5476. "require-dev": {
  5477. "ext-xdebug": "^2.1.4",
  5478. "phpunit/phpunit": "^5.7"
  5479. },
  5480. "suggest": {
  5481. "ext-xdebug": "^2.5.1"
  5482. },
  5483. "type": "library",
  5484. "extra": {
  5485. "branch-alias": {
  5486. "dev-master": "4.0.x-dev"
  5487. }
  5488. },
  5489. "autoload": {
  5490. "classmap": [
  5491. "src/"
  5492. ]
  5493. },
  5494. "notification-url": "https://packagist.org/downloads/",
  5495. "license": [
  5496. "BSD-3-Clause"
  5497. ],
  5498. "authors": [
  5499. {
  5500. "name": "Sebastian Bergmann",
  5501. "email": "sb@sebastian-bergmann.de",
  5502. "role": "lead"
  5503. }
  5504. ],
  5505. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  5506. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  5507. "keywords": [
  5508. "coverage",
  5509. "testing",
  5510. "xunit"
  5511. ],
  5512. "time": "2017-04-02T07:44:40+00:00"
  5513. },
  5514. {
  5515. "name": "phpunit/php-file-iterator",
  5516. "version": "1.4.5",
  5517. "source": {
  5518. "type": "git",
  5519. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  5520. "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
  5521. },
  5522. "dist": {
  5523. "type": "zip",
  5524. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
  5525. "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
  5526. "shasum": ""
  5527. },
  5528. "require": {
  5529. "php": ">=5.3.3"
  5530. },
  5531. "type": "library",
  5532. "extra": {
  5533. "branch-alias": {
  5534. "dev-master": "1.4.x-dev"
  5535. }
  5536. },
  5537. "autoload": {
  5538. "classmap": [
  5539. "src/"
  5540. ]
  5541. },
  5542. "notification-url": "https://packagist.org/downloads/",
  5543. "license": [
  5544. "BSD-3-Clause"
  5545. ],
  5546. "authors": [
  5547. {
  5548. "name": "Sebastian Bergmann",
  5549. "email": "sb@sebastian-bergmann.de",
  5550. "role": "lead"
  5551. }
  5552. ],
  5553. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  5554. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  5555. "keywords": [
  5556. "filesystem",
  5557. "iterator"
  5558. ],
  5559. "time": "2017-11-27T13:52:08+00:00"
  5560. },
  5561. {
  5562. "name": "phpunit/php-text-template",
  5563. "version": "1.2.1",
  5564. "source": {
  5565. "type": "git",
  5566. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  5567. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  5568. },
  5569. "dist": {
  5570. "type": "zip",
  5571. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  5572. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  5573. "shasum": ""
  5574. },
  5575. "require": {
  5576. "php": ">=5.3.3"
  5577. },
  5578. "type": "library",
  5579. "autoload": {
  5580. "classmap": [
  5581. "src/"
  5582. ]
  5583. },
  5584. "notification-url": "https://packagist.org/downloads/",
  5585. "license": [
  5586. "BSD-3-Clause"
  5587. ],
  5588. "authors": [
  5589. {
  5590. "name": "Sebastian Bergmann",
  5591. "email": "sebastian@phpunit.de",
  5592. "role": "lead"
  5593. }
  5594. ],
  5595. "description": "Simple template engine.",
  5596. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  5597. "keywords": [
  5598. "template"
  5599. ],
  5600. "time": "2015-06-21T13:50:34+00:00"
  5601. },
  5602. {
  5603. "name": "phpunit/php-timer",
  5604. "version": "1.0.9",
  5605. "source": {
  5606. "type": "git",
  5607. "url": "https://github.com/sebastianbergmann/php-timer.git",
  5608. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  5609. },
  5610. "dist": {
  5611. "type": "zip",
  5612. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  5613. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  5614. "shasum": ""
  5615. },
  5616. "require": {
  5617. "php": "^5.3.3 || ^7.0"
  5618. },
  5619. "require-dev": {
  5620. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  5621. },
  5622. "type": "library",
  5623. "extra": {
  5624. "branch-alias": {
  5625. "dev-master": "1.0-dev"
  5626. }
  5627. },
  5628. "autoload": {
  5629. "classmap": [
  5630. "src/"
  5631. ]
  5632. },
  5633. "notification-url": "https://packagist.org/downloads/",
  5634. "license": [
  5635. "BSD-3-Clause"
  5636. ],
  5637. "authors": [
  5638. {
  5639. "name": "Sebastian Bergmann",
  5640. "email": "sb@sebastian-bergmann.de",
  5641. "role": "lead"
  5642. }
  5643. ],
  5644. "description": "Utility class for timing",
  5645. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  5646. "keywords": [
  5647. "timer"
  5648. ],
  5649. "time": "2017-02-26T11:10:40+00:00"
  5650. },
  5651. {
  5652. "name": "phpunit/php-token-stream",
  5653. "version": "2.0.2",
  5654. "source": {
  5655. "type": "git",
  5656. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  5657. "reference": "791198a2c6254db10131eecfe8c06670700904db"
  5658. },
  5659. "dist": {
  5660. "type": "zip",
  5661. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
  5662. "reference": "791198a2c6254db10131eecfe8c06670700904db",
  5663. "shasum": ""
  5664. },
  5665. "require": {
  5666. "ext-tokenizer": "*",
  5667. "php": "^7.0"
  5668. },
  5669. "require-dev": {
  5670. "phpunit/phpunit": "^6.2.4"
  5671. },
  5672. "type": "library",
  5673. "extra": {
  5674. "branch-alias": {
  5675. "dev-master": "2.0-dev"
  5676. }
  5677. },
  5678. "autoload": {
  5679. "classmap": [
  5680. "src/"
  5681. ]
  5682. },
  5683. "notification-url": "https://packagist.org/downloads/",
  5684. "license": [
  5685. "BSD-3-Clause"
  5686. ],
  5687. "authors": [
  5688. {
  5689. "name": "Sebastian Bergmann",
  5690. "email": "sebastian@phpunit.de"
  5691. }
  5692. ],
  5693. "description": "Wrapper around PHP's tokenizer extension.",
  5694. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  5695. "keywords": [
  5696. "tokenizer"
  5697. ],
  5698. "time": "2017-11-27T05:48:46+00:00"
  5699. },
  5700. {
  5701. "name": "phpunit/phpunit",
  5702. "version": "5.7.27",
  5703. "source": {
  5704. "type": "git",
  5705. "url": "https://github.com/sebastianbergmann/phpunit.git",
  5706. "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
  5707. },
  5708. "dist": {
  5709. "type": "zip",
  5710. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
  5711. "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
  5712. "shasum": ""
  5713. },
  5714. "require": {
  5715. "ext-dom": "*",
  5716. "ext-json": "*",
  5717. "ext-libxml": "*",
  5718. "ext-mbstring": "*",
  5719. "ext-xml": "*",
  5720. "myclabs/deep-copy": "~1.3",
  5721. "php": "^5.6 || ^7.0",
  5722. "phpspec/prophecy": "^1.6.2",
  5723. "phpunit/php-code-coverage": "^4.0.4",
  5724. "phpunit/php-file-iterator": "~1.4",
  5725. "phpunit/php-text-template": "~1.2",
  5726. "phpunit/php-timer": "^1.0.6",
  5727. "phpunit/phpunit-mock-objects": "^3.2",
  5728. "sebastian/comparator": "^1.2.4",
  5729. "sebastian/diff": "^1.4.3",
  5730. "sebastian/environment": "^1.3.4 || ^2.0",
  5731. "sebastian/exporter": "~2.0",
  5732. "sebastian/global-state": "^1.1",
  5733. "sebastian/object-enumerator": "~2.0",
  5734. "sebastian/resource-operations": "~1.0",
  5735. "sebastian/version": "^1.0.6|^2.0.1",
  5736. "symfony/yaml": "~2.1|~3.0|~4.0"
  5737. },
  5738. "conflict": {
  5739. "phpdocumentor/reflection-docblock": "3.0.2"
  5740. },
  5741. "require-dev": {
  5742. "ext-pdo": "*"
  5743. },
  5744. "suggest": {
  5745. "ext-xdebug": "*",
  5746. "phpunit/php-invoker": "~1.1"
  5747. },
  5748. "bin": [
  5749. "phpunit"
  5750. ],
  5751. "type": "library",
  5752. "extra": {
  5753. "branch-alias": {
  5754. "dev-master": "5.7.x-dev"
  5755. }
  5756. },
  5757. "autoload": {
  5758. "classmap": [
  5759. "src/"
  5760. ]
  5761. },
  5762. "notification-url": "https://packagist.org/downloads/",
  5763. "license": [
  5764. "BSD-3-Clause"
  5765. ],
  5766. "authors": [
  5767. {
  5768. "name": "Sebastian Bergmann",
  5769. "email": "sebastian@phpunit.de",
  5770. "role": "lead"
  5771. }
  5772. ],
  5773. "description": "The PHP Unit Testing framework.",
  5774. "homepage": "https://phpunit.de/",
  5775. "keywords": [
  5776. "phpunit",
  5777. "testing",
  5778. "xunit"
  5779. ],
  5780. "time": "2018-02-01T05:50:59+00:00"
  5781. },
  5782. {
  5783. "name": "phpunit/phpunit-mock-objects",
  5784. "version": "3.4.4",
  5785. "source": {
  5786. "type": "git",
  5787. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  5788. "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
  5789. },
  5790. "dist": {
  5791. "type": "zip",
  5792. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
  5793. "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
  5794. "shasum": ""
  5795. },
  5796. "require": {
  5797. "doctrine/instantiator": "^1.0.2",
  5798. "php": "^5.6 || ^7.0",
  5799. "phpunit/php-text-template": "^1.2",
  5800. "sebastian/exporter": "^1.2 || ^2.0"
  5801. },
  5802. "conflict": {
  5803. "phpunit/phpunit": "<5.4.0"
  5804. },
  5805. "require-dev": {
  5806. "phpunit/phpunit": "^5.4"
  5807. },
  5808. "suggest": {
  5809. "ext-soap": "*"
  5810. },
  5811. "type": "library",
  5812. "extra": {
  5813. "branch-alias": {
  5814. "dev-master": "3.2.x-dev"
  5815. }
  5816. },
  5817. "autoload": {
  5818. "classmap": [
  5819. "src/"
  5820. ]
  5821. },
  5822. "notification-url": "https://packagist.org/downloads/",
  5823. "license": [
  5824. "BSD-3-Clause"
  5825. ],
  5826. "authors": [
  5827. {
  5828. "name": "Sebastian Bergmann",
  5829. "email": "sb@sebastian-bergmann.de",
  5830. "role": "lead"
  5831. }
  5832. ],
  5833. "description": "Mock Object library for PHPUnit",
  5834. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  5835. "keywords": [
  5836. "mock",
  5837. "xunit"
  5838. ],
  5839. "time": "2017-06-30T09:13:00+00:00"
  5840. },
  5841. {
  5842. "name": "pimple/pimple",
  5843. "version": "v1.1.1",
  5844. "source": {
  5845. "type": "git",
  5846. "url": "https://github.com/silexphp/Pimple.git",
  5847. "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d"
  5848. },
  5849. "dist": {
  5850. "type": "zip",
  5851. "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d",
  5852. "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d",
  5853. "shasum": ""
  5854. },
  5855. "require": {
  5856. "php": ">=5.3.0"
  5857. },
  5858. "type": "library",
  5859. "extra": {
  5860. "branch-alias": {
  5861. "dev-master": "1.1.x-dev"
  5862. }
  5863. },
  5864. "autoload": {
  5865. "psr-0": {
  5866. "Pimple": "lib/"
  5867. }
  5868. },
  5869. "notification-url": "https://packagist.org/downloads/",
  5870. "license": [
  5871. "MIT"
  5872. ],
  5873. "authors": [
  5874. {
  5875. "name": "Fabien Potencier",
  5876. "email": "fabien@symfony.com"
  5877. }
  5878. ],
  5879. "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
  5880. "homepage": "http://pimple.sensiolabs.org",
  5881. "keywords": [
  5882. "container",
  5883. "dependency injection"
  5884. ],
  5885. "time": "2013-11-22T08:30:29+00:00"
  5886. },
  5887. {
  5888. "name": "sebastian/code-unit-reverse-lookup",
  5889. "version": "1.0.1",
  5890. "source": {
  5891. "type": "git",
  5892. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  5893. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  5894. },
  5895. "dist": {
  5896. "type": "zip",
  5897. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  5898. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  5899. "shasum": ""
  5900. },
  5901. "require": {
  5902. "php": "^5.6 || ^7.0"
  5903. },
  5904. "require-dev": {
  5905. "phpunit/phpunit": "^5.7 || ^6.0"
  5906. },
  5907. "type": "library",
  5908. "extra": {
  5909. "branch-alias": {
  5910. "dev-master": "1.0.x-dev"
  5911. }
  5912. },
  5913. "autoload": {
  5914. "classmap": [
  5915. "src/"
  5916. ]
  5917. },
  5918. "notification-url": "https://packagist.org/downloads/",
  5919. "license": [
  5920. "BSD-3-Clause"
  5921. ],
  5922. "authors": [
  5923. {
  5924. "name": "Sebastian Bergmann",
  5925. "email": "sebastian@phpunit.de"
  5926. }
  5927. ],
  5928. "description": "Looks up which function or method a line of code belongs to",
  5929. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  5930. "time": "2017-03-04T06:30:41+00:00"
  5931. },
  5932. {
  5933. "name": "sebastian/comparator",
  5934. "version": "1.2.4",
  5935. "source": {
  5936. "type": "git",
  5937. "url": "https://github.com/sebastianbergmann/comparator.git",
  5938. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  5939. },
  5940. "dist": {
  5941. "type": "zip",
  5942. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  5943. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  5944. "shasum": ""
  5945. },
  5946. "require": {
  5947. "php": ">=5.3.3",
  5948. "sebastian/diff": "~1.2",
  5949. "sebastian/exporter": "~1.2 || ~2.0"
  5950. },
  5951. "require-dev": {
  5952. "phpunit/phpunit": "~4.4"
  5953. },
  5954. "type": "library",
  5955. "extra": {
  5956. "branch-alias": {
  5957. "dev-master": "1.2.x-dev"
  5958. }
  5959. },
  5960. "autoload": {
  5961. "classmap": [
  5962. "src/"
  5963. ]
  5964. },
  5965. "notification-url": "https://packagist.org/downloads/",
  5966. "license": [
  5967. "BSD-3-Clause"
  5968. ],
  5969. "authors": [
  5970. {
  5971. "name": "Jeff Welch",
  5972. "email": "whatthejeff@gmail.com"
  5973. },
  5974. {
  5975. "name": "Volker Dusch",
  5976. "email": "github@wallbash.com"
  5977. },
  5978. {
  5979. "name": "Bernhard Schussek",
  5980. "email": "bschussek@2bepublished.at"
  5981. },
  5982. {
  5983. "name": "Sebastian Bergmann",
  5984. "email": "sebastian@phpunit.de"
  5985. }
  5986. ],
  5987. "description": "Provides the functionality to compare PHP values for equality",
  5988. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  5989. "keywords": [
  5990. "comparator",
  5991. "compare",
  5992. "equality"
  5993. ],
  5994. "time": "2017-01-29T09:50:25+00:00"
  5995. },
  5996. {
  5997. "name": "sebastian/diff",
  5998. "version": "1.4.3",
  5999. "source": {
  6000. "type": "git",
  6001. "url": "https://github.com/sebastianbergmann/diff.git",
  6002. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  6003. },
  6004. "dist": {
  6005. "type": "zip",
  6006. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  6007. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  6008. "shasum": ""
  6009. },
  6010. "require": {
  6011. "php": "^5.3.3 || ^7.0"
  6012. },
  6013. "require-dev": {
  6014. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  6015. },
  6016. "type": "library",
  6017. "extra": {
  6018. "branch-alias": {
  6019. "dev-master": "1.4-dev"
  6020. }
  6021. },
  6022. "autoload": {
  6023. "classmap": [
  6024. "src/"
  6025. ]
  6026. },
  6027. "notification-url": "https://packagist.org/downloads/",
  6028. "license": [
  6029. "BSD-3-Clause"
  6030. ],
  6031. "authors": [
  6032. {
  6033. "name": "Kore Nordmann",
  6034. "email": "mail@kore-nordmann.de"
  6035. },
  6036. {
  6037. "name": "Sebastian Bergmann",
  6038. "email": "sebastian@phpunit.de"
  6039. }
  6040. ],
  6041. "description": "Diff implementation",
  6042. "homepage": "https://github.com/sebastianbergmann/diff",
  6043. "keywords": [
  6044. "diff"
  6045. ],
  6046. "time": "2017-05-22T07:24:03+00:00"
  6047. },
  6048. {
  6049. "name": "sebastian/environment",
  6050. "version": "2.0.0",
  6051. "source": {
  6052. "type": "git",
  6053. "url": "https://github.com/sebastianbergmann/environment.git",
  6054. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
  6055. },
  6056. "dist": {
  6057. "type": "zip",
  6058. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  6059. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  6060. "shasum": ""
  6061. },
  6062. "require": {
  6063. "php": "^5.6 || ^7.0"
  6064. },
  6065. "require-dev": {
  6066. "phpunit/phpunit": "^5.0"
  6067. },
  6068. "type": "library",
  6069. "extra": {
  6070. "branch-alias": {
  6071. "dev-master": "2.0.x-dev"
  6072. }
  6073. },
  6074. "autoload": {
  6075. "classmap": [
  6076. "src/"
  6077. ]
  6078. },
  6079. "notification-url": "https://packagist.org/downloads/",
  6080. "license": [
  6081. "BSD-3-Clause"
  6082. ],
  6083. "authors": [
  6084. {
  6085. "name": "Sebastian Bergmann",
  6086. "email": "sebastian@phpunit.de"
  6087. }
  6088. ],
  6089. "description": "Provides functionality to handle HHVM/PHP environments",
  6090. "homepage": "http://www.github.com/sebastianbergmann/environment",
  6091. "keywords": [
  6092. "Xdebug",
  6093. "environment",
  6094. "hhvm"
  6095. ],
  6096. "time": "2016-11-26T07:53:53+00:00"
  6097. },
  6098. {
  6099. "name": "sebastian/exporter",
  6100. "version": "2.0.0",
  6101. "source": {
  6102. "type": "git",
  6103. "url": "https://github.com/sebastianbergmann/exporter.git",
  6104. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
  6105. },
  6106. "dist": {
  6107. "type": "zip",
  6108. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  6109. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  6110. "shasum": ""
  6111. },
  6112. "require": {
  6113. "php": ">=5.3.3",
  6114. "sebastian/recursion-context": "~2.0"
  6115. },
  6116. "require-dev": {
  6117. "ext-mbstring": "*",
  6118. "phpunit/phpunit": "~4.4"
  6119. },
  6120. "type": "library",
  6121. "extra": {
  6122. "branch-alias": {
  6123. "dev-master": "2.0.x-dev"
  6124. }
  6125. },
  6126. "autoload": {
  6127. "classmap": [
  6128. "src/"
  6129. ]
  6130. },
  6131. "notification-url": "https://packagist.org/downloads/",
  6132. "license": [
  6133. "BSD-3-Clause"
  6134. ],
  6135. "authors": [
  6136. {
  6137. "name": "Jeff Welch",
  6138. "email": "whatthejeff@gmail.com"
  6139. },
  6140. {
  6141. "name": "Volker Dusch",
  6142. "email": "github@wallbash.com"
  6143. },
  6144. {
  6145. "name": "Bernhard Schussek",
  6146. "email": "bschussek@2bepublished.at"
  6147. },
  6148. {
  6149. "name": "Sebastian Bergmann",
  6150. "email": "sebastian@phpunit.de"
  6151. },
  6152. {
  6153. "name": "Adam Harvey",
  6154. "email": "aharvey@php.net"
  6155. }
  6156. ],
  6157. "description": "Provides the functionality to export PHP variables for visualization",
  6158. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  6159. "keywords": [
  6160. "export",
  6161. "exporter"
  6162. ],
  6163. "time": "2016-11-19T08:54:04+00:00"
  6164. },
  6165. {
  6166. "name": "sebastian/global-state",
  6167. "version": "1.1.1",
  6168. "source": {
  6169. "type": "git",
  6170. "url": "https://github.com/sebastianbergmann/global-state.git",
  6171. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  6172. },
  6173. "dist": {
  6174. "type": "zip",
  6175. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  6176. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  6177. "shasum": ""
  6178. },
  6179. "require": {
  6180. "php": ">=5.3.3"
  6181. },
  6182. "require-dev": {
  6183. "phpunit/phpunit": "~4.2"
  6184. },
  6185. "suggest": {
  6186. "ext-uopz": "*"
  6187. },
  6188. "type": "library",
  6189. "extra": {
  6190. "branch-alias": {
  6191. "dev-master": "1.0-dev"
  6192. }
  6193. },
  6194. "autoload": {
  6195. "classmap": [
  6196. "src/"
  6197. ]
  6198. },
  6199. "notification-url": "https://packagist.org/downloads/",
  6200. "license": [
  6201. "BSD-3-Clause"
  6202. ],
  6203. "authors": [
  6204. {
  6205. "name": "Sebastian Bergmann",
  6206. "email": "sebastian@phpunit.de"
  6207. }
  6208. ],
  6209. "description": "Snapshotting of global state",
  6210. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  6211. "keywords": [
  6212. "global state"
  6213. ],
  6214. "time": "2015-10-12T03:26:01+00:00"
  6215. },
  6216. {
  6217. "name": "sebastian/object-enumerator",
  6218. "version": "2.0.1",
  6219. "source": {
  6220. "type": "git",
  6221. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  6222. "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
  6223. },
  6224. "dist": {
  6225. "type": "zip",
  6226. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
  6227. "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
  6228. "shasum": ""
  6229. },
  6230. "require": {
  6231. "php": ">=5.6",
  6232. "sebastian/recursion-context": "~2.0"
  6233. },
  6234. "require-dev": {
  6235. "phpunit/phpunit": "~5"
  6236. },
  6237. "type": "library",
  6238. "extra": {
  6239. "branch-alias": {
  6240. "dev-master": "2.0.x-dev"
  6241. }
  6242. },
  6243. "autoload": {
  6244. "classmap": [
  6245. "src/"
  6246. ]
  6247. },
  6248. "notification-url": "https://packagist.org/downloads/",
  6249. "license": [
  6250. "BSD-3-Clause"
  6251. ],
  6252. "authors": [
  6253. {
  6254. "name": "Sebastian Bergmann",
  6255. "email": "sebastian@phpunit.de"
  6256. }
  6257. ],
  6258. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  6259. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  6260. "time": "2017-02-18T15:18:39+00:00"
  6261. },
  6262. {
  6263. "name": "sebastian/recursion-context",
  6264. "version": "2.0.0",
  6265. "source": {
  6266. "type": "git",
  6267. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  6268. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
  6269. },
  6270. "dist": {
  6271. "type": "zip",
  6272. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  6273. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  6274. "shasum": ""
  6275. },
  6276. "require": {
  6277. "php": ">=5.3.3"
  6278. },
  6279. "require-dev": {
  6280. "phpunit/phpunit": "~4.4"
  6281. },
  6282. "type": "library",
  6283. "extra": {
  6284. "branch-alias": {
  6285. "dev-master": "2.0.x-dev"
  6286. }
  6287. },
  6288. "autoload": {
  6289. "classmap": [
  6290. "src/"
  6291. ]
  6292. },
  6293. "notification-url": "https://packagist.org/downloads/",
  6294. "license": [
  6295. "BSD-3-Clause"
  6296. ],
  6297. "authors": [
  6298. {
  6299. "name": "Jeff Welch",
  6300. "email": "whatthejeff@gmail.com"
  6301. },
  6302. {
  6303. "name": "Sebastian Bergmann",
  6304. "email": "sebastian@phpunit.de"
  6305. },
  6306. {
  6307. "name": "Adam Harvey",
  6308. "email": "aharvey@php.net"
  6309. }
  6310. ],
  6311. "description": "Provides functionality to recursively process PHP variables",
  6312. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  6313. "time": "2016-11-19T07:33:16+00:00"
  6314. },
  6315. {
  6316. "name": "sebastian/resource-operations",
  6317. "version": "1.0.0",
  6318. "source": {
  6319. "type": "git",
  6320. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  6321. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  6322. },
  6323. "dist": {
  6324. "type": "zip",
  6325. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  6326. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  6327. "shasum": ""
  6328. },
  6329. "require": {
  6330. "php": ">=5.6.0"
  6331. },
  6332. "type": "library",
  6333. "extra": {
  6334. "branch-alias": {
  6335. "dev-master": "1.0.x-dev"
  6336. }
  6337. },
  6338. "autoload": {
  6339. "classmap": [
  6340. "src/"
  6341. ]
  6342. },
  6343. "notification-url": "https://packagist.org/downloads/",
  6344. "license": [
  6345. "BSD-3-Clause"
  6346. ],
  6347. "authors": [
  6348. {
  6349. "name": "Sebastian Bergmann",
  6350. "email": "sebastian@phpunit.de"
  6351. }
  6352. ],
  6353. "description": "Provides a list of PHP built-in functions that operate on resources",
  6354. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  6355. "time": "2015-07-28T20:34:47+00:00"
  6356. },
  6357. {
  6358. "name": "sebastian/version",
  6359. "version": "2.0.1",
  6360. "source": {
  6361. "type": "git",
  6362. "url": "https://github.com/sebastianbergmann/version.git",
  6363. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  6364. },
  6365. "dist": {
  6366. "type": "zip",
  6367. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  6368. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  6369. "shasum": ""
  6370. },
  6371. "require": {
  6372. "php": ">=5.6"
  6373. },
  6374. "type": "library",
  6375. "extra": {
  6376. "branch-alias": {
  6377. "dev-master": "2.0.x-dev"
  6378. }
  6379. },
  6380. "autoload": {
  6381. "classmap": [
  6382. "src/"
  6383. ]
  6384. },
  6385. "notification-url": "https://packagist.org/downloads/",
  6386. "license": [
  6387. "BSD-3-Clause"
  6388. ],
  6389. "authors": [
  6390. {
  6391. "name": "Sebastian Bergmann",
  6392. "email": "sebastian@phpunit.de",
  6393. "role": "lead"
  6394. }
  6395. ],
  6396. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  6397. "homepage": "https://github.com/sebastianbergmann/version",
  6398. "time": "2016-10-03T07:35:21+00:00"
  6399. },
  6400. {
  6401. "name": "seld/jsonlint",
  6402. "version": "1.7.1",
  6403. "source": {
  6404. "type": "git",
  6405. "url": "https://github.com/Seldaek/jsonlint.git",
  6406. "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
  6407. },
  6408. "dist": {
  6409. "type": "zip",
  6410. "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
  6411. "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
  6412. "shasum": ""
  6413. },
  6414. "require": {
  6415. "php": "^5.3 || ^7.0"
  6416. },
  6417. "require-dev": {
  6418. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  6419. },
  6420. "bin": [
  6421. "bin/jsonlint"
  6422. ],
  6423. "type": "library",
  6424. "autoload": {
  6425. "psr-4": {
  6426. "Seld\\JsonLint\\": "src/Seld/JsonLint/"
  6427. }
  6428. },
  6429. "notification-url": "https://packagist.org/downloads/",
  6430. "license": [
  6431. "MIT"
  6432. ],
  6433. "authors": [
  6434. {
  6435. "name": "Jordi Boggiano",
  6436. "email": "j.boggiano@seld.be",
  6437. "homepage": "http://seld.be"
  6438. }
  6439. ],
  6440. "description": "JSON Linter",
  6441. "keywords": [
  6442. "json",
  6443. "linter",
  6444. "parser",
  6445. "validator"
  6446. ],
  6447. "time": "2018-01-24T12:46:19+00:00"
  6448. },
  6449. {
  6450. "name": "symfony/class-loader",
  6451. "version": "v2.8.34",
  6452. "source": {
  6453. "type": "git",
  6454. "url": "https://github.com/symfony/class-loader.git",
  6455. "reference": "f87f46e5e1bf31382a65966795fa2d4dd7e2b300"
  6456. },
  6457. "dist": {
  6458. "type": "zip",
  6459. "url": "https://api.github.com/repos/symfony/class-loader/zipball/f87f46e5e1bf31382a65966795fa2d4dd7e2b300",
  6460. "reference": "f87f46e5e1bf31382a65966795fa2d4dd7e2b300",
  6461. "shasum": ""
  6462. },
  6463. "require": {
  6464. "php": ">=5.3.9",
  6465. "symfony/polyfill-apcu": "~1.1"
  6466. },
  6467. "require-dev": {
  6468. "symfony/finder": "^2.0.5|~3.0.0"
  6469. },
  6470. "type": "library",
  6471. "extra": {
  6472. "branch-alias": {
  6473. "dev-master": "2.8-dev"
  6474. }
  6475. },
  6476. "autoload": {
  6477. "psr-4": {
  6478. "Symfony\\Component\\ClassLoader\\": ""
  6479. },
  6480. "exclude-from-classmap": [
  6481. "/Tests/"
  6482. ]
  6483. },
  6484. "notification-url": "https://packagist.org/downloads/",
  6485. "license": [
  6486. "MIT"
  6487. ],
  6488. "authors": [
  6489. {
  6490. "name": "Fabien Potencier",
  6491. "email": "fabien@symfony.com"
  6492. },
  6493. {
  6494. "name": "Symfony Community",
  6495. "homepage": "https://symfony.com/contributors"
  6496. }
  6497. ],
  6498. "description": "Symfony ClassLoader Component",
  6499. "homepage": "https://symfony.com",
  6500. "time": "2018-01-03T07:36:31+00:00"
  6501. },
  6502. {
  6503. "name": "symfony/config",
  6504. "version": "v2.8.34",
  6505. "source": {
  6506. "type": "git",
  6507. "url": "https://github.com/symfony/config.git",
  6508. "reference": "17605ff58313d9fe94e507620a399721fc347b6d"
  6509. },
  6510. "dist": {
  6511. "type": "zip",
  6512. "url": "https://api.github.com/repos/symfony/config/zipball/17605ff58313d9fe94e507620a399721fc347b6d",
  6513. "reference": "17605ff58313d9fe94e507620a399721fc347b6d",
  6514. "shasum": ""
  6515. },
  6516. "require": {
  6517. "php": ">=5.3.9",
  6518. "symfony/filesystem": "~2.3|~3.0.0"
  6519. },
  6520. "require-dev": {
  6521. "symfony/yaml": "~2.7|~3.0.0"
  6522. },
  6523. "suggest": {
  6524. "symfony/yaml": "To use the yaml reference dumper"
  6525. },
  6526. "type": "library",
  6527. "extra": {
  6528. "branch-alias": {
  6529. "dev-master": "2.8-dev"
  6530. }
  6531. },
  6532. "autoload": {
  6533. "psr-4": {
  6534. "Symfony\\Component\\Config\\": ""
  6535. },
  6536. "exclude-from-classmap": [
  6537. "/Tests/"
  6538. ]
  6539. },
  6540. "notification-url": "https://packagist.org/downloads/",
  6541. "license": [
  6542. "MIT"
  6543. ],
  6544. "authors": [
  6545. {
  6546. "name": "Fabien Potencier",
  6547. "email": "fabien@symfony.com"
  6548. },
  6549. {
  6550. "name": "Symfony Community",
  6551. "homepage": "https://symfony.com/contributors"
  6552. }
  6553. ],
  6554. "description": "Symfony Config Component",
  6555. "homepage": "https://symfony.com",
  6556. "time": "2018-01-21T19:03:25+00:00"
  6557. },
  6558. {
  6559. "name": "symfony/polyfill-apcu",
  6560. "version": "v1.7.0",
  6561. "source": {
  6562. "type": "git",
  6563. "url": "https://github.com/symfony/polyfill-apcu.git",
  6564. "reference": "e8ae2136ddb53dea314df56fcd88e318ab936c00"
  6565. },
  6566. "dist": {
  6567. "type": "zip",
  6568. "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/e8ae2136ddb53dea314df56fcd88e318ab936c00",
  6569. "reference": "e8ae2136ddb53dea314df56fcd88e318ab936c00",
  6570. "shasum": ""
  6571. },
  6572. "require": {
  6573. "php": ">=5.3.3"
  6574. },
  6575. "type": "library",
  6576. "extra": {
  6577. "branch-alias": {
  6578. "dev-master": "1.7-dev"
  6579. }
  6580. },
  6581. "autoload": {
  6582. "psr-4": {
  6583. "Symfony\\Polyfill\\Apcu\\": ""
  6584. },
  6585. "files": [
  6586. "bootstrap.php"
  6587. ]
  6588. },
  6589. "notification-url": "https://packagist.org/downloads/",
  6590. "license": [
  6591. "MIT"
  6592. ],
  6593. "authors": [
  6594. {
  6595. "name": "Nicolas Grekas",
  6596. "email": "p@tchwork.com"
  6597. },
  6598. {
  6599. "name": "Symfony Community",
  6600. "homepage": "https://symfony.com/contributors"
  6601. }
  6602. ],
  6603. "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
  6604. "homepage": "https://symfony.com",
  6605. "keywords": [
  6606. "apcu",
  6607. "compatibility",
  6608. "polyfill",
  6609. "portable",
  6610. "shim"
  6611. ],
  6612. "time": "2018-01-30T19:27:44+00:00"
  6613. },
  6614. {
  6615. "name": "symfony/stopwatch",
  6616. "version": "v2.8.34",
  6617. "source": {
  6618. "type": "git",
  6619. "url": "https://github.com/symfony/stopwatch.git",
  6620. "reference": "57021208ad9830f8f8390c1a9d7bb390f32be89e"
  6621. },
  6622. "dist": {
  6623. "type": "zip",
  6624. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/57021208ad9830f8f8390c1a9d7bb390f32be89e",
  6625. "reference": "57021208ad9830f8f8390c1a9d7bb390f32be89e",
  6626. "shasum": ""
  6627. },
  6628. "require": {
  6629. "php": ">=5.3.9"
  6630. },
  6631. "type": "library",
  6632. "extra": {
  6633. "branch-alias": {
  6634. "dev-master": "2.8-dev"
  6635. }
  6636. },
  6637. "autoload": {
  6638. "psr-4": {
  6639. "Symfony\\Component\\Stopwatch\\": ""
  6640. },
  6641. "exclude-from-classmap": [
  6642. "/Tests/"
  6643. ]
  6644. },
  6645. "notification-url": "https://packagist.org/downloads/",
  6646. "license": [
  6647. "MIT"
  6648. ],
  6649. "authors": [
  6650. {
  6651. "name": "Fabien Potencier",
  6652. "email": "fabien@symfony.com"
  6653. },
  6654. {
  6655. "name": "Symfony Community",
  6656. "homepage": "https://symfony.com/contributors"
  6657. }
  6658. ],
  6659. "description": "Symfony Stopwatch Component",
  6660. "homepage": "https://symfony.com",
  6661. "time": "2018-01-03T07:36:31+00:00"
  6662. },
  6663. {
  6664. "name": "symfony/validator",
  6665. "version": "v2.8.34",
  6666. "source": {
  6667. "type": "git",
  6668. "url": "https://github.com/symfony/validator.git",
  6669. "reference": "71f4e46ff4ca3c8fee09cc1a3a1b90a06cde5e2a"
  6670. },
  6671. "dist": {
  6672. "type": "zip",
  6673. "url": "https://api.github.com/repos/symfony/validator/zipball/71f4e46ff4ca3c8fee09cc1a3a1b90a06cde5e2a",
  6674. "reference": "71f4e46ff4ca3c8fee09cc1a3a1b90a06cde5e2a",
  6675. "shasum": ""
  6676. },
  6677. "require": {
  6678. "php": ">=5.3.9",
  6679. "symfony/polyfill-mbstring": "~1.0",
  6680. "symfony/translation": "~2.4|~3.0.0"
  6681. },
  6682. "require-dev": {
  6683. "doctrine/annotations": "~1.0",
  6684. "doctrine/cache": "~1.0",
  6685. "egulias/email-validator": "^1.2.1",
  6686. "symfony/config": "~2.2|~3.0.0",
  6687. "symfony/expression-language": "~2.4|~3.0.0",
  6688. "symfony/http-foundation": "~2.3|~3.0.0",
  6689. "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
  6690. "symfony/property-access": "~2.3|~3.0.0",
  6691. "symfony/yaml": "^2.0.5|~3.0.0"
  6692. },
  6693. "suggest": {
  6694. "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
  6695. "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
  6696. "egulias/email-validator": "Strict (RFC compliant) email validation",
  6697. "symfony/config": "",
  6698. "symfony/expression-language": "For using the 2.4 Expression validator",
  6699. "symfony/http-foundation": "",
  6700. "symfony/intl": "",
  6701. "symfony/property-access": "For using the 2.4 Validator API",
  6702. "symfony/yaml": ""
  6703. },
  6704. "type": "library",
  6705. "extra": {
  6706. "branch-alias": {
  6707. "dev-master": "2.8-dev"
  6708. }
  6709. },
  6710. "autoload": {
  6711. "psr-4": {
  6712. "Symfony\\Component\\Validator\\": ""
  6713. },
  6714. "exclude-from-classmap": [
  6715. "/Tests/"
  6716. ]
  6717. },
  6718. "notification-url": "https://packagist.org/downloads/",
  6719. "license": [
  6720. "MIT"
  6721. ],
  6722. "authors": [
  6723. {
  6724. "name": "Fabien Potencier",
  6725. "email": "fabien@symfony.com"
  6726. },
  6727. {
  6728. "name": "Symfony Community",
  6729. "homepage": "https://symfony.com/contributors"
  6730. }
  6731. ],
  6732. "description": "Symfony Validator Component",
  6733. "homepage": "https://symfony.com",
  6734. "time": "2018-01-29T08:54:45+00:00"
  6735. },
  6736. {
  6737. "name": "twig/twig",
  6738. "version": "v1.35.0",
  6739. "source": {
  6740. "type": "git",
  6741. "url": "https://github.com/twigphp/Twig.git",
  6742. "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f"
  6743. },
  6744. "dist": {
  6745. "type": "zip",
  6746. "url": "https://api.github.com/repos/twigphp/Twig/zipball/daa657073e55b0a78cce8fdd22682fddecc6385f",
  6747. "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f",
  6748. "shasum": ""
  6749. },
  6750. "require": {
  6751. "php": ">=5.3.3"
  6752. },
  6753. "require-dev": {
  6754. "psr/container": "^1.0",
  6755. "symfony/debug": "~2.7",
  6756. "symfony/phpunit-bridge": "~3.3@dev"
  6757. },
  6758. "type": "library",
  6759. "extra": {
  6760. "branch-alias": {
  6761. "dev-master": "1.35-dev"
  6762. }
  6763. },
  6764. "autoload": {
  6765. "psr-0": {
  6766. "Twig_": "lib/"
  6767. },
  6768. "psr-4": {
  6769. "Twig\\": "src/"
  6770. }
  6771. },
  6772. "notification-url": "https://packagist.org/downloads/",
  6773. "license": [
  6774. "BSD-3-Clause"
  6775. ],
  6776. "authors": [
  6777. {
  6778. "name": "Fabien Potencier",
  6779. "email": "fabien@symfony.com",
  6780. "homepage": "http://fabien.potencier.org",
  6781. "role": "Lead Developer"
  6782. },
  6783. {
  6784. "name": "Armin Ronacher",
  6785. "email": "armin.ronacher@active-4.com",
  6786. "role": "Project Founder"
  6787. },
  6788. {
  6789. "name": "Twig Team",
  6790. "homepage": "http://twig.sensiolabs.org/contributors",
  6791. "role": "Contributors"
  6792. }
  6793. ],
  6794. "description": "Twig, the flexible, fast, and secure template language for PHP",
  6795. "homepage": "http://twig.sensiolabs.org",
  6796. "keywords": [
  6797. "templating"
  6798. ],
  6799. "time": "2017-09-27T18:06:46+00:00"
  6800. },
  6801. {
  6802. "name": "zendframework/zend-cache",
  6803. "version": "2.7.2",
  6804. "source": {
  6805. "type": "git",
  6806. "url": "https://github.com/zendframework/zend-cache.git",
  6807. "reference": "c98331b96d3b9d9b24cf32d02660602edb34d039"
  6808. },
  6809. "dist": {
  6810. "type": "zip",
  6811. "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/c98331b96d3b9d9b24cf32d02660602edb34d039",
  6812. "reference": "c98331b96d3b9d9b24cf32d02660602edb34d039",
  6813. "shasum": ""
  6814. },
  6815. "require": {
  6816. "php": "^5.5 || ^7.0",
  6817. "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
  6818. "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
  6819. "zendframework/zend-stdlib": "^2.7 || ^3.0"
  6820. },
  6821. "require-dev": {
  6822. "phpbench/phpbench": "^0.10.0",
  6823. "phpunit/phpunit": "^4.8",
  6824. "zendframework/zend-coding-standard": "~1.0.0",
  6825. "zendframework/zend-serializer": "^2.6",
  6826. "zendframework/zend-session": "^2.6.2"
  6827. },
  6828. "suggest": {
  6829. "ext-apc": "APC or compatible extension, to use the APC storage adapter",
  6830. "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter",
  6831. "ext-dba": "DBA, to use the DBA storage adapter",
  6832. "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter",
  6833. "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
  6834. "ext-mongo": "Mongo, to use MongoDb storage adapter",
  6835. "ext-redis": "Redis, to use Redis storage adapter",
  6836. "ext-wincache": "WinCache, to use the WinCache storage adapter",
  6837. "ext-xcache": "XCache, to use the XCache storage adapter",
  6838. "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement",
  6839. "zendframework/zend-serializer": "Zend\\Serializer component",
  6840. "zendframework/zend-session": "Zend\\Session component"
  6841. },
  6842. "type": "library",
  6843. "extra": {
  6844. "branch-alias": {
  6845. "dev-master": "2.7-dev",
  6846. "dev-develop": "2.8-dev"
  6847. },
  6848. "zf": {
  6849. "component": "Zend\\Cache",
  6850. "config-provider": "Zend\\Cache\\ConfigProvider"
  6851. }
  6852. },
  6853. "autoload": {
  6854. "psr-4": {
  6855. "Zend\\Cache\\": "src/"
  6856. }
  6857. },
  6858. "notification-url": "https://packagist.org/downloads/",
  6859. "license": [
  6860. "BSD-3-Clause"
  6861. ],
  6862. "description": "provides a generic way to cache any data",
  6863. "homepage": "https://github.com/zendframework/zend-cache",
  6864. "keywords": [
  6865. "cache",
  6866. "zf2"
  6867. ],
  6868. "time": "2016-12-16T11:35:47+00:00"
  6869. },
  6870. {
  6871. "name": "zendframework/zend-config",
  6872. "version": "2.6.0",
  6873. "source": {
  6874. "type": "git",
  6875. "url": "https://github.com/zendframework/zend-config.git",
  6876. "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d"
  6877. },
  6878. "dist": {
  6879. "type": "zip",
  6880. "url": "https://api.github.com/repos/zendframework/zend-config/zipball/2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
  6881. "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
  6882. "shasum": ""
  6883. },
  6884. "require": {
  6885. "php": "^5.5 || ^7.0",
  6886. "zendframework/zend-stdlib": "^2.7 || ^3.0"
  6887. },
  6888. "require-dev": {
  6889. "fabpot/php-cs-fixer": "1.7.*",
  6890. "phpunit/phpunit": "~4.0",
  6891. "zendframework/zend-filter": "^2.6",
  6892. "zendframework/zend-i18n": "^2.5",
  6893. "zendframework/zend-json": "^2.6.1",
  6894. "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
  6895. },
  6896. "suggest": {
  6897. "zendframework/zend-filter": "Zend\\Filter component",
  6898. "zendframework/zend-i18n": "Zend\\I18n component",
  6899. "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
  6900. "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
  6901. },
  6902. "type": "library",
  6903. "extra": {
  6904. "branch-alias": {
  6905. "dev-master": "2.6-dev",
  6906. "dev-develop": "2.7-dev"
  6907. }
  6908. },
  6909. "autoload": {
  6910. "psr-4": {
  6911. "Zend\\Config\\": "src/"
  6912. }
  6913. },
  6914. "notification-url": "https://packagist.org/downloads/",
  6915. "license": [
  6916. "BSD-3-Clause"
  6917. ],
  6918. "description": "provides a nested object property based user interface for accessing this configuration data within application code",
  6919. "homepage": "https://github.com/zendframework/zend-config",
  6920. "keywords": [
  6921. "config",
  6922. "zf2"
  6923. ],
  6924. "time": "2016-02-04T23:01:10+00:00"
  6925. },
  6926. {
  6927. "name": "zendframework/zend-eventmanager",
  6928. "version": "3.2.0",
  6929. "source": {
  6930. "type": "git",
  6931. "url": "https://github.com/zendframework/zend-eventmanager.git",
  6932. "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c"
  6933. },
  6934. "dist": {
  6935. "type": "zip",
  6936. "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/9d72db10ceb6e42fb92350c0cb54460da61bd79c",
  6937. "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c",
  6938. "shasum": ""
  6939. },
  6940. "require": {
  6941. "php": "^5.6 || ^7.0"
  6942. },
  6943. "require-dev": {
  6944. "athletic/athletic": "^0.1",
  6945. "container-interop/container-interop": "^1.1.0",
  6946. "phpunit/phpunit": "^6.0.7 || ^5.7.14",
  6947. "zendframework/zend-coding-standard": "~1.0.0",
  6948. "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
  6949. },
  6950. "suggest": {
  6951. "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
  6952. "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
  6953. },
  6954. "type": "library",
  6955. "extra": {
  6956. "branch-alias": {
  6957. "dev-master": "3.2-dev",
  6958. "dev-develop": "3.3-dev"
  6959. }
  6960. },
  6961. "autoload": {
  6962. "psr-4": {
  6963. "Zend\\EventManager\\": "src/"
  6964. }
  6965. },
  6966. "notification-url": "https://packagist.org/downloads/",
  6967. "license": [
  6968. "BSD-3-Clause"
  6969. ],
  6970. "description": "Trigger and listen to events within a PHP application",
  6971. "homepage": "https://github.com/zendframework/zend-eventmanager",
  6972. "keywords": [
  6973. "event",
  6974. "eventmanager",
  6975. "events",
  6976. "zf2"
  6977. ],
  6978. "time": "2017-07-11T19:17:22+00:00"
  6979. },
  6980. {
  6981. "name": "zendframework/zend-filter",
  6982. "version": "2.7.2",
  6983. "source": {
  6984. "type": "git",
  6985. "url": "https://github.com/zendframework/zend-filter.git",
  6986. "reference": "b8d0ff872f126631bf63a932e33aa2d22d467175"
  6987. },
  6988. "dist": {
  6989. "type": "zip",
  6990. "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/b8d0ff872f126631bf63a932e33aa2d22d467175",
  6991. "reference": "b8d0ff872f126631bf63a932e33aa2d22d467175",
  6992. "shasum": ""
  6993. },
  6994. "require": {
  6995. "php": "^5.5 || ^7.0",
  6996. "zendframework/zend-stdlib": "^2.7 || ^3.0"
  6997. },
  6998. "require-dev": {
  6999. "pear/archive_tar": "^1.4",
  7000. "phpunit/phpunit": "^6.0.10 || ^5.7.17",
  7001. "zendframework/zend-coding-standard": "~1.0.0",
  7002. "zendframework/zend-crypt": "^2.6 || ^3.0",
  7003. "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
  7004. "zendframework/zend-uri": "^2.5"
  7005. },
  7006. "suggest": {
  7007. "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters",
  7008. "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality",
  7009. "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality",
  7010. "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter"
  7011. },
  7012. "type": "library",
  7013. "extra": {
  7014. "branch-alias": {
  7015. "dev-master": "2.7-dev",
  7016. "dev-develop": "2.8-dev"
  7017. },
  7018. "zf": {
  7019. "component": "Zend\\Filter",
  7020. "config-provider": "Zend\\Filter\\ConfigProvider"
  7021. }
  7022. },
  7023. "autoload": {
  7024. "psr-4": {
  7025. "Zend\\Filter\\": "src/"
  7026. }
  7027. },
  7028. "notification-url": "https://packagist.org/downloads/",
  7029. "license": [
  7030. "BSD-3-Clause"
  7031. ],
  7032. "description": "provides a set of commonly needed data filters",
  7033. "homepage": "https://github.com/zendframework/zend-filter",
  7034. "keywords": [
  7035. "filter",
  7036. "zf2"
  7037. ],
  7038. "time": "2017-05-17T20:56:17+00:00"
  7039. },
  7040. {
  7041. "name": "zendframework/zend-i18n",
  7042. "version": "2.7.4",
  7043. "source": {
  7044. "type": "git",
  7045. "url": "https://github.com/zendframework/zend-i18n.git",
  7046. "reference": "d3431e29cc00c2a1c6704e601d4371dbf24f6a31"
  7047. },
  7048. "dist": {
  7049. "type": "zip",
  7050. "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/d3431e29cc00c2a1c6704e601d4371dbf24f6a31",
  7051. "reference": "d3431e29cc00c2a1c6704e601d4371dbf24f6a31",
  7052. "shasum": ""
  7053. },
  7054. "require": {
  7055. "php": "^7.0 || ^5.6",
  7056. "zendframework/zend-stdlib": "^2.7 || ^3.0"
  7057. },
  7058. "require-dev": {
  7059. "phpunit/phpunit": "^6.0.8 || ^5.7.15",
  7060. "zendframework/zend-cache": "^2.6.1",
  7061. "zendframework/zend-coding-standard": "~1.0.0",
  7062. "zendframework/zend-config": "^2.6",
  7063. "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
  7064. "zendframework/zend-filter": "^2.6.1",
  7065. "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
  7066. "zendframework/zend-validator": "^2.6",
  7067. "zendframework/zend-view": "^2.6.3"
  7068. },
  7069. "suggest": {
  7070. "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
  7071. "zendframework/zend-cache": "Zend\\Cache component",
  7072. "zendframework/zend-config": "Zend\\Config component",
  7073. "zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
  7074. "zendframework/zend-filter": "You should install this package to use the provided filters",
  7075. "zendframework/zend-i18n-resources": "Translation resources",
  7076. "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
  7077. "zendframework/zend-validator": "You should install this package to use the provided validators",
  7078. "zendframework/zend-view": "You should install this package to use the provided view helpers"
  7079. },
  7080. "type": "library",
  7081. "extra": {
  7082. "branch-alias": {
  7083. "dev-master": "2.7-dev",
  7084. "dev-develop": "2.8-dev"
  7085. },
  7086. "zf": {
  7087. "component": "Zend\\I18n",
  7088. "config-provider": "Zend\\I18n\\ConfigProvider"
  7089. }
  7090. },
  7091. "autoload": {
  7092. "psr-4": {
  7093. "Zend\\I18n\\": "src/"
  7094. }
  7095. },
  7096. "notification-url": "https://packagist.org/downloads/",
  7097. "license": [
  7098. "BSD-3-Clause"
  7099. ],
  7100. "homepage": "https://github.com/zendframework/zend-i18n",
  7101. "keywords": [
  7102. "i18n",
  7103. "zf2"
  7104. ],
  7105. "time": "2017-05-17T17:00:12+00:00"
  7106. },
  7107. {
  7108. "name": "zendframework/zend-json",
  7109. "version": "3.1.0",
  7110. "source": {
  7111. "type": "git",
  7112. "url": "https://github.com/zendframework/zend-json.git",
  7113. "reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c"
  7114. },
  7115. "dist": {
  7116. "type": "zip",
  7117. "url": "https://api.github.com/repos/zendframework/zend-json/zipball/4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c",
  7118. "reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c",
  7119. "shasum": ""
  7120. },
  7121. "require": {
  7122. "php": "^5.6 || ^7.0"
  7123. },
  7124. "require-dev": {
  7125. "phpunit/phpunit": "^5.7.23 || ^6.4.3",
  7126. "zendframework/zend-coding-standard": "~1.0.0",
  7127. "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
  7128. },
  7129. "suggest": {
  7130. "zendframework/zend-json-server": "For implementing JSON-RPC servers",
  7131. "zendframework/zend-xml2json": "For converting XML documents to JSON"
  7132. },
  7133. "type": "library",
  7134. "extra": {
  7135. "branch-alias": {
  7136. "dev-master": "3.1.x-dev",
  7137. "dev-develop": "3.2.x-dev"
  7138. }
  7139. },
  7140. "autoload": {
  7141. "psr-4": {
  7142. "Zend\\Json\\": "src/"
  7143. }
  7144. },
  7145. "notification-url": "https://packagist.org/downloads/",
  7146. "license": [
  7147. "BSD-3-Clause"
  7148. ],
  7149. "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
  7150. "keywords": [
  7151. "ZendFramework",
  7152. "json",
  7153. "zf"
  7154. ],
  7155. "time": "2018-01-04T17:51:34+00:00"
  7156. },
  7157. {
  7158. "name": "zendframework/zend-serializer",
  7159. "version": "2.8.1",
  7160. "source": {
  7161. "type": "git",
  7162. "url": "https://github.com/zendframework/zend-serializer.git",
  7163. "reference": "7ac42b9a47e9cb23895173a3096bc3b3fb7ac580"
  7164. },
  7165. "dist": {
  7166. "type": "zip",
  7167. "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/7ac42b9a47e9cb23895173a3096bc3b3fb7ac580",
  7168. "reference": "7ac42b9a47e9cb23895173a3096bc3b3fb7ac580",
  7169. "shasum": ""
  7170. },
  7171. "require": {
  7172. "php": "^5.6 || ^7.0",
  7173. "zendframework/zend-json": "^2.5 || ^3.0",
  7174. "zendframework/zend-stdlib": "^2.7 || ^3.0"
  7175. },
  7176. "require-dev": {
  7177. "doctrine/instantiator": "1.0.*",
  7178. "phpunit/phpunit": "^5.5",
  7179. "zendframework/zend-coding-standard": "~1.0.0",
  7180. "zendframework/zend-math": "^2.6",
  7181. "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
  7182. },
  7183. "suggest": {
  7184. "zendframework/zend-math": "(^2.6 || ^3.0) To support Python Pickle serialization",
  7185. "zendframework/zend-servicemanager": "(^2.7.5 || ^3.0.3) To support plugin manager support"
  7186. },
  7187. "type": "library",
  7188. "extra": {
  7189. "branch-alias": {
  7190. "dev-master": "2.8-dev",
  7191. "dev-develop": "2.9-dev"
  7192. },
  7193. "zf": {
  7194. "component": "Zend\\Serializer",
  7195. "config-provider": "Zend\\Serializer\\ConfigProvider"
  7196. }
  7197. },
  7198. "autoload": {
  7199. "psr-4": {
  7200. "Zend\\Serializer\\": "src/"
  7201. }
  7202. },
  7203. "notification-url": "https://packagist.org/downloads/",
  7204. "license": [
  7205. "BSD-3-Clause"
  7206. ],
  7207. "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover",
  7208. "homepage": "https://github.com/zendframework/zend-serializer",
  7209. "keywords": [
  7210. "serializer",
  7211. "zf2"
  7212. ],
  7213. "time": "2017-11-20T22:21:04+00:00"
  7214. },
  7215. {
  7216. "name": "zendframework/zend-servicemanager",
  7217. "version": "2.7.10",
  7218. "source": {
  7219. "type": "git",
  7220. "url": "https://github.com/zendframework/zend-servicemanager.git",
  7221. "reference": "ba7069c94c9af93122be9fa31cddd37f7707d5b4"
  7222. },
  7223. "dist": {
  7224. "type": "zip",
  7225. "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/ba7069c94c9af93122be9fa31cddd37f7707d5b4",
  7226. "reference": "ba7069c94c9af93122be9fa31cddd37f7707d5b4",
  7227. "shasum": ""
  7228. },
  7229. "require": {
  7230. "container-interop/container-interop": "~1.0",
  7231. "php": "^5.5 || ^7.0"
  7232. },
  7233. "require-dev": {
  7234. "athletic/athletic": "dev-master",
  7235. "fabpot/php-cs-fixer": "1.7.*",
  7236. "phpunit/phpunit": "~4.0",
  7237. "zendframework/zend-di": "~2.5",
  7238. "zendframework/zend-mvc": "~2.5"
  7239. },
  7240. "suggest": {
  7241. "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
  7242. "zendframework/zend-di": "Zend\\Di component"
  7243. },
  7244. "type": "library",
  7245. "extra": {
  7246. "branch-alias": {
  7247. "dev-master": "2.7-dev",
  7248. "dev-develop": "3.0-dev"
  7249. }
  7250. },
  7251. "autoload": {
  7252. "psr-4": {
  7253. "Zend\\ServiceManager\\": "src/"
  7254. }
  7255. },
  7256. "notification-url": "https://packagist.org/downloads/",
  7257. "license": [
  7258. "BSD-3-Clause"
  7259. ],
  7260. "homepage": "https://github.com/zendframework/zend-servicemanager",
  7261. "keywords": [
  7262. "servicemanager",
  7263. "zf2"
  7264. ],
  7265. "time": "2017-12-05T16:27:36+00:00"
  7266. },
  7267. {
  7268. "name": "zetacomponents/base",
  7269. "version": "1.9.1",
  7270. "source": {
  7271. "type": "git",
  7272. "url": "https://github.com/zetacomponents/Base.git",
  7273. "reference": "489e20235989ddc97fdd793af31ac803972454f1"
  7274. },
  7275. "dist": {
  7276. "type": "zip",
  7277. "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1",
  7278. "reference": "489e20235989ddc97fdd793af31ac803972454f1",
  7279. "shasum": ""
  7280. },
  7281. "require-dev": {
  7282. "phpunit/phpunit": "~5.7",
  7283. "zetacomponents/unit-test": "*"
  7284. },
  7285. "type": "library",
  7286. "autoload": {
  7287. "classmap": [
  7288. "src"
  7289. ]
  7290. },
  7291. "notification-url": "https://packagist.org/downloads/",
  7292. "license": [
  7293. "Apache-2.0"
  7294. ],
  7295. "authors": [
  7296. {
  7297. "name": "Sergey Alexeev"
  7298. },
  7299. {
  7300. "name": "Sebastian Bergmann"
  7301. },
  7302. {
  7303. "name": "Jan Borsodi"
  7304. },
  7305. {
  7306. "name": "Raymond Bosman"
  7307. },
  7308. {
  7309. "name": "Frederik Holljen"
  7310. },
  7311. {
  7312. "name": "Kore Nordmann"
  7313. },
  7314. {
  7315. "name": "Derick Rethans"
  7316. },
  7317. {
  7318. "name": "Vadym Savchuk"
  7319. },
  7320. {
  7321. "name": "Tobias Schlitt"
  7322. },
  7323. {
  7324. "name": "Alexandru Stanoi"
  7325. }
  7326. ],
  7327. "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
  7328. "homepage": "https://github.com/zetacomponents",
  7329. "time": "2017-11-28T11:30:00+00:00"
  7330. },
  7331. {
  7332. "name": "zetacomponents/document",
  7333. "version": "1.3.1",
  7334. "source": {
  7335. "type": "git",
  7336. "url": "https://github.com/zetacomponents/Document.git",
  7337. "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8"
  7338. },
  7339. "dist": {
  7340. "type": "zip",
  7341. "url": "https://api.github.com/repos/zetacomponents/Document/zipball/688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
  7342. "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
  7343. "shasum": ""
  7344. },
  7345. "require": {
  7346. "zetacomponents/base": "*"
  7347. },
  7348. "require-dev": {
  7349. "zetacomponents/unit-test": "dev-master"
  7350. },
  7351. "type": "library",
  7352. "autoload": {
  7353. "classmap": [
  7354. "src"
  7355. ]
  7356. },
  7357. "notification-url": "https://packagist.org/downloads/",
  7358. "license": [
  7359. "Apache-2.0"
  7360. ],
  7361. "authors": [
  7362. {
  7363. "name": "Sebastian Bergmann"
  7364. },
  7365. {
  7366. "name": "Kore Nordmann"
  7367. },
  7368. {
  7369. "name": "Derick Rethans"
  7370. },
  7371. {
  7372. "name": "Tobias Schlitt"
  7373. },
  7374. {
  7375. "name": "Alexandru Stanoi"
  7376. }
  7377. ],
  7378. "description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.",
  7379. "homepage": "https://github.com/zetacomponents",
  7380. "time": "2013-12-19T11:40:00+00:00"
  7381. }
  7382. ],
  7383. "aliases": [],
  7384. "minimum-stability": "dev",
  7385. "stability-flags": {
  7386. "rhumsaa/uuid": 20,
  7387. "neeckeloo/closure-compiler-php": 20,
  7388. "mikehaertl/phpwkhtmltopdf": 20,
  7389. "phpdocumentor/phpdocumentor": 0,
  7390. "barryvdh/laravel-ide-helper": 20
  7391. },
  7392. "prefer-stable": true,
  7393. "prefer-lowest": false,
  7394. "platform": [],
  7395. "platform-dev": []
  7396. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement