Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2018
914
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 250.70 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": "b7b972ec82529af9555693ae77b49d3e",
  8. "packages": [
  9. {
  10. "name": "beberlei/DoctrineExtensions",
  11. "version": "v1.0.19",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/beberlei/DoctrineExtensions.git",
  15. "reference": "edc0ef1bf7b9f84f91fbd1f27560395ce70a3092"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/beberlei/DoctrineExtensions/zipball/edc0ef1bf7b9f84f91fbd1f27560395ce70a3092",
  20. "reference": "edc0ef1bf7b9f84f91fbd1f27560395ce70a3092",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.2"
  25. },
  26. "require-dev": {
  27. "doctrine/orm": "~2.1",
  28. "nesbot/carbon": "*",
  29. "phpunit/phpunit": "~4.5",
  30. "symfony/yaml": "~2.6",
  31. "zf1/zend-date": "~1.12",
  32. "zf1/zend-registry": "~1.12"
  33. },
  34. "suggest": {
  35. "nesbot/carbon": "Alternative to DateTime",
  36. "zf1/zend-date": "Alternative to DateTime"
  37. },
  38. "type": "library",
  39. "extra": {
  40. "branch-alias": {
  41. "dev-master": "1.0-dev"
  42. }
  43. },
  44. "autoload": {
  45. "psr-4": {
  46. "DoctrineExtensions\\": "src/"
  47. }
  48. },
  49. "notification-url": "https://packagist.org/downloads/",
  50. "license": [
  51. "BSD-3-Clause"
  52. ],
  53. "authors": [
  54. {
  55. "name": "Benjamin Eberlei",
  56. "email": "kontakt@beberlei.de"
  57. },
  58. {
  59. "name": "Steve Lacey",
  60. "email": "steve@stevelacey.net"
  61. }
  62. ],
  63. "description": "A set of extensions to Doctrine 2 that add support for additional query functions available in MySQL and Oracle.",
  64. "keywords": [
  65. "database",
  66. "doctrine",
  67. "orm"
  68. ],
  69. "time": "2017-10-02T17:29:15+00:00"
  70. },
  71. {
  72. "name": "composer/ca-bundle",
  73. "version": "1.1.0",
  74. "source": {
  75. "type": "git",
  76. "url": "https://github.com/composer/ca-bundle.git",
  77. "reference": "943b2c4fcad1ef178d16a713c2468bf7e579c288"
  78. },
  79. "dist": {
  80. "type": "zip",
  81. "url": "https://api.github.com/repos/composer/ca-bundle/zipball/943b2c4fcad1ef178d16a713c2468bf7e579c288",
  82. "reference": "943b2c4fcad1ef178d16a713c2468bf7e579c288",
  83. "shasum": ""
  84. },
  85. "require": {
  86. "ext-openssl": "*",
  87. "ext-pcre": "*",
  88. "php": "^5.3.2 || ^7.0"
  89. },
  90. "require-dev": {
  91. "phpunit/phpunit": "^4.8.35",
  92. "psr/log": "^1.0",
  93. "symfony/process": "^2.5 || ^3.0 || ^4.0"
  94. },
  95. "type": "library",
  96. "extra": {
  97. "branch-alias": {
  98. "dev-master": "1.x-dev"
  99. }
  100. },
  101. "autoload": {
  102. "psr-4": {
  103. "Composer\\CaBundle\\": "src"
  104. }
  105. },
  106. "notification-url": "https://packagist.org/downloads/",
  107. "license": [
  108. "MIT"
  109. ],
  110. "authors": [
  111. {
  112. "name": "Jordi Boggiano",
  113. "email": "j.boggiano@seld.be",
  114. "homepage": "http://seld.be"
  115. }
  116. ],
  117. "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
  118. "keywords": [
  119. "cabundle",
  120. "cacert",
  121. "certificate",
  122. "ssl",
  123. "tls"
  124. ],
  125. "time": "2017-11-29T09:37:33+00:00"
  126. },
  127. {
  128. "name": "composer/installers",
  129. "version": "v1.0.21",
  130. "source": {
  131. "type": "git",
  132. "url": "https://github.com/composer/installers.git",
  133. "reference": "d64e23fce42a4063d63262b19b8e7c0f3b5e4c45"
  134. },
  135. "dist": {
  136. "type": "zip",
  137. "url": "https://api.github.com/repos/composer/installers/zipball/d64e23fce42a4063d63262b19b8e7c0f3b5e4c45",
  138. "reference": "d64e23fce42a4063d63262b19b8e7c0f3b5e4c45",
  139. "shasum": ""
  140. },
  141. "replace": {
  142. "roundcube/plugin-installer": "*",
  143. "shama/baton": "*"
  144. },
  145. "require-dev": {
  146. "composer/composer": "1.0.*@dev",
  147. "phpunit/phpunit": "4.1.*"
  148. },
  149. "type": "composer-installer",
  150. "extra": {
  151. "class": "Composer\\Installers\\Installer",
  152. "branch-alias": {
  153. "dev-master": "1.0-dev"
  154. }
  155. },
  156. "autoload": {
  157. "psr-0": {
  158. "Composer\\Installers\\": "src/"
  159. }
  160. },
  161. "notification-url": "https://packagist.org/downloads/",
  162. "license": [
  163. "MIT"
  164. ],
  165. "authors": [
  166. {
  167. "name": "Kyle Robinson Young",
  168. "email": "kyle@dontkry.com",
  169. "homepage": "https://github.com/shama"
  170. }
  171. ],
  172. "description": "A multi-framework Composer library installer",
  173. "homepage": "http://composer.github.com/installers/",
  174. "keywords": [
  175. "Craft",
  176. "Dolibarr",
  177. "Hurad",
  178. "MODX Evo",
  179. "OXID",
  180. "SMF",
  181. "Thelia",
  182. "WolfCMS",
  183. "agl",
  184. "aimeos",
  185. "annotatecms",
  186. "bitrix",
  187. "cakephp",
  188. "chef",
  189. "codeigniter",
  190. "concrete5",
  191. "croogo",
  192. "dokuwiki",
  193. "drupal",
  194. "elgg",
  195. "fuelphp",
  196. "grav",
  197. "installer",
  198. "joomla",
  199. "kohana",
  200. "laravel",
  201. "lithium",
  202. "magento",
  203. "mako",
  204. "mediawiki",
  205. "modulework",
  206. "moodle",
  207. "phpbb",
  208. "piwik",
  209. "ppi",
  210. "puppet",
  211. "roundcube",
  212. "shopware",
  213. "silverstripe",
  214. "symfony",
  215. "typo3",
  216. "wordpress",
  217. "zend",
  218. "zikula"
  219. ],
  220. "time": "2015-02-18T17:17:01+00:00"
  221. },
  222. {
  223. "name": "csa/guzzle-bundle",
  224. "version": "v1.3.11",
  225. "source": {
  226. "type": "git",
  227. "url": "https://github.com/csarrazi/CsaGuzzleBundle.git",
  228. "reference": "0294a55b241504bca179d4db5f82ce62d8bb28ad"
  229. },
  230. "dist": {
  231. "type": "zip",
  232. "url": "https://api.github.com/repos/csarrazi/CsaGuzzleBundle/zipball/0294a55b241504bca179d4db5f82ce62d8bb28ad",
  233. "reference": "0294a55b241504bca179d4db5f82ce62d8bb28ad",
  234. "shasum": ""
  235. },
  236. "require": {
  237. "guzzlehttp/guzzle": "~4.0|~5.0",
  238. "guzzlehttp/log-subscriber": "~1.0",
  239. "php": ">=5.4.0",
  240. "symfony/expression-language": "~2.4|~3.0",
  241. "symfony/framework-bundle": "~2.3|~3.0",
  242. "twig/twig": "~1.12"
  243. },
  244. "require-dev": {
  245. "doctrine/cache": "~1.1",
  246. "guzzlehttp/guzzle-services": "~0.3",
  247. "phpunit/phpunit": "~4.0",
  248. "symfony/phpunit-bridge": "~2.7|~3.0",
  249. "symfony/web-profiler-bundle": "~2.3"
  250. },
  251. "suggest": {
  252. "doctrine/cache": "Allows caching of responses",
  253. "guzzlehttp/guzzle-services": "Allow web service description"
  254. },
  255. "type": "symfony-bundle",
  256. "extra": {
  257. "branch-alias": {
  258. "dev-master": "1.3.x-dev"
  259. }
  260. },
  261. "autoload": {
  262. "psr-4": {
  263. "Csa\\Bundle\\GuzzleBundle\\": "src"
  264. }
  265. },
  266. "notification-url": "https://packagist.org/downloads/",
  267. "license": [
  268. "MIT"
  269. ],
  270. "authors": [
  271. {
  272. "name": "Charles Sarrazin",
  273. "email": "charles@sarraz.in"
  274. }
  275. ],
  276. "description": "A bundle integrating GuzzleHttp >= 4.0",
  277. "time": "2015-11-17T00:02:55+00:00"
  278. },
  279. {
  280. "name": "cssjanus/cssjanus",
  281. "version": "dev-patch-1",
  282. "source": {
  283. "type": "git",
  284. "url": "https://github.com/PrestaShop/php-cssjanus.git",
  285. "reference": "7866b8a6f7ad8ba8c7f4eb9f87b084452a41d8e5"
  286. },
  287. "dist": {
  288. "type": "zip",
  289. "url": "https://api.github.com/repos/PrestaShop/php-cssjanus/zipball/7866b8a6f7ad8ba8c7f4eb9f87b084452a41d8e5",
  290. "reference": "7866b8a6f7ad8ba8c7f4eb9f87b084452a41d8e5",
  291. "shasum": ""
  292. },
  293. "require": {
  294. "php": ">=5.4"
  295. },
  296. "require-dev": {
  297. "jakub-onderka/php-parallel-lint": "0.8.*",
  298. "phpunit/phpunit": "4.8.*",
  299. "squizlabs/php_codesniffer": "2.3.*"
  300. },
  301. "type": "library",
  302. "autoload": {
  303. "psr-0": {
  304. "": "src/"
  305. }
  306. },
  307. "scripts": {
  308. "test": [
  309. "parallel-lint . --exclude vendor",
  310. "phpunit",
  311. "phpcs -p"
  312. ]
  313. },
  314. "license": [
  315. "Apache-2.0"
  316. ],
  317. "description": "Convert CSS stylesheets between left-to-right and right-to-left.",
  318. "support": {
  319. "source": "https://github.com/PrestaShop/php-cssjanus/tree/patch-1"
  320. },
  321. "time": "2018-01-08T09:57:29+00:00"
  322. },
  323. {
  324. "name": "curl/curl",
  325. "version": "1.2.1",
  326. "source": {
  327. "type": "git",
  328. "url": "https://github.com/php-mod/curl.git",
  329. "reference": "67f7c490060751fbf24a02bc1ff3b32073aeb5e0"
  330. },
  331. "dist": {
  332. "type": "zip",
  333. "url": "https://api.github.com/repos/php-mod/curl/zipball/67f7c490060751fbf24a02bc1ff3b32073aeb5e0",
  334. "reference": "67f7c490060751fbf24a02bc1ff3b32073aeb5e0",
  335. "shasum": ""
  336. },
  337. "require": {
  338. "ext-curl": "*",
  339. "php": ">=5.3.0"
  340. },
  341. "require-dev": {
  342. "phpunit/phpunit": "3.7.*",
  343. "squizlabs/php_codesniffer": "~2.1"
  344. },
  345. "type": "library",
  346. "autoload": {
  347. "psr-0": {
  348. "Curl": "src/"
  349. }
  350. },
  351. "notification-url": "https://packagist.org/downloads/",
  352. "license": [
  353. "MIT"
  354. ],
  355. "authors": [
  356. {
  357. "name": "Hassan Amouhzi",
  358. "email": "hassan@anezi.net",
  359. "homepage": "http://hassan.amouhzi.com"
  360. },
  361. {
  362. "name": "php-curl-class",
  363. "homepage": "https://github.com/php-curl-class"
  364. },
  365. {
  366. "name": "user52",
  367. "homepage": "https://github.com/user52"
  368. }
  369. ],
  370. "description": "cURL class for PHP",
  371. "homepage": "https://github.com/php-mod/curl",
  372. "keywords": [
  373. "curl",
  374. "dot"
  375. ],
  376. "time": "2015-04-09T16:29:25+00:00"
  377. },
  378. {
  379. "name": "defuse/php-encryption",
  380. "version": "2.0.3",
  381. "source": {
  382. "type": "git",
  383. "url": "https://github.com/defuse/php-encryption.git",
  384. "reference": "2c6fea3d9a4eaaa8cef86b2a89f3660818117b33"
  385. },
  386. "dist": {
  387. "type": "zip",
  388. "url": "https://api.github.com/repos/defuse/php-encryption/zipball/2c6fea3d9a4eaaa8cef86b2a89f3660818117b33",
  389. "reference": "2c6fea3d9a4eaaa8cef86b2a89f3660818117b33",
  390. "shasum": ""
  391. },
  392. "require": {
  393. "ext-openssl": "*",
  394. "paragonie/random_compat": "~2.0",
  395. "php": ">=5.4.0"
  396. },
  397. "require-dev": {
  398. "nikic/php-parser": "^2.0"
  399. },
  400. "type": "library",
  401. "autoload": {
  402. "classmap": [
  403. "src"
  404. ]
  405. },
  406. "notification-url": "https://packagist.org/downloads/",
  407. "license": [
  408. "MIT"
  409. ],
  410. "authors": [
  411. {
  412. "name": "Taylor Hornby",
  413. "email": "taylor@defuse.ca",
  414. "homepage": "https://defuse.ca/"
  415. },
  416. {
  417. "name": "Scott Arciszewski",
  418. "email": "info@paragonie.com",
  419. "homepage": "https://paragonie.com"
  420. }
  421. ],
  422. "description": "Secure PHP Encryption Library",
  423. "keywords": [
  424. "aes",
  425. "authenticated encryption",
  426. "cipher",
  427. "crypto",
  428. "cryptography",
  429. "encrypt",
  430. "encryption",
  431. "openssl",
  432. "security",
  433. "symmetric key cryptography"
  434. ],
  435. "time": "2016-10-10T15:20:26+00:00"
  436. },
  437. {
  438. "name": "doctrine/annotations",
  439. "version": "v1.2.7",
  440. "source": {
  441. "type": "git",
  442. "url": "https://github.com/doctrine/annotations.git",
  443. "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
  444. },
  445. "dist": {
  446. "type": "zip",
  447. "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
  448. "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
  449. "shasum": ""
  450. },
  451. "require": {
  452. "doctrine/lexer": "1.*",
  453. "php": ">=5.3.2"
  454. },
  455. "require-dev": {
  456. "doctrine/cache": "1.*",
  457. "phpunit/phpunit": "4.*"
  458. },
  459. "type": "library",
  460. "extra": {
  461. "branch-alias": {
  462. "dev-master": "1.3.x-dev"
  463. }
  464. },
  465. "autoload": {
  466. "psr-0": {
  467. "Doctrine\\Common\\Annotations\\": "lib/"
  468. }
  469. },
  470. "notification-url": "https://packagist.org/downloads/",
  471. "license": [
  472. "MIT"
  473. ],
  474. "authors": [
  475. {
  476. "name": "Roman Borschel",
  477. "email": "roman@code-factory.org"
  478. },
  479. {
  480. "name": "Benjamin Eberlei",
  481. "email": "kontakt@beberlei.de"
  482. },
  483. {
  484. "name": "Guilherme Blanco",
  485. "email": "guilhermeblanco@gmail.com"
  486. },
  487. {
  488. "name": "Jonathan Wage",
  489. "email": "jonwage@gmail.com"
  490. },
  491. {
  492. "name": "Johannes Schmitt",
  493. "email": "schmittjoh@gmail.com"
  494. }
  495. ],
  496. "description": "Docblock Annotations Parser",
  497. "homepage": "http://www.doctrine-project.org",
  498. "keywords": [
  499. "annotations",
  500. "docblock",
  501. "parser"
  502. ],
  503. "time": "2015-08-31T12:32:49+00:00"
  504. },
  505. {
  506. "name": "doctrine/cache",
  507. "version": "v1.5.4",
  508. "source": {
  509. "type": "git",
  510. "url": "https://github.com/doctrine/cache.git",
  511. "reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136"
  512. },
  513. "dist": {
  514. "type": "zip",
  515. "url": "https://api.github.com/repos/doctrine/cache/zipball/47cdc76ceb95cc591d9c79a36dc3794975b5d136",
  516. "reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136",
  517. "shasum": ""
  518. },
  519. "require": {
  520. "php": ">=5.3.2"
  521. },
  522. "conflict": {
  523. "doctrine/common": ">2.2,<2.4"
  524. },
  525. "require-dev": {
  526. "phpunit/phpunit": ">=3.7",
  527. "predis/predis": "~1.0",
  528. "satooshi/php-coveralls": "~0.6"
  529. },
  530. "type": "library",
  531. "extra": {
  532. "branch-alias": {
  533. "dev-master": "1.5.x-dev"
  534. }
  535. },
  536. "autoload": {
  537. "psr-4": {
  538. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  539. }
  540. },
  541. "notification-url": "https://packagist.org/downloads/",
  542. "license": [
  543. "MIT"
  544. ],
  545. "authors": [
  546. {
  547. "name": "Roman Borschel",
  548. "email": "roman@code-factory.org"
  549. },
  550. {
  551. "name": "Benjamin Eberlei",
  552. "email": "kontakt@beberlei.de"
  553. },
  554. {
  555. "name": "Guilherme Blanco",
  556. "email": "guilhermeblanco@gmail.com"
  557. },
  558. {
  559. "name": "Jonathan Wage",
  560. "email": "jonwage@gmail.com"
  561. },
  562. {
  563. "name": "Johannes Schmitt",
  564. "email": "schmittjoh@gmail.com"
  565. }
  566. ],
  567. "description": "Caching library offering an object-oriented API for many cache backends",
  568. "homepage": "http://www.doctrine-project.org",
  569. "keywords": [
  570. "cache",
  571. "caching"
  572. ],
  573. "time": "2015-12-19T05:03:47+00:00"
  574. },
  575. {
  576. "name": "doctrine/collections",
  577. "version": "v1.3.0",
  578. "source": {
  579. "type": "git",
  580. "url": "https://github.com/doctrine/collections.git",
  581. "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
  582. },
  583. "dist": {
  584. "type": "zip",
  585. "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
  586. "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
  587. "shasum": ""
  588. },
  589. "require": {
  590. "php": ">=5.3.2"
  591. },
  592. "require-dev": {
  593. "phpunit/phpunit": "~4.0"
  594. },
  595. "type": "library",
  596. "extra": {
  597. "branch-alias": {
  598. "dev-master": "1.2.x-dev"
  599. }
  600. },
  601. "autoload": {
  602. "psr-0": {
  603. "Doctrine\\Common\\Collections\\": "lib/"
  604. }
  605. },
  606. "notification-url": "https://packagist.org/downloads/",
  607. "license": [
  608. "MIT"
  609. ],
  610. "authors": [
  611. {
  612. "name": "Roman Borschel",
  613. "email": "roman@code-factory.org"
  614. },
  615. {
  616. "name": "Benjamin Eberlei",
  617. "email": "kontakt@beberlei.de"
  618. },
  619. {
  620. "name": "Guilherme Blanco",
  621. "email": "guilhermeblanco@gmail.com"
  622. },
  623. {
  624. "name": "Jonathan Wage",
  625. "email": "jonwage@gmail.com"
  626. },
  627. {
  628. "name": "Johannes Schmitt",
  629. "email": "schmittjoh@gmail.com"
  630. }
  631. ],
  632. "description": "Collections Abstraction library",
  633. "homepage": "http://www.doctrine-project.org",
  634. "keywords": [
  635. "array",
  636. "collections",
  637. "iterator"
  638. ],
  639. "time": "2015-04-14T22:21:58+00:00"
  640. },
  641. {
  642. "name": "doctrine/common",
  643. "version": "v2.5.3",
  644. "source": {
  645. "type": "git",
  646. "url": "https://github.com/doctrine/common.git",
  647. "reference": "10f1f19651343f87573129ca970aef1a47a6f29e"
  648. },
  649. "dist": {
  650. "type": "zip",
  651. "url": "https://api.github.com/repos/doctrine/common/zipball/10f1f19651343f87573129ca970aef1a47a6f29e",
  652. "reference": "10f1f19651343f87573129ca970aef1a47a6f29e",
  653. "shasum": ""
  654. },
  655. "require": {
  656. "doctrine/annotations": "1.*",
  657. "doctrine/cache": "1.*",
  658. "doctrine/collections": "1.*",
  659. "doctrine/inflector": "1.*",
  660. "doctrine/lexer": "1.*",
  661. "php": ">=5.3.2"
  662. },
  663. "require-dev": {
  664. "phpunit/phpunit": "~3.7"
  665. },
  666. "type": "library",
  667. "extra": {
  668. "branch-alias": {
  669. "dev-master": "2.5.x-dev"
  670. }
  671. },
  672. "autoload": {
  673. "psr-0": {
  674. "Doctrine\\Common\\": "lib/"
  675. }
  676. },
  677. "notification-url": "https://packagist.org/downloads/",
  678. "license": [
  679. "MIT"
  680. ],
  681. "authors": [
  682. {
  683. "name": "Roman Borschel",
  684. "email": "roman@code-factory.org"
  685. },
  686. {
  687. "name": "Benjamin Eberlei",
  688. "email": "kontakt@beberlei.de"
  689. },
  690. {
  691. "name": "Guilherme Blanco",
  692. "email": "guilhermeblanco@gmail.com"
  693. },
  694. {
  695. "name": "Jonathan Wage",
  696. "email": "jonwage@gmail.com"
  697. },
  698. {
  699. "name": "Johannes Schmitt",
  700. "email": "schmittjoh@gmail.com"
  701. }
  702. ],
  703. "description": "Common Library for Doctrine projects",
  704. "homepage": "http://www.doctrine-project.org",
  705. "keywords": [
  706. "annotations",
  707. "collections",
  708. "eventmanager",
  709. "persistence",
  710. "spl"
  711. ],
  712. "time": "2015-12-25T13:10:16+00:00"
  713. },
  714. {
  715. "name": "doctrine/dbal",
  716. "version": "v2.5.13",
  717. "source": {
  718. "type": "git",
  719. "url": "https://github.com/doctrine/dbal.git",
  720. "reference": "729340d8d1eec8f01bff708e12e449a3415af873"
  721. },
  722. "dist": {
  723. "type": "zip",
  724. "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
  725. "reference": "729340d8d1eec8f01bff708e12e449a3415af873",
  726. "shasum": ""
  727. },
  728. "require": {
  729. "doctrine/common": ">=2.4,<2.8-dev",
  730. "php": ">=5.3.2"
  731. },
  732. "require-dev": {
  733. "phpunit/phpunit": "4.*",
  734. "symfony/console": "2.*||^3.0"
  735. },
  736. "suggest": {
  737. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  738. },
  739. "bin": [
  740. "bin/doctrine-dbal"
  741. ],
  742. "type": "library",
  743. "extra": {
  744. "branch-alias": {
  745. "dev-master": "2.5.x-dev"
  746. }
  747. },
  748. "autoload": {
  749. "psr-0": {
  750. "Doctrine\\DBAL\\": "lib/"
  751. }
  752. },
  753. "notification-url": "https://packagist.org/downloads/",
  754. "license": [
  755. "MIT"
  756. ],
  757. "authors": [
  758. {
  759. "name": "Roman Borschel",
  760. "email": "roman@code-factory.org"
  761. },
  762. {
  763. "name": "Benjamin Eberlei",
  764. "email": "kontakt@beberlei.de"
  765. },
  766. {
  767. "name": "Guilherme Blanco",
  768. "email": "guilhermeblanco@gmail.com"
  769. },
  770. {
  771. "name": "Jonathan Wage",
  772. "email": "jonwage@gmail.com"
  773. }
  774. ],
  775. "description": "Database Abstraction Layer",
  776. "homepage": "http://www.doctrine-project.org",
  777. "keywords": [
  778. "database",
  779. "dbal",
  780. "persistence",
  781. "queryobject"
  782. ],
  783. "time": "2017-07-22T20:44:48+00:00"
  784. },
  785. {
  786. "name": "doctrine/doctrine-bundle",
  787. "version": "v1.5.2",
  788. "source": {
  789. "type": "git",
  790. "url": "https://github.com/doctrine/DoctrineBundle.git",
  791. "reference": "d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3"
  792. },
  793. "dist": {
  794. "type": "zip",
  795. "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3",
  796. "reference": "d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3",
  797. "shasum": ""
  798. },
  799. "require": {
  800. "doctrine/dbal": "~2.3",
  801. "doctrine/doctrine-cache-bundle": "~1.0",
  802. "jdorn/sql-formatter": "~1.1",
  803. "php": ">=5.3.2",
  804. "symfony/console": "~2.3|~3.0",
  805. "symfony/doctrine-bridge": "~2.2|~3.0",
  806. "symfony/framework-bundle": "~2.3|~3.0"
  807. },
  808. "require-dev": {
  809. "doctrine/orm": "~2.3",
  810. "phpunit/phpunit": "~4",
  811. "satooshi/php-coveralls": "~0.6.1",
  812. "symfony/validator": "~2.2|~3.0",
  813. "symfony/yaml": "~2.2|~3.0",
  814. "twig/twig": "~1.10"
  815. },
  816. "suggest": {
  817. "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
  818. "symfony/web-profiler-bundle": "to use the data collector"
  819. },
  820. "type": "symfony-bundle",
  821. "extra": {
  822. "branch-alias": {
  823. "dev-master": "1.6.x-dev"
  824. }
  825. },
  826. "autoload": {
  827. "psr-4": {
  828. "Doctrine\\Bundle\\DoctrineBundle\\": ""
  829. }
  830. },
  831. "notification-url": "https://packagist.org/downloads/",
  832. "license": [
  833. "MIT"
  834. ],
  835. "authors": [
  836. {
  837. "name": "Symfony Community",
  838. "homepage": "http://symfony.com/contributors"
  839. },
  840. {
  841. "name": "Benjamin Eberlei",
  842. "email": "kontakt@beberlei.de"
  843. },
  844. {
  845. "name": "Doctrine Project",
  846. "homepage": "http://www.doctrine-project.org/"
  847. },
  848. {
  849. "name": "Fabien Potencier",
  850. "email": "fabien@symfony.com"
  851. }
  852. ],
  853. "description": "Symfony DoctrineBundle",
  854. "homepage": "http://www.doctrine-project.org",
  855. "keywords": [
  856. "database",
  857. "dbal",
  858. "orm",
  859. "persistence"
  860. ],
  861. "time": "2015-08-31T14:47:06+00:00"
  862. },
  863. {
  864. "name": "doctrine/doctrine-cache-bundle",
  865. "version": "1.3.2",
  866. "source": {
  867. "type": "git",
  868. "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
  869. "reference": "9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1"
  870. },
  871. "dist": {
  872. "type": "zip",
  873. "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1",
  874. "reference": "9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1",
  875. "shasum": ""
  876. },
  877. "require": {
  878. "doctrine/cache": "^1.4.2",
  879. "doctrine/inflector": "~1.0",
  880. "php": ">=5.3.2",
  881. "symfony/doctrine-bridge": "~2.2|~3.0|~4.0"
  882. },
  883. "require-dev": {
  884. "instaclick/coding-standard": "~1.1",
  885. "instaclick/object-calisthenics-sniffs": "dev-master",
  886. "instaclick/symfony2-coding-standard": "dev-remaster",
  887. "phpunit/phpunit": "~4",
  888. "predis/predis": "~0.8",
  889. "satooshi/php-coveralls": "^1.0",
  890. "squizlabs/php_codesniffer": "~1.5",
  891. "symfony/console": "~2.2|~3.0|~4.0",
  892. "symfony/finder": "~2.2|~3.0|~4.0",
  893. "symfony/framework-bundle": "~2.2|~3.0|~4.0",
  894. "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
  895. "symfony/security-acl": "~2.3|~3.0",
  896. "symfony/validator": "~2.2|~3.0|~4.0",
  897. "symfony/yaml": "~2.2|~3.0|~4.0"
  898. },
  899. "suggest": {
  900. "symfony/security-acl": "For using this bundle to cache ACLs"
  901. },
  902. "type": "symfony-bundle",
  903. "extra": {
  904. "branch-alias": {
  905. "dev-master": "1.3.x-dev"
  906. }
  907. },
  908. "autoload": {
  909. "psr-4": {
  910. "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
  911. }
  912. },
  913. "notification-url": "https://packagist.org/downloads/",
  914. "license": [
  915. "MIT"
  916. ],
  917. "authors": [
  918. {
  919. "name": "Symfony Community",
  920. "homepage": "http://symfony.com/contributors"
  921. },
  922. {
  923. "name": "Benjamin Eberlei",
  924. "email": "kontakt@beberlei.de"
  925. },
  926. {
  927. "name": "Fabio B. Silva",
  928. "email": "fabio.bat.silva@gmail.com"
  929. },
  930. {
  931. "name": "Guilherme Blanco",
  932. "email": "guilhermeblanco@hotmail.com"
  933. },
  934. {
  935. "name": "Doctrine Project",
  936. "homepage": "http://www.doctrine-project.org/"
  937. },
  938. {
  939. "name": "Fabien Potencier",
  940. "email": "fabien@symfony.com"
  941. }
  942. ],
  943. "description": "Symfony Bundle for Doctrine Cache",
  944. "homepage": "http://www.doctrine-project.org",
  945. "keywords": [
  946. "cache",
  947. "caching"
  948. ],
  949. "time": "2017-10-12T17:23:29+00:00"
  950. },
  951. {
  952. "name": "doctrine/inflector",
  953. "version": "v1.1.0",
  954. "source": {
  955. "type": "git",
  956. "url": "https://github.com/doctrine/inflector.git",
  957. "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
  958. },
  959. "dist": {
  960. "type": "zip",
  961. "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
  962. "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
  963. "shasum": ""
  964. },
  965. "require": {
  966. "php": ">=5.3.2"
  967. },
  968. "require-dev": {
  969. "phpunit/phpunit": "4.*"
  970. },
  971. "type": "library",
  972. "extra": {
  973. "branch-alias": {
  974. "dev-master": "1.1.x-dev"
  975. }
  976. },
  977. "autoload": {
  978. "psr-0": {
  979. "Doctrine\\Common\\Inflector\\": "lib/"
  980. }
  981. },
  982. "notification-url": "https://packagist.org/downloads/",
  983. "license": [
  984. "MIT"
  985. ],
  986. "authors": [
  987. {
  988. "name": "Roman Borschel",
  989. "email": "roman@code-factory.org"
  990. },
  991. {
  992. "name": "Benjamin Eberlei",
  993. "email": "kontakt@beberlei.de"
  994. },
  995. {
  996. "name": "Guilherme Blanco",
  997. "email": "guilhermeblanco@gmail.com"
  998. },
  999. {
  1000. "name": "Jonathan Wage",
  1001. "email": "jonwage@gmail.com"
  1002. },
  1003. {
  1004. "name": "Johannes Schmitt",
  1005. "email": "schmittjoh@gmail.com"
  1006. }
  1007. ],
  1008. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  1009. "homepage": "http://www.doctrine-project.org",
  1010. "keywords": [
  1011. "inflection",
  1012. "pluralize",
  1013. "singularize",
  1014. "string"
  1015. ],
  1016. "time": "2015-11-06T14:35:42+00:00"
  1017. },
  1018. {
  1019. "name": "doctrine/instantiator",
  1020. "version": "1.0.5",
  1021. "source": {
  1022. "type": "git",
  1023. "url": "https://github.com/doctrine/instantiator.git",
  1024. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  1025. },
  1026. "dist": {
  1027. "type": "zip",
  1028. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  1029. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  1030. "shasum": ""
  1031. },
  1032. "require": {
  1033. "php": ">=5.3,<8.0-DEV"
  1034. },
  1035. "require-dev": {
  1036. "athletic/athletic": "~0.1.8",
  1037. "ext-pdo": "*",
  1038. "ext-phar": "*",
  1039. "phpunit/phpunit": "~4.0",
  1040. "squizlabs/php_codesniffer": "~2.0"
  1041. },
  1042. "type": "library",
  1043. "extra": {
  1044. "branch-alias": {
  1045. "dev-master": "1.0.x-dev"
  1046. }
  1047. },
  1048. "autoload": {
  1049. "psr-4": {
  1050. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  1051. }
  1052. },
  1053. "notification-url": "https://packagist.org/downloads/",
  1054. "license": [
  1055. "MIT"
  1056. ],
  1057. "authors": [
  1058. {
  1059. "name": "Marco Pivetta",
  1060. "email": "ocramius@gmail.com",
  1061. "homepage": "http://ocramius.github.com/"
  1062. }
  1063. ],
  1064. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  1065. "homepage": "https://github.com/doctrine/instantiator",
  1066. "keywords": [
  1067. "constructor",
  1068. "instantiate"
  1069. ],
  1070. "time": "2015-06-14T21:17:01+00:00"
  1071. },
  1072. {
  1073. "name": "doctrine/lexer",
  1074. "version": "v1.0.1",
  1075. "source": {
  1076. "type": "git",
  1077. "url": "https://github.com/doctrine/lexer.git",
  1078. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
  1079. },
  1080. "dist": {
  1081. "type": "zip",
  1082. "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
  1083. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
  1084. "shasum": ""
  1085. },
  1086. "require": {
  1087. "php": ">=5.3.2"
  1088. },
  1089. "type": "library",
  1090. "extra": {
  1091. "branch-alias": {
  1092. "dev-master": "1.0.x-dev"
  1093. }
  1094. },
  1095. "autoload": {
  1096. "psr-0": {
  1097. "Doctrine\\Common\\Lexer\\": "lib/"
  1098. }
  1099. },
  1100. "notification-url": "https://packagist.org/downloads/",
  1101. "license": [
  1102. "MIT"
  1103. ],
  1104. "authors": [
  1105. {
  1106. "name": "Roman Borschel",
  1107. "email": "roman@code-factory.org"
  1108. },
  1109. {
  1110. "name": "Guilherme Blanco",
  1111. "email": "guilhermeblanco@gmail.com"
  1112. },
  1113. {
  1114. "name": "Johannes Schmitt",
  1115. "email": "schmittjoh@gmail.com"
  1116. }
  1117. ],
  1118. "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
  1119. "homepage": "http://www.doctrine-project.org",
  1120. "keywords": [
  1121. "lexer",
  1122. "parser"
  1123. ],
  1124. "time": "2014-09-09T13:34:57+00:00"
  1125. },
  1126. {
  1127. "name": "doctrine/orm",
  1128. "version": "v2.5.13",
  1129. "source": {
  1130. "type": "git",
  1131. "url": "https://github.com/doctrine/doctrine2.git",
  1132. "reference": "93103f44a3e36e7b48165b6e6b736833f33b18ef"
  1133. },
  1134. "dist": {
  1135. "type": "zip",
  1136. "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/93103f44a3e36e7b48165b6e6b736833f33b18ef",
  1137. "reference": "93103f44a3e36e7b48165b6e6b736833f33b18ef",
  1138. "shasum": ""
  1139. },
  1140. "require": {
  1141. "doctrine/cache": "~1.4",
  1142. "doctrine/collections": "~1.2",
  1143. "doctrine/common": ">=2.5-dev,<2.9-dev",
  1144. "doctrine/dbal": ">=2.5-dev,<2.7-dev",
  1145. "doctrine/instantiator": "^1.0.1",
  1146. "ext-pdo": "*",
  1147. "php": ">=5.4",
  1148. "symfony/console": "~2.5|~3.0|~4.0"
  1149. },
  1150. "require-dev": {
  1151. "phpunit/phpunit": "~4.0",
  1152. "symfony/yaml": "~2.3|~3.0|~4.0"
  1153. },
  1154. "suggest": {
  1155. "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
  1156. },
  1157. "bin": [
  1158. "bin/doctrine",
  1159. "bin/doctrine.php"
  1160. ],
  1161. "type": "library",
  1162. "extra": {
  1163. "branch-alias": {
  1164. "dev-master": "2.6.x-dev"
  1165. }
  1166. },
  1167. "autoload": {
  1168. "psr-0": {
  1169. "Doctrine\\ORM\\": "lib/"
  1170. }
  1171. },
  1172. "notification-url": "https://packagist.org/downloads/",
  1173. "license": [
  1174. "MIT"
  1175. ],
  1176. "authors": [
  1177. {
  1178. "name": "Roman Borschel",
  1179. "email": "roman@code-factory.org"
  1180. },
  1181. {
  1182. "name": "Benjamin Eberlei",
  1183. "email": "kontakt@beberlei.de"
  1184. },
  1185. {
  1186. "name": "Guilherme Blanco",
  1187. "email": "guilhermeblanco@gmail.com"
  1188. },
  1189. {
  1190. "name": "Jonathan Wage",
  1191. "email": "jonwage@gmail.com"
  1192. }
  1193. ],
  1194. "description": "Object-Relational-Mapper for PHP",
  1195. "homepage": "http://www.doctrine-project.org",
  1196. "keywords": [
  1197. "database",
  1198. "orm"
  1199. ],
  1200. "time": "2017-11-27T23:25:55+00:00"
  1201. },
  1202. {
  1203. "name": "geoip2/geoip2",
  1204. "version": "v2.4.5",
  1205. "source": {
  1206. "type": "git",
  1207. "url": "https://github.com/maxmind/GeoIP2-php.git",
  1208. "reference": "b28a0ed0190cd76c878ed7002a5d1bb8c5f4c175"
  1209. },
  1210. "dist": {
  1211. "type": "zip",
  1212. "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/b28a0ed0190cd76c878ed7002a5d1bb8c5f4c175",
  1213. "reference": "b28a0ed0190cd76c878ed7002a5d1bb8c5f4c175",
  1214. "shasum": ""
  1215. },
  1216. "require": {
  1217. "maxmind-db/reader": "~1.0",
  1218. "maxmind/web-service-common": "~0.3",
  1219. "php": ">=5.3.1"
  1220. },
  1221. "require-dev": {
  1222. "phpunit/phpunit": "4.2.*",
  1223. "squizlabs/php_codesniffer": "2.*"
  1224. },
  1225. "type": "library",
  1226. "autoload": {
  1227. "psr-4": {
  1228. "GeoIp2\\": "src"
  1229. }
  1230. },
  1231. "notification-url": "https://packagist.org/downloads/",
  1232. "license": [
  1233. "Apache-2.0"
  1234. ],
  1235. "authors": [
  1236. {
  1237. "name": "Gregory J. Oschwald",
  1238. "email": "goschwald@maxmind.com",
  1239. "homepage": "http://www.maxmind.com/"
  1240. }
  1241. ],
  1242. "description": "MaxMind GeoIP2 PHP API",
  1243. "homepage": "https://github.com/maxmind/GeoIP2-php",
  1244. "keywords": [
  1245. "IP",
  1246. "geoip",
  1247. "geoip2",
  1248. "geolocation",
  1249. "maxmind"
  1250. ],
  1251. "time": "2017-01-31T17:28:48+00:00"
  1252. },
  1253. {
  1254. "name": "guzzlehttp/guzzle",
  1255. "version": "5.3.1",
  1256. "source": {
  1257. "type": "git",
  1258. "url": "https://github.com/guzzle/guzzle.git",
  1259. "reference": "70f1fa53b71c4647bf2762c09068a95f77e12fb8"
  1260. },
  1261. "dist": {
  1262. "type": "zip",
  1263. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/70f1fa53b71c4647bf2762c09068a95f77e12fb8",
  1264. "reference": "70f1fa53b71c4647bf2762c09068a95f77e12fb8",
  1265. "shasum": ""
  1266. },
  1267. "require": {
  1268. "guzzlehttp/ringphp": "^1.1",
  1269. "php": ">=5.4.0"
  1270. },
  1271. "require-dev": {
  1272. "ext-curl": "*",
  1273. "phpunit/phpunit": "^4.0"
  1274. },
  1275. "type": "library",
  1276. "autoload": {
  1277. "psr-4": {
  1278. "GuzzleHttp\\": "src/"
  1279. }
  1280. },
  1281. "notification-url": "https://packagist.org/downloads/",
  1282. "license": [
  1283. "MIT"
  1284. ],
  1285. "authors": [
  1286. {
  1287. "name": "Michael Dowling",
  1288. "email": "mtdowling@gmail.com",
  1289. "homepage": "https://github.com/mtdowling"
  1290. }
  1291. ],
  1292. "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
  1293. "homepage": "http://guzzlephp.org/",
  1294. "keywords": [
  1295. "client",
  1296. "curl",
  1297. "framework",
  1298. "http",
  1299. "http client",
  1300. "rest",
  1301. "web service"
  1302. ],
  1303. "time": "2016-07-15T19:28:39+00:00"
  1304. },
  1305. {
  1306. "name": "guzzlehttp/log-subscriber",
  1307. "version": "1.0.1",
  1308. "source": {
  1309. "type": "git",
  1310. "url": "https://github.com/guzzle/log-subscriber.git",
  1311. "reference": "99c3c0004165db721d8ef7bbef60c996210e538a"
  1312. },
  1313. "dist": {
  1314. "type": "zip",
  1315. "url": "https://api.github.com/repos/guzzle/log-subscriber/zipball/99c3c0004165db721d8ef7bbef60c996210e538a",
  1316. "reference": "99c3c0004165db721d8ef7bbef60c996210e538a",
  1317. "shasum": ""
  1318. },
  1319. "require": {
  1320. "guzzlehttp/guzzle": "~4.0 | ~5.0",
  1321. "php": ">=5.4.0",
  1322. "psr/log": "~1.0"
  1323. },
  1324. "require-dev": {
  1325. "phpunit/phpunit": "~4.0"
  1326. },
  1327. "type": "library",
  1328. "extra": {
  1329. "branch-alias": {
  1330. "dev-master": "1.0-dev"
  1331. }
  1332. },
  1333. "autoload": {
  1334. "psr-4": {
  1335. "GuzzleHttp\\Subscriber\\Log\\": "src/"
  1336. }
  1337. },
  1338. "notification-url": "https://packagist.org/downloads/",
  1339. "license": [
  1340. "MIT"
  1341. ],
  1342. "authors": [
  1343. {
  1344. "name": "Michael Dowling",
  1345. "email": "mtdowling@gmail.com",
  1346. "homepage": "https://github.com/mtdowling"
  1347. }
  1348. ],
  1349. "description": "Logs HTTP requests and responses as they are sent over the wire (Guzzle 4+)",
  1350. "homepage": "http://guzzlephp.org/",
  1351. "keywords": [
  1352. "Guzzle",
  1353. "log",
  1354. "plugin"
  1355. ],
  1356. "time": "2014-10-13T03:31:43+00:00"
  1357. },
  1358. {
  1359. "name": "guzzlehttp/ringphp",
  1360. "version": "1.1.0",
  1361. "source": {
  1362. "type": "git",
  1363. "url": "https://github.com/guzzle/RingPHP.git",
  1364. "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
  1365. },
  1366. "dist": {
  1367. "type": "zip",
  1368. "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
  1369. "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
  1370. "shasum": ""
  1371. },
  1372. "require": {
  1373. "guzzlehttp/streams": "~3.0",
  1374. "php": ">=5.4.0",
  1375. "react/promise": "~2.0"
  1376. },
  1377. "require-dev": {
  1378. "ext-curl": "*",
  1379. "phpunit/phpunit": "~4.0"
  1380. },
  1381. "suggest": {
  1382. "ext-curl": "Guzzle will use specific adapters if cURL is present"
  1383. },
  1384. "type": "library",
  1385. "extra": {
  1386. "branch-alias": {
  1387. "dev-master": "1.1-dev"
  1388. }
  1389. },
  1390. "autoload": {
  1391. "psr-4": {
  1392. "GuzzleHttp\\Ring\\": "src/"
  1393. }
  1394. },
  1395. "notification-url": "https://packagist.org/downloads/",
  1396. "license": [
  1397. "MIT"
  1398. ],
  1399. "authors": [
  1400. {
  1401. "name": "Michael Dowling",
  1402. "email": "mtdowling@gmail.com",
  1403. "homepage": "https://github.com/mtdowling"
  1404. }
  1405. ],
  1406. "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
  1407. "time": "2015-05-20T03:37:09+00:00"
  1408. },
  1409. {
  1410. "name": "guzzlehttp/streams",
  1411. "version": "3.0.0",
  1412. "source": {
  1413. "type": "git",
  1414. "url": "https://github.com/guzzle/streams.git",
  1415. "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
  1416. },
  1417. "dist": {
  1418. "type": "zip",
  1419. "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
  1420. "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
  1421. "shasum": ""
  1422. },
  1423. "require": {
  1424. "php": ">=5.4.0"
  1425. },
  1426. "require-dev": {
  1427. "phpunit/phpunit": "~4.0"
  1428. },
  1429. "type": "library",
  1430. "extra": {
  1431. "branch-alias": {
  1432. "dev-master": "3.0-dev"
  1433. }
  1434. },
  1435. "autoload": {
  1436. "psr-4": {
  1437. "GuzzleHttp\\Stream\\": "src/"
  1438. }
  1439. },
  1440. "notification-url": "https://packagist.org/downloads/",
  1441. "license": [
  1442. "MIT"
  1443. ],
  1444. "authors": [
  1445. {
  1446. "name": "Michael Dowling",
  1447. "email": "mtdowling@gmail.com",
  1448. "homepage": "https://github.com/mtdowling"
  1449. }
  1450. ],
  1451. "description": "Provides a simple abstraction over streams of data",
  1452. "homepage": "http://guzzlephp.org/",
  1453. "keywords": [
  1454. "Guzzle",
  1455. "stream"
  1456. ],
  1457. "time": "2014-10-12T19:18:40+00:00"
  1458. },
  1459. {
  1460. "name": "icanboogie/cldr",
  1461. "version": "v1.3.9",
  1462. "source": {
  1463. "type": "git",
  1464. "url": "https://github.com/ICanBoogie/CLDR.git",
  1465. "reference": "1a0de40c185cef197357d91f5e3e41817a59b6fe"
  1466. },
  1467. "dist": {
  1468. "type": "zip",
  1469. "url": "https://api.github.com/repos/ICanBoogie/CLDR/zipball/1a0de40c185cef197357d91f5e3e41817a59b6fe",
  1470. "reference": "1a0de40c185cef197357d91f5e3e41817a59b6fe",
  1471. "shasum": ""
  1472. },
  1473. "require": {
  1474. "ext-curl": "*",
  1475. "icanboogie/common": "~1.2.2",
  1476. "icanboogie/datetime": "~1.1.1",
  1477. "php": ">=5.4.0"
  1478. },
  1479. "type": "library",
  1480. "autoload": {
  1481. "psr-4": {
  1482. "ICanBoogie\\CLDR\\": "lib"
  1483. }
  1484. },
  1485. "notification-url": "https://packagist.org/downloads/",
  1486. "license": [
  1487. "BSD-3-Clause"
  1488. ],
  1489. "authors": [
  1490. {
  1491. "name": "Olivier Laviale",
  1492. "email": "olivier.laviale@gmail.com",
  1493. "homepage": "http://www.weirdog.com/",
  1494. "role": "Developer"
  1495. }
  1496. ],
  1497. "description": "An API to i18n your application using Unicode's CLDR",
  1498. "homepage": "http://icanboogie.org/",
  1499. "keywords": [
  1500. "cldr",
  1501. "currency",
  1502. "format",
  1503. "i18n",
  1504. "locale",
  1505. "territory"
  1506. ],
  1507. "time": "2015-02-01T12:02:54+00:00"
  1508. },
  1509. {
  1510. "name": "icanboogie/common",
  1511. "version": "v1.2.2.1",
  1512. "source": {
  1513. "type": "git",
  1514. "url": "https://github.com/ICanBoogie/Common.git",
  1515. "reference": "ec90b2d854a49882c814c84f67ed54bbb566aac0"
  1516. },
  1517. "dist": {
  1518. "type": "zip",
  1519. "url": "https://api.github.com/repos/ICanBoogie/Common/zipball/ec90b2d854a49882c814c84f67ed54bbb566aac0",
  1520. "reference": "ec90b2d854a49882c814c84f67ed54bbb566aac0",
  1521. "shasum": ""
  1522. },
  1523. "require": {
  1524. "php": ">=5.3.0"
  1525. },
  1526. "type": "library",
  1527. "autoload": {
  1528. "classmap": [
  1529. "lib/"
  1530. ],
  1531. "files": [
  1532. "bootstrap.php",
  1533. "lib/helpers.php"
  1534. ]
  1535. },
  1536. "notification-url": "https://packagist.org/downloads/",
  1537. "license": [
  1538. "BSD-3-Clause"
  1539. ],
  1540. "authors": [
  1541. {
  1542. "name": "Olivier Laviale",
  1543. "email": "olivier.laviale@gmail.com",
  1544. "homepage": "http://www.weirdog.com/",
  1545. "role": "Developer"
  1546. }
  1547. ],
  1548. "description": "Common helpers and classes for ICanBoogie",
  1549. "homepage": "http://icanboogie.org/",
  1550. "keywords": [
  1551. "toolkit"
  1552. ],
  1553. "time": "2014-10-21T12:06:36+00:00"
  1554. },
  1555. {
  1556. "name": "icanboogie/datetime",
  1557. "version": "v1.1.1",
  1558. "source": {
  1559. "type": "git",
  1560. "url": "https://github.com/ICanBoogie/DateTime.git",
  1561. "reference": "7cc0b99a7e7660d8ce0b81994a5493006247266b"
  1562. },
  1563. "dist": {
  1564. "type": "zip",
  1565. "url": "https://api.github.com/repos/ICanBoogie/DateTime/zipball/7cc0b99a7e7660d8ce0b81994a5493006247266b",
  1566. "reference": "7cc0b99a7e7660d8ce0b81994a5493006247266b",
  1567. "shasum": ""
  1568. },
  1569. "require": {
  1570. "php": ">=5.4.0"
  1571. },
  1572. "require-dev": {
  1573. "icanboogie/common": "~1.2"
  1574. },
  1575. "suggest": {
  1576. "icanboogie/common": "Allows finer exceptions to be thrown"
  1577. },
  1578. "type": "library",
  1579. "autoload": {
  1580. "classmap": [
  1581. "lib/"
  1582. ]
  1583. },
  1584. "notification-url": "https://packagist.org/downloads/",
  1585. "license": [
  1586. "BSD-3-Clause"
  1587. ],
  1588. "authors": [
  1589. {
  1590. "name": "Olivier Laviale",
  1591. "email": "olivier.laviale@gmail.com",
  1592. "homepage": "http://www.weirdog.com/",
  1593. "role": "Developer"
  1594. }
  1595. ],
  1596. "description": "Extends the features of PHP DateTime and DateTimeZone",
  1597. "homepage": "http://icanboogie.org/",
  1598. "keywords": [
  1599. "date",
  1600. "time",
  1601. "timezone"
  1602. ],
  1603. "time": "2015-01-27T21:04:04+00:00"
  1604. },
  1605. {
  1606. "name": "incenteev/composer-parameter-handler",
  1607. "version": "v2.1.2",
  1608. "source": {
  1609. "type": "git",
  1610. "url": "https://github.com/Incenteev/ParameterHandler.git",
  1611. "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
  1612. },
  1613. "dist": {
  1614. "type": "zip",
  1615. "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
  1616. "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
  1617. "shasum": ""
  1618. },
  1619. "require": {
  1620. "php": ">=5.3.3",
  1621. "symfony/yaml": "~2.3|~3.0"
  1622. },
  1623. "require-dev": {
  1624. "composer/composer": "1.0.*@dev",
  1625. "phpspec/prophecy-phpunit": "~1.0",
  1626. "symfony/filesystem": "~2.2"
  1627. },
  1628. "type": "library",
  1629. "extra": {
  1630. "branch-alias": {
  1631. "dev-master": "2.1.x-dev"
  1632. }
  1633. },
  1634. "autoload": {
  1635. "psr-4": {
  1636. "Incenteev\\ParameterHandler\\": ""
  1637. }
  1638. },
  1639. "notification-url": "https://packagist.org/downloads/",
  1640. "license": [
  1641. "MIT"
  1642. ],
  1643. "authors": [
  1644. {
  1645. "name": "Christophe Coevoet",
  1646. "email": "stof@notk.org"
  1647. }
  1648. ],
  1649. "description": "Composer script handling your ignored parameter file",
  1650. "homepage": "https://github.com/Incenteev/ParameterHandler",
  1651. "keywords": [
  1652. "parameters management"
  1653. ],
  1654. "time": "2015-11-10T17:04:01+00:00"
  1655. },
  1656. {
  1657. "name": "ircmaxell/password-compat",
  1658. "version": "v1.0.4",
  1659. "source": {
  1660. "type": "git",
  1661. "url": "https://github.com/ircmaxell/password_compat.git",
  1662. "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
  1663. },
  1664. "dist": {
  1665. "type": "zip",
  1666. "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
  1667. "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
  1668. "shasum": ""
  1669. },
  1670. "require-dev": {
  1671. "phpunit/phpunit": "4.*"
  1672. },
  1673. "type": "library",
  1674. "autoload": {
  1675. "files": [
  1676. "lib/password.php"
  1677. ]
  1678. },
  1679. "notification-url": "https://packagist.org/downloads/",
  1680. "license": [
  1681. "MIT"
  1682. ],
  1683. "authors": [
  1684. {
  1685. "name": "Anthony Ferrara",
  1686. "email": "ircmaxell@php.net",
  1687. "homepage": "http://blog.ircmaxell.com"
  1688. }
  1689. ],
  1690. "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
  1691. "homepage": "https://github.com/ircmaxell/password_compat",
  1692. "keywords": [
  1693. "hashing",
  1694. "password"
  1695. ],
  1696. "time": "2014-11-20T16:49:30+00:00"
  1697. },
  1698. {
  1699. "name": "ircmaxell/random-lib",
  1700. "version": "v1.2.0",
  1701. "source": {
  1702. "type": "git",
  1703. "url": "https://github.com/ircmaxell/RandomLib.git",
  1704. "reference": "e9e0204f40e49fa4419946c677eccd3fa25b8cf4"
  1705. },
  1706. "dist": {
  1707. "type": "zip",
  1708. "url": "https://api.github.com/repos/ircmaxell/RandomLib/zipball/e9e0204f40e49fa4419946c677eccd3fa25b8cf4",
  1709. "reference": "e9e0204f40e49fa4419946c677eccd3fa25b8cf4",
  1710. "shasum": ""
  1711. },
  1712. "require": {
  1713. "ircmaxell/security-lib": "^1.1",
  1714. "php": ">=5.3.2"
  1715. },
  1716. "require-dev": {
  1717. "friendsofphp/php-cs-fixer": "^1.11",
  1718. "mikey179/vfsstream": "^1.6",
  1719. "phpunit/phpunit": "^4.8|^5.0"
  1720. },
  1721. "type": "library",
  1722. "extra": {
  1723. "branch-alias": {
  1724. "dev-master": "1.1.x-dev"
  1725. }
  1726. },
  1727. "autoload": {
  1728. "psr-0": {
  1729. "RandomLib": "lib"
  1730. }
  1731. },
  1732. "notification-url": "https://packagist.org/downloads/",
  1733. "license": [
  1734. "MIT"
  1735. ],
  1736. "authors": [
  1737. {
  1738. "name": "Anthony Ferrara",
  1739. "email": "ircmaxell@ircmaxell.com",
  1740. "homepage": "http://blog.ircmaxell.com"
  1741. }
  1742. ],
  1743. "description": "A Library For Generating Secure Random Numbers",
  1744. "homepage": "https://github.com/ircmaxell/RandomLib",
  1745. "keywords": [
  1746. "cryptography",
  1747. "random",
  1748. "random-numbers",
  1749. "random-strings"
  1750. ],
  1751. "time": "2016-09-07T15:52:06+00:00"
  1752. },
  1753. {
  1754. "name": "ircmaxell/security-lib",
  1755. "version": "v1.1.0",
  1756. "source": {
  1757. "type": "git",
  1758. "url": "https://github.com/ircmaxell/SecurityLib.git",
  1759. "reference": "f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5"
  1760. },
  1761. "dist": {
  1762. "type": "zip",
  1763. "url": "https://api.github.com/repos/ircmaxell/SecurityLib/zipball/f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5",
  1764. "reference": "f3db6de12c20c9bcd1aa3db4353a1bbe0e44e1b5",
  1765. "shasum": ""
  1766. },
  1767. "require": {
  1768. "php": ">=5.3.2"
  1769. },
  1770. "require-dev": {
  1771. "mikey179/vfsstream": "1.1.*"
  1772. },
  1773. "type": "library",
  1774. "extra": {
  1775. "branch-alias": {
  1776. "dev-master": "1.0.x-dev"
  1777. }
  1778. },
  1779. "autoload": {
  1780. "psr-0": {
  1781. "SecurityLib": "lib"
  1782. }
  1783. },
  1784. "notification-url": "https://packagist.org/downloads/",
  1785. "license": [
  1786. "MIT"
  1787. ],
  1788. "authors": [
  1789. {
  1790. "name": "Anthony Ferrara",
  1791. "email": "ircmaxell@ircmaxell.com",
  1792. "homepage": "http://blog.ircmaxell.com"
  1793. }
  1794. ],
  1795. "description": "A Base Security Library",
  1796. "homepage": "https://github.com/ircmaxell/SecurityLib",
  1797. "time": "2015-03-20T14:31:23+00:00"
  1798. },
  1799. {
  1800. "name": "jakeasmith/http_build_url",
  1801. "version": "1.0.1",
  1802. "source": {
  1803. "type": "git",
  1804. "url": "https://github.com/jakeasmith/http_build_url.git",
  1805. "reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37"
  1806. },
  1807. "dist": {
  1808. "type": "zip",
  1809. "url": "https://api.github.com/repos/jakeasmith/http_build_url/zipball/93c273e77cb1edead0cf8bcf8cd2003428e74e37",
  1810. "reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37",
  1811. "shasum": ""
  1812. },
  1813. "type": "library",
  1814. "autoload": {
  1815. "files": [
  1816. "src/http_build_url.php"
  1817. ]
  1818. },
  1819. "notification-url": "https://packagist.org/downloads/",
  1820. "license": [
  1821. "MIT"
  1822. ],
  1823. "authors": [
  1824. {
  1825. "name": "Jake A. Smith",
  1826. "email": "theman@jakeasmith.com"
  1827. }
  1828. ],
  1829. "description": "Provides functionality for http_build_url() to environments without pecl_http.",
  1830. "time": "2017-05-01T15:36:40+00:00"
  1831. },
  1832. {
  1833. "name": "jdorn/sql-formatter",
  1834. "version": "v1.2.17",
  1835. "source": {
  1836. "type": "git",
  1837. "url": "https://github.com/jdorn/sql-formatter.git",
  1838. "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
  1839. },
  1840. "dist": {
  1841. "type": "zip",
  1842. "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
  1843. "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
  1844. "shasum": ""
  1845. },
  1846. "require": {
  1847. "php": ">=5.2.4"
  1848. },
  1849. "require-dev": {
  1850. "phpunit/phpunit": "3.7.*"
  1851. },
  1852. "type": "library",
  1853. "extra": {
  1854. "branch-alias": {
  1855. "dev-master": "1.3.x-dev"
  1856. }
  1857. },
  1858. "autoload": {
  1859. "classmap": [
  1860. "lib"
  1861. ]
  1862. },
  1863. "notification-url": "https://packagist.org/downloads/",
  1864. "license": [
  1865. "MIT"
  1866. ],
  1867. "authors": [
  1868. {
  1869. "name": "Jeremy Dorn",
  1870. "email": "jeremy@jeremydorn.com",
  1871. "homepage": "http://jeremydorn.com/"
  1872. }
  1873. ],
  1874. "description": "a PHP SQL highlighting library",
  1875. "homepage": "https://github.com/jdorn/sql-formatter/",
  1876. "keywords": [
  1877. "highlight",
  1878. "sql"
  1879. ],
  1880. "time": "2014-01-12T16:20:24+00:00"
  1881. },
  1882. {
  1883. "name": "matthiasmullie/minify",
  1884. "version": "1.3.56",
  1885. "source": {
  1886. "type": "git",
  1887. "url": "https://github.com/matthiasmullie/minify.git",
  1888. "reference": "86e4a4e4e7eae2d0cd74871735f18bbb132da4b7"
  1889. },
  1890. "dist": {
  1891. "type": "zip",
  1892. "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/86e4a4e4e7eae2d0cd74871735f18bbb132da4b7",
  1893. "reference": "86e4a4e4e7eae2d0cd74871735f18bbb132da4b7",
  1894. "shasum": ""
  1895. },
  1896. "require": {
  1897. "ext-pcre": "*",
  1898. "matthiasmullie/path-converter": "~1.1",
  1899. "php": ">=5.3.0"
  1900. },
  1901. "require-dev": {
  1902. "friendsofphp/php-cs-fixer": "~2.0",
  1903. "matthiasmullie/scrapbook": "~1.0",
  1904. "phpunit/phpunit": "~4.8"
  1905. },
  1906. "suggest": {
  1907. "psr/cache-implementation": "Cache implementation to use with Minify::cache"
  1908. },
  1909. "bin": [
  1910. "bin/minifycss",
  1911. "bin/minifyjs"
  1912. ],
  1913. "type": "library",
  1914. "autoload": {
  1915. "psr-4": {
  1916. "MatthiasMullie\\Minify\\": "src/"
  1917. }
  1918. },
  1919. "notification-url": "https://packagist.org/downloads/",
  1920. "license": [
  1921. "MIT"
  1922. ],
  1923. "authors": [
  1924. {
  1925. "name": "Matthias Mullie",
  1926. "email": "minify@mullie.eu",
  1927. "homepage": "http://www.mullie.eu",
  1928. "role": "Developer"
  1929. }
  1930. ],
  1931. "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
  1932. "homepage": "http://www.minifier.org",
  1933. "keywords": [
  1934. "JS",
  1935. "css",
  1936. "javascript",
  1937. "minifier",
  1938. "minify"
  1939. ],
  1940. "time": "2017-11-24T12:51:16+00:00"
  1941. },
  1942. {
  1943. "name": "matthiasmullie/path-converter",
  1944. "version": "1.1.0",
  1945. "source": {
  1946. "type": "git",
  1947. "url": "https://github.com/matthiasmullie/path-converter.git",
  1948. "reference": "08551ec1b156e923c242a10ab484bd4d6ead6631"
  1949. },
  1950. "dist": {
  1951. "type": "zip",
  1952. "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/08551ec1b156e923c242a10ab484bd4d6ead6631",
  1953. "reference": "08551ec1b156e923c242a10ab484bd4d6ead6631",
  1954. "shasum": ""
  1955. },
  1956. "require": {
  1957. "ext-pcre": "*",
  1958. "php": ">=5.3.0"
  1959. },
  1960. "require-dev": {
  1961. "phpunit/phpunit": "~4.8"
  1962. },
  1963. "type": "library",
  1964. "autoload": {
  1965. "psr-4": {
  1966. "MatthiasMullie\\PathConverter\\": "src/"
  1967. }
  1968. },
  1969. "notification-url": "https://packagist.org/downloads/",
  1970. "license": [
  1971. "MIT"
  1972. ],
  1973. "authors": [
  1974. {
  1975. "name": "Matthias Mullie",
  1976. "email": "pathconverter@mullie.eu",
  1977. "homepage": "http://www.mullie.eu",
  1978. "role": "Developer"
  1979. }
  1980. ],
  1981. "description": "Relative path converter",
  1982. "homepage": "http://github.com/matthiasmullie/path-converter",
  1983. "keywords": [
  1984. "converter",
  1985. "path",
  1986. "paths",
  1987. "relative"
  1988. ],
  1989. "time": "2017-01-26T08:54:49+00:00"
  1990. },
  1991. {
  1992. "name": "maxmind-db/reader",
  1993. "version": "v1.2.0",
  1994. "source": {
  1995. "type": "git",
  1996. "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
  1997. "reference": "1647820dfbcb552222fb5feb3a8387e2636394c9"
  1998. },
  1999. "dist": {
  2000. "type": "zip",
  2001. "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/1647820dfbcb552222fb5feb3a8387e2636394c9",
  2002. "reference": "1647820dfbcb552222fb5feb3a8387e2636394c9",
  2003. "shasum": ""
  2004. },
  2005. "require": {
  2006. "php": ">=5.4"
  2007. },
  2008. "require-dev": {
  2009. "friendsofphp/php-cs-fixer": "2.*",
  2010. "phpunit/phpunit": "4.*",
  2011. "satooshi/php-coveralls": "1.0.*",
  2012. "squizlabs/php_codesniffer": "3.*"
  2013. },
  2014. "suggest": {
  2015. "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
  2016. "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
  2017. "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
  2018. },
  2019. "type": "library",
  2020. "autoload": {
  2021. "psr-4": {
  2022. "MaxMind\\Db\\": "src/MaxMind/Db"
  2023. }
  2024. },
  2025. "notification-url": "https://packagist.org/downloads/",
  2026. "license": [
  2027. "Apache-2.0"
  2028. ],
  2029. "authors": [
  2030. {
  2031. "name": "Gregory J. Oschwald",
  2032. "email": "goschwald@maxmind.com",
  2033. "homepage": "http://www.maxmind.com/"
  2034. }
  2035. ],
  2036. "description": "MaxMind DB Reader API",
  2037. "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
  2038. "keywords": [
  2039. "database",
  2040. "geoip",
  2041. "geoip2",
  2042. "geolocation",
  2043. "maxmind"
  2044. ],
  2045. "time": "2017-10-27T19:15:33+00:00"
  2046. },
  2047. {
  2048. "name": "maxmind/web-service-common",
  2049. "version": "v0.4.0",
  2050. "source": {
  2051. "type": "git",
  2052. "url": "https://github.com/maxmind/web-service-common-php.git",
  2053. "reference": "622f7c732a7f9c4c62497fc103939e042b6bdb88"
  2054. },
  2055. "dist": {
  2056. "type": "zip",
  2057. "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/622f7c732a7f9c4c62497fc103939e042b6bdb88",
  2058. "reference": "622f7c732a7f9c4c62497fc103939e042b6bdb88",
  2059. "shasum": ""
  2060. },
  2061. "require": {
  2062. "composer/ca-bundle": "^1.0.3",
  2063. "ext-curl": "*",
  2064. "ext-json": "*",
  2065. "php": ">=5.4"
  2066. },
  2067. "require-dev": {
  2068. "friendsofphp/php-cs-fixer": "2.*",
  2069. "phpunit/phpunit": "4.*",
  2070. "squizlabs/php_codesniffer": "3.*"
  2071. },
  2072. "type": "library",
  2073. "autoload": {
  2074. "psr-4": {
  2075. "MaxMind\\Exception\\": "src/Exception",
  2076. "MaxMind\\WebService\\": "src/WebService"
  2077. }
  2078. },
  2079. "notification-url": "https://packagist.org/downloads/",
  2080. "license": [
  2081. "Apache-2.0"
  2082. ],
  2083. "authors": [
  2084. {
  2085. "name": "Gregory Oschwald",
  2086. "email": "goschwald@maxmind.com"
  2087. }
  2088. ],
  2089. "description": "Internal MaxMind Web Service API",
  2090. "homepage": "https://github.com/maxmind/web-service-common-php",
  2091. "time": "2017-07-06T17:48:21+00:00"
  2092. },
  2093. {
  2094. "name": "mobiledetect/mobiledetectlib",
  2095. "version": "2.8.26",
  2096. "source": {
  2097. "type": "git",
  2098. "url": "https://github.com/serbanghita/Mobile-Detect.git",
  2099. "reference": "a0ed86c9d7c04ae27fa6418b55e3beb04dfe3297"
  2100. },
  2101. "dist": {
  2102. "type": "zip",
  2103. "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/a0ed86c9d7c04ae27fa6418b55e3beb04dfe3297",
  2104. "reference": "a0ed86c9d7c04ae27fa6418b55e3beb04dfe3297",
  2105. "shasum": ""
  2106. },
  2107. "require": {
  2108. "php": ">=5.0.0"
  2109. },
  2110. "require-dev": {
  2111. "phpunit/phpunit": "*"
  2112. },
  2113. "type": "library",
  2114. "autoload": {
  2115. "classmap": [
  2116. "Mobile_Detect.php"
  2117. ],
  2118. "psr-0": {
  2119. "Detection": "namespaced/"
  2120. }
  2121. },
  2122. "notification-url": "https://packagist.org/downloads/",
  2123. "license": [
  2124. "MIT"
  2125. ],
  2126. "authors": [
  2127. {
  2128. "name": "Serban Ghita",
  2129. "email": "serbanghita@gmail.com",
  2130. "homepage": "http://mobiledetect.net",
  2131. "role": "Developer"
  2132. }
  2133. ],
  2134. "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
  2135. "homepage": "https://github.com/serbanghita/Mobile-Detect",
  2136. "keywords": [
  2137. "detect mobile devices",
  2138. "mobile",
  2139. "mobile detect",
  2140. "mobile detector",
  2141. "php mobile detect"
  2142. ],
  2143. "time": "2017-08-29T18:23:54+00:00"
  2144. },
  2145. {
  2146. "name": "monolog/monolog",
  2147. "version": "1.23.0",
  2148. "source": {
  2149. "type": "git",
  2150. "url": "https://github.com/Seldaek/monolog.git",
  2151. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
  2152. },
  2153. "dist": {
  2154. "type": "zip",
  2155. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  2156. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  2157. "shasum": ""
  2158. },
  2159. "require": {
  2160. "php": ">=5.3.0",
  2161. "psr/log": "~1.0"
  2162. },
  2163. "provide": {
  2164. "psr/log-implementation": "1.0.0"
  2165. },
  2166. "require-dev": {
  2167. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  2168. "doctrine/couchdb": "~1.0@dev",
  2169. "graylog2/gelf-php": "~1.0",
  2170. "jakub-onderka/php-parallel-lint": "0.9",
  2171. "php-amqplib/php-amqplib": "~2.4",
  2172. "php-console/php-console": "^3.1.3",
  2173. "phpunit/phpunit": "~4.5",
  2174. "phpunit/phpunit-mock-objects": "2.3.0",
  2175. "ruflin/elastica": ">=0.90 <3.0",
  2176. "sentry/sentry": "^0.13",
  2177. "swiftmailer/swiftmailer": "^5.3|^6.0"
  2178. },
  2179. "suggest": {
  2180. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  2181. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  2182. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  2183. "ext-mongo": "Allow sending log messages to a MongoDB server",
  2184. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  2185. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  2186. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  2187. "php-console/php-console": "Allow sending log messages to Google Chrome",
  2188. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  2189. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  2190. "sentry/sentry": "Allow sending log messages to a Sentry server"
  2191. },
  2192. "type": "library",
  2193. "extra": {
  2194. "branch-alias": {
  2195. "dev-master": "2.0.x-dev"
  2196. }
  2197. },
  2198. "autoload": {
  2199. "psr-4": {
  2200. "Monolog\\": "src/Monolog"
  2201. }
  2202. },
  2203. "notification-url": "https://packagist.org/downloads/",
  2204. "license": [
  2205. "MIT"
  2206. ],
  2207. "authors": [
  2208. {
  2209. "name": "Jordi Boggiano",
  2210. "email": "j.boggiano@seld.be",
  2211. "homepage": "http://seld.be"
  2212. }
  2213. ],
  2214. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  2215. "homepage": "http://github.com/Seldaek/monolog",
  2216. "keywords": [
  2217. "log",
  2218. "logging",
  2219. "psr-3"
  2220. ],
  2221. "time": "2017-06-19T01:22:40+00:00"
  2222. },
  2223. {
  2224. "name": "mrclay/minify",
  2225. "version": "2.3.3",
  2226. "source": {
  2227. "type": "git",
  2228. "url": "https://github.com/mrclay/minify.git",
  2229. "reference": "1928e89208d28e91427b2f13b67acdbd8cd01ac9"
  2230. },
  2231. "dist": {
  2232. "type": "zip",
  2233. "url": "https://api.github.com/repos/mrclay/minify/zipball/1928e89208d28e91427b2f13b67acdbd8cd01ac9",
  2234. "reference": "1928e89208d28e91427b2f13b67acdbd8cd01ac9",
  2235. "shasum": ""
  2236. },
  2237. "require": {
  2238. "ext-pcre": "*",
  2239. "php": ">=5.2.1"
  2240. },
  2241. "require-dev": {
  2242. "tubalmartin/cssmin": "~2.4.8"
  2243. },
  2244. "suggest": {
  2245. "tubalmartin/cssmin": "Support minify with CSSMin (YUI PHP port)"
  2246. },
  2247. "type": "library",
  2248. "autoload": {
  2249. "classmap": [
  2250. "min/lib/"
  2251. ]
  2252. },
  2253. "notification-url": "https://packagist.org/downloads/",
  2254. "license": [
  2255. "BSD-3-Clause"
  2256. ],
  2257. "authors": [
  2258. {
  2259. "name": "Stephen Clay",
  2260. "email": "steve@mrclay.org",
  2261. "role": "Developer"
  2262. }
  2263. ],
  2264. "description": "Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers",
  2265. "homepage": "http://code.google.com/p/minify/",
  2266. "time": "2017-11-03T21:04:01+00:00"
  2267. },
  2268. {
  2269. "name": "nikic/php-parser",
  2270. "version": "v2.1.1",
  2271. "source": {
  2272. "type": "git",
  2273. "url": "https://github.com/nikic/PHP-Parser.git",
  2274. "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0"
  2275. },
  2276. "dist": {
  2277. "type": "zip",
  2278. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4dd659edadffdc2143e4753df655d866dbfeedf0",
  2279. "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0",
  2280. "shasum": ""
  2281. },
  2282. "require": {
  2283. "ext-tokenizer": "*",
  2284. "php": ">=5.4"
  2285. },
  2286. "require-dev": {
  2287. "phpunit/phpunit": "~4.0"
  2288. },
  2289. "bin": [
  2290. "bin/php-parse"
  2291. ],
  2292. "type": "library",
  2293. "extra": {
  2294. "branch-alias": {
  2295. "dev-master": "2.1-dev"
  2296. }
  2297. },
  2298. "autoload": {
  2299. "psr-4": {
  2300. "PhpParser\\": "lib/PhpParser"
  2301. }
  2302. },
  2303. "notification-url": "https://packagist.org/downloads/",
  2304. "license": [
  2305. "BSD-3-Clause"
  2306. ],
  2307. "authors": [
  2308. {
  2309. "name": "Nikita Popov"
  2310. }
  2311. ],
  2312. "description": "A PHP parser written in PHP",
  2313. "keywords": [
  2314. "parser",
  2315. "php"
  2316. ],
  2317. "time": "2016-09-16T12:04:44+00:00"
  2318. },
  2319. {
  2320. "name": "paragonie/random_compat",
  2321. "version": "v2.0.11",
  2322. "source": {
  2323. "type": "git",
  2324. "url": "https://github.com/paragonie/random_compat.git",
  2325. "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
  2326. },
  2327. "dist": {
  2328. "type": "zip",
  2329. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
  2330. "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
  2331. "shasum": ""
  2332. },
  2333. "require": {
  2334. "php": ">=5.2.0"
  2335. },
  2336. "require-dev": {
  2337. "phpunit/phpunit": "4.*|5.*"
  2338. },
  2339. "suggest": {
  2340. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  2341. },
  2342. "type": "library",
  2343. "autoload": {
  2344. "files": [
  2345. "lib/random.php"
  2346. ]
  2347. },
  2348. "notification-url": "https://packagist.org/downloads/",
  2349. "license": [
  2350. "MIT"
  2351. ],
  2352. "authors": [
  2353. {
  2354. "name": "Paragon Initiative Enterprises",
  2355. "email": "security@paragonie.com",
  2356. "homepage": "https://paragonie.com"
  2357. }
  2358. ],
  2359. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  2360. "keywords": [
  2361. "csprng",
  2362. "pseudorandom",
  2363. "random"
  2364. ],
  2365. "time": "2017-09-27T21:40:39+00:00"
  2366. },
  2367. {
  2368. "name": "pear/archive_tar",
  2369. "version": "1.4.3",
  2370. "source": {
  2371. "type": "git",
  2372. "url": "https://github.com/pear/Archive_Tar.git",
  2373. "reference": "43455c960da70e655c6bdf8ea2bc8cc1a6034afb"
  2374. },
  2375. "dist": {
  2376. "type": "zip",
  2377. "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/43455c960da70e655c6bdf8ea2bc8cc1a6034afb",
  2378. "reference": "43455c960da70e655c6bdf8ea2bc8cc1a6034afb",
  2379. "shasum": ""
  2380. },
  2381. "require": {
  2382. "pear/pear-core-minimal": "^1.10.0alpha2",
  2383. "php": ">=5.2.0"
  2384. },
  2385. "require-dev": {
  2386. "phpunit/phpunit": "*"
  2387. },
  2388. "suggest": {
  2389. "ext-bz2": "bz2 compression support.",
  2390. "ext-xz": "lzma2 compression support.",
  2391. "ext-zlib": "Gzip compression support."
  2392. },
  2393. "type": "library",
  2394. "extra": {
  2395. "branch-alias": {
  2396. "dev-master": "1.4.x-dev"
  2397. }
  2398. },
  2399. "autoload": {
  2400. "psr-0": {
  2401. "Archive_Tar": ""
  2402. }
  2403. },
  2404. "notification-url": "https://packagist.org/downloads/",
  2405. "include-path": [
  2406. "./"
  2407. ],
  2408. "license": [
  2409. "BSD-3-Clause"
  2410. ],
  2411. "authors": [
  2412. {
  2413. "name": "Vincent Blavet",
  2414. "email": "vincent@phpconcept.net"
  2415. },
  2416. {
  2417. "name": "Greg Beaver",
  2418. "email": "greg@chiaraquartet.net"
  2419. },
  2420. {
  2421. "name": "Michiel Rook",
  2422. "email": "mrook@php.net"
  2423. }
  2424. ],
  2425. "description": "Tar file management class",
  2426. "homepage": "https://github.com/pear/Archive_Tar",
  2427. "keywords": [
  2428. "archive",
  2429. "tar"
  2430. ],
  2431. "time": "2017-06-11T17:28:11+00:00"
  2432. },
  2433. {
  2434. "name": "pear/console_getopt",
  2435. "version": "v1.4.1",
  2436. "source": {
  2437. "type": "git",
  2438. "url": "https://github.com/pear/Console_Getopt.git",
  2439. "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
  2440. },
  2441. "dist": {
  2442. "type": "zip",
  2443. "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
  2444. "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
  2445. "shasum": ""
  2446. },
  2447. "type": "library",
  2448. "autoload": {
  2449. "psr-0": {
  2450. "Console": "./"
  2451. }
  2452. },
  2453. "notification-url": "https://packagist.org/downloads/",
  2454. "include-path": [
  2455. "./"
  2456. ],
  2457. "license": [
  2458. "BSD-2-Clause"
  2459. ],
  2460. "authors": [
  2461. {
  2462. "name": "Greg Beaver",
  2463. "email": "cellog@php.net",
  2464. "role": "Helper"
  2465. },
  2466. {
  2467. "name": "Andrei Zmievski",
  2468. "email": "andrei@php.net",
  2469. "role": "Lead"
  2470. },
  2471. {
  2472. "name": "Stig Bakken",
  2473. "email": "stig@php.net",
  2474. "role": "Developer"
  2475. }
  2476. ],
  2477. "description": "More info available on: http://pear.php.net/package/Console_Getopt",
  2478. "time": "2015-07-20T20:28:12+00:00"
  2479. },
  2480. {
  2481. "name": "pear/pear-core-minimal",
  2482. "version": "v1.10.3",
  2483. "source": {
  2484. "type": "git",
  2485. "url": "https://github.com/pear/pear-core-minimal.git",
  2486. "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115"
  2487. },
  2488. "dist": {
  2489. "type": "zip",
  2490. "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/070f0b600b2caca2501e2c9b7e553016e4b0d115",
  2491. "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115",
  2492. "shasum": ""
  2493. },
  2494. "require": {
  2495. "pear/console_getopt": "~1.4",
  2496. "pear/pear_exception": "~1.0"
  2497. },
  2498. "replace": {
  2499. "rsky/pear-core-min": "self.version"
  2500. },
  2501. "type": "library",
  2502. "autoload": {
  2503. "psr-0": {
  2504. "": "src/"
  2505. }
  2506. },
  2507. "notification-url": "https://packagist.org/downloads/",
  2508. "include-path": [
  2509. "src/"
  2510. ],
  2511. "license": [
  2512. "BSD-3-Clause"
  2513. ],
  2514. "authors": [
  2515. {
  2516. "name": "Christian Weiske",
  2517. "email": "cweiske@php.net",
  2518. "role": "Lead"
  2519. }
  2520. ],
  2521. "description": "Minimal set of PEAR core files to be used as composer dependency",
  2522. "time": "2017-02-28T16:46:11+00:00"
  2523. },
  2524. {
  2525. "name": "pear/pear_exception",
  2526. "version": "v1.0.0",
  2527. "source": {
  2528. "type": "git",
  2529. "url": "https://github.com/pear/PEAR_Exception.git",
  2530. "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
  2531. },
  2532. "dist": {
  2533. "type": "zip",
  2534. "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
  2535. "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
  2536. "shasum": ""
  2537. },
  2538. "require": {
  2539. "php": ">=4.4.0"
  2540. },
  2541. "require-dev": {
  2542. "phpunit/phpunit": "*"
  2543. },
  2544. "type": "class",
  2545. "extra": {
  2546. "branch-alias": {
  2547. "dev-master": "1.0.x-dev"
  2548. }
  2549. },
  2550. "autoload": {
  2551. "psr-0": {
  2552. "PEAR": ""
  2553. }
  2554. },
  2555. "notification-url": "https://packagist.org/downloads/",
  2556. "include-path": [
  2557. "."
  2558. ],
  2559. "license": [
  2560. "BSD-2-Clause"
  2561. ],
  2562. "authors": [
  2563. {
  2564. "name": "Helgi Thormar",
  2565. "email": "dufuz@php.net"
  2566. },
  2567. {
  2568. "name": "Greg Beaver",
  2569. "email": "cellog@php.net"
  2570. }
  2571. ],
  2572. "description": "The PEAR Exception base class.",
  2573. "homepage": "https://github.com/pear/PEAR_Exception",
  2574. "keywords": [
  2575. "exception"
  2576. ],
  2577. "time": "2015-02-10T20:07:52+00:00"
  2578. },
  2579. {
  2580. "name": "phpoffice/phpexcel",
  2581. "version": "1.8.1",
  2582. "source": {
  2583. "type": "git",
  2584. "url": "https://github.com/PHPOffice/PHPExcel.git",
  2585. "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
  2586. },
  2587. "dist": {
  2588. "type": "zip",
  2589. "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
  2590. "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
  2591. "shasum": ""
  2592. },
  2593. "require": {
  2594. "ext-xml": "*",
  2595. "ext-xmlwriter": "*",
  2596. "php": ">=5.2.0"
  2597. },
  2598. "type": "library",
  2599. "autoload": {
  2600. "psr-0": {
  2601. "PHPExcel": "Classes/"
  2602. }
  2603. },
  2604. "notification-url": "https://packagist.org/downloads/",
  2605. "license": [
  2606. "LGPL"
  2607. ],
  2608. "authors": [
  2609. {
  2610. "name": "Maarten Balliauw",
  2611. "homepage": "http://blog.maartenballiauw.be"
  2612. },
  2613. {
  2614. "name": "Mark Baker"
  2615. },
  2616. {
  2617. "name": "Franck Lefevre",
  2618. "homepage": "http://blog.rootslabs.net"
  2619. },
  2620. {
  2621. "name": "Erik Tilt"
  2622. }
  2623. ],
  2624. "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  2625. "homepage": "http://phpexcel.codeplex.com",
  2626. "keywords": [
  2627. "OpenXML",
  2628. "excel",
  2629. "php",
  2630. "spreadsheet",
  2631. "xls",
  2632. "xlsx"
  2633. ],
  2634. "abandoned": "phpoffice/phpspreadsheet",
  2635. "time": "2015-05-01T07:00:55+00:00"
  2636. },
  2637. {
  2638. "name": "prestashop/blockreassurance",
  2639. "version": "v3.0.1",
  2640. "source": {
  2641. "type": "git",
  2642. "url": "https://github.com/PrestaShop/blockreassurance.git",
  2643. "reference": "a9aaa86d0ed984796f4afe42c1abae827d1e4189"
  2644. },
  2645. "dist": {
  2646. "type": "zip",
  2647. "url": "https://api.github.com/repos/PrestaShop/blockreassurance/zipball/a9aaa86d0ed984796f4afe42c1abae827d1e4189",
  2648. "reference": "a9aaa86d0ed984796f4afe42c1abae827d1e4189",
  2649. "shasum": ""
  2650. },
  2651. "require": {
  2652. "php": ">=5.3.2"
  2653. },
  2654. "type": "prestashop-module",
  2655. "notification-url": "https://packagist.org/downloads/",
  2656. "license": [
  2657. "AFL - Academic Free License (AFL 3.0)"
  2658. ],
  2659. "authors": [
  2660. {
  2661. "name": "PrestaShop SA",
  2662. "email": "contact@prestashop.com"
  2663. }
  2664. ],
  2665. "description": "PrestaShop module blockreassurance",
  2666. "homepage": "https://github.com/PrestaShop/blockreassurance",
  2667. "time": "2017-06-29T07:28:29+00:00"
  2668. },
  2669. {
  2670. "name": "prestashop/contactform",
  2671. "version": "v4.0.0",
  2672. "source": {
  2673. "type": "git",
  2674. "url": "https://github.com/PrestaShop/contactform.git",
  2675. "reference": "bef34d2f69cefc93663219438b6d952aab3fcf79"
  2676. },
  2677. "dist": {
  2678. "type": "zip",
  2679. "url": "https://api.github.com/repos/PrestaShop/contactform/zipball/bef34d2f69cefc93663219438b6d952aab3fcf79",
  2680. "reference": "bef34d2f69cefc93663219438b6d952aab3fcf79",
  2681. "shasum": ""
  2682. },
  2683. "require": {
  2684. "php": ">=5.3.2"
  2685. },
  2686. "type": "prestashop-module",
  2687. "notification-url": "https://packagist.org/downloads/",
  2688. "license": [
  2689. "AFL-3.0"
  2690. ],
  2691. "authors": [
  2692. {
  2693. "name": "PrestaShop SA",
  2694. "email": "contact@prestashop.com"
  2695. }
  2696. ],
  2697. "description": "PrestaShop module contactform",
  2698. "homepage": "https://github.com/PrestaShop/contactform",
  2699. "time": "2018-03-26T09:56:09+00:00"
  2700. },
  2701. {
  2702. "name": "prestashop/dashactivity",
  2703. "version": "v2.0.2",
  2704. "source": {
  2705. "type": "git",
  2706. "url": "https://github.com/PrestaShop/dashactivity.git",
  2707. "reference": "8d41fab7a58cdaeabc0248f6fd571da32d7615d4"
  2708. },
  2709. "dist": {
  2710. "type": "zip",
  2711. "url": "https://api.github.com/repos/PrestaShop/dashactivity/zipball/8d41fab7a58cdaeabc0248f6fd571da32d7615d4",
  2712. "reference": "8d41fab7a58cdaeabc0248f6fd571da32d7615d4",
  2713. "shasum": ""
  2714. },
  2715. "require": {
  2716. "php": ">=5.4"
  2717. },
  2718. "type": "prestashop-module",
  2719. "notification-url": "https://packagist.org/downloads/",
  2720. "license": [
  2721. "AFL - Academic Free License (AFL 3.0)"
  2722. ],
  2723. "authors": [
  2724. {
  2725. "name": "PrestaShop SA",
  2726. "email": "contact@prestashop.com"
  2727. }
  2728. ],
  2729. "description": "PrestaShop module dashactivity",
  2730. "homepage": "https://github.com/PrestaShop/dashactivity",
  2731. "time": "2017-12-08T11:06:01+00:00"
  2732. },
  2733. {
  2734. "name": "prestashop/dashgoals",
  2735. "version": "v2.0.2",
  2736. "source": {
  2737. "type": "git",
  2738. "url": "https://github.com/PrestaShop/dashgoals.git",
  2739. "reference": "2a8d41bcc9f2b09924b5e82407bcd6d61ea61ab6"
  2740. },
  2741. "dist": {
  2742. "type": "zip",
  2743. "url": "https://api.github.com/repos/PrestaShop/dashgoals/zipball/2a8d41bcc9f2b09924b5e82407bcd6d61ea61ab6",
  2744. "reference": "2a8d41bcc9f2b09924b5e82407bcd6d61ea61ab6",
  2745. "shasum": ""
  2746. },
  2747. "require": {
  2748. "php": ">=5.4"
  2749. },
  2750. "type": "prestashop-module",
  2751. "notification-url": "https://packagist.org/downloads/",
  2752. "license": [
  2753. "AFL-3.0"
  2754. ],
  2755. "authors": [
  2756. {
  2757. "name": "PrestaShop SA",
  2758. "email": "contact@prestashop.com"
  2759. }
  2760. ],
  2761. "description": "PrestaShop module dashgoals",
  2762. "homepage": "https://github.com/PrestaShop/dashgoals",
  2763. "time": "2018-01-29T17:51:57+00:00"
  2764. },
  2765. {
  2766. "name": "prestashop/dashproducts",
  2767. "version": "v2.0.3",
  2768. "source": {
  2769. "type": "git",
  2770. "url": "https://github.com/PrestaShop/dashproducts.git",
  2771. "reference": "eac47a61b8e7256852b8fc358afbba1abb481523"
  2772. },
  2773. "dist": {
  2774. "type": "zip",
  2775. "url": "https://api.github.com/repos/PrestaShop/dashproducts/zipball/eac47a61b8e7256852b8fc358afbba1abb481523",
  2776. "reference": "eac47a61b8e7256852b8fc358afbba1abb481523",
  2777. "shasum": ""
  2778. },
  2779. "require": {
  2780. "php": ">=5.4"
  2781. },
  2782. "type": "prestashop-module",
  2783. "notification-url": "https://packagist.org/downloads/",
  2784. "license": [
  2785. "AFL - Academic Free License (AFL 3.0)"
  2786. ],
  2787. "authors": [
  2788. {
  2789. "name": "PrestaShop SA",
  2790. "email": "contact@prestashop.com"
  2791. }
  2792. ],
  2793. "description": "PrestaShop module dashproducts",
  2794. "homepage": "https://github.com/PrestaShop/dashproducts",
  2795. "time": "2017-12-08T12:25:41+00:00"
  2796. },
  2797. {
  2798. "name": "prestashop/dashtrends",
  2799. "version": "v2.0.2",
  2800. "source": {
  2801. "type": "git",
  2802. "url": "https://github.com/PrestaShop/dashtrends.git",
  2803. "reference": "2bf59be367194f83454fbc5cbdc1499d6ad53c5e"
  2804. },
  2805. "dist": {
  2806. "type": "zip",
  2807. "url": "https://api.github.com/repos/PrestaShop/dashtrends/zipball/2bf59be367194f83454fbc5cbdc1499d6ad53c5e",
  2808. "reference": "2bf59be367194f83454fbc5cbdc1499d6ad53c5e",
  2809. "shasum": ""
  2810. },
  2811. "require": {
  2812. "php": ">=5.4"
  2813. },
  2814. "type": "prestashop-module",
  2815. "notification-url": "https://packagist.org/downloads/",
  2816. "license": [
  2817. "AFL - Academic Free License (AFL 3.0)"
  2818. ],
  2819. "authors": [
  2820. {
  2821. "name": "PrestaShop SA",
  2822. "email": "contact@prestashop.com"
  2823. }
  2824. ],
  2825. "description": "PrestaShop module dashtrends",
  2826. "homepage": "https://github.com/PrestaShop/dashtrends",
  2827. "time": "2017-02-20T10:23:54+00:00"
  2828. },
  2829. {
  2830. "name": "prestashop/decimal",
  2831. "version": "1.1.0",
  2832. "source": {
  2833. "type": "git",
  2834. "url": "https://github.com/PrestaShop/decimal.git",
  2835. "reference": "42e9bc8c2ec533dc2a247f9321b8f3ed55c5341f"
  2836. },
  2837. "dist": {
  2838. "type": "zip",
  2839. "url": "https://api.github.com/repos/PrestaShop/decimal/zipball/42e9bc8c2ec533dc2a247f9321b8f3ed55c5341f",
  2840. "reference": "42e9bc8c2ec533dc2a247f9321b8f3ed55c5341f",
  2841. "shasum": ""
  2842. },
  2843. "require": {
  2844. "php": ">=5.4"
  2845. },
  2846. "require-dev": {
  2847. "codacy/coverage": "dev-master",
  2848. "phpunit/phpunit": "4.*"
  2849. },
  2850. "type": "library",
  2851. "autoload": {
  2852. "psr-4": {
  2853. "PrestaShop\\Decimal\\": "src"
  2854. }
  2855. },
  2856. "notification-url": "https://packagist.org/downloads/",
  2857. "license": [
  2858. "MIT"
  2859. ],
  2860. "authors": [
  2861. {
  2862. "name": "Pablo Borowicz",
  2863. "email": "eternoendless@gmail.com"
  2864. }
  2865. ],
  2866. "description": "Object-oriented wrapper/shim for BC Math PHP extension. Allows for arbitrary-precision math operations.",
  2867. "homepage": "https://github.com/prestashop/decimal",
  2868. "keywords": [
  2869. "bcmath",
  2870. "decimal",
  2871. "math",
  2872. "precision",
  2873. "prestashop"
  2874. ],
  2875. "time": "2017-08-22T14:23:19+00:00"
  2876. },
  2877. {
  2878. "name": "prestashop/graphnvd3",
  2879. "version": "v2.0.0",
  2880. "source": {
  2881. "type": "git",
  2882. "url": "https://github.com/PrestaShop/graphnvd3.git",
  2883. "reference": "c7f98ea792d02d60ed038fbc00f6003f19a0c91a"
  2884. },
  2885. "dist": {
  2886. "type": "zip",
  2887. "url": "https://api.github.com/repos/PrestaShop/graphnvd3/zipball/c7f98ea792d02d60ed038fbc00f6003f19a0c91a",
  2888. "reference": "c7f98ea792d02d60ed038fbc00f6003f19a0c91a",
  2889. "shasum": ""
  2890. },
  2891. "require": {
  2892. "php": ">=5.3.2"
  2893. },
  2894. "type": "prestashop-module",
  2895. "notification-url": "https://packagist.org/downloads/",
  2896. "license": [
  2897. "AFL - Academic Free License (AFL 3.0)"
  2898. ],
  2899. "authors": [
  2900. {
  2901. "name": "PrestaShop SA",
  2902. "email": "contact@prestashop.com"
  2903. }
  2904. ],
  2905. "description": "PrestaShop module graphnvd3",
  2906. "homepage": "https://github.com/PrestaShop/graphnvd3",
  2907. "time": "2017-02-22T11:02:31+00:00"
  2908. },
  2909. {
  2910. "name": "prestashop/gridhtml",
  2911. "version": "v2.0.0",
  2912. "source": {
  2913. "type": "git",
  2914. "url": "https://github.com/PrestaShop/gridhtml.git",
  2915. "reference": "b952ef9473a35acf6dce219ee595486853762084"
  2916. },
  2917. "dist": {
  2918. "type": "zip",
  2919. "url": "https://api.github.com/repos/PrestaShop/gridhtml/zipball/b952ef9473a35acf6dce219ee595486853762084",
  2920. "reference": "b952ef9473a35acf6dce219ee595486853762084",
  2921. "shasum": ""
  2922. },
  2923. "require": {
  2924. "php": ">=5.3.2"
  2925. },
  2926. "type": "prestashop-module",
  2927. "notification-url": "https://packagist.org/downloads/",
  2928. "license": [
  2929. "AFL - Academic Free License (AFL 3.0)"
  2930. ],
  2931. "authors": [
  2932. {
  2933. "name": "PrestaShop SA",
  2934. "email": "contact@prestashop.com"
  2935. }
  2936. ],
  2937. "description": "PrestaShop module gridhtml",
  2938. "homepage": "https://github.com/PrestaShop/gridhtml",
  2939. "time": "2017-02-22T11:03:13+00:00"
  2940. },
  2941. {
  2942. "name": "prestashop/pagesnotfound",
  2943. "version": "v2.0.0",
  2944. "source": {
  2945. "type": "git",
  2946. "url": "https://github.com/PrestaShop/pagesnotfound.git",
  2947. "reference": "8707d8184f0c6678a95c64b957aec6053ed069ef"
  2948. },
  2949. "dist": {
  2950. "type": "zip",
  2951. "url": "https://api.github.com/repos/PrestaShop/pagesnotfound/zipball/8707d8184f0c6678a95c64b957aec6053ed069ef",
  2952. "reference": "8707d8184f0c6678a95c64b957aec6053ed069ef",
  2953. "shasum": ""
  2954. },
  2955. "require": {
  2956. "php": ">=5.3.2"
  2957. },
  2958. "type": "prestashop-module",
  2959. "notification-url": "https://packagist.org/downloads/",
  2960. "license": [
  2961. "AFL - Academic Free License (AFL 3.0)"
  2962. ],
  2963. "authors": [
  2964. {
  2965. "name": "PrestaShop SA",
  2966. "email": "contact@prestashop.com"
  2967. }
  2968. ],
  2969. "description": "PrestaShop module pagesnotfound",
  2970. "homepage": "https://github.com/PrestaShop/pagesnotfound",
  2971. "time": "2017-02-20T11:14:52+00:00"
  2972. },
  2973. {
  2974. "name": "prestashop/ps_banner",
  2975. "version": "v2.1.0",
  2976. "source": {
  2977. "type": "git",
  2978. "url": "https://github.com/PrestaShop/ps_banner.git",
  2979. "reference": "9616f7fc9cda997ef1860562d3212fd021205805"
  2980. },
  2981. "dist": {
  2982. "type": "zip",
  2983. "url": "https://api.github.com/repos/PrestaShop/ps_banner/zipball/9616f7fc9cda997ef1860562d3212fd021205805",
  2984. "reference": "9616f7fc9cda997ef1860562d3212fd021205805",
  2985. "shasum": ""
  2986. },
  2987. "require": {
  2988. "php": ">=5.4"
  2989. },
  2990. "type": "prestashop-module",
  2991. "notification-url": "https://packagist.org/downloads/",
  2992. "license": [
  2993. "AFL-3.0"
  2994. ],
  2995. "authors": [
  2996. {
  2997. "name": "PrestaShop SA",
  2998. "email": "contact@prestashop.com"
  2999. }
  3000. ],
  3001. "description": "PrestaShop module ps_banner",
  3002. "homepage": "https://github.com/PrestaShop/ps_banner",
  3003. "time": "2018-02-05T21:44:48+00:00"
  3004. },
  3005. {
  3006. "name": "prestashop/ps_categorytree",
  3007. "version": "v2.0.0",
  3008. "source": {
  3009. "type": "git",
  3010. "url": "https://github.com/PrestaShop/ps_categorytree.git",
  3011. "reference": "f3a23af738d7d0e7aae1fdce0f0de392041719df"
  3012. },
  3013. "dist": {
  3014. "type": "zip",
  3015. "url": "https://api.github.com/repos/PrestaShop/ps_categorytree/zipball/f3a23af738d7d0e7aae1fdce0f0de392041719df",
  3016. "reference": "f3a23af738d7d0e7aae1fdce0f0de392041719df",
  3017. "shasum": ""
  3018. },
  3019. "require": {
  3020. "php": ">=5.4.0"
  3021. },
  3022. "type": "prestashop-module",
  3023. "notification-url": "https://packagist.org/downloads/",
  3024. "license": [
  3025. "AFL - Academic Free License (AFL 3.0)"
  3026. ],
  3027. "authors": [
  3028. {
  3029. "name": "PrestaShop SA",
  3030. "email": "contact@prestashop.com"
  3031. }
  3032. ],
  3033. "description": "PrestaShop category tree links",
  3034. "homepage": "https://github.com/PrestaShop/ps_categorytree",
  3035. "time": "2017-02-01T09:28:43+00:00"
  3036. },
  3037. {
  3038. "name": "prestashop/ps_checkpayment",
  3039. "version": "v2.0.3",
  3040. "source": {
  3041. "type": "git",
  3042. "url": "https://github.com/PrestaShop/ps_checkpayment.git",
  3043. "reference": "becd3610e4d315916757957a810071c1bab43563"
  3044. },
  3045. "dist": {
  3046. "type": "zip",
  3047. "url": "https://api.github.com/repos/PrestaShop/ps_checkpayment/zipball/becd3610e4d315916757957a810071c1bab43563",
  3048. "reference": "becd3610e4d315916757957a810071c1bab43563",
  3049. "shasum": ""
  3050. },
  3051. "require": {
  3052. "php": ">=5.4"
  3053. },
  3054. "type": "prestashop-module",
  3055. "notification-url": "https://packagist.org/downloads/",
  3056. "license": [
  3057. "AFL - Academic Free License (AFL 3.0)"
  3058. ],
  3059. "authors": [
  3060. {
  3061. "name": "PrestaShop SA",
  3062. "email": "contact@prestashop.com"
  3063. }
  3064. ],
  3065. "description": "PrestaShop module ps_checkpayment",
  3066. "homepage": "https://github.com/PrestaShop/ps_checkpayment",
  3067. "time": "2017-02-22T08:00:01+00:00"
  3068. },
  3069. {
  3070. "name": "prestashop/ps_contactinfo",
  3071. "version": "v3.1.0",
  3072. "source": {
  3073. "type": "git",
  3074. "url": "https://github.com/PrestaShop/ps_contactinfo.git",
  3075. "reference": "e28551a9c857262b214775312ce195818933bd7e"
  3076. },
  3077. "dist": {
  3078. "type": "zip",
  3079. "url": "https://api.github.com/repos/PrestaShop/ps_contactinfo/zipball/e28551a9c857262b214775312ce195818933bd7e",
  3080. "reference": "e28551a9c857262b214775312ce195818933bd7e",
  3081. "shasum": ""
  3082. },
  3083. "require": {
  3084. "php": ">=5.4"
  3085. },
  3086. "type": "prestashop-module",
  3087. "notification-url": "https://packagist.org/downloads/",
  3088. "license": [
  3089. "AFL - Academic Free License (AFL 3.0)"
  3090. ],
  3091. "authors": [
  3092. {
  3093. "name": "PrestaShop SA",
  3094. "email": "contact@prestashop.com"
  3095. }
  3096. ],
  3097. "description": "PrestaShop module ps_contactinfo",
  3098. "homepage": "https://github.com/PrestaShop/ps_contactinfo",
  3099. "time": "2017-12-08T12:30:57+00:00"
  3100. },
  3101. {
  3102. "name": "prestashop/ps_currencyselector",
  3103. "version": "v2.0.0",
  3104. "source": {
  3105. "type": "git",
  3106. "url": "https://github.com/PrestaShop/ps_currencyselector.git",
  3107. "reference": "0985c9ab3aeeef4828ef9346672771015874b25f"
  3108. },
  3109. "dist": {
  3110. "type": "zip",
  3111. "url": "https://api.github.com/repos/PrestaShop/ps_currencyselector/zipball/0985c9ab3aeeef4828ef9346672771015874b25f",
  3112. "reference": "0985c9ab3aeeef4828ef9346672771015874b25f",
  3113. "shasum": ""
  3114. },
  3115. "require": {
  3116. "php": ">=5.4"
  3117. },
  3118. "type": "prestashop-module",
  3119. "notification-url": "https://packagist.org/downloads/",
  3120. "license": [
  3121. "AFL - Academic Free License (AFL 3.0)"
  3122. ],
  3123. "authors": [
  3124. {
  3125. "name": "PrestaShop SA",
  3126. "email": "contact@prestashop.com"
  3127. }
  3128. ],
  3129. "description": "PrestaShop module ps_currencyselector",
  3130. "homepage": "https://github.com/PrestaShop/ps_currencyselector",
  3131. "time": "2017-02-01T09:31:53+00:00"
  3132. },
  3133. {
  3134. "name": "prestashop/ps_customeraccountlinks",
  3135. "version": "v3.1.0",
  3136. "source": {
  3137. "type": "git",
  3138. "url": "https://github.com/PrestaShop/ps_customeraccountlinks.git",
  3139. "reference": "4d9d4c87697a00f2d00def427d9f7058e14bca94"
  3140. },
  3141. "dist": {
  3142. "type": "zip",
  3143. "url": "https://api.github.com/repos/PrestaShop/ps_customeraccountlinks/zipball/4d9d4c87697a00f2d00def427d9f7058e14bca94",
  3144. "reference": "4d9d4c87697a00f2d00def427d9f7058e14bca94",
  3145. "shasum": ""
  3146. },
  3147. "require": {
  3148. "php": ">=5.4"
  3149. },
  3150. "type": "prestashop-module",
  3151. "notification-url": "https://packagist.org/downloads/",
  3152. "license": [
  3153. "AFL - Academic Free License (AFL 3.0)"
  3154. ],
  3155. "authors": [
  3156. {
  3157. "name": "PrestaShop SA",
  3158. "email": "contact@prestashop.com"
  3159. }
  3160. ],
  3161. "description": "PrestaShop module ps_customeraccountlinks",
  3162. "homepage": "https://github.com/PrestaShop/ps_customeraccountlinks",
  3163. "time": "2017-12-08T10:53:29+00:00"
  3164. },
  3165. {
  3166. "name": "prestashop/ps_customersignin",
  3167. "version": "v2.0.2",
  3168. "source": {
  3169. "type": "git",
  3170. "url": "https://github.com/PrestaShop/ps_customersignin.git",
  3171. "reference": "6168c4402656456b884178bc00c790a8579ecafa"
  3172. },
  3173. "dist": {
  3174. "type": "zip",
  3175. "url": "https://api.github.com/repos/PrestaShop/ps_customersignin/zipball/6168c4402656456b884178bc00c790a8579ecafa",
  3176. "reference": "6168c4402656456b884178bc00c790a8579ecafa",
  3177. "shasum": ""
  3178. },
  3179. "require": {
  3180. "php": ">=5.4.0"
  3181. },
  3182. "type": "prestashop-module",
  3183. "notification-url": "https://packagist.org/downloads/",
  3184. "license": [
  3185. "AFL-3.0"
  3186. ],
  3187. "authors": [
  3188. {
  3189. "name": "PrestaShop SA",
  3190. "email": "contact@prestashop.com"
  3191. }
  3192. ],
  3193. "description": "PrestaShop - Customer 'Sign in' link",
  3194. "homepage": "https://github.com/PrestaShop/ps_customersignin",
  3195. "time": "2018-02-02T10:01:01+00:00"
  3196. },
  3197. {
  3198. "name": "prestashop/ps_customtext",
  3199. "version": "v2.0.0",
  3200. "source": {
  3201. "type": "git",
  3202. "url": "https://github.com/PrestaShop/ps_customtext.git",
  3203. "reference": "56fdf8e41f8fe2dcd64db66bd048979f4cbde58b"
  3204. },
  3205. "dist": {
  3206. "type": "zip",
  3207. "url": "https://api.github.com/repos/PrestaShop/ps_customtext/zipball/56fdf8e41f8fe2dcd64db66bd048979f4cbde58b",
  3208. "reference": "56fdf8e41f8fe2dcd64db66bd048979f4cbde58b",
  3209. "shasum": ""
  3210. },
  3211. "require": {
  3212. "php": ">=5.4"
  3213. },
  3214. "type": "prestashop-module",
  3215. "notification-url": "https://packagist.org/downloads/",
  3216. "license": [
  3217. "AFL - Academic Free License (AFL 3.0)"
  3218. ],
  3219. "authors": [
  3220. {
  3221. "name": "PrestaShop SA",
  3222. "email": "contact@prestashop.com"
  3223. }
  3224. ],
  3225. "description": "PrestaShop module ps_customtext",
  3226. "homepage": "https://github.com/PrestaShop/ps_customtext",
  3227. "time": "2017-02-01T09:36:40+00:00"
  3228. },
  3229. {
  3230. "name": "prestashop/ps_emailsubscription",
  3231. "version": "v2.2.0",
  3232. "source": {
  3233. "type": "git",
  3234. "url": "https://github.com/PrestaShop/ps_emailsubscription.git",
  3235. "reference": "15312b89d3884c9b055da65d9cd9c45473686f5d"
  3236. },
  3237. "dist": {
  3238. "type": "zip",
  3239. "url": "https://api.github.com/repos/PrestaShop/ps_emailsubscription/zipball/15312b89d3884c9b055da65d9cd9c45473686f5d",
  3240. "reference": "15312b89d3884c9b055da65d9cd9c45473686f5d",
  3241. "shasum": ""
  3242. },
  3243. "require": {
  3244. "php": ">=5.4"
  3245. },
  3246. "type": "prestashop-module",
  3247. "notification-url": "https://packagist.org/downloads/",
  3248. "license": [
  3249. "AFL-3.0"
  3250. ],
  3251. "authors": [
  3252. {
  3253. "name": "PrestaShop SA",
  3254. "email": "contact@prestashop.com"
  3255. }
  3256. ],
  3257. "description": "PrestaShop module ps_emailsubscription",
  3258. "homepage": "https://github.com/PrestaShop/ps_emailsubscription",
  3259. "time": "2018-03-26T10:27:13+00:00"
  3260. },
  3261. {
  3262. "name": "prestashop/ps_facetedsearch",
  3263. "version": "v2.1.1",
  3264. "source": {
  3265. "type": "git",
  3266. "url": "https://github.com/PrestaShop/ps_facetedsearch.git",
  3267. "reference": "ddc3e6c0772e62b75717b5d2f0cf83b836397e02"
  3268. },
  3269. "dist": {
  3270. "type": "zip",
  3271. "url": "https://api.github.com/repos/PrestaShop/ps_facetedsearch/zipball/ddc3e6c0772e62b75717b5d2f0cf83b836397e02",
  3272. "reference": "ddc3e6c0772e62b75717b5d2f0cf83b836397e02",
  3273. "shasum": ""
  3274. },
  3275. "require": {
  3276. "php": ">=5.4"
  3277. },
  3278. "require-dev": {
  3279. "phpunit/phpunit": "^5.0"
  3280. },
  3281. "type": "prestashop-module",
  3282. "notification-url": "https://packagist.org/downloads/",
  3283. "license": [
  3284. "AFL-3.0"
  3285. ],
  3286. "authors": [
  3287. {
  3288. "name": "PrestaShop SA",
  3289. "email": "contact@prestashop.com"
  3290. }
  3291. ],
  3292. "description": "PrestaShop module ps_facetedsearch",
  3293. "homepage": "https://github.com/PrestaShop/ps_facetedsearch",
  3294. "time": "2018-02-19T15:32:21+00:00"
  3295. },
  3296. {
  3297. "name": "prestashop/ps_featuredproducts",
  3298. "version": "v2.0.0",
  3299. "source": {
  3300. "type": "git",
  3301. "url": "https://github.com/PrestaShop/ps_featuredproducts.git",
  3302. "reference": "9b69551bc0fbfc4047367321fc39afbe3948c47d"
  3303. },
  3304. "dist": {
  3305. "type": "zip",
  3306. "url": "https://api.github.com/repos/PrestaShop/ps_featuredproducts/zipball/9b69551bc0fbfc4047367321fc39afbe3948c47d",
  3307. "reference": "9b69551bc0fbfc4047367321fc39afbe3948c47d",
  3308. "shasum": ""
  3309. },
  3310. "require": {
  3311. "php": ">=5.4.0"
  3312. },
  3313. "type": "prestashop-module",
  3314. "notification-url": "https://packagist.org/downloads/",
  3315. "license": [
  3316. "AFL - Academic Free License (AFL 3.0)"
  3317. ],
  3318. "authors": [
  3319. {
  3320. "name": "PrestaShop SA",
  3321. "email": "contact@prestashop.com"
  3322. }
  3323. ],
  3324. "description": "PrestaShop - Featured products",
  3325. "homepage": "https://github.com/PrestaShop/ps_featuredproducts",
  3326. "time": "2017-02-01T13:20:33+00:00"
  3327. },
  3328. {
  3329. "name": "prestashop/ps_imageslider",
  3330. "version": "v2.1.1",
  3331. "source": {
  3332. "type": "git",
  3333. "url": "https://github.com/PrestaShop/ps_imageslider.git",
  3334. "reference": "4d34cbce0d5edce787c1914c25b405450b6055d7"
  3335. },
  3336. "dist": {
  3337. "type": "zip",
  3338. "url": "https://api.github.com/repos/PrestaShop/ps_imageslider/zipball/4d34cbce0d5edce787c1914c25b405450b6055d7",
  3339. "reference": "4d34cbce0d5edce787c1914c25b405450b6055d7",
  3340. "shasum": ""
  3341. },
  3342. "require": {
  3343. "php": ">=5.4.0"
  3344. },
  3345. "type": "prestashop-module",
  3346. "notification-url": "https://packagist.org/downloads/",
  3347. "license": [
  3348. "AFL-3.0"
  3349. ],
  3350. "authors": [
  3351. {
  3352. "name": "PrestaShop SA",
  3353. "email": "contact@prestashop.com"
  3354. }
  3355. ],
  3356. "description": "PrestaShop - Image slider",
  3357. "homepage": "https://github.com/PrestaShop/ps_imageslider",
  3358. "time": "2018-02-05T21:41:01+00:00"
  3359. },
  3360. {
  3361. "name": "prestashop/ps_languageselector",
  3362. "version": "v2.0.2",
  3363. "source": {
  3364. "type": "git",
  3365. "url": "https://github.com/PrestaShop/ps_languageselector.git",
  3366. "reference": "edca0f3d06ee618477af468799221bea77a03f96"
  3367. },
  3368. "dist": {
  3369. "type": "zip",
  3370. "url": "https://api.github.com/repos/PrestaShop/ps_languageselector/zipball/edca0f3d06ee618477af468799221bea77a03f96",
  3371. "reference": "edca0f3d06ee618477af468799221bea77a03f96",
  3372. "shasum": ""
  3373. },
  3374. "require": {
  3375. "php": ">=5.4"
  3376. },
  3377. "type": "prestashop-module",
  3378. "notification-url": "https://packagist.org/downloads/",
  3379. "license": [
  3380. "AFL - Academic Free License (AFL 3.0)"
  3381. ],
  3382. "authors": [
  3383. {
  3384. "name": "PrestaShop SA",
  3385. "email": "contact@prestashop.com"
  3386. }
  3387. ],
  3388. "description": "PrestaShop module ps_languageselector",
  3389. "homepage": "https://github.com/PrestaShop/ps_languageselector",
  3390. "time": "2017-03-27T15:19:45+00:00"
  3391. },
  3392. {
  3393. "name": "prestashop/ps_legalcompliance",
  3394. "version": "v3.0.0",
  3395. "source": {
  3396. "type": "git",
  3397. "url": "https://github.com/PrestaShop/ps_legalcompliance.git",
  3398. "reference": "44e88e2c0b339bbc9eae7929cc7cf9f266984582"
  3399. },
  3400. "dist": {
  3401. "type": "zip",
  3402. "url": "https://api.github.com/repos/PrestaShop/ps_legalcompliance/zipball/44e88e2c0b339bbc9eae7929cc7cf9f266984582",
  3403. "reference": "44e88e2c0b339bbc9eae7929cc7cf9f266984582",
  3404. "shasum": ""
  3405. },
  3406. "require": {
  3407. "php": ">=5.4.0"
  3408. },
  3409. "type": "prestashop-module",
  3410. "notification-url": "https://packagist.org/downloads/",
  3411. "license": [
  3412. "AFL - Academic Free License (AFL 3.0)"
  3413. ],
  3414. "authors": [
  3415. {
  3416. "name": "PrestaShop SA",
  3417. "email": "contact@prestashop.com"
  3418. }
  3419. ],
  3420. "description": "PrestaShop module ps_legalcompliance",
  3421. "homepage": "https://github.com/PrestaShop/advancedeucompliance",
  3422. "time": "2017-12-08T10:30:34+00:00"
  3423. },
  3424. {
  3425. "name": "prestashop/ps_linklist",
  3426. "version": "v2.1.4",
  3427. "source": {
  3428. "type": "git",
  3429. "url": "https://github.com/PrestaShop/ps_linklist.git",
  3430. "reference": "a8957320ee2f7ba529252a975ffda6543ee65d60"
  3431. },
  3432. "dist": {
  3433. "type": "zip",
  3434. "url": "https://api.github.com/repos/PrestaShop/ps_linklist/zipball/a8957320ee2f7ba529252a975ffda6543ee65d60",
  3435. "reference": "a8957320ee2f7ba529252a975ffda6543ee65d60",
  3436. "shasum": ""
  3437. },
  3438. "require": {
  3439. "php": ">=5.4.0"
  3440. },
  3441. "type": "prestashop-module",
  3442. "notification-url": "https://packagist.org/downloads/",
  3443. "license": [
  3444. "AFL - Academic Free License (AFL 3.0)"
  3445. ],
  3446. "authors": [
  3447. {
  3448. "name": "PrestaShop SA",
  3449. "email": "contact@prestashop.com"
  3450. }
  3451. ],
  3452. "description": "PrestaShop - Link list",
  3453. "homepage": "https://github.com/PrestaShop/ps_linklist",
  3454. "time": "2017-08-04T15:16:47+00:00"
  3455. },
  3456. {
  3457. "name": "prestashop/ps_mainmenu",
  3458. "version": "v2.1.0",
  3459. "source": {
  3460. "type": "git",
  3461. "url": "https://github.com/PrestaShop/ps_mainmenu.git",
  3462. "reference": "4a16eeb69d06ba868ef5c1c26aa697e3d265f613"
  3463. },
  3464. "dist": {
  3465. "type": "zip",
  3466. "url": "https://api.github.com/repos/PrestaShop/ps_mainmenu/zipball/4a16eeb69d06ba868ef5c1c26aa697e3d265f613",
  3467. "reference": "4a16eeb69d06ba868ef5c1c26aa697e3d265f613",
  3468. "shasum": ""
  3469. },
  3470. "require": {
  3471. "php": ">=5.4.0"
  3472. },
  3473. "type": "prestashop-module",
  3474. "notification-url": "https://packagist.org/downloads/",
  3475. "license": [
  3476. "AFL-3.0"
  3477. ],
  3478. "authors": [
  3479. {
  3480. "name": "PrestaShop SA",
  3481. "email": "contact@prestashop.com"
  3482. }
  3483. ],
  3484. "description": "PrestaShop - Main menu",
  3485. "homepage": "https://github.com/PrestaShop/ps_mainmenu",
  3486. "time": "2018-02-05T21:56:20+00:00"
  3487. },
  3488. {
  3489. "name": "prestashop/ps_searchbar",
  3490. "version": "v2.0.1",
  3491. "source": {
  3492. "type": "git",
  3493. "url": "https://github.com/PrestaShop/ps_searchbar.git",
  3494. "reference": "ae165e9ca469926df0b07181bf8ecee431f82070"
  3495. },
  3496. "dist": {
  3497. "type": "zip",
  3498. "url": "https://api.github.com/repos/PrestaShop/ps_searchbar/zipball/ae165e9ca469926df0b07181bf8ecee431f82070",
  3499. "reference": "ae165e9ca469926df0b07181bf8ecee431f82070",
  3500. "shasum": ""
  3501. },
  3502. "require": {
  3503. "php": ">=5.4"
  3504. },
  3505. "type": "prestashop-module",
  3506. "notification-url": "https://packagist.org/downloads/",
  3507. "license": [
  3508. "AFL - Academic Free License (AFL 3.0)"
  3509. ],
  3510. "authors": [
  3511. {
  3512. "name": "PrestaShop SA",
  3513. "email": "contact@prestashop.com"
  3514. }
  3515. ],
  3516. "description": "PrestaShop module ps_searchbar",
  3517. "homepage": "https://github.com/PrestaShop/ps_searchbar",
  3518. "time": "2017-03-23T10:36:40+00:00"
  3519. },
  3520. {
  3521. "name": "prestashop/ps_sharebuttons",
  3522. "version": "v2.0.1",
  3523. "source": {
  3524. "type": "git",
  3525. "url": "https://github.com/PrestaShop/ps_sharebuttons.git",
  3526. "reference": "6cb2fc1100c34c44754c32eb678a70d858e970ea"
  3527. },
  3528. "dist": {
  3529. "type": "zip",
  3530. "url": "https://api.github.com/repos/PrestaShop/ps_sharebuttons/zipball/6cb2fc1100c34c44754c32eb678a70d858e970ea",
  3531. "reference": "6cb2fc1100c34c44754c32eb678a70d858e970ea",
  3532. "shasum": ""
  3533. },
  3534. "require": {
  3535. "php": ">=5.4"
  3536. },
  3537. "type": "prestashop-module",
  3538. "notification-url": "https://packagist.org/downloads/",
  3539. "license": [
  3540. "AFL - Academic Free License (AFL 3.0)"
  3541. ],
  3542. "authors": [
  3543. {
  3544. "name": "PrestaShop SA",
  3545. "email": "contact@prestashop.com"
  3546. }
  3547. ],
  3548. "description": "PrestaShop module ps_sharebuttons",
  3549. "homepage": "https://github.com/PrestaShop/ps_sharebuttons",
  3550. "time": "2017-08-03T07:12:38+00:00"
  3551. },
  3552. {
  3553. "name": "prestashop/ps_shoppingcart",
  3554. "version": "v2.0.1",
  3555. "source": {
  3556. "type": "git",
  3557. "url": "https://github.com/PrestaShop/ps_shoppingcart.git",
  3558. "reference": "4830efa98e72fb27de872e165dabefb392541a33"
  3559. },
  3560. "dist": {
  3561. "type": "zip",
  3562. "url": "https://api.github.com/repos/PrestaShop/ps_shoppingcart/zipball/4830efa98e72fb27de872e165dabefb392541a33",
  3563. "reference": "4830efa98e72fb27de872e165dabefb392541a33",
  3564. "shasum": ""
  3565. },
  3566. "require": {
  3567. "php": ">=5.4"
  3568. },
  3569. "type": "prestashop-module",
  3570. "notification-url": "https://packagist.org/downloads/",
  3571. "license": [
  3572. "AFL - Academic Free License (AFL 3.0)"
  3573. ],
  3574. "authors": [
  3575. {
  3576. "name": "PrestaShop SA",
  3577. "email": "contact@prestashop.com"
  3578. }
  3579. ],
  3580. "description": "PrestaShop module ps_shoppingcart",
  3581. "homepage": "https://github.com/PrestaShop/ps_shoppingcart",
  3582. "time": "2017-03-23T10:36:49+00:00"
  3583. },
  3584. {
  3585. "name": "prestashop/ps_socialfollow",
  3586. "version": "v2.0.0",
  3587. "source": {
  3588. "type": "git",
  3589. "url": "https://github.com/PrestaShop/ps_socialfollow.git",
  3590. "reference": "ffa1c3ad947cc045939f50d410f47793d1ca7793"
  3591. },
  3592. "dist": {
  3593. "type": "zip",
  3594. "url": "https://api.github.com/repos/PrestaShop/ps_socialfollow/zipball/ffa1c3ad947cc045939f50d410f47793d1ca7793",
  3595. "reference": "ffa1c3ad947cc045939f50d410f47793d1ca7793",
  3596. "shasum": ""
  3597. },
  3598. "require": {
  3599. "php": ">=5.4"
  3600. },
  3601. "type": "prestashop-module",
  3602. "notification-url": "https://packagist.org/downloads/",
  3603. "license": [
  3604. "AFL - Academic Free License (AFL 3.0)"
  3605. ],
  3606. "authors": [
  3607. {
  3608. "name": "PrestaShop SA",
  3609. "email": "contact@prestashop.com"
  3610. }
  3611. ],
  3612. "description": "PrestaShop module ps_socialfollow",
  3613. "homepage": "https://github.com/PrestaShop/ps_socialfollow",
  3614. "time": "2017-02-01T13:17:47+00:00"
  3615. },
  3616. {
  3617. "name": "prestashop/ps_wirepayment",
  3618. "version": "v2.0.4",
  3619. "source": {
  3620. "type": "git",
  3621. "url": "https://github.com/PrestaShop/ps_wirepayment.git",
  3622. "reference": "a540bf60b9d6b6b6744ca83d735e74e07feb7b61"
  3623. },
  3624. "dist": {
  3625. "type": "zip",
  3626. "url": "https://api.github.com/repos/PrestaShop/ps_wirepayment/zipball/a540bf60b9d6b6b6744ca83d735e74e07feb7b61",
  3627. "reference": "a540bf60b9d6b6b6744ca83d735e74e07feb7b61",
  3628. "shasum": ""
  3629. },
  3630. "require": {
  3631. "php": ">=5.4"
  3632. },
  3633. "type": "prestashop-module",
  3634. "notification-url": "https://packagist.org/downloads/",
  3635. "license": [
  3636. "AFL - Academic Free License (AFL 3.0)"
  3637. ],
  3638. "authors": [
  3639. {
  3640. "name": "PrestaShop SA",
  3641. "email": "contact@prestashop.com"
  3642. }
  3643. ],
  3644. "description": "PrestaShop module ps_wirepayment",
  3645. "homepage": "https://github.com/PrestaShop/ps_wirepayment",
  3646. "time": "2017-03-16T10:24:34+00:00"
  3647. },
  3648. {
  3649. "name": "prestashop/sekeywords",
  3650. "version": "v2.0.0",
  3651. "source": {
  3652. "type": "git",
  3653. "url": "https://github.com/PrestaShop/sekeywords.git",
  3654. "reference": "f174c055da105af3054690a4f6c48208849b5241"
  3655. },
  3656. "dist": {
  3657. "type": "zip",
  3658. "url": "https://api.github.com/repos/PrestaShop/sekeywords/zipball/f174c055da105af3054690a4f6c48208849b5241",
  3659. "reference": "f174c055da105af3054690a4f6c48208849b5241",
  3660. "shasum": ""
  3661. },
  3662. "require": {
  3663. "php": ">=5.4"
  3664. },
  3665. "type": "prestashop-module",
  3666. "notification-url": "https://packagist.org/downloads/",
  3667. "license": [
  3668. "AFL - Academic Free License (AFL 3.0)"
  3669. ],
  3670. "authors": [
  3671. {
  3672. "name": "PrestaShop SA",
  3673. "email": "contact@prestashop.com"
  3674. }
  3675. ],
  3676. "description": "PrestaShop module sekeywords",
  3677. "homepage": "https://github.com/PrestaShop/sekeywords",
  3678. "time": "2017-01-30T15:46:25+00:00"
  3679. },
  3680. {
  3681. "name": "prestashop/smarty",
  3682. "version": "dev-master",
  3683. "source": {
  3684. "type": "git",
  3685. "url": "https://github.com/PrestaShop/smarty.git",
  3686. "reference": "c141c2a15d5bffae23a45a791374fd0753749793"
  3687. },
  3688. "dist": {
  3689. "type": "zip",
  3690. "url": "https://api.github.com/repos/PrestaShop/smarty/zipball/c141c2a15d5bffae23a45a791374fd0753749793",
  3691. "reference": "c141c2a15d5bffae23a45a791374fd0753749793",
  3692. "shasum": ""
  3693. },
  3694. "require": {
  3695. "php": ">=5.2"
  3696. },
  3697. "type": "library",
  3698. "autoload": {
  3699. "classmap": [
  3700. "Smarty.class.php",
  3701. "SmartyBC.class.php",
  3702. "sysplugins/smarty_security.php"
  3703. ]
  3704. },
  3705. "notification-url": "https://packagist.org/downloads/",
  3706. "license": [
  3707. "LGPL-3.0"
  3708. ],
  3709. "authors": [
  3710. {
  3711. "name": "Monte Ohrt",
  3712. "email": "monte@ohrt.com"
  3713. },
  3714. {
  3715. "name": "Uwe Tews",
  3716. "email": "uwe.tews@googlemail.com"
  3717. },
  3718. {
  3719. "name": "Rodney Rehm",
  3720. "email": "rodney.rehm@medialize.de"
  3721. },
  3722. {
  3723. "name": "PrestaShop SA",
  3724. "email": "contact@prestashop.com"
  3725. }
  3726. ],
  3727. "description": "PrestaShop Smarty version",
  3728. "homepage": "https://github.com/PrestaShop/smarty",
  3729. "time": "2017-05-11T08:29:53+00:00"
  3730. },
  3731. {
  3732. "name": "prestashop/statsbestcategories",
  3733. "version": "v2.0.0",
  3734. "source": {
  3735. "type": "git",
  3736. "url": "https://github.com/PrestaShop/statsbestcategories.git",
  3737. "reference": "57791a21f63d43cf145fa1ef1f84031a47f5e7c2"
  3738. },
  3739. "dist": {
  3740. "type": "zip",
  3741. "url": "https://api.github.com/repos/PrestaShop/statsbestcategories/zipball/57791a21f63d43cf145fa1ef1f84031a47f5e7c2",
  3742. "reference": "57791a21f63d43cf145fa1ef1f84031a47f5e7c2",
  3743. "shasum": ""
  3744. },
  3745. "require": {
  3746. "php": ">=5.4"
  3747. },
  3748. "type": "prestashop-module",
  3749. "notification-url": "https://packagist.org/downloads/",
  3750. "license": [
  3751. "AFL - Academic Free License (AFL 3.0)"
  3752. ],
  3753. "authors": [
  3754. {
  3755. "name": "PrestaShop SA",
  3756. "email": "contact@prestashop.com"
  3757. }
  3758. ],
  3759. "description": "PrestaShop module statsbestcategories",
  3760. "homepage": "https://github.com/PrestaShop/statsbestcategories",
  3761. "time": "2017-12-08T14:47:07+00:00"
  3762. },
  3763. {
  3764. "name": "prestashop/statsbestcustomers",
  3765. "version": "v2.0.2",
  3766. "source": {
  3767. "type": "git",
  3768. "url": "https://github.com/PrestaShop/statsbestcustomers.git",
  3769. "reference": "b0250e88e9144ca373d8006c922d3e84ea4987b9"
  3770. },
  3771. "dist": {
  3772. "type": "zip",
  3773. "url": "https://api.github.com/repos/PrestaShop/statsbestcustomers/zipball/b0250e88e9144ca373d8006c922d3e84ea4987b9",
  3774. "reference": "b0250e88e9144ca373d8006c922d3e84ea4987b9",
  3775. "shasum": ""
  3776. },
  3777. "require": {
  3778. "php": ">=5.4"
  3779. },
  3780. "type": "prestashop-module",
  3781. "notification-url": "https://packagist.org/downloads/",
  3782. "license": [
  3783. "AFL - Academic Free License (AFL 3.0)"
  3784. ],
  3785. "authors": [
  3786. {
  3787. "name": "PrestaShop SA",
  3788. "email": "contact@prestashop.com"
  3789. }
  3790. ],
  3791. "description": "PrestaShop module statsbestcustomers",
  3792. "homepage": "https://github.com/PrestaShop/statsbestcustomers",
  3793. "time": "2018-01-29T17:21:50+00:00"
  3794. },
  3795. {
  3796. "name": "prestashop/statsbestmanufacturers",
  3797. "version": "v2.0.0",
  3798. "source": {
  3799. "type": "git",
  3800. "url": "https://github.com/PrestaShop/statsbestmanufacturers.git",
  3801. "reference": "b9897beda6084d08f489d4d00995a085b8e76739"
  3802. },
  3803. "dist": {
  3804. "type": "zip",
  3805. "url": "https://api.github.com/repos/PrestaShop/statsbestmanufacturers/zipball/b9897beda6084d08f489d4d00995a085b8e76739",
  3806. "reference": "b9897beda6084d08f489d4d00995a085b8e76739",
  3807. "shasum": ""
  3808. },
  3809. "require": {
  3810. "php": ">=5.4"
  3811. },
  3812. "type": "prestashop-module",
  3813. "notification-url": "https://packagist.org/downloads/",
  3814. "license": [
  3815. "AFL - Academic Free License (AFL 3.0)"
  3816. ],
  3817. "authors": [
  3818. {
  3819. "name": "PrestaShop SA",
  3820. "email": "contact@prestashop.com"
  3821. }
  3822. ],
  3823. "description": "PrestaShop module statsbestmanufacturers",
  3824. "homepage": "https://github.com/PrestaShop/statsbestmanufacturers",
  3825. "time": "2017-01-31T17:03:07+00:00"
  3826. },
  3827. {
  3828. "name": "prestashop/statsbestproducts",
  3829. "version": "v2.0.0",
  3830. "source": {
  3831. "type": "git",
  3832. "url": "https://github.com/PrestaShop/statsbestproducts.git",
  3833. "reference": "0ed33cdcc6cc6657ad97b944620e085a36261bc8"
  3834. },
  3835. "dist": {
  3836. "type": "zip",
  3837. "url": "https://api.github.com/repos/PrestaShop/statsbestproducts/zipball/0ed33cdcc6cc6657ad97b944620e085a36261bc8",
  3838. "reference": "0ed33cdcc6cc6657ad97b944620e085a36261bc8",
  3839. "shasum": ""
  3840. },
  3841. "require": {
  3842. "php": ">=5.4"
  3843. },
  3844. "type": "prestashop-module",
  3845. "notification-url": "https://packagist.org/downloads/",
  3846. "license": [
  3847. "AFL - Academic Free License (AFL 3.0)"
  3848. ],
  3849. "authors": [
  3850. {
  3851. "name": "PrestaShop SA",
  3852. "email": "contact@prestashop.com"
  3853. }
  3854. ],
  3855. "description": "PrestaShop module statsbestproducts",
  3856. "homepage": "https://github.com/PrestaShop/statsbestproducts",
  3857. "time": "2017-01-30T16:33:56+00:00"
  3858. },
  3859. {
  3860. "name": "prestashop/statsbestsuppliers",
  3861. "version": "v2.0.0",
  3862. "source": {
  3863. "type": "git",
  3864. "url": "https://github.com/PrestaShop/statsbestsuppliers.git",
  3865. "reference": "7e46e732b8a77dc989f5891ff9d3616d1c5fd46f"
  3866. },
  3867. "dist": {
  3868. "type": "zip",
  3869. "url": "https://api.github.com/repos/PrestaShop/statsbestsuppliers/zipball/7e46e732b8a77dc989f5891ff9d3616d1c5fd46f",
  3870. "reference": "7e46e732b8a77dc989f5891ff9d3616d1c5fd46f",
  3871. "shasum": ""
  3872. },
  3873. "require": {
  3874. "php": ">=5.4"
  3875. },
  3876. "type": "prestashop-module",
  3877. "notification-url": "https://packagist.org/downloads/",
  3878. "license": [
  3879. "AFL - Academic Free License (AFL 3.0)"
  3880. ],
  3881. "authors": [
  3882. {
  3883. "name": "PrestaShop SA",
  3884. "email": "contact@prestashop.com"
  3885. }
  3886. ],
  3887. "description": "PrestaShop module statsbestsuppliers",
  3888. "homepage": "https://github.com/PrestaShop/statsbestsuppliers",
  3889. "time": "2017-01-30T16:34:19+00:00"
  3890. },
  3891. {
  3892. "name": "prestashop/statsbestvouchers",
  3893. "version": "v2.0.0",
  3894. "source": {
  3895. "type": "git",
  3896. "url": "https://github.com/PrestaShop/statsbestvouchers.git",
  3897. "reference": "c8ee93efa6d83cca3410285d8a7f4df904db21f0"
  3898. },
  3899. "dist": {
  3900. "type": "zip",
  3901. "url": "https://api.github.com/repos/PrestaShop/statsbestvouchers/zipball/c8ee93efa6d83cca3410285d8a7f4df904db21f0",
  3902. "reference": "c8ee93efa6d83cca3410285d8a7f4df904db21f0",
  3903. "shasum": ""
  3904. },
  3905. "require": {
  3906. "php": ">=5.4"
  3907. },
  3908. "type": "prestashop-module",
  3909. "notification-url": "https://packagist.org/downloads/",
  3910. "license": [
  3911. "AFL - Academic Free License (AFL 3.0)"
  3912. ],
  3913. "authors": [
  3914. {
  3915. "name": "PrestaShop SA",
  3916. "email": "contact@prestashop.com"
  3917. }
  3918. ],
  3919. "description": "PrestaShop module statsbestvouchers",
  3920. "homepage": "https://github.com/PrestaShop/statsbestvouchers",
  3921. "time": "2017-01-30T16:34:41+00:00"
  3922. },
  3923. {
  3924. "name": "prestashop/statscarrier",
  3925. "version": "v2.0.0",
  3926. "source": {
  3927. "type": "git",
  3928. "url": "https://github.com/PrestaShop/statscarrier.git",
  3929. "reference": "3ccfe3914dd19f1fa31166e001c55eefe574877d"
  3930. },
  3931. "dist": {
  3932. "type": "zip",
  3933. "url": "https://api.github.com/repos/PrestaShop/statscarrier/zipball/3ccfe3914dd19f1fa31166e001c55eefe574877d",
  3934. "reference": "3ccfe3914dd19f1fa31166e001c55eefe574877d",
  3935. "shasum": ""
  3936. },
  3937. "require": {
  3938. "php": ">=5.4"
  3939. },
  3940. "type": "prestashop-module",
  3941. "notification-url": "https://packagist.org/downloads/",
  3942. "license": [
  3943. "AFL - Academic Free License (AFL 3.0)"
  3944. ],
  3945. "authors": [
  3946. {
  3947. "name": "PrestaShop SA",
  3948. "email": "contact@prestashop.com"
  3949. }
  3950. ],
  3951. "description": "PrestaShop module statscarrier",
  3952. "homepage": "https://github.com/PrestaShop/statscarrier",
  3953. "time": "2017-01-30T17:03:51+00:00"
  3954. },
  3955. {
  3956. "name": "prestashop/statscatalog",
  3957. "version": "v2.0.1",
  3958. "source": {
  3959. "type": "git",
  3960. "url": "https://github.com/PrestaShop/statscatalog.git",
  3961. "reference": "be6be71c703900dda0182e56c9c6658ab85f215b"
  3962. },
  3963. "dist": {
  3964. "type": "zip",
  3965. "url": "https://api.github.com/repos/PrestaShop/statscatalog/zipball/be6be71c703900dda0182e56c9c6658ab85f215b",
  3966. "reference": "be6be71c703900dda0182e56c9c6658ab85f215b",
  3967. "shasum": ""
  3968. },
  3969. "require": {
  3970. "php": ">=5.4"
  3971. },
  3972. "type": "prestashop-module",
  3973. "notification-url": "https://packagist.org/downloads/",
  3974. "license": [
  3975. "AFL - Academic Free License (AFL 3.0)"
  3976. ],
  3977. "authors": [
  3978. {
  3979. "name": "PrestaShop SA",
  3980. "email": "contact@prestashop.com"
  3981. }
  3982. ],
  3983. "description": "PrestaShop module statscatalog",
  3984. "homepage": "https://github.com/PrestaShop/statscatalog",
  3985. "time": "2017-02-02T08:39:32+00:00"
  3986. },
  3987. {
  3988. "name": "prestashop/statscheckup",
  3989. "version": "v2.0.0",
  3990. "source": {
  3991. "type": "git",
  3992. "url": "https://github.com/PrestaShop/statscheckup.git",
  3993. "reference": "b6371adaa36887e9f0a2d3e5fc68333c719c236c"
  3994. },
  3995. "dist": {
  3996. "type": "zip",
  3997. "url": "https://api.github.com/repos/PrestaShop/statscheckup/zipball/b6371adaa36887e9f0a2d3e5fc68333c719c236c",
  3998. "reference": "b6371adaa36887e9f0a2d3e5fc68333c719c236c",
  3999. "shasum": ""
  4000. },
  4001. "require": {
  4002. "php": ">=5.4"
  4003. },
  4004. "type": "prestashop-module",
  4005. "notification-url": "https://packagist.org/downloads/",
  4006. "license": [
  4007. "AFL - Academic Free License (AFL 3.0)"
  4008. ],
  4009. "authors": [
  4010. {
  4011. "name": "PrestaShop SA",
  4012. "email": "contact@prestashop.com"
  4013. }
  4014. ],
  4015. "description": "PrestaShop module statscheckup",
  4016. "homepage": "https://github.com/PrestaShop/statscheckup",
  4017. "time": "2017-01-30T17:29:08+00:00"
  4018. },
  4019. {
  4020. "name": "prestashop/statsdata",
  4021. "version": "v2.0.0",
  4022. "source": {
  4023. "type": "git",
  4024. "url": "https://github.com/PrestaShop/statsdata.git",
  4025. "reference": "31c4c8aa8a8dc243b9413b89a671bf075a73f784"
  4026. },
  4027. "dist": {
  4028. "type": "zip",
  4029. "url": "https://api.github.com/repos/PrestaShop/statsdata/zipball/31c4c8aa8a8dc243b9413b89a671bf075a73f784",
  4030. "reference": "31c4c8aa8a8dc243b9413b89a671bf075a73f784",
  4031. "shasum": ""
  4032. },
  4033. "require": {
  4034. "php": ">=5.4"
  4035. },
  4036. "type": "prestashop-module",
  4037. "notification-url": "https://packagist.org/downloads/",
  4038. "license": [
  4039. "AFL - Academic Free License (AFL 3.0)"
  4040. ],
  4041. "authors": [
  4042. {
  4043. "name": "PrestaShop SA",
  4044. "email": "contact@prestashop.com"
  4045. }
  4046. ],
  4047. "description": "PrestaShop module statsdata",
  4048. "homepage": "https://github.com/PrestaShop/statsdata",
  4049. "time": "2017-01-31T17:00:41+00:00"
  4050. },
  4051. {
  4052. "name": "prestashop/statsequipment",
  4053. "version": "v2.0.0",
  4054. "source": {
  4055. "type": "git",
  4056. "url": "https://github.com/PrestaShop/statsequipment.git",
  4057. "reference": "4b0c3f75d55bdd18b2903f8263ce3b48b6cf30ec"
  4058. },
  4059. "dist": {
  4060. "type": "zip",
  4061. "url": "https://api.github.com/repos/PrestaShop/statsequipment/zipball/4b0c3f75d55bdd18b2903f8263ce3b48b6cf30ec",
  4062. "reference": "4b0c3f75d55bdd18b2903f8263ce3b48b6cf30ec",
  4063. "shasum": ""
  4064. },
  4065. "require": {
  4066. "php": ">=5.4"
  4067. },
  4068. "type": "prestashop-module",
  4069. "notification-url": "https://packagist.org/downloads/",
  4070. "license": [
  4071. "AFL - Academic Free License (AFL 3.0)"
  4072. ],
  4073. "authors": [
  4074. {
  4075. "name": "PrestaShop SA",
  4076. "email": "contact@prestashop.com"
  4077. }
  4078. ],
  4079. "description": "PrestaShop module statsequipment",
  4080. "homepage": "https://github.com/PrestaShop/statsequipment",
  4081. "time": "2017-01-31T17:01:36+00:00"
  4082. },
  4083. {
  4084. "name": "prestashop/statsforecast",
  4085. "version": "v2.0.3",
  4086. "source": {
  4087. "type": "git",
  4088. "url": "https://github.com/PrestaShop/statsforecast.git",
  4089. "reference": "8ecbeaef0e32657cf79000f95861e41e19e22d49"
  4090. },
  4091. "dist": {
  4092. "type": "zip",
  4093. "url": "https://api.github.com/repos/PrestaShop/statsforecast/zipball/8ecbeaef0e32657cf79000f95861e41e19e22d49",
  4094. "reference": "8ecbeaef0e32657cf79000f95861e41e19e22d49",
  4095. "shasum": ""
  4096. },
  4097. "require": {
  4098. "php": ">=5.4"
  4099. },
  4100. "type": "prestashop-module",
  4101. "notification-url": "https://packagist.org/downloads/",
  4102. "license": [
  4103. "AFL-3.0"
  4104. ],
  4105. "authors": [
  4106. {
  4107. "name": "PrestaShop SA",
  4108. "email": "contact@prestashop.com"
  4109. }
  4110. ],
  4111. "description": "PrestaShop module statsforecast",
  4112. "homepage": "https://github.com/PrestaShop/statsforecast",
  4113. "time": "2018-01-29T18:37:54+00:00"
  4114. },
  4115. {
  4116. "name": "prestashop/statslive",
  4117. "version": "v2.0.2",
  4118. "source": {
  4119. "type": "git",
  4120. "url": "https://github.com/PrestaShop/statslive.git",
  4121. "reference": "70d7d3eb8c35e8ea1f6c65488aa3507da6cf82d5"
  4122. },
  4123. "dist": {
  4124. "type": "zip",
  4125. "url": "https://api.github.com/repos/PrestaShop/statslive/zipball/70d7d3eb8c35e8ea1f6c65488aa3507da6cf82d5",
  4126. "reference": "70d7d3eb8c35e8ea1f6c65488aa3507da6cf82d5",
  4127. "shasum": ""
  4128. },
  4129. "require": {
  4130. "php": ">=5.4"
  4131. },
  4132. "type": "prestashop-module",
  4133. "notification-url": "https://packagist.org/downloads/",
  4134. "license": [
  4135. "AFL - Academic Free License (AFL 3.0)"
  4136. ],
  4137. "authors": [
  4138. {
  4139. "name": "PrestaShop SA",
  4140. "email": "contact@prestashop.com"
  4141. }
  4142. ],
  4143. "description": "PrestaShop module statslive",
  4144. "homepage": "https://github.com/PrestaShop/statslive",
  4145. "time": "2017-02-02T08:18:06+00:00"
  4146. },
  4147. {
  4148. "name": "prestashop/statsnewsletter",
  4149. "version": "v2.0.2",
  4150. "source": {
  4151. "type": "git",
  4152. "url": "https://github.com/PrestaShop/statsnewsletter.git",
  4153. "reference": "7fd9a55c4b39eb034f73ef4723a1a83c6d73560e"
  4154. },
  4155. "dist": {
  4156. "type": "zip",
  4157. "url": "https://api.github.com/repos/PrestaShop/statsnewsletter/zipball/7fd9a55c4b39eb034f73ef4723a1a83c6d73560e",
  4158. "reference": "7fd9a55c4b39eb034f73ef4723a1a83c6d73560e",
  4159. "shasum": ""
  4160. },
  4161. "require": {
  4162. "php": ">=5.4"
  4163. },
  4164. "type": "prestashop-module",
  4165. "notification-url": "https://packagist.org/downloads/",
  4166. "license": [
  4167. "AFL-3.0"
  4168. ],
  4169. "authors": [
  4170. {
  4171. "name": "PrestaShop SA",
  4172. "email": "contact@prestashop.com"
  4173. }
  4174. ],
  4175. "description": "PrestaShop module statsnewsletter",
  4176. "homepage": "https://github.com/PrestaShop/statsnewsletter",
  4177. "time": "2018-01-29T18:39:03+00:00"
  4178. },
  4179. {
  4180. "name": "prestashop/statsorigin",
  4181. "version": "v2.0.2",
  4182. "source": {
  4183. "type": "git",
  4184. "url": "https://github.com/PrestaShop/statsorigin.git",
  4185. "reference": "24ca4f143a2f0b5d3d7bc817547df79f837faeb3"
  4186. },
  4187. "dist": {
  4188. "type": "zip",
  4189. "url": "https://api.github.com/repos/PrestaShop/statsorigin/zipball/24ca4f143a2f0b5d3d7bc817547df79f837faeb3",
  4190. "reference": "24ca4f143a2f0b5d3d7bc817547df79f837faeb3",
  4191. "shasum": ""
  4192. },
  4193. "require": {
  4194. "php": ">=5.4"
  4195. },
  4196. "type": "prestashop-module",
  4197. "notification-url": "https://packagist.org/downloads/",
  4198. "license": [
  4199. "AFL-3.0"
  4200. ],
  4201. "authors": [
  4202. {
  4203. "name": "PrestaShop SA",
  4204. "email": "contact@prestashop.com"
  4205. }
  4206. ],
  4207. "description": "PrestaShop module statsorigin",
  4208. "homepage": "https://github.com/PrestaShop/statsorigin",
  4209. "time": "2018-01-29T19:17:31+00:00"
  4210. },
  4211. {
  4212. "name": "prestashop/statspersonalinfos",
  4213. "version": "v2.0.2",
  4214. "source": {
  4215. "type": "git",
  4216. "url": "https://github.com/PrestaShop/statspersonalinfos.git",
  4217. "reference": "cc800a6ee0b8d48b5b00a56206cc92b0a0056d34"
  4218. },
  4219. "dist": {
  4220. "type": "zip",
  4221. "url": "https://api.github.com/repos/PrestaShop/statspersonalinfos/zipball/cc800a6ee0b8d48b5b00a56206cc92b0a0056d34",
  4222. "reference": "cc800a6ee0b8d48b5b00a56206cc92b0a0056d34",
  4223. "shasum": ""
  4224. },
  4225. "require": {
  4226. "php": ">=5.4"
  4227. },
  4228. "type": "prestashop-module",
  4229. "notification-url": "https://packagist.org/downloads/",
  4230. "license": [
  4231. "AFL-3.0"
  4232. ],
  4233. "authors": [
  4234. {
  4235. "name": "PrestaShop SA",
  4236. "email": "contact@prestashop.com"
  4237. }
  4238. ],
  4239. "description": "PrestaShop module statspersonalinfos",
  4240. "homepage": "https://github.com/PrestaShop/statspersonalinfos",
  4241. "time": "2018-01-29T18:41:52+00:00"
  4242. },
  4243. {
  4244. "name": "prestashop/statsproduct",
  4245. "version": "v2.0.3",
  4246. "source": {
  4247. "type": "git",
  4248. "url": "https://github.com/PrestaShop/statsproduct.git",
  4249. "reference": "caf05aefabd63ac84e06bc2a0bdcf69f965d03c4"
  4250. },
  4251. "dist": {
  4252. "type": "zip",
  4253. "url": "https://api.github.com/repos/PrestaShop/statsproduct/zipball/caf05aefabd63ac84e06bc2a0bdcf69f965d03c4",
  4254. "reference": "caf05aefabd63ac84e06bc2a0bdcf69f965d03c4",
  4255. "shasum": ""
  4256. },
  4257. "require": {
  4258. "php": ">=5.4"
  4259. },
  4260. "type": "prestashop-module",
  4261. "notification-url": "https://packagist.org/downloads/",
  4262. "license": [
  4263. "AFL-3.0"
  4264. ],
  4265. "authors": [
  4266. {
  4267. "name": "PrestaShop SA",
  4268. "email": "contact@prestashop.com"
  4269. }
  4270. ],
  4271. "description": "PrestaShop module statsproduct",
  4272. "homepage": "https://github.com/PrestaShop/statsproduct",
  4273. "time": "2018-01-29T18:57:47+00:00"
  4274. },
  4275. {
  4276. "name": "prestashop/statsregistrations",
  4277. "version": "v2.0.0",
  4278. "source": {
  4279. "type": "git",
  4280. "url": "https://github.com/PrestaShop/statsregistrations.git",
  4281. "reference": "51d79fb12770919f1b1f9d9d9f931148d60149c2"
  4282. },
  4283. "dist": {
  4284. "type": "zip",
  4285. "url": "https://api.github.com/repos/PrestaShop/statsregistrations/zipball/51d79fb12770919f1b1f9d9d9f931148d60149c2",
  4286. "reference": "51d79fb12770919f1b1f9d9d9f931148d60149c2",
  4287. "shasum": ""
  4288. },
  4289. "require": {
  4290. "php": ">=5.4"
  4291. },
  4292. "type": "prestashop-module",
  4293. "notification-url": "https://packagist.org/downloads/",
  4294. "license": [
  4295. "AFL - Academic Free License (AFL 3.0)"
  4296. ],
  4297. "authors": [
  4298. {
  4299. "name": "PrestaShop SA",
  4300. "email": "contact@prestashop.com"
  4301. }
  4302. ],
  4303. "description": "PrestaShop module statsregistrations",
  4304. "homepage": "https://github.com/PrestaShop/statsregistrations",
  4305. "time": "2017-01-31T17:22:19+00:00"
  4306. },
  4307. {
  4308. "name": "prestashop/statssales",
  4309. "version": "v2.0.0",
  4310. "source": {
  4311. "type": "git",
  4312. "url": "https://github.com/PrestaShop/statssales.git",
  4313. "reference": "6e28ce4ea2eb1a4a8b6b76bfb6b56e1b02ef651a"
  4314. },
  4315. "dist": {
  4316. "type": "zip",
  4317. "url": "https://api.github.com/repos/PrestaShop/statssales/zipball/6e28ce4ea2eb1a4a8b6b76bfb6b56e1b02ef651a",
  4318. "reference": "6e28ce4ea2eb1a4a8b6b76bfb6b56e1b02ef651a",
  4319. "shasum": ""
  4320. },
  4321. "require": {
  4322. "php": ">=5.4"
  4323. },
  4324. "type": "prestashop-module",
  4325. "notification-url": "https://packagist.org/downloads/",
  4326. "license": [
  4327. "AFL - Academic Free License (AFL 3.0)"
  4328. ],
  4329. "authors": [
  4330. {
  4331. "name": "PrestaShop SA",
  4332. "email": "contact@prestashop.com"
  4333. }
  4334. ],
  4335. "description": "PrestaShop module statssales",
  4336. "homepage": "https://github.com/PrestaShop/statssales",
  4337. "time": "2017-01-31T17:23:19+00:00"
  4338. },
  4339. {
  4340. "name": "prestashop/statssearch",
  4341. "version": "v2.0.1",
  4342. "source": {
  4343. "type": "git",
  4344. "url": "https://github.com/PrestaShop/statssearch.git",
  4345. "reference": "8b77131a1fdbebc4d5d6768a31de17b4d2a26b97"
  4346. },
  4347. "dist": {
  4348. "type": "zip",
  4349. "url": "https://api.github.com/repos/PrestaShop/statssearch/zipball/8b77131a1fdbebc4d5d6768a31de17b4d2a26b97",
  4350. "reference": "8b77131a1fdbebc4d5d6768a31de17b4d2a26b97",
  4351. "shasum": ""
  4352. },
  4353. "require": {
  4354. "php": ">=5.4"
  4355. },
  4356. "type": "prestashop-module",
  4357. "notification-url": "https://packagist.org/downloads/",
  4358. "license": [
  4359. "AFL - Academic Free License (AFL 3.0)"
  4360. ],
  4361. "authors": [
  4362. {
  4363. "name": "PrestaShop SA",
  4364. "email": "contact@prestashop.com"
  4365. }
  4366. ],
  4367. "description": "PrestaShop module statssearch",
  4368. "homepage": "https://github.com/PrestaShop/statssearch",
  4369. "time": "2017-12-08T12:37:58+00:00"
  4370. },
  4371. {
  4372. "name": "prestashop/statsstock",
  4373. "version": "v2.0.0",
  4374. "source": {
  4375. "type": "git",
  4376. "url": "https://github.com/PrestaShop/statsstock.git",
  4377. "reference": "1b60aae430151943d6e4b0068a3e30ab2cc5843e"
  4378. },
  4379. "dist": {
  4380. "type": "zip",
  4381. "url": "https://api.github.com/repos/PrestaShop/statsstock/zipball/1b60aae430151943d6e4b0068a3e30ab2cc5843e",
  4382. "reference": "1b60aae430151943d6e4b0068a3e30ab2cc5843e",
  4383. "shasum": ""
  4384. },
  4385. "require": {
  4386. "php": ">=5.4"
  4387. },
  4388. "type": "prestashop-module",
  4389. "notification-url": "https://packagist.org/downloads/",
  4390. "license": [
  4391. "AFL - Academic Free License (AFL 3.0)"
  4392. ],
  4393. "authors": [
  4394. {
  4395. "name": "PrestaShop SA",
  4396. "email": "contact@prestashop.com"
  4397. }
  4398. ],
  4399. "description": "PrestaShop module statsstock",
  4400. "homepage": "https://github.com/PrestaShop/statsstock",
  4401. "time": "2017-01-31T17:24:06+00:00"
  4402. },
  4403. {
  4404. "name": "prestashop/statsvisits",
  4405. "version": "v2.0.2",
  4406. "source": {
  4407. "type": "git",
  4408. "url": "https://github.com/PrestaShop/statsvisits.git",
  4409. "reference": "c6255d571d3b1d2e8863d87482e0df42de862f96"
  4410. },
  4411. "dist": {
  4412. "type": "zip",
  4413. "url": "https://api.github.com/repos/PrestaShop/statsvisits/zipball/c6255d571d3b1d2e8863d87482e0df42de862f96",
  4414. "reference": "c6255d571d3b1d2e8863d87482e0df42de862f96",
  4415. "shasum": ""
  4416. },
  4417. "require": {
  4418. "php": ">=5.4"
  4419. },
  4420. "type": "prestashop-module",
  4421. "notification-url": "https://packagist.org/downloads/",
  4422. "license": [
  4423. "AFL-3.0"
  4424. ],
  4425. "authors": [
  4426. {
  4427. "name": "PrestaShop SA",
  4428. "email": "contact@prestashop.com"
  4429. }
  4430. ],
  4431. "description": "PrestaShop module statsvisits",
  4432. "homepage": "https://github.com/PrestaShop/statsvisits",
  4433. "time": "2018-01-29T18:08:52+00:00"
  4434. },
  4435. {
  4436. "name": "prestashop/translationtools-bundle",
  4437. "version": "1.0.0",
  4438. "source": {
  4439. "type": "git",
  4440. "url": "https://github.com/PrestaShop/TranslationToolsBundle.git",
  4441. "reference": "3a75fd411f1e7e331afc187e9a46b8789cde8460"
  4442. },
  4443. "dist": {
  4444. "type": "zip",
  4445. "url": "https://api.github.com/repos/PrestaShop/TranslationToolsBundle/zipball/3a75fd411f1e7e331afc187e9a46b8789cde8460",
  4446. "reference": "3a75fd411f1e7e331afc187e9a46b8789cde8460",
  4447. "shasum": ""
  4448. },
  4449. "require": {
  4450. "nikic/php-parser": "^2.1",
  4451. "php": "^5.4 || ^7.1",
  4452. "prestashop/smarty": "dev-master",
  4453. "symfony/twig-bridge": "^2.8",
  4454. "twig/twig": "^1.34"
  4455. },
  4456. "require-dev": {
  4457. "phpunit/phpunit": "~4.8",
  4458. "symfony/framework-bundle": "^2.8",
  4459. "symfony/phpunit-bridge": "^2.8|^3.0"
  4460. },
  4461. "type": "bundle",
  4462. "autoload": {
  4463. "psr-4": {
  4464. "PrestaShop\\TranslationToolsBundle\\": ""
  4465. }
  4466. },
  4467. "notification-url": "https://packagist.org/downloads/",
  4468. "license": [
  4469. "MIT"
  4470. ],
  4471. "authors": [
  4472. {
  4473. "name": "Mickaël Andrieu",
  4474. "email": "andrieu.travail@gmail.com"
  4475. },
  4476. {
  4477. "name": "Nawo Mbechezi",
  4478. "email": "mlanawo.mbechezi@ikimea.com"
  4479. },
  4480. {
  4481. "name": "Jérémie Tabet",
  4482. "email": "master@jeremietabet.com"
  4483. }
  4484. ],
  4485. "description": "Translation tools for PrestaShop",
  4486. "keywords": [
  4487. "parser",
  4488. "prestashop",
  4489. "translation"
  4490. ],
  4491. "time": "2017-11-30T14:54:40+00:00"
  4492. },
  4493. {
  4494. "name": "prestashop/welcome",
  4495. "version": "v4.0.2",
  4496. "source": {
  4497. "type": "git",
  4498. "url": "https://github.com/PrestaShop/welcome.git",
  4499. "reference": "73f2668def9607fbf68c269632bd997abae2931a"
  4500. },
  4501. "dist": {
  4502. "type": "zip",
  4503. "url": "https://api.github.com/repos/PrestaShop/welcome/zipball/73f2668def9607fbf68c269632bd997abae2931a",
  4504. "reference": "73f2668def9607fbf68c269632bd997abae2931a",
  4505. "shasum": ""
  4506. },
  4507. "require": {
  4508. "php": ">=5.4.0"
  4509. },
  4510. "type": "prestashop-module",
  4511. "autoload": {
  4512. "psr-4": {
  4513. "OnBoarding\\": "OnBoarding/"
  4514. },
  4515. "exclude-from-classmap": []
  4516. },
  4517. "notification-url": "https://packagist.org/downloads/",
  4518. "license": [
  4519. "AFL - Academic Free License (AFL 3.0)"
  4520. ],
  4521. "authors": [
  4522. {
  4523. "name": "PrestaShop SA",
  4524. "email": "contact@prestashop.com"
  4525. }
  4526. ],
  4527. "description": "Welcome module for PrestaShop helping the users to create products.",
  4528. "homepage": "https://github.com/PrestaShop/welcome",
  4529. "time": "2018-01-02T16:25:48+00:00"
  4530. },
  4531. {
  4532. "name": "psr/log",
  4533. "version": "1.0.2",
  4534. "source": {
  4535. "type": "git",
  4536. "url": "https://github.com/php-fig/log.git",
  4537. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  4538. },
  4539. "dist": {
  4540. "type": "zip",
  4541. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  4542. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  4543. "shasum": ""
  4544. },
  4545. "require": {
  4546. "php": ">=5.3.0"
  4547. },
  4548. "type": "library",
  4549. "extra": {
  4550. "branch-alias": {
  4551. "dev-master": "1.0.x-dev"
  4552. }
  4553. },
  4554. "autoload": {
  4555. "psr-4": {
  4556. "Psr\\Log\\": "Psr/Log/"
  4557. }
  4558. },
  4559. "notification-url": "https://packagist.org/downloads/",
  4560. "license": [
  4561. "MIT"
  4562. ],
  4563. "authors": [
  4564. {
  4565. "name": "PHP-FIG",
  4566. "homepage": "http://www.php-fig.org/"
  4567. }
  4568. ],
  4569. "description": "Common interface for logging libraries",
  4570. "homepage": "https://github.com/php-fig/log",
  4571. "keywords": [
  4572. "log",
  4573. "psr",
  4574. "psr-3"
  4575. ],
  4576. "time": "2016-10-10T12:19:37+00:00"
  4577. },
  4578. {
  4579. "name": "react/promise",
  4580. "version": "v2.5.1",
  4581. "source": {
  4582. "type": "git",
  4583. "url": "https://github.com/reactphp/promise.git",
  4584. "reference": "62785ae604c8d69725d693eb370e1d67e94c4053"
  4585. },
  4586. "dist": {
  4587. "type": "zip",
  4588. "url": "https://api.github.com/repos/reactphp/promise/zipball/62785ae604c8d69725d693eb370e1d67e94c4053",
  4589. "reference": "62785ae604c8d69725d693eb370e1d67e94c4053",
  4590. "shasum": ""
  4591. },
  4592. "require": {
  4593. "php": ">=5.4.0"
  4594. },
  4595. "require-dev": {
  4596. "phpunit/phpunit": "~4.8"
  4597. },
  4598. "type": "library",
  4599. "autoload": {
  4600. "psr-4": {
  4601. "React\\Promise\\": "src/"
  4602. },
  4603. "files": [
  4604. "src/functions_include.php"
  4605. ]
  4606. },
  4607. "notification-url": "https://packagist.org/downloads/",
  4608. "license": [
  4609. "MIT"
  4610. ],
  4611. "authors": [
  4612. {
  4613. "name": "Jan Sorgalla",
  4614. "email": "jsorgalla@gmail.com"
  4615. }
  4616. ],
  4617. "description": "A lightweight implementation of CommonJS Promises/A for PHP",
  4618. "keywords": [
  4619. "promise",
  4620. "promises"
  4621. ],
  4622. "time": "2017-03-25T12:08:31+00:00"
  4623. },
  4624. {
  4625. "name": "sensio/distribution-bundle",
  4626. "version": "v4.0.39",
  4627. "target-dir": "Sensio/Bundle/DistributionBundle",
  4628. "source": {
  4629. "type": "git",
  4630. "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
  4631. "reference": "bf582cc96becd7ae53f9fe8c4647d0a41c243a42"
  4632. },
  4633. "dist": {
  4634. "type": "zip",
  4635. "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/bf582cc96becd7ae53f9fe8c4647d0a41c243a42",
  4636. "reference": "bf582cc96becd7ae53f9fe8c4647d0a41c243a42",
  4637. "shasum": ""
  4638. },
  4639. "require": {
  4640. "php": ">=5.3.9",
  4641. "sensiolabs/security-checker": "~3.0",
  4642. "symfony/class-loader": "~2.2",
  4643. "symfony/framework-bundle": "~2.3",
  4644. "symfony/process": "~2.2"
  4645. },
  4646. "require-dev": {
  4647. "symfony/form": "~2.2",
  4648. "symfony/validator": "~2.2",
  4649. "symfony/yaml": "~2.2"
  4650. },
  4651. "suggest": {
  4652. "symfony/form": "If you want to use the configurator",
  4653. "symfony/validator": "If you want to use the configurator",
  4654. "symfony/yaml": "If you want to use the configurator"
  4655. },
  4656. "type": "symfony-bundle",
  4657. "extra": {
  4658. "branch-alias": {
  4659. "dev-master": "4.0.x-dev"
  4660. }
  4661. },
  4662. "autoload": {
  4663. "psr-0": {
  4664. "Sensio\\Bundle\\DistributionBundle": ""
  4665. }
  4666. },
  4667. "notification-url": "https://packagist.org/downloads/",
  4668. "license": [
  4669. "MIT"
  4670. ],
  4671. "authors": [
  4672. {
  4673. "name": "Fabien Potencier",
  4674. "email": "fabien@symfony.com"
  4675. }
  4676. ],
  4677. "description": "Base bundle for Symfony Distributions",
  4678. "keywords": [
  4679. "configuration",
  4680. "distribution"
  4681. ],
  4682. "time": "2017-08-25T16:49:47+00:00"
  4683. },
  4684. {
  4685. "name": "sensio/framework-extra-bundle",
  4686. "version": "v3.0.10",
  4687. "source": {
  4688. "type": "git",
  4689. "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
  4690. "reference": "18fc2063c4d6569cdca47a39fbac32342eb65f3c"
  4691. },
  4692. "dist": {
  4693. "type": "zip",
  4694. "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/18fc2063c4d6569cdca47a39fbac32342eb65f3c",
  4695. "reference": "18fc2063c4d6569cdca47a39fbac32342eb65f3c",
  4696. "shasum": ""
  4697. },
  4698. "require": {
  4699. "doctrine/common": "~2.2",
  4700. "symfony/framework-bundle": "~2.3"
  4701. },
  4702. "require-dev": {
  4703. "symfony/expression-language": "~2.4",
  4704. "symfony/security-bundle": "~2.4"
  4705. },
  4706. "suggest": {
  4707. "symfony/expression-language": "",
  4708. "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
  4709. "symfony/security-bundle": ""
  4710. },
  4711. "type": "symfony-bundle",
  4712. "extra": {
  4713. "branch-alias": {
  4714. "dev-master": "3.0.x-dev"
  4715. }
  4716. },
  4717. "autoload": {
  4718. "psr-4": {
  4719. "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
  4720. }
  4721. },
  4722. "notification-url": "https://packagist.org/downloads/",
  4723. "license": [
  4724. "MIT"
  4725. ],
  4726. "authors": [
  4727. {
  4728. "name": "Fabien Potencier",
  4729. "email": "fabien@symfony.com"
  4730. }
  4731. ],
  4732. "description": "This bundle provides a way to configure your controllers with annotations",
  4733. "keywords": [
  4734. "annotations",
  4735. "controllers"
  4736. ],
  4737. "time": "2015-08-03T11:59:27+00:00"
  4738. },
  4739. {
  4740. "name": "sensiolabs/security-checker",
  4741. "version": "v3.0.7",
  4742. "source": {
  4743. "type": "git",
  4744. "url": "https://github.com/sensiolabs/security-checker.git",
  4745. "reference": "59a6a299e2f5612dc8692d40e84373703a5df1b5"
  4746. },
  4747. "dist": {
  4748. "type": "zip",
  4749. "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/59a6a299e2f5612dc8692d40e84373703a5df1b5",
  4750. "reference": "59a6a299e2f5612dc8692d40e84373703a5df1b5",
  4751. "shasum": ""
  4752. },
  4753. "require": {
  4754. "symfony/console": "~2.0|~3.0"
  4755. },
  4756. "bin": [
  4757. "security-checker"
  4758. ],
  4759. "type": "library",
  4760. "extra": {
  4761. "branch-alias": {
  4762. "dev-master": "3.0-dev"
  4763. }
  4764. },
  4765. "autoload": {
  4766. "psr-0": {
  4767. "SensioLabs\\Security": ""
  4768. }
  4769. },
  4770. "notification-url": "https://packagist.org/downloads/",
  4771. "license": [
  4772. "MIT"
  4773. ],
  4774. "authors": [
  4775. {
  4776. "name": "Fabien Potencier",
  4777. "email": "fabien.potencier@gmail.com"
  4778. }
  4779. ],
  4780. "description": "A security checker for your composer.lock",
  4781. "time": "2017-03-29T09:29:53+00:00"
  4782. },
  4783. {
  4784. "name": "shudrum/array-finder",
  4785. "version": "v1.1.0",
  4786. "source": {
  4787. "type": "git",
  4788. "url": "https://github.com/Shudrum/ArrayFinder.git",
  4789. "reference": "42380f01017371b7a1e8e02b0bf12cb534e454d7"
  4790. },
  4791. "dist": {
  4792. "type": "zip",
  4793. "url": "https://api.github.com/repos/Shudrum/ArrayFinder/zipball/42380f01017371b7a1e8e02b0bf12cb534e454d7",
  4794. "reference": "42380f01017371b7a1e8e02b0bf12cb534e454d7",
  4795. "shasum": ""
  4796. },
  4797. "require": {
  4798. "php": ">=5.4"
  4799. },
  4800. "type": "library",
  4801. "autoload": {
  4802. "psr-4": {
  4803. "Shudrum\\Component\\ArrayFinder\\": ""
  4804. },
  4805. "exclude-from-classmap": [
  4806. "/Tests/"
  4807. ]
  4808. },
  4809. "notification-url": "https://packagist.org/downloads/",
  4810. "license": [
  4811. "MIT"
  4812. ],
  4813. "authors": [
  4814. {
  4815. "name": "Julien Martin",
  4816. "email": "martin.julien82@gmail.com"
  4817. }
  4818. ],
  4819. "description": "ArrayFinder component",
  4820. "homepage": "https://github.com/Shudrum/ArrayFinder",
  4821. "time": "2016-02-01T12:23:32+00:00"
  4822. },
  4823. {
  4824. "name": "swiftmailer/swiftmailer",
  4825. "version": "v5.4.8",
  4826. "source": {
  4827. "type": "git",
  4828. "url": "https://github.com/swiftmailer/swiftmailer.git",
  4829. "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
  4830. },
  4831. "dist": {
  4832. "type": "zip",
  4833. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
  4834. "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
  4835. "shasum": ""
  4836. },
  4837. "require": {
  4838. "php": ">=5.3.3"
  4839. },
  4840. "require-dev": {
  4841. "mockery/mockery": "~0.9.1",
  4842. "symfony/phpunit-bridge": "~3.2"
  4843. },
  4844. "type": "library",
  4845. "extra": {
  4846. "branch-alias": {
  4847. "dev-master": "5.4-dev"
  4848. }
  4849. },
  4850. "autoload": {
  4851. "files": [
  4852. "lib/swift_required.php"
  4853. ]
  4854. },
  4855. "notification-url": "https://packagist.org/downloads/",
  4856. "license": [
  4857. "MIT"
  4858. ],
  4859. "authors": [
  4860. {
  4861. "name": "Chris Corbyn"
  4862. },
  4863. {
  4864. "name": "Fabien Potencier",
  4865. "email": "fabien@symfony.com"
  4866. }
  4867. ],
  4868. "description": "Swiftmailer, free feature-rich PHP mailer",
  4869. "homepage": "http://swiftmailer.org",
  4870. "keywords": [
  4871. "email",
  4872. "mail",
  4873. "mailer"
  4874. ],
  4875. "time": "2017-05-01T15:54:03+00:00"
  4876. },
  4877. {
  4878. "name": "symfony/monolog-bundle",
  4879. "version": "v2.8.2",
  4880. "source": {
  4881. "type": "git",
  4882. "url": "https://github.com/symfony/monolog-bundle.git",
  4883. "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f"
  4884. },
  4885. "dist": {
  4886. "type": "zip",
  4887. "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/84785c4d44801c4dd82829fa2e1820cacfe2c46f",
  4888. "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f",
  4889. "shasum": ""
  4890. },
  4891. "require": {
  4892. "monolog/monolog": "~1.8",
  4893. "php": ">=5.3.2",
  4894. "symfony/config": "~2.3|~3.0",
  4895. "symfony/dependency-injection": "~2.3|~3.0",
  4896. "symfony/http-kernel": "~2.3|~3.0",
  4897. "symfony/monolog-bridge": "~2.3|~3.0"
  4898. },
  4899. "require-dev": {
  4900. "symfony/console": "~2.3|~3.0",
  4901. "symfony/yaml": "~2.3|~3.0"
  4902. },
  4903. "type": "symfony-bundle",
  4904. "extra": {
  4905. "branch-alias": {
  4906. "dev-master": "2.8.x-dev"
  4907. }
  4908. },
  4909. "autoload": {
  4910. "psr-4": {
  4911. "Symfony\\Bundle\\MonologBundle\\": ""
  4912. }
  4913. },
  4914. "notification-url": "https://packagist.org/downloads/",
  4915. "license": [
  4916. "MIT"
  4917. ],
  4918. "authors": [
  4919. {
  4920. "name": "Symfony Community",
  4921. "homepage": "http://symfony.com/contributors"
  4922. },
  4923. {
  4924. "name": "Fabien Potencier",
  4925. "email": "fabien@symfony.com"
  4926. }
  4927. ],
  4928. "description": "Symfony MonologBundle",
  4929. "homepage": "http://symfony.com",
  4930. "keywords": [
  4931. "log",
  4932. "logging"
  4933. ],
  4934. "time": "2015-11-17T10:02:29+00:00"
  4935. },
  4936. {
  4937. "name": "symfony/polyfill-apcu",
  4938. "version": "v1.6.0",
  4939. "source": {
  4940. "type": "git",
  4941. "url": "https://github.com/symfony/polyfill-apcu.git",
  4942. "reference": "04f62674339602def515bff4bc6901fc1d4951e8"
  4943. },
  4944. "dist": {
  4945. "type": "zip",
  4946. "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/04f62674339602def515bff4bc6901fc1d4951e8",
  4947. "reference": "04f62674339602def515bff4bc6901fc1d4951e8",
  4948. "shasum": ""
  4949. },
  4950. "require": {
  4951. "php": ">=5.3.3"
  4952. },
  4953. "type": "library",
  4954. "extra": {
  4955. "branch-alias": {
  4956. "dev-master": "1.6-dev"
  4957. }
  4958. },
  4959. "autoload": {
  4960. "psr-4": {
  4961. "Symfony\\Polyfill\\Apcu\\": ""
  4962. },
  4963. "files": [
  4964. "bootstrap.php"
  4965. ]
  4966. },
  4967. "notification-url": "https://packagist.org/downloads/",
  4968. "license": [
  4969. "MIT"
  4970. ],
  4971. "authors": [
  4972. {
  4973. "name": "Nicolas Grekas",
  4974. "email": "p@tchwork.com"
  4975. },
  4976. {
  4977. "name": "Symfony Community",
  4978. "homepage": "https://symfony.com/contributors"
  4979. }
  4980. ],
  4981. "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
  4982. "homepage": "https://symfony.com",
  4983. "keywords": [
  4984. "apcu",
  4985. "compatibility",
  4986. "polyfill",
  4987. "portable",
  4988. "shim"
  4989. ],
  4990. "time": "2017-10-11T12:05:26+00:00"
  4991. },
  4992. {
  4993. "name": "symfony/polyfill-intl-icu",
  4994. "version": "v1.6.0",
  4995. "source": {
  4996. "type": "git",
  4997. "url": "https://github.com/symfony/polyfill-intl-icu.git",
  4998. "reference": "d2bb2ef00dd8605d6fbd4db53ed4af1395953497"
  4999. },
  5000. "dist": {
  5001. "type": "zip",
  5002. "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/d2bb2ef00dd8605d6fbd4db53ed4af1395953497",
  5003. "reference": "d2bb2ef00dd8605d6fbd4db53ed4af1395953497",
  5004. "shasum": ""
  5005. },
  5006. "require": {
  5007. "php": ">=5.3.3",
  5008. "symfony/intl": "~2.3|~3.0|~4.0"
  5009. },
  5010. "suggest": {
  5011. "ext-intl": "For best performance"
  5012. },
  5013. "type": "library",
  5014. "extra": {
  5015. "branch-alias": {
  5016. "dev-master": "1.6-dev"
  5017. }
  5018. },
  5019. "autoload": {
  5020. "files": [
  5021. "bootstrap.php"
  5022. ]
  5023. },
  5024. "notification-url": "https://packagist.org/downloads/",
  5025. "license": [
  5026. "MIT"
  5027. ],
  5028. "authors": [
  5029. {
  5030. "name": "Nicolas Grekas",
  5031. "email": "p@tchwork.com"
  5032. },
  5033. {
  5034. "name": "Symfony Community",
  5035. "homepage": "https://symfony.com/contributors"
  5036. }
  5037. ],
  5038. "description": "Symfony polyfill for intl's ICU-related data and classes",
  5039. "homepage": "https://symfony.com",
  5040. "keywords": [
  5041. "compatibility",
  5042. "icu",
  5043. "intl",
  5044. "polyfill",
  5045. "portable",
  5046. "shim"
  5047. ],
  5048. "time": "2017-10-11T12:05:26+00:00"
  5049. },
  5050. {
  5051. "name": "symfony/polyfill-mbstring",
  5052. "version": "v1.6.0",
  5053. "source": {
  5054. "type": "git",
  5055. "url": "https://github.com/symfony/polyfill-mbstring.git",
  5056. "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
  5057. },
  5058. "dist": {
  5059. "type": "zip",
  5060. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
  5061. "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
  5062. "shasum": ""
  5063. },
  5064. "require": {
  5065. "php": ">=5.3.3"
  5066. },
  5067. "suggest": {
  5068. "ext-mbstring": "For best performance"
  5069. },
  5070. "type": "library",
  5071. "extra": {
  5072. "branch-alias": {
  5073. "dev-master": "1.6-dev"
  5074. }
  5075. },
  5076. "autoload": {
  5077. "psr-4": {
  5078. "Symfony\\Polyfill\\Mbstring\\": ""
  5079. },
  5080. "files": [
  5081. "bootstrap.php"
  5082. ]
  5083. },
  5084. "notification-url": "https://packagist.org/downloads/",
  5085. "license": [
  5086. "MIT"
  5087. ],
  5088. "authors": [
  5089. {
  5090. "name": "Nicolas Grekas",
  5091. "email": "p@tchwork.com"
  5092. },
  5093. {
  5094. "name": "Symfony Community",
  5095. "homepage": "https://symfony.com/contributors"
  5096. }
  5097. ],
  5098. "description": "Symfony polyfill for the Mbstring extension",
  5099. "homepage": "https://symfony.com",
  5100. "keywords": [
  5101. "compatibility",
  5102. "mbstring",
  5103. "polyfill",
  5104. "portable",
  5105. "shim"
  5106. ],
  5107. "time": "2017-10-11T12:05:26+00:00"
  5108. },
  5109. {
  5110. "name": "symfony/polyfill-php54",
  5111. "version": "v1.6.0",
  5112. "source": {
  5113. "type": "git",
  5114. "url": "https://github.com/symfony/polyfill-php54.git",
  5115. "reference": "d7810a14b2c6c1aff415e1bb755f611b3d5327bc"
  5116. },
  5117. "dist": {
  5118. "type": "zip",
  5119. "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/d7810a14b2c6c1aff415e1bb755f611b3d5327bc",
  5120. "reference": "d7810a14b2c6c1aff415e1bb755f611b3d5327bc",
  5121. "shasum": ""
  5122. },
  5123. "require": {
  5124. "php": ">=5.3.3"
  5125. },
  5126. "type": "library",
  5127. "extra": {
  5128. "branch-alias": {
  5129. "dev-master": "1.6-dev"
  5130. }
  5131. },
  5132. "autoload": {
  5133. "psr-4": {
  5134. "Symfony\\Polyfill\\Php54\\": ""
  5135. },
  5136. "files": [
  5137. "bootstrap.php"
  5138. ],
  5139. "classmap": [
  5140. "Resources/stubs"
  5141. ]
  5142. },
  5143. "notification-url": "https://packagist.org/downloads/",
  5144. "license": [
  5145. "MIT"
  5146. ],
  5147. "authors": [
  5148. {
  5149. "name": "Nicolas Grekas",
  5150. "email": "p@tchwork.com"
  5151. },
  5152. {
  5153. "name": "Symfony Community",
  5154. "homepage": "https://symfony.com/contributors"
  5155. }
  5156. ],
  5157. "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
  5158. "homepage": "https://symfony.com",
  5159. "keywords": [
  5160. "compatibility",
  5161. "polyfill",
  5162. "portable",
  5163. "shim"
  5164. ],
  5165. "time": "2017-10-11T12:05:26+00:00"
  5166. },
  5167. {
  5168. "name": "symfony/polyfill-php55",
  5169. "version": "v1.6.0",
  5170. "source": {
  5171. "type": "git",
  5172. "url": "https://github.com/symfony/polyfill-php55.git",
  5173. "reference": "b64e7f0c37ecf144ecc16668936eef94e628fbfd"
  5174. },
  5175. "dist": {
  5176. "type": "zip",
  5177. "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/b64e7f0c37ecf144ecc16668936eef94e628fbfd",
  5178. "reference": "b64e7f0c37ecf144ecc16668936eef94e628fbfd",
  5179. "shasum": ""
  5180. },
  5181. "require": {
  5182. "ircmaxell/password-compat": "~1.0",
  5183. "php": ">=5.3.3"
  5184. },
  5185. "type": "library",
  5186. "extra": {
  5187. "branch-alias": {
  5188. "dev-master": "1.6-dev"
  5189. }
  5190. },
  5191. "autoload": {
  5192. "psr-4": {
  5193. "Symfony\\Polyfill\\Php55\\": ""
  5194. },
  5195. "files": [
  5196. "bootstrap.php"
  5197. ]
  5198. },
  5199. "notification-url": "https://packagist.org/downloads/",
  5200. "license": [
  5201. "MIT"
  5202. ],
  5203. "authors": [
  5204. {
  5205. "name": "Nicolas Grekas",
  5206. "email": "p@tchwork.com"
  5207. },
  5208. {
  5209. "name": "Symfony Community",
  5210. "homepage": "https://symfony.com/contributors"
  5211. }
  5212. ],
  5213. "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
  5214. "homepage": "https://symfony.com",
  5215. "keywords": [
  5216. "compatibility",
  5217. "polyfill",
  5218. "portable",
  5219. "shim"
  5220. ],
  5221. "time": "2017-10-11T12:05:26+00:00"
  5222. },
  5223. {
  5224. "name": "symfony/polyfill-php56",
  5225. "version": "v1.6.0",
  5226. "source": {
  5227. "type": "git",
  5228. "url": "https://github.com/symfony/polyfill-php56.git",
  5229. "reference": "265fc96795492430762c29be291a371494ba3a5b"
  5230. },
  5231. "dist": {
  5232. "type": "zip",
  5233. "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/265fc96795492430762c29be291a371494ba3a5b",
  5234. "reference": "265fc96795492430762c29be291a371494ba3a5b",
  5235. "shasum": ""
  5236. },
  5237. "require": {
  5238. "php": ">=5.3.3",
  5239. "symfony/polyfill-util": "~1.0"
  5240. },
  5241. "type": "library",
  5242. "extra": {
  5243. "branch-alias": {
  5244. "dev-master": "1.6-dev"
  5245. }
  5246. },
  5247. "autoload": {
  5248. "psr-4": {
  5249. "Symfony\\Polyfill\\Php56\\": ""
  5250. },
  5251. "files": [
  5252. "bootstrap.php"
  5253. ]
  5254. },
  5255. "notification-url": "https://packagist.org/downloads/",
  5256. "license": [
  5257. "MIT"
  5258. ],
  5259. "authors": [
  5260. {
  5261. "name": "Nicolas Grekas",
  5262. "email": "p@tchwork.com"
  5263. },
  5264. {
  5265. "name": "Symfony Community",
  5266. "homepage": "https://symfony.com/contributors"
  5267. }
  5268. ],
  5269. "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
  5270. "homepage": "https://symfony.com",
  5271. "keywords": [
  5272. "compatibility",
  5273. "polyfill",
  5274. "portable",
  5275. "shim"
  5276. ],
  5277. "time": "2017-10-11T12:05:26+00:00"
  5278. },
  5279. {
  5280. "name": "symfony/polyfill-php70",
  5281. "version": "v1.6.0",
  5282. "source": {
  5283. "type": "git",
  5284. "url": "https://github.com/symfony/polyfill-php70.git",
  5285. "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff"
  5286. },
  5287. "dist": {
  5288. "type": "zip",
  5289. "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
  5290. "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
  5291. "shasum": ""
  5292. },
  5293. "require": {
  5294. "paragonie/random_compat": "~1.0|~2.0",
  5295. "php": ">=5.3.3"
  5296. },
  5297. "type": "library",
  5298. "extra": {
  5299. "branch-alias": {
  5300. "dev-master": "1.6-dev"
  5301. }
  5302. },
  5303. "autoload": {
  5304. "psr-4": {
  5305. "Symfony\\Polyfill\\Php70\\": ""
  5306. },
  5307. "files": [
  5308. "bootstrap.php"
  5309. ],
  5310. "classmap": [
  5311. "Resources/stubs"
  5312. ]
  5313. },
  5314. "notification-url": "https://packagist.org/downloads/",
  5315. "license": [
  5316. "MIT"
  5317. ],
  5318. "authors": [
  5319. {
  5320. "name": "Nicolas Grekas",
  5321. "email": "p@tchwork.com"
  5322. },
  5323. {
  5324. "name": "Symfony Community",
  5325. "homepage": "https://symfony.com/contributors"
  5326. }
  5327. ],
  5328. "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  5329. "homepage": "https://symfony.com",
  5330. "keywords": [
  5331. "compatibility",
  5332. "polyfill",
  5333. "portable",
  5334. "shim"
  5335. ],
  5336. "time": "2017-10-11T12:05:26+00:00"
  5337. },
  5338. {
  5339. "name": "symfony/polyfill-util",
  5340. "version": "v1.6.0",
  5341. "source": {
  5342. "type": "git",
  5343. "url": "https://github.com/symfony/polyfill-util.git",
  5344. "reference": "6e719200c8e540e0c0effeb31f96bdb344b94176"
  5345. },
  5346. "dist": {
  5347. "type": "zip",
  5348. "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/6e719200c8e540e0c0effeb31f96bdb344b94176",
  5349. "reference": "6e719200c8e540e0c0effeb31f96bdb344b94176",
  5350. "shasum": ""
  5351. },
  5352. "require": {
  5353. "php": ">=5.3.3"
  5354. },
  5355. "type": "library",
  5356. "extra": {
  5357. "branch-alias": {
  5358. "dev-master": "1.6-dev"
  5359. }
  5360. },
  5361. "autoload": {
  5362. "psr-4": {
  5363. "Symfony\\Polyfill\\Util\\": ""
  5364. }
  5365. },
  5366. "notification-url": "https://packagist.org/downloads/",
  5367. "license": [
  5368. "MIT"
  5369. ],
  5370. "authors": [
  5371. {
  5372. "name": "Nicolas Grekas",
  5373. "email": "p@tchwork.com"
  5374. },
  5375. {
  5376. "name": "Symfony Community",
  5377. "homepage": "https://symfony.com/contributors"
  5378. }
  5379. ],
  5380. "description": "Symfony utilities for portability of PHP codes",
  5381. "homepage": "https://symfony.com",
  5382. "keywords": [
  5383. "compat",
  5384. "compatibility",
  5385. "polyfill",
  5386. "shim"
  5387. ],
  5388. "time": "2017-10-11T12:05:26+00:00"
  5389. },
  5390. {
  5391. "name": "symfony/security-acl",
  5392. "version": "v2.8.0",
  5393. "source": {
  5394. "type": "git",
  5395. "url": "https://github.com/symfony/security-acl.git",
  5396. "reference": "4a3f7327ad215242c78f6564ad4ea6d2db1b8347"
  5397. },
  5398. "dist": {
  5399. "type": "zip",
  5400. "url": "https://api.github.com/repos/symfony/security-acl/zipball/4a3f7327ad215242c78f6564ad4ea6d2db1b8347",
  5401. "reference": "4a3f7327ad215242c78f6564ad4ea6d2db1b8347",
  5402. "shasum": ""
  5403. },
  5404. "require": {
  5405. "php": ">=5.3.9",
  5406. "symfony/security-core": "~2.4|~3.0.0"
  5407. },
  5408. "require-dev": {
  5409. "doctrine/common": "~2.2",
  5410. "doctrine/dbal": "~2.2",
  5411. "psr/log": "~1.0",
  5412. "symfony/phpunit-bridge": "~2.7|~3.0.0"
  5413. },
  5414. "suggest": {
  5415. "doctrine/dbal": "For using the built-in ACL implementation",
  5416. "symfony/class-loader": "For using the ACL generateSql script",
  5417. "symfony/finder": "For using the ACL generateSql script"
  5418. },
  5419. "type": "library",
  5420. "extra": {
  5421. "branch-alias": {
  5422. "dev-master": "2.8-dev"
  5423. }
  5424. },
  5425. "autoload": {
  5426. "psr-4": {
  5427. "Symfony\\Component\\Security\\Acl\\": ""
  5428. },
  5429. "exclude-from-classmap": [
  5430. "/Tests/"
  5431. ]
  5432. },
  5433. "notification-url": "https://packagist.org/downloads/",
  5434. "license": [
  5435. "MIT"
  5436. ],
  5437. "authors": [
  5438. {
  5439. "name": "Fabien Potencier",
  5440. "email": "fabien@symfony.com"
  5441. },
  5442. {
  5443. "name": "Symfony Community",
  5444. "homepage": "https://symfony.com/contributors"
  5445. }
  5446. ],
  5447. "description": "Symfony Security Component - ACL (Access Control List)",
  5448. "homepage": "https://symfony.com",
  5449. "time": "2015-12-28T09:39:09+00:00"
  5450. },
  5451. {
  5452. "name": "symfony/swiftmailer-bundle",
  5453. "version": "v2.3.11",
  5454. "source": {
  5455. "type": "git",
  5456. "url": "https://github.com/symfony/swiftmailer-bundle.git",
  5457. "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690"
  5458. },
  5459. "dist": {
  5460. "type": "zip",
  5461. "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690",
  5462. "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690",
  5463. "shasum": ""
  5464. },
  5465. "require": {
  5466. "php": ">=5.3.2",
  5467. "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
  5468. "symfony/config": "~2.3|~3.0",
  5469. "symfony/dependency-injection": "~2.3|~3.0",
  5470. "symfony/http-kernel": "~2.3|~3.0",
  5471. "symfony/yaml": "~2.3|~3.0"
  5472. },
  5473. "require-dev": {
  5474. "symfony/phpunit-bridge": "~2.7|~3.0"
  5475. },
  5476. "suggest": {
  5477. "psr/log": "Allows logging"
  5478. },
  5479. "type": "symfony-bundle",
  5480. "extra": {
  5481. "branch-alias": {
  5482. "dev-master": "2.3-dev"
  5483. }
  5484. },
  5485. "autoload": {
  5486. "psr-4": {
  5487. "Symfony\\Bundle\\SwiftmailerBundle\\": ""
  5488. }
  5489. },
  5490. "notification-url": "https://packagist.org/downloads/",
  5491. "license": [
  5492. "MIT"
  5493. ],
  5494. "authors": [
  5495. {
  5496. "name": "Symfony Community",
  5497. "homepage": "http://symfony.com/contributors"
  5498. },
  5499. {
  5500. "name": "Fabien Potencier",
  5501. "email": "fabien@symfony.com"
  5502. }
  5503. ],
  5504. "description": "Symfony SwiftmailerBundle",
  5505. "homepage": "http://symfony.com",
  5506. "time": "2016-01-15T16:41:20+00:00"
  5507. },
  5508. {
  5509. "name": "symfony/symfony",
  5510. "version": "v2.8.31",
  5511. "source": {
  5512. "type": "git",
  5513. "url": "https://github.com/symfony/symfony.git",
  5514. "reference": "fa9fa59d7bf9d5c73a264d348f0da793cafdc73c"
  5515. },
  5516. "dist": {
  5517. "type": "zip",
  5518. "url": "https://api.github.com/repos/symfony/symfony/zipball/fa9fa59d7bf9d5c73a264d348f0da793cafdc73c",
  5519. "reference": "fa9fa59d7bf9d5c73a264d348f0da793cafdc73c",
  5520. "shasum": ""
  5521. },
  5522. "require": {
  5523. "doctrine/common": "~2.4",
  5524. "ext-xml": "*",
  5525. "php": ">=5.3.9",
  5526. "psr/log": "~1.0",
  5527. "symfony/polyfill-apcu": "~1.1",
  5528. "symfony/polyfill-intl-icu": "~1.0",
  5529. "symfony/polyfill-mbstring": "~1.0",
  5530. "symfony/polyfill-php54": "~1.0",
  5531. "symfony/polyfill-php55": "~1.0",
  5532. "symfony/polyfill-php56": "~1.0",
  5533. "symfony/polyfill-php70": "~1.0",
  5534. "symfony/polyfill-util": "~1.0",
  5535. "symfony/security-acl": "~2.7|~3.0.0",
  5536. "twig/twig": "~1.34|~2.4"
  5537. },
  5538. "conflict": {
  5539. "phpdocumentor/reflection": "<1.0.7",
  5540. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
  5541. },
  5542. "replace": {
  5543. "symfony/asset": "self.version",
  5544. "symfony/browser-kit": "self.version",
  5545. "symfony/class-loader": "self.version",
  5546. "symfony/config": "self.version",
  5547. "symfony/console": "self.version",
  5548. "symfony/css-selector": "self.version",
  5549. "symfony/debug": "self.version",
  5550. "symfony/debug-bundle": "self.version",
  5551. "symfony/dependency-injection": "self.version",
  5552. "symfony/doctrine-bridge": "self.version",
  5553. "symfony/dom-crawler": "self.version",
  5554. "symfony/event-dispatcher": "self.version",
  5555. "symfony/expression-language": "self.version",
  5556. "symfony/filesystem": "self.version",
  5557. "symfony/finder": "self.version",
  5558. "symfony/form": "self.version",
  5559. "symfony/framework-bundle": "self.version",
  5560. "symfony/http-foundation": "self.version",
  5561. "symfony/http-kernel": "self.version",
  5562. "symfony/intl": "self.version",
  5563. "symfony/ldap": "self.version",
  5564. "symfony/locale": "self.version",
  5565. "symfony/monolog-bridge": "self.version",
  5566. "symfony/options-resolver": "self.version",
  5567. "symfony/process": "self.version",
  5568. "symfony/property-access": "self.version",
  5569. "symfony/property-info": "self.version",
  5570. "symfony/proxy-manager-bridge": "self.version",
  5571. "symfony/routing": "self.version",
  5572. "symfony/security": "self.version",
  5573. "symfony/security-bundle": "self.version",
  5574. "symfony/security-core": "self.version",
  5575. "symfony/security-csrf": "self.version",
  5576. "symfony/security-guard": "self.version",
  5577. "symfony/security-http": "self.version",
  5578. "symfony/serializer": "self.version",
  5579. "symfony/stopwatch": "self.version",
  5580. "symfony/swiftmailer-bridge": "self.version",
  5581. "symfony/templating": "self.version",
  5582. "symfony/translation": "self.version",
  5583. "symfony/twig-bridge": "self.version",
  5584. "symfony/twig-bundle": "self.version",
  5585. "symfony/validator": "self.version",
  5586. "symfony/var-dumper": "self.version",
  5587. "symfony/web-profiler-bundle": "self.version",
  5588. "symfony/yaml": "self.version"
  5589. },
  5590. "require-dev": {
  5591. "doctrine/annotations": "~1.0",
  5592. "doctrine/data-fixtures": "1.0.*",
  5593. "doctrine/dbal": "~2.4",
  5594. "doctrine/doctrine-bundle": "~1.2",
  5595. "doctrine/orm": "~2.4,>=2.4.5",
  5596. "egulias/email-validator": "~1.2,>=1.2.1",
  5597. "monolog/monolog": "~1.11",
  5598. "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
  5599. "phpdocumentor/reflection": "^1.0.7",
  5600. "sensio/framework-extra-bundle": "^3.0.2",
  5601. "symfony/phpunit-bridge": "~3.2"
  5602. },
  5603. "type": "library",
  5604. "extra": {
  5605. "branch-alias": {
  5606. "dev-master": "2.8-dev"
  5607. }
  5608. },
  5609. "autoload": {
  5610. "psr-4": {
  5611. "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
  5612. "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
  5613. "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
  5614. "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
  5615. "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
  5616. "Symfony\\Bundle\\": "src/Symfony/Bundle/",
  5617. "Symfony\\Component\\": "src/Symfony/Component/"
  5618. },
  5619. "classmap": [
  5620. "src/Symfony/Component/Intl/Resources/stubs"
  5621. ],
  5622. "exclude-from-classmap": [
  5623. "**/Tests/"
  5624. ]
  5625. },
  5626. "notification-url": "https://packagist.org/downloads/",
  5627. "license": [
  5628. "MIT"
  5629. ],
  5630. "authors": [
  5631. {
  5632. "name": "Fabien Potencier",
  5633. "email": "fabien@symfony.com"
  5634. },
  5635. {
  5636. "name": "Symfony Community",
  5637. "homepage": "https://symfony.com/contributors"
  5638. }
  5639. ],
  5640. "description": "The Symfony PHP framework",
  5641. "homepage": "https://symfony.com",
  5642. "keywords": [
  5643. "framework"
  5644. ],
  5645. "time": "2017-11-16T17:44:10+00:00"
  5646. },
  5647. {
  5648. "name": "tecnickcom/tcpdf",
  5649. "version": "6.2.12",
  5650. "source": {
  5651. "type": "git",
  5652. "url": "https://github.com/tecnickcom/TCPDF.git",
  5653. "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f"
  5654. },
  5655. "dist": {
  5656. "type": "zip",
  5657. "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f",
  5658. "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f",
  5659. "shasum": ""
  5660. },
  5661. "require": {
  5662. "php": ">=5.3.0"
  5663. },
  5664. "type": "library",
  5665. "autoload": {
  5666. "classmap": [
  5667. "fonts",
  5668. "config",
  5669. "include",
  5670. "tcpdf.php",
  5671. "tcpdf_parser.php",
  5672. "tcpdf_import.php",
  5673. "tcpdf_barcodes_1d.php",
  5674. "tcpdf_barcodes_2d.php",
  5675. "include/tcpdf_colors.php",
  5676. "include/tcpdf_filters.php",
  5677. "include/tcpdf_font_data.php",
  5678. "include/tcpdf_fonts.php",
  5679. "include/tcpdf_images.php",
  5680. "include/tcpdf_static.php",
  5681. "include/barcodes/datamatrix.php",
  5682. "include/barcodes/pdf417.php",
  5683. "include/barcodes/qrcode.php"
  5684. ]
  5685. },
  5686. "notification-url": "https://packagist.org/downloads/",
  5687. "license": [
  5688. "LGPLv3"
  5689. ],
  5690. "authors": [
  5691. {
  5692. "name": "Nicola Asuni",
  5693. "email": "info@tecnick.com",
  5694. "homepage": "http://nicolaasuni.tecnick.com"
  5695. }
  5696. ],
  5697. "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
  5698. "homepage": "http://www.tcpdf.org/",
  5699. "keywords": [
  5700. "PDFD32000-2008",
  5701. "TCPDF",
  5702. "barcodes",
  5703. "datamatrix",
  5704. "pdf",
  5705. "pdf417",
  5706. "qrcode"
  5707. ],
  5708. "time": "2015-09-12T10:08:34+00:00"
  5709. },
  5710. {
  5711. "name": "twig/twig",
  5712. "version": "v1.35.0",
  5713. "source": {
  5714. "type": "git",
  5715. "url": "https://github.com/twigphp/Twig.git",
  5716. "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f"
  5717. },
  5718. "dist": {
  5719. "type": "zip",
  5720. "url": "https://api.github.com/repos/twigphp/Twig/zipball/daa657073e55b0a78cce8fdd22682fddecc6385f",
  5721. "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f",
  5722. "shasum": ""
  5723. },
  5724. "require": {
  5725. "php": ">=5.3.3"
  5726. },
  5727. "require-dev": {
  5728. "psr/container": "^1.0",
  5729. "symfony/debug": "~2.7",
  5730. "symfony/phpunit-bridge": "~3.3@dev"
  5731. },
  5732. "type": "library",
  5733. "extra": {
  5734. "branch-alias": {
  5735. "dev-master": "1.35-dev"
  5736. }
  5737. },
  5738. "autoload": {
  5739. "psr-0": {
  5740. "Twig_": "lib/"
  5741. },
  5742. "psr-4": {
  5743. "Twig\\": "src/"
  5744. }
  5745. },
  5746. "notification-url": "https://packagist.org/downloads/",
  5747. "license": [
  5748. "BSD-3-Clause"
  5749. ],
  5750. "authors": [
  5751. {
  5752. "name": "Fabien Potencier",
  5753. "email": "fabien@symfony.com",
  5754. "homepage": "http://fabien.potencier.org",
  5755. "role": "Lead Developer"
  5756. },
  5757. {
  5758. "name": "Armin Ronacher",
  5759. "email": "armin.ronacher@active-4.com",
  5760. "role": "Project Founder"
  5761. },
  5762. {
  5763. "name": "Twig Team",
  5764. "homepage": "http://twig.sensiolabs.org/contributors",
  5765. "role": "Contributors"
  5766. }
  5767. ],
  5768. "description": "Twig, the flexible, fast, and secure template language for PHP",
  5769. "homepage": "http://twig.sensiolabs.org",
  5770. "keywords": [
  5771. "templating"
  5772. ],
  5773. "time": "2017-09-27T18:06:46+00:00"
  5774. }
  5775. ],
  5776. "packages-dev": [
  5777. {
  5778. "name": "friendsofphp/php-cs-fixer",
  5779. "version": "v1.13.3",
  5780. "source": {
  5781. "type": "git",
  5782. "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
  5783. "reference": "387e4c86c9dc0e1e4c475291fc114ec45b98e624"
  5784. },
  5785. "dist": {
  5786. "type": "zip",
  5787. "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/387e4c86c9dc0e1e4c475291fc114ec45b98e624",
  5788. "reference": "387e4c86c9dc0e1e4c475291fc114ec45b98e624",
  5789. "shasum": ""
  5790. },
  5791. "require": {
  5792. "ext-tokenizer": "*",
  5793. "php": "^5.3.6 || >=7.0 <7.2",
  5794. "sebastian/diff": "^1.1",
  5795. "symfony/console": "^2.3 || ^3.0",
  5796. "symfony/event-dispatcher": "^2.1 || ^3.0",
  5797. "symfony/filesystem": "^2.1 || ^3.0",
  5798. "symfony/finder": "^2.1 || ^3.0",
  5799. "symfony/process": "^2.3 || ^3.0",
  5800. "symfony/stopwatch": "^2.5 || ^3.0"
  5801. },
  5802. "conflict": {
  5803. "hhvm": "<3.9"
  5804. },
  5805. "require-dev": {
  5806. "phpunit/phpunit": "^4.5|^5",
  5807. "satooshi/php-coveralls": "^1.0"
  5808. },
  5809. "bin": [
  5810. "php-cs-fixer"
  5811. ],
  5812. "type": "application",
  5813. "autoload": {
  5814. "psr-4": {
  5815. "Symfony\\CS\\": "Symfony/CS/"
  5816. }
  5817. },
  5818. "notification-url": "https://packagist.org/downloads/",
  5819. "license": [
  5820. "MIT"
  5821. ],
  5822. "authors": [
  5823. {
  5824. "name": "Dariusz Rumiński",
  5825. "email": "dariusz.ruminski@gmail.com"
  5826. },
  5827. {
  5828. "name": "Fabien Potencier",
  5829. "email": "fabien@symfony.com"
  5830. }
  5831. ],
  5832. "description": "A tool to automatically fix PHP code style",
  5833. "time": "2017-09-11T14:11:16+00:00"
  5834. },
  5835. {
  5836. "name": "phake/phake",
  5837. "version": "v2.3.2",
  5838. "source": {
  5839. "type": "git",
  5840. "url": "https://github.com/mlively/Phake.git",
  5841. "reference": "d5832f1a0dd2370e14d38bcbaeb6770e8546cff2"
  5842. },
  5843. "dist": {
  5844. "type": "zip",
  5845. "url": "https://api.github.com/repos/mlively/Phake/zipball/d5832f1a0dd2370e14d38bcbaeb6770e8546cff2",
  5846. "reference": "d5832f1a0dd2370e14d38bcbaeb6770e8546cff2",
  5847. "shasum": ""
  5848. },
  5849. "require": {
  5850. "php": ">=5.3.3",
  5851. "sebastian/comparator": "~1.1"
  5852. },
  5853. "require-dev": {
  5854. "codeclimate/php-test-reporter": "dev-master",
  5855. "doctrine/common": "2.3.*",
  5856. "ext-soap": "*",
  5857. "hamcrest/hamcrest-php": "1.1.*",
  5858. "phpunit/phpunit": "3.7.*"
  5859. },
  5860. "suggest": {
  5861. "doctrine/common": "Allows mock annotations to use import statements for classes.",
  5862. "hamcrest/hamcrest-php": "Use Hamcrest matchers."
  5863. },
  5864. "type": "library",
  5865. "extra": {
  5866. "branch-alias": {
  5867. "dev-master": "3.0.0-dev"
  5868. }
  5869. },
  5870. "autoload": {
  5871. "psr-0": {
  5872. "Phake": "src/"
  5873. }
  5874. },
  5875. "notification-url": "https://packagist.org/downloads/",
  5876. "license": [
  5877. "BSD-3-Clause"
  5878. ],
  5879. "authors": [
  5880. {
  5881. "name": "Mike Lively",
  5882. "email": "m@digitalsandwich.com"
  5883. }
  5884. ],
  5885. "description": "The Phake mock testing library",
  5886. "homepage": "https://github.com/mlively/Phake",
  5887. "keywords": [
  5888. "mock",
  5889. "testing"
  5890. ],
  5891. "time": "2017-03-20T05:16:34+00:00"
  5892. },
  5893. {
  5894. "name": "phpdocumentor/reflection-docblock",
  5895. "version": "2.0.5",
  5896. "source": {
  5897. "type": "git",
  5898. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  5899. "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
  5900. },
  5901. "dist": {
  5902. "type": "zip",
  5903. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
  5904. "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
  5905. "shasum": ""
  5906. },
  5907. "require": {
  5908. "php": ">=5.3.3"
  5909. },
  5910. "require-dev": {
  5911. "phpunit/phpunit": "~4.0"
  5912. },
  5913. "suggest": {
  5914. "dflydev/markdown": "~1.0",
  5915. "erusev/parsedown": "~1.0"
  5916. },
  5917. "type": "library",
  5918. "extra": {
  5919. "branch-alias": {
  5920. "dev-master": "2.0.x-dev"
  5921. }
  5922. },
  5923. "autoload": {
  5924. "psr-0": {
  5925. "phpDocumentor": [
  5926. "src/"
  5927. ]
  5928. }
  5929. },
  5930. "notification-url": "https://packagist.org/downloads/",
  5931. "license": [
  5932. "MIT"
  5933. ],
  5934. "authors": [
  5935. {
  5936. "name": "Mike van Riel",
  5937. "email": "mike.vanriel@naenius.com"
  5938. }
  5939. ],
  5940. "time": "2016-01-25T08:17:30+00:00"
  5941. },
  5942. {
  5943. "name": "phpspec/prophecy",
  5944. "version": "1.7.3",
  5945. "source": {
  5946. "type": "git",
  5947. "url": "https://github.com/phpspec/prophecy.git",
  5948. "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf"
  5949. },
  5950. "dist": {
  5951. "type": "zip",
  5952. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
  5953. "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
  5954. "shasum": ""
  5955. },
  5956. "require": {
  5957. "doctrine/instantiator": "^1.0.2",
  5958. "php": "^5.3|^7.0",
  5959. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
  5960. "sebastian/comparator": "^1.1|^2.0",
  5961. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  5962. },
  5963. "require-dev": {
  5964. "phpspec/phpspec": "^2.5|^3.2",
  5965. "phpunit/phpunit": "^4.8.35 || ^5.7"
  5966. },
  5967. "type": "library",
  5968. "extra": {
  5969. "branch-alias": {
  5970. "dev-master": "1.7.x-dev"
  5971. }
  5972. },
  5973. "autoload": {
  5974. "psr-0": {
  5975. "Prophecy\\": "src/"
  5976. }
  5977. },
  5978. "notification-url": "https://packagist.org/downloads/",
  5979. "license": [
  5980. "MIT"
  5981. ],
  5982. "authors": [
  5983. {
  5984. "name": "Konstantin Kudryashov",
  5985. "email": "ever.zet@gmail.com",
  5986. "homepage": "http://everzet.com"
  5987. },
  5988. {
  5989. "name": "Marcello Duarte",
  5990. "email": "marcello.duarte@gmail.com"
  5991. }
  5992. ],
  5993. "description": "Highly opinionated mocking framework for PHP 5.3+",
  5994. "homepage": "https://github.com/phpspec/prophecy",
  5995. "keywords": [
  5996. "Double",
  5997. "Dummy",
  5998. "fake",
  5999. "mock",
  6000. "spy",
  6001. "stub"
  6002. ],
  6003. "time": "2017-11-24T13:59:53+00:00"
  6004. },
  6005. {
  6006. "name": "phpunit/php-code-coverage",
  6007. "version": "2.2.4",
  6008. "source": {
  6009. "type": "git",
  6010. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  6011. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
  6012. },
  6013. "dist": {
  6014. "type": "zip",
  6015. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  6016. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  6017. "shasum": ""
  6018. },
  6019. "require": {
  6020. "php": ">=5.3.3",
  6021. "phpunit/php-file-iterator": "~1.3",
  6022. "phpunit/php-text-template": "~1.2",
  6023. "phpunit/php-token-stream": "~1.3",
  6024. "sebastian/environment": "^1.3.2",
  6025. "sebastian/version": "~1.0"
  6026. },
  6027. "require-dev": {
  6028. "ext-xdebug": ">=2.1.4",
  6029. "phpunit/phpunit": "~4"
  6030. },
  6031. "suggest": {
  6032. "ext-dom": "*",
  6033. "ext-xdebug": ">=2.2.1",
  6034. "ext-xmlwriter": "*"
  6035. },
  6036. "type": "library",
  6037. "extra": {
  6038. "branch-alias": {
  6039. "dev-master": "2.2.x-dev"
  6040. }
  6041. },
  6042. "autoload": {
  6043. "classmap": [
  6044. "src/"
  6045. ]
  6046. },
  6047. "notification-url": "https://packagist.org/downloads/",
  6048. "license": [
  6049. "BSD-3-Clause"
  6050. ],
  6051. "authors": [
  6052. {
  6053. "name": "Sebastian Bergmann",
  6054. "email": "sb@sebastian-bergmann.de",
  6055. "role": "lead"
  6056. }
  6057. ],
  6058. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  6059. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  6060. "keywords": [
  6061. "coverage",
  6062. "testing",
  6063. "xunit"
  6064. ],
  6065. "time": "2015-10-06T15:47:00+00:00"
  6066. },
  6067. {
  6068. "name": "phpunit/php-file-iterator",
  6069. "version": "1.4.5",
  6070. "source": {
  6071. "type": "git",
  6072. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  6073. "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
  6074. },
  6075. "dist": {
  6076. "type": "zip",
  6077. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
  6078. "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
  6079. "shasum": ""
  6080. },
  6081. "require": {
  6082. "php": ">=5.3.3"
  6083. },
  6084. "type": "library",
  6085. "extra": {
  6086. "branch-alias": {
  6087. "dev-master": "1.4.x-dev"
  6088. }
  6089. },
  6090. "autoload": {
  6091. "classmap": [
  6092. "src/"
  6093. ]
  6094. },
  6095. "notification-url": "https://packagist.org/downloads/",
  6096. "license": [
  6097. "BSD-3-Clause"
  6098. ],
  6099. "authors": [
  6100. {
  6101. "name": "Sebastian Bergmann",
  6102. "email": "sb@sebastian-bergmann.de",
  6103. "role": "lead"
  6104. }
  6105. ],
  6106. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  6107. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  6108. "keywords": [
  6109. "filesystem",
  6110. "iterator"
  6111. ],
  6112. "time": "2017-11-27T13:52:08+00:00"
  6113. },
  6114. {
  6115. "name": "phpunit/php-text-template",
  6116. "version": "1.2.1",
  6117. "source": {
  6118. "type": "git",
  6119. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  6120. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  6121. },
  6122. "dist": {
  6123. "type": "zip",
  6124. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  6125. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  6126. "shasum": ""
  6127. },
  6128. "require": {
  6129. "php": ">=5.3.3"
  6130. },
  6131. "type": "library",
  6132. "autoload": {
  6133. "classmap": [
  6134. "src/"
  6135. ]
  6136. },
  6137. "notification-url": "https://packagist.org/downloads/",
  6138. "license": [
  6139. "BSD-3-Clause"
  6140. ],
  6141. "authors": [
  6142. {
  6143. "name": "Sebastian Bergmann",
  6144. "email": "sebastian@phpunit.de",
  6145. "role": "lead"
  6146. }
  6147. ],
  6148. "description": "Simple template engine.",
  6149. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  6150. "keywords": [
  6151. "template"
  6152. ],
  6153. "time": "2015-06-21T13:50:34+00:00"
  6154. },
  6155. {
  6156. "name": "phpunit/php-timer",
  6157. "version": "1.0.9",
  6158. "source": {
  6159. "type": "git",
  6160. "url": "https://github.com/sebastianbergmann/php-timer.git",
  6161. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  6162. },
  6163. "dist": {
  6164. "type": "zip",
  6165. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  6166. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  6167. "shasum": ""
  6168. },
  6169. "require": {
  6170. "php": "^5.3.3 || ^7.0"
  6171. },
  6172. "require-dev": {
  6173. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  6174. },
  6175. "type": "library",
  6176. "extra": {
  6177. "branch-alias": {
  6178. "dev-master": "1.0-dev"
  6179. }
  6180. },
  6181. "autoload": {
  6182. "classmap": [
  6183. "src/"
  6184. ]
  6185. },
  6186. "notification-url": "https://packagist.org/downloads/",
  6187. "license": [
  6188. "BSD-3-Clause"
  6189. ],
  6190. "authors": [
  6191. {
  6192. "name": "Sebastian Bergmann",
  6193. "email": "sb@sebastian-bergmann.de",
  6194. "role": "lead"
  6195. }
  6196. ],
  6197. "description": "Utility class for timing",
  6198. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  6199. "keywords": [
  6200. "timer"
  6201. ],
  6202. "time": "2017-02-26T11:10:40+00:00"
  6203. },
  6204. {
  6205. "name": "phpunit/php-token-stream",
  6206. "version": "1.4.11",
  6207. "source": {
  6208. "type": "git",
  6209. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  6210. "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
  6211. },
  6212. "dist": {
  6213. "type": "zip",
  6214. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
  6215. "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
  6216. "shasum": ""
  6217. },
  6218. "require": {
  6219. "ext-tokenizer": "*",
  6220. "php": ">=5.3.3"
  6221. },
  6222. "require-dev": {
  6223. "phpunit/phpunit": "~4.2"
  6224. },
  6225. "type": "library",
  6226. "extra": {
  6227. "branch-alias": {
  6228. "dev-master": "1.4-dev"
  6229. }
  6230. },
  6231. "autoload": {
  6232. "classmap": [
  6233. "src/"
  6234. ]
  6235. },
  6236. "notification-url": "https://packagist.org/downloads/",
  6237. "license": [
  6238. "BSD-3-Clause"
  6239. ],
  6240. "authors": [
  6241. {
  6242. "name": "Sebastian Bergmann",
  6243. "email": "sebastian@phpunit.de"
  6244. }
  6245. ],
  6246. "description": "Wrapper around PHP's tokenizer extension.",
  6247. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  6248. "keywords": [
  6249. "tokenizer"
  6250. ],
  6251. "time": "2017-02-27T10:12:30+00:00"
  6252. },
  6253. {
  6254. "name": "phpunit/phpunit",
  6255. "version": "4.8.36",
  6256. "source": {
  6257. "type": "git",
  6258. "url": "https://github.com/sebastianbergmann/phpunit.git",
  6259. "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
  6260. },
  6261. "dist": {
  6262. "type": "zip",
  6263. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
  6264. "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
  6265. "shasum": ""
  6266. },
  6267. "require": {
  6268. "ext-dom": "*",
  6269. "ext-json": "*",
  6270. "ext-pcre": "*",
  6271. "ext-reflection": "*",
  6272. "ext-spl": "*",
  6273. "php": ">=5.3.3",
  6274. "phpspec/prophecy": "^1.3.1",
  6275. "phpunit/php-code-coverage": "~2.1",
  6276. "phpunit/php-file-iterator": "~1.4",
  6277. "phpunit/php-text-template": "~1.2",
  6278. "phpunit/php-timer": "^1.0.6",
  6279. "phpunit/phpunit-mock-objects": "~2.3",
  6280. "sebastian/comparator": "~1.2.2",
  6281. "sebastian/diff": "~1.2",
  6282. "sebastian/environment": "~1.3",
  6283. "sebastian/exporter": "~1.2",
  6284. "sebastian/global-state": "~1.0",
  6285. "sebastian/version": "~1.0",
  6286. "symfony/yaml": "~2.1|~3.0"
  6287. },
  6288. "suggest": {
  6289. "phpunit/php-invoker": "~1.1"
  6290. },
  6291. "bin": [
  6292. "phpunit"
  6293. ],
  6294. "type": "library",
  6295. "extra": {
  6296. "branch-alias": {
  6297. "dev-master": "4.8.x-dev"
  6298. }
  6299. },
  6300. "autoload": {
  6301. "classmap": [
  6302. "src/"
  6303. ]
  6304. },
  6305. "notification-url": "https://packagist.org/downloads/",
  6306. "license": [
  6307. "BSD-3-Clause"
  6308. ],
  6309. "authors": [
  6310. {
  6311. "name": "Sebastian Bergmann",
  6312. "email": "sebastian@phpunit.de",
  6313. "role": "lead"
  6314. }
  6315. ],
  6316. "description": "The PHP Unit Testing framework.",
  6317. "homepage": "https://phpunit.de/",
  6318. "keywords": [
  6319. "phpunit",
  6320. "testing",
  6321. "xunit"
  6322. ],
  6323. "time": "2017-06-21T08:07:12+00:00"
  6324. },
  6325. {
  6326. "name": "phpunit/phpunit-mock-objects",
  6327. "version": "2.3.8",
  6328. "source": {
  6329. "type": "git",
  6330. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  6331. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
  6332. },
  6333. "dist": {
  6334. "type": "zip",
  6335. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  6336. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  6337. "shasum": ""
  6338. },
  6339. "require": {
  6340. "doctrine/instantiator": "^1.0.2",
  6341. "php": ">=5.3.3",
  6342. "phpunit/php-text-template": "~1.2",
  6343. "sebastian/exporter": "~1.2"
  6344. },
  6345. "require-dev": {
  6346. "phpunit/phpunit": "~4.4"
  6347. },
  6348. "suggest": {
  6349. "ext-soap": "*"
  6350. },
  6351. "type": "library",
  6352. "extra": {
  6353. "branch-alias": {
  6354. "dev-master": "2.3.x-dev"
  6355. }
  6356. },
  6357. "autoload": {
  6358. "classmap": [
  6359. "src/"
  6360. ]
  6361. },
  6362. "notification-url": "https://packagist.org/downloads/",
  6363. "license": [
  6364. "BSD-3-Clause"
  6365. ],
  6366. "authors": [
  6367. {
  6368. "name": "Sebastian Bergmann",
  6369. "email": "sb@sebastian-bergmann.de",
  6370. "role": "lead"
  6371. }
  6372. ],
  6373. "description": "Mock Object library for PHPUnit",
  6374. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  6375. "keywords": [
  6376. "mock",
  6377. "xunit"
  6378. ],
  6379. "time": "2015-10-02T06:51:40+00:00"
  6380. },
  6381. {
  6382. "name": "sebastian/comparator",
  6383. "version": "1.2.4",
  6384. "source": {
  6385. "type": "git",
  6386. "url": "https://github.com/sebastianbergmann/comparator.git",
  6387. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  6388. },
  6389. "dist": {
  6390. "type": "zip",
  6391. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  6392. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  6393. "shasum": ""
  6394. },
  6395. "require": {
  6396. "php": ">=5.3.3",
  6397. "sebastian/diff": "~1.2",
  6398. "sebastian/exporter": "~1.2 || ~2.0"
  6399. },
  6400. "require-dev": {
  6401. "phpunit/phpunit": "~4.4"
  6402. },
  6403. "type": "library",
  6404. "extra": {
  6405. "branch-alias": {
  6406. "dev-master": "1.2.x-dev"
  6407. }
  6408. },
  6409. "autoload": {
  6410. "classmap": [
  6411. "src/"
  6412. ]
  6413. },
  6414. "notification-url": "https://packagist.org/downloads/",
  6415. "license": [
  6416. "BSD-3-Clause"
  6417. ],
  6418. "authors": [
  6419. {
  6420. "name": "Jeff Welch",
  6421. "email": "whatthejeff@gmail.com"
  6422. },
  6423. {
  6424. "name": "Volker Dusch",
  6425. "email": "github@wallbash.com"
  6426. },
  6427. {
  6428. "name": "Bernhard Schussek",
  6429. "email": "bschussek@2bepublished.at"
  6430. },
  6431. {
  6432. "name": "Sebastian Bergmann",
  6433. "email": "sebastian@phpunit.de"
  6434. }
  6435. ],
  6436. "description": "Provides the functionality to compare PHP values for equality",
  6437. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  6438. "keywords": [
  6439. "comparator",
  6440. "compare",
  6441. "equality"
  6442. ],
  6443. "time": "2017-01-29T09:50:25+00:00"
  6444. },
  6445. {
  6446. "name": "sebastian/diff",
  6447. "version": "1.4.3",
  6448. "source": {
  6449. "type": "git",
  6450. "url": "https://github.com/sebastianbergmann/diff.git",
  6451. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  6452. },
  6453. "dist": {
  6454. "type": "zip",
  6455. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  6456. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  6457. "shasum": ""
  6458. },
  6459. "require": {
  6460. "php": "^5.3.3 || ^7.0"
  6461. },
  6462. "require-dev": {
  6463. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  6464. },
  6465. "type": "library",
  6466. "extra": {
  6467. "branch-alias": {
  6468. "dev-master": "1.4-dev"
  6469. }
  6470. },
  6471. "autoload": {
  6472. "classmap": [
  6473. "src/"
  6474. ]
  6475. },
  6476. "notification-url": "https://packagist.org/downloads/",
  6477. "license": [
  6478. "BSD-3-Clause"
  6479. ],
  6480. "authors": [
  6481. {
  6482. "name": "Kore Nordmann",
  6483. "email": "mail@kore-nordmann.de"
  6484. },
  6485. {
  6486. "name": "Sebastian Bergmann",
  6487. "email": "sebastian@phpunit.de"
  6488. }
  6489. ],
  6490. "description": "Diff implementation",
  6491. "homepage": "https://github.com/sebastianbergmann/diff",
  6492. "keywords": [
  6493. "diff"
  6494. ],
  6495. "time": "2017-05-22T07:24:03+00:00"
  6496. },
  6497. {
  6498. "name": "sebastian/environment",
  6499. "version": "1.3.8",
  6500. "source": {
  6501. "type": "git",
  6502. "url": "https://github.com/sebastianbergmann/environment.git",
  6503. "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
  6504. },
  6505. "dist": {
  6506. "type": "zip",
  6507. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  6508. "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  6509. "shasum": ""
  6510. },
  6511. "require": {
  6512. "php": "^5.3.3 || ^7.0"
  6513. },
  6514. "require-dev": {
  6515. "phpunit/phpunit": "^4.8 || ^5.0"
  6516. },
  6517. "type": "library",
  6518. "extra": {
  6519. "branch-alias": {
  6520. "dev-master": "1.3.x-dev"
  6521. }
  6522. },
  6523. "autoload": {
  6524. "classmap": [
  6525. "src/"
  6526. ]
  6527. },
  6528. "notification-url": "https://packagist.org/downloads/",
  6529. "license": [
  6530. "BSD-3-Clause"
  6531. ],
  6532. "authors": [
  6533. {
  6534. "name": "Sebastian Bergmann",
  6535. "email": "sebastian@phpunit.de"
  6536. }
  6537. ],
  6538. "description": "Provides functionality to handle HHVM/PHP environments",
  6539. "homepage": "http://www.github.com/sebastianbergmann/environment",
  6540. "keywords": [
  6541. "Xdebug",
  6542. "environment",
  6543. "hhvm"
  6544. ],
  6545. "time": "2016-08-18T05:49:44+00:00"
  6546. },
  6547. {
  6548. "name": "sebastian/exporter",
  6549. "version": "1.2.2",
  6550. "source": {
  6551. "type": "git",
  6552. "url": "https://github.com/sebastianbergmann/exporter.git",
  6553. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
  6554. },
  6555. "dist": {
  6556. "type": "zip",
  6557. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
  6558. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
  6559. "shasum": ""
  6560. },
  6561. "require": {
  6562. "php": ">=5.3.3",
  6563. "sebastian/recursion-context": "~1.0"
  6564. },
  6565. "require-dev": {
  6566. "ext-mbstring": "*",
  6567. "phpunit/phpunit": "~4.4"
  6568. },
  6569. "type": "library",
  6570. "extra": {
  6571. "branch-alias": {
  6572. "dev-master": "1.3.x-dev"
  6573. }
  6574. },
  6575. "autoload": {
  6576. "classmap": [
  6577. "src/"
  6578. ]
  6579. },
  6580. "notification-url": "https://packagist.org/downloads/",
  6581. "license": [
  6582. "BSD-3-Clause"
  6583. ],
  6584. "authors": [
  6585. {
  6586. "name": "Jeff Welch",
  6587. "email": "whatthejeff@gmail.com"
  6588. },
  6589. {
  6590. "name": "Volker Dusch",
  6591. "email": "github@wallbash.com"
  6592. },
  6593. {
  6594. "name": "Bernhard Schussek",
  6595. "email": "bschussek@2bepublished.at"
  6596. },
  6597. {
  6598. "name": "Sebastian Bergmann",
  6599. "email": "sebastian@phpunit.de"
  6600. },
  6601. {
  6602. "name": "Adam Harvey",
  6603. "email": "aharvey@php.net"
  6604. }
  6605. ],
  6606. "description": "Provides the functionality to export PHP variables for visualization",
  6607. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  6608. "keywords": [
  6609. "export",
  6610. "exporter"
  6611. ],
  6612. "time": "2016-06-17T09:04:28+00:00"
  6613. },
  6614. {
  6615. "name": "sebastian/global-state",
  6616. "version": "1.1.1",
  6617. "source": {
  6618. "type": "git",
  6619. "url": "https://github.com/sebastianbergmann/global-state.git",
  6620. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  6621. },
  6622. "dist": {
  6623. "type": "zip",
  6624. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  6625. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  6626. "shasum": ""
  6627. },
  6628. "require": {
  6629. "php": ">=5.3.3"
  6630. },
  6631. "require-dev": {
  6632. "phpunit/phpunit": "~4.2"
  6633. },
  6634. "suggest": {
  6635. "ext-uopz": "*"
  6636. },
  6637. "type": "library",
  6638. "extra": {
  6639. "branch-alias": {
  6640. "dev-master": "1.0-dev"
  6641. }
  6642. },
  6643. "autoload": {
  6644. "classmap": [
  6645. "src/"
  6646. ]
  6647. },
  6648. "notification-url": "https://packagist.org/downloads/",
  6649. "license": [
  6650. "BSD-3-Clause"
  6651. ],
  6652. "authors": [
  6653. {
  6654. "name": "Sebastian Bergmann",
  6655. "email": "sebastian@phpunit.de"
  6656. }
  6657. ],
  6658. "description": "Snapshotting of global state",
  6659. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  6660. "keywords": [
  6661. "global state"
  6662. ],
  6663. "time": "2015-10-12T03:26:01+00:00"
  6664. },
  6665. {
  6666. "name": "sebastian/recursion-context",
  6667. "version": "1.0.5",
  6668. "source": {
  6669. "type": "git",
  6670. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  6671. "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
  6672. },
  6673. "dist": {
  6674. "type": "zip",
  6675. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
  6676. "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
  6677. "shasum": ""
  6678. },
  6679. "require": {
  6680. "php": ">=5.3.3"
  6681. },
  6682. "require-dev": {
  6683. "phpunit/phpunit": "~4.4"
  6684. },
  6685. "type": "library",
  6686. "extra": {
  6687. "branch-alias": {
  6688. "dev-master": "1.0.x-dev"
  6689. }
  6690. },
  6691. "autoload": {
  6692. "classmap": [
  6693. "src/"
  6694. ]
  6695. },
  6696. "notification-url": "https://packagist.org/downloads/",
  6697. "license": [
  6698. "BSD-3-Clause"
  6699. ],
  6700. "authors": [
  6701. {
  6702. "name": "Jeff Welch",
  6703. "email": "whatthejeff@gmail.com"
  6704. },
  6705. {
  6706. "name": "Sebastian Bergmann",
  6707. "email": "sebastian@phpunit.de"
  6708. },
  6709. {
  6710. "name": "Adam Harvey",
  6711. "email": "aharvey@php.net"
  6712. }
  6713. ],
  6714. "description": "Provides functionality to recursively process PHP variables",
  6715. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  6716. "time": "2016-10-03T07:41:43+00:00"
  6717. },
  6718. {
  6719. "name": "sebastian/version",
  6720. "version": "1.0.6",
  6721. "source": {
  6722. "type": "git",
  6723. "url": "https://github.com/sebastianbergmann/version.git",
  6724. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  6725. },
  6726. "dist": {
  6727. "type": "zip",
  6728. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  6729. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  6730. "shasum": ""
  6731. },
  6732. "type": "library",
  6733. "autoload": {
  6734. "classmap": [
  6735. "src/"
  6736. ]
  6737. },
  6738. "notification-url": "https://packagist.org/downloads/",
  6739. "license": [
  6740. "BSD-3-Clause"
  6741. ],
  6742. "authors": [
  6743. {
  6744. "name": "Sebastian Bergmann",
  6745. "email": "sebastian@phpunit.de",
  6746. "role": "lead"
  6747. }
  6748. ],
  6749. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  6750. "homepage": "https://github.com/sebastianbergmann/version",
  6751. "time": "2015-06-21T13:59:46+00:00"
  6752. },
  6753. {
  6754. "name": "sensio/generator-bundle",
  6755. "version": "v2.5.3",
  6756. "target-dir": "Sensio/Bundle/GeneratorBundle",
  6757. "source": {
  6758. "type": "git",
  6759. "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
  6760. "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
  6761. },
  6762. "dist": {
  6763. "type": "zip",
  6764. "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
  6765. "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
  6766. "shasum": ""
  6767. },
  6768. "require": {
  6769. "symfony/console": "~2.5",
  6770. "symfony/framework-bundle": "~2.2"
  6771. },
  6772. "require-dev": {
  6773. "doctrine/orm": "~2.2,>=2.2.3",
  6774. "symfony/doctrine-bridge": "~2.2",
  6775. "twig/twig": "~1.11"
  6776. },
  6777. "type": "symfony-bundle",
  6778. "extra": {
  6779. "branch-alias": {
  6780. "dev-master": "2.5.x-dev"
  6781. }
  6782. },
  6783. "autoload": {
  6784. "psr-0": {
  6785. "Sensio\\Bundle\\GeneratorBundle": ""
  6786. }
  6787. },
  6788. "notification-url": "https://packagist.org/downloads/",
  6789. "license": [
  6790. "MIT"
  6791. ],
  6792. "authors": [
  6793. {
  6794. "name": "Fabien Potencier",
  6795. "email": "fabien@symfony.com"
  6796. }
  6797. ],
  6798. "description": "This bundle generates code for you",
  6799. "time": "2015-03-17T06:36:52+00:00"
  6800. },
  6801. {
  6802. "name": "symfony/phpunit-bridge",
  6803. "version": "v3.1.10",
  6804. "source": {
  6805. "type": "git",
  6806. "url": "https://github.com/symfony/phpunit-bridge.git",
  6807. "reference": "a231b646292794e9d3e4b6ad93c843e53d76314b"
  6808. },
  6809. "dist": {
  6810. "type": "zip",
  6811. "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/a231b646292794e9d3e4b6ad93c843e53d76314b",
  6812. "reference": "a231b646292794e9d3e4b6ad93c843e53d76314b",
  6813. "shasum": ""
  6814. },
  6815. "require": {
  6816. "php": ">=5.3.3"
  6817. },
  6818. "suggest": {
  6819. "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
  6820. },
  6821. "type": "symfony-bridge",
  6822. "extra": {
  6823. "branch-alias": {
  6824. "dev-master": "3.1-dev"
  6825. }
  6826. },
  6827. "autoload": {
  6828. "files": [
  6829. "bootstrap.php"
  6830. ],
  6831. "psr-4": {
  6832. "Symfony\\Bridge\\PhpUnit\\": ""
  6833. },
  6834. "exclude-from-classmap": [
  6835. "/Tests/"
  6836. ]
  6837. },
  6838. "notification-url": "https://packagist.org/downloads/",
  6839. "license": [
  6840. "MIT"
  6841. ],
  6842. "authors": [
  6843. {
  6844. "name": "Nicolas Grekas",
  6845. "email": "p@tchwork.com"
  6846. },
  6847. {
  6848. "name": "Symfony Community",
  6849. "homepage": "https://symfony.com/contributors"
  6850. }
  6851. ],
  6852. "description": "Symfony PHPUnit Bridge",
  6853. "homepage": "https://symfony.com",
  6854. "time": "2017-01-21T17:01:39+00:00"
  6855. }
  6856. ],
  6857. "aliases": [],
  6858. "minimum-stability": "stable",
  6859. "stability-flags": {
  6860. "prestashop/smarty": 20,
  6861. "cssjanus/cssjanus": 20,
  6862. "phake/phake": 0
  6863. },
  6864. "prefer-stable": false,
  6865. "prefer-lowest": false,
  6866. "platform": {
  6867. "php": ">=5.4",
  6868. "ext-curl": "*",
  6869. "ext-intl": "*",
  6870. "ext-zip": "*"
  6871. },
  6872. "platform-dev": [],
  6873. "platform-overrides": {
  6874. "php": "5.4.0"
  6875. }
  6876. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement