Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

2661 řádky
91 KiB

  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "546f5ce1f7778a51182ee46f0356d063",
  8. "packages": [
  9. {
  10. "name": "bacon/bacon-qr-code",
  11. "version": "1.0.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/Bacon/BaconQrCode.git",
  15. "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee",
  20. "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-iconv": "*",
  25. "php": "^5.4|^7.0"
  26. },
  27. "require-dev": {
  28. "phpunit/phpunit": "^4.8"
  29. },
  30. "suggest": {
  31. "ext-gd": "to generate QR code images"
  32. },
  33. "type": "library",
  34. "autoload": {
  35. "psr-0": {
  36. "BaconQrCode": "src/"
  37. }
  38. },
  39. "notification-url": "https://packagist.org/downloads/",
  40. "license": [
  41. "BSD-2-Clause"
  42. ],
  43. "authors": [
  44. {
  45. "name": "Ben Scholzen 'DASPRiD'",
  46. "email": "mail@dasprids.de",
  47. "homepage": "http://www.dasprids.de",
  48. "role": "Developer"
  49. }
  50. ],
  51. "description": "BaconQrCode is a QR code generator for PHP.",
  52. "homepage": "https://github.com/Bacon/BaconQrCode",
  53. "time": "2017-10-17T09:59:25+00:00"
  54. },
  55. {
  56. "name": "google/recaptcha",
  57. "version": "1.1.3",
  58. "source": {
  59. "type": "git",
  60. "url": "https://github.com/google/recaptcha.git",
  61. "reference": "5a56d15ca10a7b75158178752b2ad8f755eb4f78"
  62. },
  63. "dist": {
  64. "type": "zip",
  65. "url": "https://api.github.com/repos/google/recaptcha/zipball/5a56d15ca10a7b75158178752b2ad8f755eb4f78",
  66. "reference": "5a56d15ca10a7b75158178752b2ad8f755eb4f78",
  67. "shasum": ""
  68. },
  69. "require": {
  70. "php": ">=5.5"
  71. },
  72. "require-dev": {
  73. "phpunit/phpunit": "^4.8"
  74. },
  75. "type": "library",
  76. "extra": {
  77. "branch-alias": {
  78. "dev-master": "1.1.x-dev"
  79. }
  80. },
  81. "autoload": {
  82. "psr-4": {
  83. "ReCaptcha\\": "src/ReCaptcha"
  84. }
  85. },
  86. "notification-url": "https://packagist.org/downloads/",
  87. "license": [
  88. "BSD-3-Clause"
  89. ],
  90. "description": "Client library for reCAPTCHA, a free service that protect websites from spam and abuse.",
  91. "homepage": "http://www.google.com/recaptcha/",
  92. "keywords": [
  93. "Abuse",
  94. "captcha",
  95. "recaptcha",
  96. "spam"
  97. ],
  98. "time": "2017-03-09T18:44:34+00:00"
  99. },
  100. {
  101. "name": "paragonie/constant_time_encoding",
  102. "version": "v1.0.4",
  103. "source": {
  104. "type": "git",
  105. "url": "https://github.com/paragonie/constant_time_encoding.git",
  106. "reference": "2132f0f293d856026d7d11bd81b9f4a23a1dc1f6"
  107. },
  108. "dist": {
  109. "type": "zip",
  110. "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/2132f0f293d856026d7d11bd81b9f4a23a1dc1f6",
  111. "reference": "2132f0f293d856026d7d11bd81b9f4a23a1dc1f6",
  112. "shasum": ""
  113. },
  114. "require": {
  115. "php": "^5.3|^7"
  116. },
  117. "require-dev": {
  118. "paragonie/random_compat": "^1.4|^2",
  119. "phpunit/phpunit": "4.*|5.*",
  120. "vimeo/psalm": "^0.3|^1"
  121. },
  122. "type": "library",
  123. "autoload": {
  124. "psr-4": {
  125. "ParagonIE\\ConstantTime\\": "src/"
  126. }
  127. },
  128. "notification-url": "https://packagist.org/downloads/",
  129. "license": [
  130. "MIT"
  131. ],
  132. "authors": [
  133. {
  134. "name": "Paragon Initiative Enterprises",
  135. "email": "security@paragonie.com",
  136. "homepage": "https://paragonie.com",
  137. "role": "Maintainer"
  138. },
  139. {
  140. "name": "Steve 'Sc00bz' Thomas",
  141. "email": "steve@tobtu.com",
  142. "homepage": "https://www.tobtu.com",
  143. "role": "Original Developer"
  144. }
  145. ],
  146. "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
  147. "keywords": [
  148. "base16",
  149. "base32",
  150. "base32_decode",
  151. "base32_encode",
  152. "base64",
  153. "base64_decode",
  154. "base64_encode",
  155. "bin2hex",
  156. "encoding",
  157. "hex",
  158. "hex2bin",
  159. "rfc4648"
  160. ],
  161. "time": "2018-04-30T17:57:16+00:00"
  162. },
  163. {
  164. "name": "paragonie/random_compat",
  165. "version": "v2.0.15",
  166. "source": {
  167. "type": "git",
  168. "url": "https://github.com/paragonie/random_compat.git",
  169. "reference": "10bcb46e8f3d365170f6de9d05245aa066b81f09"
  170. },
  171. "dist": {
  172. "type": "zip",
  173. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/10bcb46e8f3d365170f6de9d05245aa066b81f09",
  174. "reference": "10bcb46e8f3d365170f6de9d05245aa066b81f09",
  175. "shasum": ""
  176. },
  177. "require": {
  178. "php": ">=5.2.0"
  179. },
  180. "require-dev": {
  181. "phpunit/phpunit": "4.*|5.*"
  182. },
  183. "suggest": {
  184. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  185. },
  186. "type": "library",
  187. "autoload": {
  188. "files": [
  189. "lib/random.php"
  190. ]
  191. },
  192. "notification-url": "https://packagist.org/downloads/",
  193. "license": [
  194. "MIT"
  195. ],
  196. "authors": [
  197. {
  198. "name": "Paragon Initiative Enterprises",
  199. "email": "security@paragonie.com",
  200. "homepage": "https://paragonie.com"
  201. }
  202. ],
  203. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  204. "keywords": [
  205. "csprng",
  206. "polyfill",
  207. "pseudorandom",
  208. "random"
  209. ],
  210. "time": "2018-06-08T15:26:40+00:00"
  211. },
  212. {
  213. "name": "phpmyadmin/motranslator",
  214. "version": "4.0",
  215. "source": {
  216. "type": "git",
  217. "url": "https://github.com/phpmyadmin/motranslator.git",
  218. "reference": "fcb370254998fda7eeccfd7c787b4deb71b0d77c"
  219. },
  220. "dist": {
  221. "type": "zip",
  222. "url": "https://api.github.com/repos/phpmyadmin/motranslator/zipball/fcb370254998fda7eeccfd7c787b4deb71b0d77c",
  223. "reference": "fcb370254998fda7eeccfd7c787b4deb71b0d77c",
  224. "shasum": ""
  225. },
  226. "require": {
  227. "php": ">=5.3.0",
  228. "symfony/expression-language": "^4.0 || ^3.2 || ^2.8"
  229. },
  230. "require-dev": {
  231. "apigen/apigen": "^4.1",
  232. "phpunit/php-code-coverage": "*",
  233. "phpunit/phpunit": "~4.8 || ~5.7 || ~6.5"
  234. },
  235. "type": "library",
  236. "autoload": {
  237. "psr-4": {
  238. "PhpMyAdmin\\MoTranslator\\": "src"
  239. }
  240. },
  241. "notification-url": "https://packagist.org/downloads/",
  242. "license": [
  243. "GPL-2.0-or-later"
  244. ],
  245. "authors": [
  246. {
  247. "name": "The phpMyAdmin Team",
  248. "email": "developers@phpmyadmin.net",
  249. "homepage": "https://www.phpmyadmin.net/team/"
  250. }
  251. ],
  252. "description": "Translation API for PHP using Gettext MO files",
  253. "homepage": "https://github.com/phpmyadmin/motranslator",
  254. "keywords": [
  255. "gettext",
  256. "i18n",
  257. "mo",
  258. "translator"
  259. ],
  260. "time": "2018-02-12T13:22:52+00:00"
  261. },
  262. {
  263. "name": "phpmyadmin/shapefile",
  264. "version": "2.1",
  265. "source": {
  266. "type": "git",
  267. "url": "https://github.com/phpmyadmin/shapefile.git",
  268. "reference": "e23b767f2a81f61fee3fc09fc062879985f3e224"
  269. },
  270. "dist": {
  271. "type": "zip",
  272. "url": "https://api.github.com/repos/phpmyadmin/shapefile/zipball/e23b767f2a81f61fee3fc09fc062879985f3e224",
  273. "reference": "e23b767f2a81f61fee3fc09fc062879985f3e224",
  274. "shasum": ""
  275. },
  276. "require": {
  277. "php": ">=5.4.0"
  278. },
  279. "require-dev": {
  280. "phpunit/php-code-coverage": "*",
  281. "phpunit/phpunit": "~4.8 || ~5.7"
  282. },
  283. "suggest": {
  284. "ext-dbase": "For dbf files parsing"
  285. },
  286. "type": "library",
  287. "autoload": {
  288. "psr-4": {
  289. "PhpMyAdmin\\ShapeFile\\": "src"
  290. }
  291. },
  292. "notification-url": "https://packagist.org/downloads/",
  293. "license": [
  294. "GPL-2.0+"
  295. ],
  296. "authors": [
  297. {
  298. "name": "The phpMyAdmin Team",
  299. "email": "developers@phpmyadmin.net",
  300. "homepage": "https://www.phpmyadmin.net/team/"
  301. }
  302. ],
  303. "description": "ESRI ShapeFile library for PHP",
  304. "homepage": "https://github.com/phpmyadmin/shapefile",
  305. "keywords": [
  306. "ESRI",
  307. "Shapefile",
  308. "dbf",
  309. "geo",
  310. "geospatial",
  311. "shape",
  312. "shp"
  313. ],
  314. "time": "2017-05-15T08:31:47+00:00"
  315. },
  316. {
  317. "name": "phpmyadmin/sql-parser",
  318. "version": "v4.2.4",
  319. "source": {
  320. "type": "git",
  321. "url": "https://github.com/phpmyadmin/sql-parser.git",
  322. "reference": "10f4e571ba3903593ea7e2c4ec5304f3c0323a98"
  323. },
  324. "dist": {
  325. "type": "zip",
  326. "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/10f4e571ba3903593ea7e2c4ec5304f3c0323a98",
  327. "reference": "10f4e571ba3903593ea7e2c4ec5304f3c0323a98",
  328. "shasum": ""
  329. },
  330. "require": {
  331. "php": ">=5.3.0",
  332. "symfony/polyfill-mbstring": "^1.3"
  333. },
  334. "conflict": {
  335. "phpmyadmin/motranslator": "<3.0"
  336. },
  337. "require-dev": {
  338. "phpunit/php-code-coverage": "*",
  339. "phpunit/phpunit": "~4.8 || ~5.7"
  340. },
  341. "suggest": {
  342. "ext-mbstring": "For best performance",
  343. "phpmyadmin/motranslator": "Translate messages to your favorite locale"
  344. },
  345. "bin": [
  346. "bin/highlight-query",
  347. "bin/lint-query"
  348. ],
  349. "type": "library",
  350. "autoload": {
  351. "psr-4": {
  352. "PhpMyAdmin\\SqlParser\\": "src"
  353. }
  354. },
  355. "notification-url": "https://packagist.org/downloads/",
  356. "license": [
  357. "GPL-2.0+"
  358. ],
  359. "authors": [
  360. {
  361. "name": "The phpMyAdmin Team",
  362. "email": "developers@phpmyadmin.net",
  363. "homepage": "https://www.phpmyadmin.net/team/"
  364. }
  365. ],
  366. "description": "A validating SQL lexer and parser with a focus on MySQL dialect.",
  367. "homepage": "https://github.com/phpmyadmin/sql-parser",
  368. "keywords": [
  369. "analysis",
  370. "lexer",
  371. "parser",
  372. "sql"
  373. ],
  374. "time": "2017-12-06T09:53:26+00:00"
  375. },
  376. {
  377. "name": "phpseclib/phpseclib",
  378. "version": "2.0.11",
  379. "source": {
  380. "type": "git",
  381. "url": "https://github.com/phpseclib/phpseclib.git",
  382. "reference": "7053f06f91b3de78e143d430e55a8f7889efc08b"
  383. },
  384. "dist": {
  385. "type": "zip",
  386. "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/7053f06f91b3de78e143d430e55a8f7889efc08b",
  387. "reference": "7053f06f91b3de78e143d430e55a8f7889efc08b",
  388. "shasum": ""
  389. },
  390. "require": {
  391. "php": ">=5.3.3"
  392. },
  393. "require-dev": {
  394. "phing/phing": "~2.7",
  395. "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
  396. "sami/sami": "~2.0",
  397. "squizlabs/php_codesniffer": "~2.0"
  398. },
  399. "suggest": {
  400. "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  401. "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  402. "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  403. "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  404. },
  405. "type": "library",
  406. "autoload": {
  407. "files": [
  408. "phpseclib/bootstrap.php"
  409. ],
  410. "psr-4": {
  411. "phpseclib\\": "phpseclib/"
  412. }
  413. },
  414. "notification-url": "https://packagist.org/downloads/",
  415. "license": [
  416. "MIT"
  417. ],
  418. "authors": [
  419. {
  420. "name": "Jim Wigginton",
  421. "email": "terrafrost@php.net",
  422. "role": "Lead Developer"
  423. },
  424. {
  425. "name": "Patrick Monnerat",
  426. "email": "pm@datasphere.ch",
  427. "role": "Developer"
  428. },
  429. {
  430. "name": "Andreas Fischer",
  431. "email": "bantu@phpbb.com",
  432. "role": "Developer"
  433. },
  434. {
  435. "name": "Hans-Jürgen Petrich",
  436. "email": "petrich@tronic-media.com",
  437. "role": "Developer"
  438. },
  439. {
  440. "name": "Graham Campbell",
  441. "email": "graham@alt-three.com",
  442. "role": "Developer"
  443. }
  444. ],
  445. "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  446. "homepage": "http://phpseclib.sourceforge.net",
  447. "keywords": [
  448. "BigInteger",
  449. "aes",
  450. "asn.1",
  451. "asn1",
  452. "blowfish",
  453. "crypto",
  454. "cryptography",
  455. "encryption",
  456. "rsa",
  457. "security",
  458. "sftp",
  459. "signature",
  460. "signing",
  461. "ssh",
  462. "twofish",
  463. "x.509",
  464. "x509"
  465. ],
  466. "time": "2018-04-15T16:55:05+00:00"
  467. },
  468. {
  469. "name": "pragmarx/google2fa",
  470. "version": "v3.0.1",
  471. "source": {
  472. "type": "git",
  473. "url": "https://github.com/antonioribeiro/google2fa.git",
  474. "reference": "40b3ce025bed0f9cd0c1c8ab7fc8265344c73de0"
  475. },
  476. "dist": {
  477. "type": "zip",
  478. "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/40b3ce025bed0f9cd0c1c8ab7fc8265344c73de0",
  479. "reference": "40b3ce025bed0f9cd0c1c8ab7fc8265344c73de0",
  480. "shasum": ""
  481. },
  482. "require": {
  483. "paragonie/constant_time_encoding": "~1.0|~2.0",
  484. "paragonie/random_compat": "~1.4|~2.0",
  485. "php": ">=5.4",
  486. "symfony/polyfill-php56": "~1.2"
  487. },
  488. "require-dev": {
  489. "bacon/bacon-qr-code": "~1.0",
  490. "phpunit/phpunit": "~4|~5|~6"
  491. },
  492. "suggest": {
  493. "bacon/bacon-qr-code": "Required to generate inline QR Codes."
  494. },
  495. "type": "library",
  496. "extra": {
  497. "component": "package",
  498. "branch-alias": {
  499. "dev-master": "2.0-dev"
  500. }
  501. },
  502. "autoload": {
  503. "psr-4": {
  504. "PragmaRX\\Google2FA\\": "src/",
  505. "PragmaRX\\Google2FA\\Tests\\": "tests/"
  506. }
  507. },
  508. "notification-url": "https://packagist.org/downloads/",
  509. "license": [
  510. "MIT"
  511. ],
  512. "authors": [
  513. {
  514. "name": "Antonio Carlos Ribeiro",
  515. "email": "acr@antoniocarlosribeiro.com",
  516. "role": "Creator & Designer"
  517. }
  518. ],
  519. "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
  520. "keywords": [
  521. "2fa",
  522. "Authentication",
  523. "Two Factor Authentication",
  524. "google2fa",
  525. "laravel"
  526. ],
  527. "time": "2018-03-15T23:14:19+00:00"
  528. },
  529. {
  530. "name": "psr/container",
  531. "version": "1.0.0",
  532. "source": {
  533. "type": "git",
  534. "url": "https://github.com/php-fig/container.git",
  535. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  536. },
  537. "dist": {
  538. "type": "zip",
  539. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  540. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  541. "shasum": ""
  542. },
  543. "require": {
  544. "php": ">=5.3.0"
  545. },
  546. "type": "library",
  547. "extra": {
  548. "branch-alias": {
  549. "dev-master": "1.0.x-dev"
  550. }
  551. },
  552. "autoload": {
  553. "psr-4": {
  554. "Psr\\Container\\": "src/"
  555. }
  556. },
  557. "notification-url": "https://packagist.org/downloads/",
  558. "license": [
  559. "MIT"
  560. ],
  561. "authors": [
  562. {
  563. "name": "PHP-FIG",
  564. "homepage": "http://www.php-fig.org/"
  565. }
  566. ],
  567. "description": "Common Container Interface (PHP FIG PSR-11)",
  568. "homepage": "https://github.com/php-fig/container",
  569. "keywords": [
  570. "PSR-11",
  571. "container",
  572. "container-interface",
  573. "container-interop",
  574. "psr"
  575. ],
  576. "time": "2017-02-14T16:28:37+00:00"
  577. },
  578. {
  579. "name": "samyoul/u2f-php-server",
  580. "version": "v1.1.3",
  581. "source": {
  582. "type": "git",
  583. "url": "https://github.com/Samyoul/U2F-php-server.git",
  584. "reference": "815279529ddd63b349dea9a1d0817fa2775d81c8"
  585. },
  586. "dist": {
  587. "type": "zip",
  588. "url": "https://api.github.com/repos/Samyoul/U2F-php-server/zipball/815279529ddd63b349dea9a1d0817fa2775d81c8",
  589. "reference": "815279529ddd63b349dea9a1d0817fa2775d81c8",
  590. "shasum": ""
  591. },
  592. "require": {
  593. "ext-openssl": "*"
  594. },
  595. "type": "library",
  596. "autoload": {
  597. "psr-4": {
  598. "Samyoul\\U2F\\U2FServer\\": [
  599. "src/"
  600. ]
  601. }
  602. },
  603. "notification-url": "https://packagist.org/downloads/",
  604. "license": [
  605. "BSD-2-Clause"
  606. ],
  607. "authors": [
  608. {
  609. "name": "Samuel Hawksby-Robinson",
  610. "email": "samuel@samyoul.com"
  611. }
  612. ],
  613. "description": "Server side handling class for FIDO U2F registration and authentication",
  614. "time": "2016-12-14T11:52:47+00:00"
  615. },
  616. {
  617. "name": "symfony/expression-language",
  618. "version": "v2.8.41",
  619. "source": {
  620. "type": "git",
  621. "url": "https://github.com/symfony/expression-language.git",
  622. "reference": "422bf02386ab46f615d1d784b771599357461d73"
  623. },
  624. "dist": {
  625. "type": "zip",
  626. "url": "https://api.github.com/repos/symfony/expression-language/zipball/422bf02386ab46f615d1d784b771599357461d73",
  627. "reference": "422bf02386ab46f615d1d784b771599357461d73",
  628. "shasum": ""
  629. },
  630. "require": {
  631. "php": ">=5.3.9"
  632. },
  633. "type": "library",
  634. "extra": {
  635. "branch-alias": {
  636. "dev-master": "2.8-dev"
  637. }
  638. },
  639. "autoload": {
  640. "psr-4": {
  641. "Symfony\\Component\\ExpressionLanguage\\": ""
  642. },
  643. "exclude-from-classmap": [
  644. "/Tests/"
  645. ]
  646. },
  647. "notification-url": "https://packagist.org/downloads/",
  648. "license": [
  649. "MIT"
  650. ],
  651. "authors": [
  652. {
  653. "name": "Fabien Potencier",
  654. "email": "fabien@symfony.com"
  655. },
  656. {
  657. "name": "Symfony Community",
  658. "homepage": "https://symfony.com/contributors"
  659. }
  660. ],
  661. "description": "Symfony ExpressionLanguage Component",
  662. "homepage": "https://symfony.com",
  663. "time": "2018-01-03T07:36:31+00:00"
  664. },
  665. {
  666. "name": "symfony/polyfill-mbstring",
  667. "version": "v1.8.0",
  668. "source": {
  669. "type": "git",
  670. "url": "https://github.com/symfony/polyfill-mbstring.git",
  671. "reference": "3296adf6a6454a050679cde90f95350ad604b171"
  672. },
  673. "dist": {
  674. "type": "zip",
  675. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
  676. "reference": "3296adf6a6454a050679cde90f95350ad604b171",
  677. "shasum": ""
  678. },
  679. "require": {
  680. "php": ">=5.3.3"
  681. },
  682. "suggest": {
  683. "ext-mbstring": "For best performance"
  684. },
  685. "type": "library",
  686. "extra": {
  687. "branch-alias": {
  688. "dev-master": "1.8-dev"
  689. }
  690. },
  691. "autoload": {
  692. "psr-4": {
  693. "Symfony\\Polyfill\\Mbstring\\": ""
  694. },
  695. "files": [
  696. "bootstrap.php"
  697. ]
  698. },
  699. "notification-url": "https://packagist.org/downloads/",
  700. "license": [
  701. "MIT"
  702. ],
  703. "authors": [
  704. {
  705. "name": "Nicolas Grekas",
  706. "email": "p@tchwork.com"
  707. },
  708. {
  709. "name": "Symfony Community",
  710. "homepage": "https://symfony.com/contributors"
  711. }
  712. ],
  713. "description": "Symfony polyfill for the Mbstring extension",
  714. "homepage": "https://symfony.com",
  715. "keywords": [
  716. "compatibility",
  717. "mbstring",
  718. "polyfill",
  719. "portable",
  720. "shim"
  721. ],
  722. "time": "2018-04-26T10:06:28+00:00"
  723. },
  724. {
  725. "name": "symfony/polyfill-php56",
  726. "version": "v1.8.0",
  727. "source": {
  728. "type": "git",
  729. "url": "https://github.com/symfony/polyfill-php56.git",
  730. "reference": "af98553c84912459db3f636329567809d639a8f6"
  731. },
  732. "dist": {
  733. "type": "zip",
  734. "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/af98553c84912459db3f636329567809d639a8f6",
  735. "reference": "af98553c84912459db3f636329567809d639a8f6",
  736. "shasum": ""
  737. },
  738. "require": {
  739. "php": ">=5.3.3",
  740. "symfony/polyfill-util": "~1.0"
  741. },
  742. "type": "library",
  743. "extra": {
  744. "branch-alias": {
  745. "dev-master": "1.8-dev"
  746. }
  747. },
  748. "autoload": {
  749. "psr-4": {
  750. "Symfony\\Polyfill\\Php56\\": ""
  751. },
  752. "files": [
  753. "bootstrap.php"
  754. ]
  755. },
  756. "notification-url": "https://packagist.org/downloads/",
  757. "license": [
  758. "MIT"
  759. ],
  760. "authors": [
  761. {
  762. "name": "Nicolas Grekas",
  763. "email": "p@tchwork.com"
  764. },
  765. {
  766. "name": "Symfony Community",
  767. "homepage": "https://symfony.com/contributors"
  768. }
  769. ],
  770. "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
  771. "homepage": "https://symfony.com",
  772. "keywords": [
  773. "compatibility",
  774. "polyfill",
  775. "portable",
  776. "shim"
  777. ],
  778. "time": "2018-04-26T10:06:28+00:00"
  779. },
  780. {
  781. "name": "symfony/polyfill-util",
  782. "version": "v1.8.0",
  783. "source": {
  784. "type": "git",
  785. "url": "https://github.com/symfony/polyfill-util.git",
  786. "reference": "1a5ad95d9436cbff3296034fe9f8d586dce3fb3a"
  787. },
  788. "dist": {
  789. "type": "zip",
  790. "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/1a5ad95d9436cbff3296034fe9f8d586dce3fb3a",
  791. "reference": "1a5ad95d9436cbff3296034fe9f8d586dce3fb3a",
  792. "shasum": ""
  793. },
  794. "require": {
  795. "php": ">=5.3.3"
  796. },
  797. "type": "library",
  798. "extra": {
  799. "branch-alias": {
  800. "dev-master": "1.8-dev"
  801. }
  802. },
  803. "autoload": {
  804. "psr-4": {
  805. "Symfony\\Polyfill\\Util\\": ""
  806. }
  807. },
  808. "notification-url": "https://packagist.org/downloads/",
  809. "license": [
  810. "MIT"
  811. ],
  812. "authors": [
  813. {
  814. "name": "Nicolas Grekas",
  815. "email": "p@tchwork.com"
  816. },
  817. {
  818. "name": "Symfony Community",
  819. "homepage": "https://symfony.com/contributors"
  820. }
  821. ],
  822. "description": "Symfony utilities for portability of PHP codes",
  823. "homepage": "https://symfony.com",
  824. "keywords": [
  825. "compat",
  826. "compatibility",
  827. "polyfill",
  828. "shim"
  829. ],
  830. "time": "2018-04-26T10:06:28+00:00"
  831. },
  832. {
  833. "name": "tecnickcom/tcpdf",
  834. "version": "6.2.17",
  835. "source": {
  836. "type": "git",
  837. "url": "https://github.com/tecnickcom/TCPDF.git",
  838. "reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53"
  839. },
  840. "dist": {
  841. "type": "zip",
  842. "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/64fc19439863e1b1314487a72a74d9bfd0b55a53",
  843. "reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53",
  844. "shasum": ""
  845. },
  846. "require": {
  847. "php": ">=5.3.0"
  848. },
  849. "type": "library",
  850. "autoload": {
  851. "classmap": [
  852. "config",
  853. "include",
  854. "tcpdf.php",
  855. "tcpdf_parser.php",
  856. "tcpdf_import.php",
  857. "tcpdf_barcodes_1d.php",
  858. "tcpdf_barcodes_2d.php",
  859. "include/tcpdf_colors.php",
  860. "include/tcpdf_filters.php",
  861. "include/tcpdf_font_data.php",
  862. "include/tcpdf_fonts.php",
  863. "include/tcpdf_images.php",
  864. "include/tcpdf_static.php",
  865. "include/barcodes/datamatrix.php",
  866. "include/barcodes/pdf417.php",
  867. "include/barcodes/qrcode.php"
  868. ]
  869. },
  870. "notification-url": "https://packagist.org/downloads/",
  871. "license": [
  872. "LGPL-3.0"
  873. ],
  874. "authors": [
  875. {
  876. "name": "Nicola Asuni",
  877. "email": "info@tecnick.com",
  878. "role": "lead"
  879. }
  880. ],
  881. "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
  882. "homepage": "http://www.tcpdf.org/",
  883. "keywords": [
  884. "PDFD32000-2008",
  885. "TCPDF",
  886. "barcodes",
  887. "datamatrix",
  888. "pdf",
  889. "pdf417",
  890. "qrcode"
  891. ],
  892. "time": "2018-02-24T11:48:20+00:00"
  893. },
  894. {
  895. "name": "twig/extensions",
  896. "version": "v1.5.1",
  897. "source": {
  898. "type": "git",
  899. "url": "https://github.com/twigphp/Twig-extensions.git",
  900. "reference": "d188c76168b853481cc75879ea045bf93d718e9c"
  901. },
  902. "dist": {
  903. "type": "zip",
  904. "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/d188c76168b853481cc75879ea045bf93d718e9c",
  905. "reference": "d188c76168b853481cc75879ea045bf93d718e9c",
  906. "shasum": ""
  907. },
  908. "require": {
  909. "twig/twig": "~1.27|~2.0"
  910. },
  911. "require-dev": {
  912. "symfony/phpunit-bridge": "~3.3@dev",
  913. "symfony/translation": "~2.3|~3.0"
  914. },
  915. "suggest": {
  916. "symfony/translation": "Allow the time_diff output to be translated"
  917. },
  918. "type": "library",
  919. "extra": {
  920. "branch-alias": {
  921. "dev-master": "1.5-dev"
  922. }
  923. },
  924. "autoload": {
  925. "psr-0": {
  926. "Twig_Extensions_": "lib/"
  927. },
  928. "psr-4": {
  929. "Twig\\Extensions\\": "src/"
  930. }
  931. },
  932. "notification-url": "https://packagist.org/downloads/",
  933. "license": [
  934. "MIT"
  935. ],
  936. "authors": [
  937. {
  938. "name": "Fabien Potencier",
  939. "email": "fabien@symfony.com"
  940. }
  941. ],
  942. "description": "Common additional features for Twig that do not directly belong in core",
  943. "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
  944. "keywords": [
  945. "i18n",
  946. "text"
  947. ],
  948. "time": "2017-06-08T18:19:53+00:00"
  949. },
  950. {
  951. "name": "twig/twig",
  952. "version": "v1.35.3",
  953. "source": {
  954. "type": "git",
  955. "url": "https://github.com/twigphp/Twig.git",
  956. "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f"
  957. },
  958. "dist": {
  959. "type": "zip",
  960. "url": "https://api.github.com/repos/twigphp/Twig/zipball/b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
  961. "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
  962. "shasum": ""
  963. },
  964. "require": {
  965. "php": ">=5.3.3"
  966. },
  967. "require-dev": {
  968. "psr/container": "^1.0",
  969. "symfony/debug": "^2.7",
  970. "symfony/phpunit-bridge": "^3.3"
  971. },
  972. "type": "library",
  973. "extra": {
  974. "branch-alias": {
  975. "dev-master": "1.35-dev"
  976. }
  977. },
  978. "autoload": {
  979. "psr-0": {
  980. "Twig_": "lib/"
  981. },
  982. "psr-4": {
  983. "Twig\\": "src/"
  984. }
  985. },
  986. "notification-url": "https://packagist.org/downloads/",
  987. "license": [
  988. "BSD-3-Clause"
  989. ],
  990. "authors": [
  991. {
  992. "name": "Fabien Potencier",
  993. "email": "fabien@symfony.com",
  994. "homepage": "http://fabien.potencier.org",
  995. "role": "Lead Developer"
  996. },
  997. {
  998. "name": "Armin Ronacher",
  999. "email": "armin.ronacher@active-4.com",
  1000. "role": "Project Founder"
  1001. },
  1002. {
  1003. "name": "Twig Team",
  1004. "homepage": "http://twig.sensiolabs.org/contributors",
  1005. "role": "Contributors"
  1006. }
  1007. ],
  1008. "description": "Twig, the flexible, fast, and secure template language for PHP",
  1009. "homepage": "http://twig.sensiolabs.org",
  1010. "keywords": [
  1011. "templating"
  1012. ],
  1013. "time": "2018-03-20T04:25:58+00:00"
  1014. }
  1015. ],
  1016. "packages-dev": [
  1017. {
  1018. "name": "codacy/coverage",
  1019. "version": "1.4.2",
  1020. "source": {
  1021. "type": "git",
  1022. "url": "https://github.com/codacy/php-codacy-coverage.git",
  1023. "reference": "4988cd098db4d578681bfd3176071931ad475150"
  1024. },
  1025. "dist": {
  1026. "type": "zip",
  1027. "url": "https://api.github.com/repos/codacy/php-codacy-coverage/zipball/4988cd098db4d578681bfd3176071931ad475150",
  1028. "reference": "4988cd098db4d578681bfd3176071931ad475150",
  1029. "shasum": ""
  1030. },
  1031. "require": {
  1032. "gitonomy/gitlib": ">=1.0",
  1033. "php": ">=5.3.3",
  1034. "symfony/console": "~2.5|~3.0|~4.0"
  1035. },
  1036. "require-dev": {
  1037. "phpunit/phpunit": "~6.5"
  1038. },
  1039. "bin": [
  1040. "bin/codacycoverage"
  1041. ],
  1042. "type": "library",
  1043. "autoload": {
  1044. "classmap": [
  1045. "src/"
  1046. ]
  1047. },
  1048. "notification-url": "https://packagist.org/downloads/",
  1049. "license": [
  1050. "MIT"
  1051. ],
  1052. "authors": [
  1053. {
  1054. "name": "Jakob Pupke",
  1055. "email": "jakob.pupke@gmail.com"
  1056. }
  1057. ],
  1058. "description": "Sends PHP test coverage information to Codacy.",
  1059. "homepage": "https://github.com/codacy/php-codacy-coverage",
  1060. "time": "2018-03-22T16:43:39+00:00"
  1061. },
  1062. {
  1063. "name": "doctrine/instantiator",
  1064. "version": "1.0.5",
  1065. "source": {
  1066. "type": "git",
  1067. "url": "https://github.com/doctrine/instantiator.git",
  1068. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  1069. },
  1070. "dist": {
  1071. "type": "zip",
  1072. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  1073. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  1074. "shasum": ""
  1075. },
  1076. "require": {
  1077. "php": ">=5.3,<8.0-DEV"
  1078. },
  1079. "require-dev": {
  1080. "athletic/athletic": "~0.1.8",
  1081. "ext-pdo": "*",
  1082. "ext-phar": "*",
  1083. "phpunit/phpunit": "~4.0",
  1084. "squizlabs/php_codesniffer": "~2.0"
  1085. },
  1086. "type": "library",
  1087. "extra": {
  1088. "branch-alias": {
  1089. "dev-master": "1.0.x-dev"
  1090. }
  1091. },
  1092. "autoload": {
  1093. "psr-4": {
  1094. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  1095. }
  1096. },
  1097. "notification-url": "https://packagist.org/downloads/",
  1098. "license": [
  1099. "MIT"
  1100. ],
  1101. "authors": [
  1102. {
  1103. "name": "Marco Pivetta",
  1104. "email": "ocramius@gmail.com",
  1105. "homepage": "http://ocramius.github.com/"
  1106. }
  1107. ],
  1108. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  1109. "homepage": "https://github.com/doctrine/instantiator",
  1110. "keywords": [
  1111. "constructor",
  1112. "instantiate"
  1113. ],
  1114. "time": "2015-06-14T21:17:01+00:00"
  1115. },
  1116. {
  1117. "name": "gitonomy/gitlib",
  1118. "version": "v1.0.4",
  1119. "source": {
  1120. "type": "git",
  1121. "url": "https://github.com/gitonomy/gitlib.git",
  1122. "reference": "932a960221ae3484a3e82553b3be478e56beb68d"
  1123. },
  1124. "dist": {
  1125. "type": "zip",
  1126. "url": "https://api.github.com/repos/gitonomy/gitlib/zipball/932a960221ae3484a3e82553b3be478e56beb68d",
  1127. "reference": "932a960221ae3484a3e82553b3be478e56beb68d",
  1128. "shasum": ""
  1129. },
  1130. "require": {
  1131. "php": "^5.3 || ^7.0",
  1132. "symfony/process": "^2.3|^3.0|^4.0"
  1133. },
  1134. "require-dev": {
  1135. "phpunit/phpunit": "^4.8.35|^5.7",
  1136. "psr/log": "^1.0"
  1137. },
  1138. "suggest": {
  1139. "psr/log": "Add some log"
  1140. },
  1141. "type": "library",
  1142. "extra": {
  1143. "branch-alias": {
  1144. "dev-master": "1.0-dev"
  1145. }
  1146. },
  1147. "autoload": {
  1148. "psr-4": {
  1149. "Gitonomy\\Git\\": "src/Gitonomy/Git/"
  1150. }
  1151. },
  1152. "notification-url": "https://packagist.org/downloads/",
  1153. "license": [
  1154. "MIT"
  1155. ],
  1156. "authors": [
  1157. {
  1158. "name": "Alexandre Salomé",
  1159. "email": "alexandre.salome@gmail.com",
  1160. "homepage": "http://alexandre-salome.fr"
  1161. },
  1162. {
  1163. "name": "Julien DIDIER",
  1164. "email": "genzo.wm@gmail.com",
  1165. "homepage": "http://www.jdidier.net"
  1166. }
  1167. ],
  1168. "description": "Library for accessing git",
  1169. "homepage": "http://gitonomy.com",
  1170. "time": "2018-04-22T19:55:36+00:00"
  1171. },
  1172. {
  1173. "name": "phpdocumentor/reflection-common",
  1174. "version": "1.0.1",
  1175. "source": {
  1176. "type": "git",
  1177. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  1178. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
  1179. },
  1180. "dist": {
  1181. "type": "zip",
  1182. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  1183. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  1184. "shasum": ""
  1185. },
  1186. "require": {
  1187. "php": ">=5.5"
  1188. },
  1189. "require-dev": {
  1190. "phpunit/phpunit": "^4.6"
  1191. },
  1192. "type": "library",
  1193. "extra": {
  1194. "branch-alias": {
  1195. "dev-master": "1.0.x-dev"
  1196. }
  1197. },
  1198. "autoload": {
  1199. "psr-4": {
  1200. "phpDocumentor\\Reflection\\": [
  1201. "src"
  1202. ]
  1203. }
  1204. },
  1205. "notification-url": "https://packagist.org/downloads/",
  1206. "license": [
  1207. "MIT"
  1208. ],
  1209. "authors": [
  1210. {
  1211. "name": "Jaap van Otterdijk",
  1212. "email": "opensource@ijaap.nl"
  1213. }
  1214. ],
  1215. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  1216. "homepage": "http://www.phpdoc.org",
  1217. "keywords": [
  1218. "FQSEN",
  1219. "phpDocumentor",
  1220. "phpdoc",
  1221. "reflection",
  1222. "static analysis"
  1223. ],
  1224. "time": "2017-09-11T18:02:19+00:00"
  1225. },
  1226. {
  1227. "name": "phpdocumentor/reflection-docblock",
  1228. "version": "3.2.2",
  1229. "source": {
  1230. "type": "git",
  1231. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  1232. "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157"
  1233. },
  1234. "dist": {
  1235. "type": "zip",
  1236. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/4aada1f93c72c35e22fb1383b47fee43b8f1d157",
  1237. "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157",
  1238. "shasum": ""
  1239. },
  1240. "require": {
  1241. "php": ">=5.5",
  1242. "phpdocumentor/reflection-common": "^1.0@dev",
  1243. "phpdocumentor/type-resolver": "^0.3.0",
  1244. "webmozart/assert": "^1.0"
  1245. },
  1246. "require-dev": {
  1247. "mockery/mockery": "^0.9.4",
  1248. "phpunit/phpunit": "^4.4"
  1249. },
  1250. "type": "library",
  1251. "autoload": {
  1252. "psr-4": {
  1253. "phpDocumentor\\Reflection\\": [
  1254. "src/"
  1255. ]
  1256. }
  1257. },
  1258. "notification-url": "https://packagist.org/downloads/",
  1259. "license": [
  1260. "MIT"
  1261. ],
  1262. "authors": [
  1263. {
  1264. "name": "Mike van Riel",
  1265. "email": "me@mikevanriel.com"
  1266. }
  1267. ],
  1268. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  1269. "time": "2017-08-08T06:39:58+00:00"
  1270. },
  1271. {
  1272. "name": "phpdocumentor/type-resolver",
  1273. "version": "0.3.0",
  1274. "source": {
  1275. "type": "git",
  1276. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  1277. "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773"
  1278. },
  1279. "dist": {
  1280. "type": "zip",
  1281. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fb3933512008d8162b3cdf9e18dba9309b7c3773",
  1282. "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773",
  1283. "shasum": ""
  1284. },
  1285. "require": {
  1286. "php": "^5.5 || ^7.0",
  1287. "phpdocumentor/reflection-common": "^1.0"
  1288. },
  1289. "require-dev": {
  1290. "mockery/mockery": "^0.9.4",
  1291. "phpunit/phpunit": "^5.2||^4.8.24"
  1292. },
  1293. "type": "library",
  1294. "extra": {
  1295. "branch-alias": {
  1296. "dev-master": "1.0.x-dev"
  1297. }
  1298. },
  1299. "autoload": {
  1300. "psr-4": {
  1301. "phpDocumentor\\Reflection\\": [
  1302. "src/"
  1303. ]
  1304. }
  1305. },
  1306. "notification-url": "https://packagist.org/downloads/",
  1307. "license": [
  1308. "MIT"
  1309. ],
  1310. "authors": [
  1311. {
  1312. "name": "Mike van Riel",
  1313. "email": "me@mikevanriel.com"
  1314. }
  1315. ],
  1316. "time": "2017-06-03T08:32:36+00:00"
  1317. },
  1318. {
  1319. "name": "phpmyadmin/coding-standard",
  1320. "version": "0.3",
  1321. "source": {
  1322. "type": "git",
  1323. "url": "https://github.com/phpmyadmin/coding-standard.git",
  1324. "reference": "5ae123e27140a1e16be005432e26a8233524eaf5"
  1325. },
  1326. "dist": {
  1327. "type": "zip",
  1328. "url": "https://api.github.com/repos/phpmyadmin/coding-standard/zipball/5ae123e27140a1e16be005432e26a8233524eaf5",
  1329. "reference": "5ae123e27140a1e16be005432e26a8233524eaf5",
  1330. "shasum": ""
  1331. },
  1332. "require": {
  1333. "squizlabs/php_codesniffer": "^3.0"
  1334. },
  1335. "type": "phpcodesniffer-standard",
  1336. "notification-url": "https://packagist.org/downloads/",
  1337. "license": [
  1338. "MIT"
  1339. ],
  1340. "authors": [
  1341. {
  1342. "name": "The phpMyAdmin Team",
  1343. "email": "developers@phpmyadmin.net",
  1344. "homepage": "https://www.phpmyadmin.net/team/"
  1345. }
  1346. ],
  1347. "description": "phpMyAdmin PHP CodeSniffer Coding Standard",
  1348. "keywords": [
  1349. "codesniffer",
  1350. "phpcs",
  1351. "phpmyadmin"
  1352. ],
  1353. "time": "2017-09-28T09:13:00+00:00"
  1354. },
  1355. {
  1356. "name": "phpspec/prophecy",
  1357. "version": "1.7.6",
  1358. "source": {
  1359. "type": "git",
  1360. "url": "https://github.com/phpspec/prophecy.git",
  1361. "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
  1362. },
  1363. "dist": {
  1364. "type": "zip",
  1365. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
  1366. "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
  1367. "shasum": ""
  1368. },
  1369. "require": {
  1370. "doctrine/instantiator": "^1.0.2",
  1371. "php": "^5.3|^7.0",
  1372. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
  1373. "sebastian/comparator": "^1.1|^2.0|^3.0",
  1374. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  1375. },
  1376. "require-dev": {
  1377. "phpspec/phpspec": "^2.5|^3.2",
  1378. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
  1379. },
  1380. "type": "library",
  1381. "extra": {
  1382. "branch-alias": {
  1383. "dev-master": "1.7.x-dev"
  1384. }
  1385. },
  1386. "autoload": {
  1387. "psr-0": {
  1388. "Prophecy\\": "src/"
  1389. }
  1390. },
  1391. "notification-url": "https://packagist.org/downloads/",
  1392. "license": [
  1393. "MIT"
  1394. ],
  1395. "authors": [
  1396. {
  1397. "name": "Konstantin Kudryashov",
  1398. "email": "ever.zet@gmail.com",
  1399. "homepage": "http://everzet.com"
  1400. },
  1401. {
  1402. "name": "Marcello Duarte",
  1403. "email": "marcello.duarte@gmail.com"
  1404. }
  1405. ],
  1406. "description": "Highly opinionated mocking framework for PHP 5.3+",
  1407. "homepage": "https://github.com/phpspec/prophecy",
  1408. "keywords": [
  1409. "Double",
  1410. "Dummy",
  1411. "fake",
  1412. "mock",
  1413. "spy",
  1414. "stub"
  1415. ],
  1416. "time": "2018-04-18T13:57:24+00:00"
  1417. },
  1418. {
  1419. "name": "phpunit/php-code-coverage",
  1420. "version": "2.2.4",
  1421. "source": {
  1422. "type": "git",
  1423. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  1424. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
  1425. },
  1426. "dist": {
  1427. "type": "zip",
  1428. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  1429. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  1430. "shasum": ""
  1431. },
  1432. "require": {
  1433. "php": ">=5.3.3",
  1434. "phpunit/php-file-iterator": "~1.3",
  1435. "phpunit/php-text-template": "~1.2",
  1436. "phpunit/php-token-stream": "~1.3",
  1437. "sebastian/environment": "^1.3.2",
  1438. "sebastian/version": "~1.0"
  1439. },
  1440. "require-dev": {
  1441. "ext-xdebug": ">=2.1.4",
  1442. "phpunit/phpunit": "~4"
  1443. },
  1444. "suggest": {
  1445. "ext-dom": "*",
  1446. "ext-xdebug": ">=2.2.1",
  1447. "ext-xmlwriter": "*"
  1448. },
  1449. "type": "library",
  1450. "extra": {
  1451. "branch-alias": {
  1452. "dev-master": "2.2.x-dev"
  1453. }
  1454. },
  1455. "autoload": {
  1456. "classmap": [
  1457. "src/"
  1458. ]
  1459. },
  1460. "notification-url": "https://packagist.org/downloads/",
  1461. "license": [
  1462. "BSD-3-Clause"
  1463. ],
  1464. "authors": [
  1465. {
  1466. "name": "Sebastian Bergmann",
  1467. "email": "sb@sebastian-bergmann.de",
  1468. "role": "lead"
  1469. }
  1470. ],
  1471. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  1472. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  1473. "keywords": [
  1474. "coverage",
  1475. "testing",
  1476. "xunit"
  1477. ],
  1478. "time": "2015-10-06T15:47:00+00:00"
  1479. },
  1480. {
  1481. "name": "phpunit/php-file-iterator",
  1482. "version": "1.4.5",
  1483. "source": {
  1484. "type": "git",
  1485. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  1486. "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
  1487. },
  1488. "dist": {
  1489. "type": "zip",
  1490. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
  1491. "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
  1492. "shasum": ""
  1493. },
  1494. "require": {
  1495. "php": ">=5.3.3"
  1496. },
  1497. "type": "library",
  1498. "extra": {
  1499. "branch-alias": {
  1500. "dev-master": "1.4.x-dev"
  1501. }
  1502. },
  1503. "autoload": {
  1504. "classmap": [
  1505. "src/"
  1506. ]
  1507. },
  1508. "notification-url": "https://packagist.org/downloads/",
  1509. "license": [
  1510. "BSD-3-Clause"
  1511. ],
  1512. "authors": [
  1513. {
  1514. "name": "Sebastian Bergmann",
  1515. "email": "sb@sebastian-bergmann.de",
  1516. "role": "lead"
  1517. }
  1518. ],
  1519. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  1520. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  1521. "keywords": [
  1522. "filesystem",
  1523. "iterator"
  1524. ],
  1525. "time": "2017-11-27T13:52:08+00:00"
  1526. },
  1527. {
  1528. "name": "phpunit/php-text-template",
  1529. "version": "1.2.1",
  1530. "source": {
  1531. "type": "git",
  1532. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  1533. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  1534. },
  1535. "dist": {
  1536. "type": "zip",
  1537. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1538. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1539. "shasum": ""
  1540. },
  1541. "require": {
  1542. "php": ">=5.3.3"
  1543. },
  1544. "type": "library",
  1545. "autoload": {
  1546. "classmap": [
  1547. "src/"
  1548. ]
  1549. },
  1550. "notification-url": "https://packagist.org/downloads/",
  1551. "license": [
  1552. "BSD-3-Clause"
  1553. ],
  1554. "authors": [
  1555. {
  1556. "name": "Sebastian Bergmann",
  1557. "email": "sebastian@phpunit.de",
  1558. "role": "lead"
  1559. }
  1560. ],
  1561. "description": "Simple template engine.",
  1562. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  1563. "keywords": [
  1564. "template"
  1565. ],
  1566. "time": "2015-06-21T13:50:34+00:00"
  1567. },
  1568. {
  1569. "name": "phpunit/php-timer",
  1570. "version": "1.0.9",
  1571. "source": {
  1572. "type": "git",
  1573. "url": "https://github.com/sebastianbergmann/php-timer.git",
  1574. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  1575. },
  1576. "dist": {
  1577. "type": "zip",
  1578. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  1579. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  1580. "shasum": ""
  1581. },
  1582. "require": {
  1583. "php": "^5.3.3 || ^7.0"
  1584. },
  1585. "require-dev": {
  1586. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  1587. },
  1588. "type": "library",
  1589. "extra": {
  1590. "branch-alias": {
  1591. "dev-master": "1.0-dev"
  1592. }
  1593. },
  1594. "autoload": {
  1595. "classmap": [
  1596. "src/"
  1597. ]
  1598. },
  1599. "notification-url": "https://packagist.org/downloads/",
  1600. "license": [
  1601. "BSD-3-Clause"
  1602. ],
  1603. "authors": [
  1604. {
  1605. "name": "Sebastian Bergmann",
  1606. "email": "sb@sebastian-bergmann.de",
  1607. "role": "lead"
  1608. }
  1609. ],
  1610. "description": "Utility class for timing",
  1611. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  1612. "keywords": [
  1613. "timer"
  1614. ],
  1615. "time": "2017-02-26T11:10:40+00:00"
  1616. },
  1617. {
  1618. "name": "phpunit/php-token-stream",
  1619. "version": "1.4.12",
  1620. "source": {
  1621. "type": "git",
  1622. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  1623. "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
  1624. },
  1625. "dist": {
  1626. "type": "zip",
  1627. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
  1628. "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
  1629. "shasum": ""
  1630. },
  1631. "require": {
  1632. "ext-tokenizer": "*",
  1633. "php": ">=5.3.3"
  1634. },
  1635. "require-dev": {
  1636. "phpunit/phpunit": "~4.2"
  1637. },
  1638. "type": "library",
  1639. "extra": {
  1640. "branch-alias": {
  1641. "dev-master": "1.4-dev"
  1642. }
  1643. },
  1644. "autoload": {
  1645. "classmap": [
  1646. "src/"
  1647. ]
  1648. },
  1649. "notification-url": "https://packagist.org/downloads/",
  1650. "license": [
  1651. "BSD-3-Clause"
  1652. ],
  1653. "authors": [
  1654. {
  1655. "name": "Sebastian Bergmann",
  1656. "email": "sebastian@phpunit.de"
  1657. }
  1658. ],
  1659. "description": "Wrapper around PHP's tokenizer extension.",
  1660. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  1661. "keywords": [
  1662. "tokenizer"
  1663. ],
  1664. "time": "2017-12-04T08:55:13+00:00"
  1665. },
  1666. {
  1667. "name": "phpunit/phpunit",
  1668. "version": "4.8.36",
  1669. "source": {
  1670. "type": "git",
  1671. "url": "https://github.com/sebastianbergmann/phpunit.git",
  1672. "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
  1673. },
  1674. "dist": {
  1675. "type": "zip",
  1676. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
  1677. "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
  1678. "shasum": ""
  1679. },
  1680. "require": {
  1681. "ext-dom": "*",
  1682. "ext-json": "*",
  1683. "ext-pcre": "*",
  1684. "ext-reflection": "*",
  1685. "ext-spl": "*",
  1686. "php": ">=5.3.3",
  1687. "phpspec/prophecy": "^1.3.1",
  1688. "phpunit/php-code-coverage": "~2.1",
  1689. "phpunit/php-file-iterator": "~1.4",
  1690. "phpunit/php-text-template": "~1.2",
  1691. "phpunit/php-timer": "^1.0.6",
  1692. "phpunit/phpunit-mock-objects": "~2.3",
  1693. "sebastian/comparator": "~1.2.2",
  1694. "sebastian/diff": "~1.2",
  1695. "sebastian/environment": "~1.3",
  1696. "sebastian/exporter": "~1.2",
  1697. "sebastian/global-state": "~1.0",
  1698. "sebastian/version": "~1.0",
  1699. "symfony/yaml": "~2.1|~3.0"
  1700. },
  1701. "suggest": {
  1702. "phpunit/php-invoker": "~1.1"
  1703. },
  1704. "bin": [
  1705. "phpunit"
  1706. ],
  1707. "type": "library",
  1708. "extra": {
  1709. "branch-alias": {
  1710. "dev-master": "4.8.x-dev"
  1711. }
  1712. },
  1713. "autoload": {
  1714. "classmap": [
  1715. "src/"
  1716. ]
  1717. },
  1718. "notification-url": "https://packagist.org/downloads/",
  1719. "license": [
  1720. "BSD-3-Clause"
  1721. ],
  1722. "authors": [
  1723. {
  1724. "name": "Sebastian Bergmann",
  1725. "email": "sebastian@phpunit.de",
  1726. "role": "lead"
  1727. }
  1728. ],
  1729. "description": "The PHP Unit Testing framework.",
  1730. "homepage": "https://phpunit.de/",
  1731. "keywords": [
  1732. "phpunit",
  1733. "testing",
  1734. "xunit"
  1735. ],
  1736. "time": "2017-06-21T08:07:12+00:00"
  1737. },
  1738. {
  1739. "name": "phpunit/phpunit-mock-objects",
  1740. "version": "2.3.8",
  1741. "source": {
  1742. "type": "git",
  1743. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  1744. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
  1745. },
  1746. "dist": {
  1747. "type": "zip",
  1748. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  1749. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  1750. "shasum": ""
  1751. },
  1752. "require": {
  1753. "doctrine/instantiator": "^1.0.2",
  1754. "php": ">=5.3.3",
  1755. "phpunit/php-text-template": "~1.2",
  1756. "sebastian/exporter": "~1.2"
  1757. },
  1758. "require-dev": {
  1759. "phpunit/phpunit": "~4.4"
  1760. },
  1761. "suggest": {
  1762. "ext-soap": "*"
  1763. },
  1764. "type": "library",
  1765. "extra": {
  1766. "branch-alias": {
  1767. "dev-master": "2.3.x-dev"
  1768. }
  1769. },
  1770. "autoload": {
  1771. "classmap": [
  1772. "src/"
  1773. ]
  1774. },
  1775. "notification-url": "https://packagist.org/downloads/",
  1776. "license": [
  1777. "BSD-3-Clause"
  1778. ],
  1779. "authors": [
  1780. {
  1781. "name": "Sebastian Bergmann",
  1782. "email": "sb@sebastian-bergmann.de",
  1783. "role": "lead"
  1784. }
  1785. ],
  1786. "description": "Mock Object library for PHPUnit",
  1787. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  1788. "keywords": [
  1789. "mock",
  1790. "xunit"
  1791. ],
  1792. "time": "2015-10-02T06:51:40+00:00"
  1793. },
  1794. {
  1795. "name": "phpunit/phpunit-selenium",
  1796. "version": "1.4.2",
  1797. "source": {
  1798. "type": "git",
  1799. "url": "https://github.com/giorgiosironi/phpunit-selenium.git",
  1800. "reference": "c84dd7ca214563868ce216123b7ae9c792beb262"
  1801. },
  1802. "dist": {
  1803. "type": "zip",
  1804. "url": "https://api.github.com/repos/giorgiosironi/phpunit-selenium/zipball/c84dd7ca214563868ce216123b7ae9c792beb262",
  1805. "reference": "c84dd7ca214563868ce216123b7ae9c792beb262",
  1806. "shasum": ""
  1807. },
  1808. "require": {
  1809. "ext-curl": "*",
  1810. "ext-dom": "*",
  1811. "php": ">=5.3.3",
  1812. "phpunit/phpunit": "~3.7|~4.0",
  1813. "sebastian/comparator": "~1.0"
  1814. },
  1815. "type": "library",
  1816. "autoload": {
  1817. "classmap": [
  1818. "PHPUnit/"
  1819. ]
  1820. },
  1821. "notification-url": "https://packagist.org/downloads/",
  1822. "include-path": [
  1823. ""
  1824. ],
  1825. "license": [
  1826. "BSD-3-Clause"
  1827. ],
  1828. "authors": [
  1829. {
  1830. "name": "Sebastian Bergmann",
  1831. "email": "sb@sebastian-bergmann.de",
  1832. "role": "lead"
  1833. },
  1834. {
  1835. "name": "Giorgio Sironi",
  1836. "email": "info@giorgiosironi.com",
  1837. "role": "developer"
  1838. }
  1839. ],
  1840. "description": "Selenium Server integration for PHPUnit",
  1841. "homepage": "http://www.phpunit.de/",
  1842. "keywords": [
  1843. "selenium",
  1844. "testing",
  1845. "xunit"
  1846. ],
  1847. "time": "2014-11-02T09:23:27+00:00"
  1848. },
  1849. {
  1850. "name": "psr/log",
  1851. "version": "1.0.2",
  1852. "source": {
  1853. "type": "git",
  1854. "url": "https://github.com/php-fig/log.git",
  1855. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  1856. },
  1857. "dist": {
  1858. "type": "zip",
  1859. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  1860. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  1861. "shasum": ""
  1862. },
  1863. "require": {
  1864. "php": ">=5.3.0"
  1865. },
  1866. "type": "library",
  1867. "extra": {
  1868. "branch-alias": {
  1869. "dev-master": "1.0.x-dev"
  1870. }
  1871. },
  1872. "autoload": {
  1873. "psr-4": {
  1874. "Psr\\Log\\": "Psr/Log/"
  1875. }
  1876. },
  1877. "notification-url": "https://packagist.org/downloads/",
  1878. "license": [
  1879. "MIT"
  1880. ],
  1881. "authors": [
  1882. {
  1883. "name": "PHP-FIG",
  1884. "homepage": "http://www.php-fig.org/"
  1885. }
  1886. ],
  1887. "description": "Common interface for logging libraries",
  1888. "homepage": "https://github.com/php-fig/log",
  1889. "keywords": [
  1890. "log",
  1891. "psr",
  1892. "psr-3"
  1893. ],
  1894. "time": "2016-10-10T12:19:37+00:00"
  1895. },
  1896. {
  1897. "name": "sebastian/comparator",
  1898. "version": "1.2.4",
  1899. "source": {
  1900. "type": "git",
  1901. "url": "https://github.com/sebastianbergmann/comparator.git",
  1902. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  1903. },
  1904. "dist": {
  1905. "type": "zip",
  1906. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1907. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1908. "shasum": ""
  1909. },
  1910. "require": {
  1911. "php": ">=5.3.3",
  1912. "sebastian/diff": "~1.2",
  1913. "sebastian/exporter": "~1.2 || ~2.0"
  1914. },
  1915. "require-dev": {
  1916. "phpunit/phpunit": "~4.4"
  1917. },
  1918. "type": "library",
  1919. "extra": {
  1920. "branch-alias": {
  1921. "dev-master": "1.2.x-dev"
  1922. }
  1923. },
  1924. "autoload": {
  1925. "classmap": [
  1926. "src/"
  1927. ]
  1928. },
  1929. "notification-url": "https://packagist.org/downloads/",
  1930. "license": [
  1931. "BSD-3-Clause"
  1932. ],
  1933. "authors": [
  1934. {
  1935. "name": "Jeff Welch",
  1936. "email": "whatthejeff@gmail.com"
  1937. },
  1938. {
  1939. "name": "Volker Dusch",
  1940. "email": "github@wallbash.com"
  1941. },
  1942. {
  1943. "name": "Bernhard Schussek",
  1944. "email": "bschussek@2bepublished.at"
  1945. },
  1946. {
  1947. "name": "Sebastian Bergmann",
  1948. "email": "sebastian@phpunit.de"
  1949. }
  1950. ],
  1951. "description": "Provides the functionality to compare PHP values for equality",
  1952. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  1953. "keywords": [
  1954. "comparator",
  1955. "compare",
  1956. "equality"
  1957. ],
  1958. "time": "2017-01-29T09:50:25+00:00"
  1959. },
  1960. {
  1961. "name": "sebastian/diff",
  1962. "version": "1.4.3",
  1963. "source": {
  1964. "type": "git",
  1965. "url": "https://github.com/sebastianbergmann/diff.git",
  1966. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  1967. },
  1968. "dist": {
  1969. "type": "zip",
  1970. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  1971. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  1972. "shasum": ""
  1973. },
  1974. "require": {
  1975. "php": "^5.3.3 || ^7.0"
  1976. },
  1977. "require-dev": {
  1978. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  1979. },
  1980. "type": "library",
  1981. "extra": {
  1982. "branch-alias": {
  1983. "dev-master": "1.4-dev"
  1984. }
  1985. },
  1986. "autoload": {
  1987. "classmap": [
  1988. "src/"
  1989. ]
  1990. },
  1991. "notification-url": "https://packagist.org/downloads/",
  1992. "license": [
  1993. "BSD-3-Clause"
  1994. ],
  1995. "authors": [
  1996. {
  1997. "name": "Kore Nordmann",
  1998. "email": "mail@kore-nordmann.de"
  1999. },
  2000. {
  2001. "name": "Sebastian Bergmann",
  2002. "email": "sebastian@phpunit.de"
  2003. }
  2004. ],
  2005. "description": "Diff implementation",
  2006. "homepage": "https://github.com/sebastianbergmann/diff",
  2007. "keywords": [
  2008. "diff"
  2009. ],
  2010. "time": "2017-05-22T07:24:03+00:00"
  2011. },
  2012. {
  2013. "name": "sebastian/environment",
  2014. "version": "1.3.8",
  2015. "source": {
  2016. "type": "git",
  2017. "url": "https://github.com/sebastianbergmann/environment.git",
  2018. "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
  2019. },
  2020. "dist": {
  2021. "type": "zip",
  2022. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  2023. "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  2024. "shasum": ""
  2025. },
  2026. "require": {
  2027. "php": "^5.3.3 || ^7.0"
  2028. },
  2029. "require-dev": {
  2030. "phpunit/phpunit": "^4.8 || ^5.0"
  2031. },
  2032. "type": "library",
  2033. "extra": {
  2034. "branch-alias": {
  2035. "dev-master": "1.3.x-dev"
  2036. }
  2037. },
  2038. "autoload": {
  2039. "classmap": [
  2040. "src/"
  2041. ]
  2042. },
  2043. "notification-url": "https://packagist.org/downloads/",
  2044. "license": [
  2045. "BSD-3-Clause"
  2046. ],
  2047. "authors": [
  2048. {
  2049. "name": "Sebastian Bergmann",
  2050. "email": "sebastian@phpunit.de"
  2051. }
  2052. ],
  2053. "description": "Provides functionality to handle HHVM/PHP environments",
  2054. "homepage": "http://www.github.com/sebastianbergmann/environment",
  2055. "keywords": [
  2056. "Xdebug",
  2057. "environment",
  2058. "hhvm"
  2059. ],
  2060. "time": "2016-08-18T05:49:44+00:00"
  2061. },
  2062. {
  2063. "name": "sebastian/exporter",
  2064. "version": "1.2.2",
  2065. "source": {
  2066. "type": "git",
  2067. "url": "https://github.com/sebastianbergmann/exporter.git",
  2068. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
  2069. },
  2070. "dist": {
  2071. "type": "zip",
  2072. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
  2073. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
  2074. "shasum": ""
  2075. },
  2076. "require": {
  2077. "php": ">=5.3.3",
  2078. "sebastian/recursion-context": "~1.0"
  2079. },
  2080. "require-dev": {
  2081. "ext-mbstring": "*",
  2082. "phpunit/phpunit": "~4.4"
  2083. },
  2084. "type": "library",
  2085. "extra": {
  2086. "branch-alias": {
  2087. "dev-master": "1.3.x-dev"
  2088. }
  2089. },
  2090. "autoload": {
  2091. "classmap": [
  2092. "src/"
  2093. ]
  2094. },
  2095. "notification-url": "https://packagist.org/downloads/",
  2096. "license": [
  2097. "BSD-3-Clause"
  2098. ],
  2099. "authors": [
  2100. {
  2101. "name": "Jeff Welch",
  2102. "email": "whatthejeff@gmail.com"
  2103. },
  2104. {
  2105. "name": "Volker Dusch",
  2106. "email": "github@wallbash.com"
  2107. },
  2108. {
  2109. "name": "Bernhard Schussek",
  2110. "email": "bschussek@2bepublished.at"
  2111. },
  2112. {
  2113. "name": "Sebastian Bergmann",
  2114. "email": "sebastian@phpunit.de"
  2115. },
  2116. {
  2117. "name": "Adam Harvey",
  2118. "email": "aharvey@php.net"
  2119. }
  2120. ],
  2121. "description": "Provides the functionality to export PHP variables for visualization",
  2122. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  2123. "keywords": [
  2124. "export",
  2125. "exporter"
  2126. ],
  2127. "time": "2016-06-17T09:04:28+00:00"
  2128. },
  2129. {
  2130. "name": "sebastian/global-state",
  2131. "version": "1.1.1",
  2132. "source": {
  2133. "type": "git",
  2134. "url": "https://github.com/sebastianbergmann/global-state.git",
  2135. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  2136. },
  2137. "dist": {
  2138. "type": "zip",
  2139. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  2140. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  2141. "shasum": ""
  2142. },
  2143. "require": {
  2144. "php": ">=5.3.3"
  2145. },
  2146. "require-dev": {
  2147. "phpunit/phpunit": "~4.2"
  2148. },
  2149. "suggest": {
  2150. "ext-uopz": "*"
  2151. },
  2152. "type": "library",
  2153. "extra": {
  2154. "branch-alias": {
  2155. "dev-master": "1.0-dev"
  2156. }
  2157. },
  2158. "autoload": {
  2159. "classmap": [
  2160. "src/"
  2161. ]
  2162. },
  2163. "notification-url": "https://packagist.org/downloads/",
  2164. "license": [
  2165. "BSD-3-Clause"
  2166. ],
  2167. "authors": [
  2168. {
  2169. "name": "Sebastian Bergmann",
  2170. "email": "sebastian@phpunit.de"
  2171. }
  2172. ],
  2173. "description": "Snapshotting of global state",
  2174. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  2175. "keywords": [
  2176. "global state"
  2177. ],
  2178. "time": "2015-10-12T03:26:01+00:00"
  2179. },
  2180. {
  2181. "name": "sebastian/recursion-context",
  2182. "version": "1.0.5",
  2183. "source": {
  2184. "type": "git",
  2185. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  2186. "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
  2187. },
  2188. "dist": {
  2189. "type": "zip",
  2190. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
  2191. "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
  2192. "shasum": ""
  2193. },
  2194. "require": {
  2195. "php": ">=5.3.3"
  2196. },
  2197. "require-dev": {
  2198. "phpunit/phpunit": "~4.4"
  2199. },
  2200. "type": "library",
  2201. "extra": {
  2202. "branch-alias": {
  2203. "dev-master": "1.0.x-dev"
  2204. }
  2205. },
  2206. "autoload": {
  2207. "classmap": [
  2208. "src/"
  2209. ]
  2210. },
  2211. "notification-url": "https://packagist.org/downloads/",
  2212. "license": [
  2213. "BSD-3-Clause"
  2214. ],
  2215. "authors": [
  2216. {
  2217. "name": "Jeff Welch",
  2218. "email": "whatthejeff@gmail.com"
  2219. },
  2220. {
  2221. "name": "Sebastian Bergmann",
  2222. "email": "sebastian@phpunit.de"
  2223. },
  2224. {
  2225. "name": "Adam Harvey",
  2226. "email": "aharvey@php.net"
  2227. }
  2228. ],
  2229. "description": "Provides functionality to recursively process PHP variables",
  2230. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  2231. "time": "2016-10-03T07:41:43+00:00"
  2232. },
  2233. {
  2234. "name": "sebastian/version",
  2235. "version": "1.0.6",
  2236. "source": {
  2237. "type": "git",
  2238. "url": "https://github.com/sebastianbergmann/version.git",
  2239. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  2240. },
  2241. "dist": {
  2242. "type": "zip",
  2243. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  2244. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  2245. "shasum": ""
  2246. },
  2247. "type": "library",
  2248. "autoload": {
  2249. "classmap": [
  2250. "src/"
  2251. ]
  2252. },
  2253. "notification-url": "https://packagist.org/downloads/",
  2254. "license": [
  2255. "BSD-3-Clause"
  2256. ],
  2257. "authors": [
  2258. {
  2259. "name": "Sebastian Bergmann",
  2260. "email": "sebastian@phpunit.de",
  2261. "role": "lead"
  2262. }
  2263. ],
  2264. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  2265. "homepage": "https://github.com/sebastianbergmann/version",
  2266. "time": "2015-06-21T13:59:46+00:00"
  2267. },
  2268. {
  2269. "name": "squizlabs/php_codesniffer",
  2270. "version": "3.3.0",
  2271. "source": {
  2272. "type": "git",
  2273. "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
  2274. "reference": "d86873af43b4aa9d1f39a3601cc0cfcf02b25266"
  2275. },
  2276. "dist": {
  2277. "type": "zip",
  2278. "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/d86873af43b4aa9d1f39a3601cc0cfcf02b25266",
  2279. "reference": "d86873af43b4aa9d1f39a3601cc0cfcf02b25266",
  2280. "shasum": ""
  2281. },
  2282. "require": {
  2283. "ext-simplexml": "*",
  2284. "ext-tokenizer": "*",
  2285. "ext-xmlwriter": "*",
  2286. "php": ">=5.4.0"
  2287. },
  2288. "require-dev": {
  2289. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  2290. },
  2291. "bin": [
  2292. "bin/phpcs",
  2293. "bin/phpcbf"
  2294. ],
  2295. "type": "library",
  2296. "extra": {
  2297. "branch-alias": {
  2298. "dev-master": "3.x-dev"
  2299. }
  2300. },
  2301. "notification-url": "https://packagist.org/downloads/",
  2302. "license": [
  2303. "BSD-3-Clause"
  2304. ],
  2305. "authors": [
  2306. {
  2307. "name": "Greg Sherwood",
  2308. "role": "lead"
  2309. }
  2310. ],
  2311. "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  2312. "homepage": "http://www.squizlabs.com/php-codesniffer",
  2313. "keywords": [
  2314. "phpcs",
  2315. "standards"
  2316. ],
  2317. "time": "2018-06-06T23:58:19+00:00"
  2318. },
  2319. {
  2320. "name": "symfony/console",
  2321. "version": "v2.8.41",
  2322. "source": {
  2323. "type": "git",
  2324. "url": "https://github.com/symfony/console.git",
  2325. "reference": "e8e59b74ad1274714dad2748349b55e3e6e630c7"
  2326. },
  2327. "dist": {
  2328. "type": "zip",
  2329. "url": "https://api.github.com/repos/symfony/console/zipball/e8e59b74ad1274714dad2748349b55e3e6e630c7",
  2330. "reference": "e8e59b74ad1274714dad2748349b55e3e6e630c7",
  2331. "shasum": ""
  2332. },
  2333. "require": {
  2334. "php": ">=5.3.9",
  2335. "symfony/debug": "^2.7.2|~3.0.0",
  2336. "symfony/polyfill-mbstring": "~1.0"
  2337. },
  2338. "require-dev": {
  2339. "psr/log": "~1.0",
  2340. "symfony/event-dispatcher": "~2.1|~3.0.0",
  2341. "symfony/process": "~2.1|~3.0.0"
  2342. },
  2343. "suggest": {
  2344. "psr/log-implementation": "For using the console logger",
  2345. "symfony/event-dispatcher": "",
  2346. "symfony/process": ""
  2347. },
  2348. "type": "library",
  2349. "extra": {
  2350. "branch-alias": {
  2351. "dev-master": "2.8-dev"
  2352. }
  2353. },
  2354. "autoload": {
  2355. "psr-4": {
  2356. "Symfony\\Component\\Console\\": ""
  2357. },
  2358. "exclude-from-classmap": [
  2359. "/Tests/"
  2360. ]
  2361. },
  2362. "notification-url": "https://packagist.org/downloads/",
  2363. "license": [
  2364. "MIT"
  2365. ],
  2366. "authors": [
  2367. {
  2368. "name": "Fabien Potencier",
  2369. "email": "fabien@symfony.com"
  2370. },
  2371. {
  2372. "name": "Symfony Community",
  2373. "homepage": "https://symfony.com/contributors"
  2374. }
  2375. ],
  2376. "description": "Symfony Console Component",
  2377. "homepage": "https://symfony.com",
  2378. "time": "2018-05-15T21:17:45+00:00"
  2379. },
  2380. {
  2381. "name": "symfony/debug",
  2382. "version": "v2.8.41",
  2383. "source": {
  2384. "type": "git",
  2385. "url": "https://github.com/symfony/debug.git",
  2386. "reference": "fe8838e11cf7dbaf324bd6f51d065d873ccf78a2"
  2387. },
  2388. "dist": {
  2389. "type": "zip",
  2390. "url": "https://api.github.com/repos/symfony/debug/zipball/fe8838e11cf7dbaf324bd6f51d065d873ccf78a2",
  2391. "reference": "fe8838e11cf7dbaf324bd6f51d065d873ccf78a2",
  2392. "shasum": ""
  2393. },
  2394. "require": {
  2395. "php": ">=5.3.9",
  2396. "psr/log": "~1.0"
  2397. },
  2398. "conflict": {
  2399. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  2400. },
  2401. "require-dev": {
  2402. "symfony/class-loader": "~2.2|~3.0.0",
  2403. "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
  2404. },
  2405. "type": "library",
  2406. "extra": {
  2407. "branch-alias": {
  2408. "dev-master": "2.8-dev"
  2409. }
  2410. },
  2411. "autoload": {
  2412. "psr-4": {
  2413. "Symfony\\Component\\Debug\\": ""
  2414. },
  2415. "exclude-from-classmap": [
  2416. "/Tests/"
  2417. ]
  2418. },
  2419. "notification-url": "https://packagist.org/downloads/",
  2420. "license": [
  2421. "MIT"
  2422. ],
  2423. "authors": [
  2424. {
  2425. "name": "Fabien Potencier",
  2426. "email": "fabien@symfony.com"
  2427. },
  2428. {
  2429. "name": "Symfony Community",
  2430. "homepage": "https://symfony.com/contributors"
  2431. }
  2432. ],
  2433. "description": "Symfony Debug Component",
  2434. "homepage": "https://symfony.com",
  2435. "time": "2018-05-15T21:17:45+00:00"
  2436. },
  2437. {
  2438. "name": "symfony/polyfill-ctype",
  2439. "version": "v1.8.0",
  2440. "source": {
  2441. "type": "git",
  2442. "url": "https://github.com/symfony/polyfill-ctype.git",
  2443. "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
  2444. },
  2445. "dist": {
  2446. "type": "zip",
  2447. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
  2448. "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
  2449. "shasum": ""
  2450. },
  2451. "require": {
  2452. "php": ">=5.3.3"
  2453. },
  2454. "type": "library",
  2455. "extra": {
  2456. "branch-alias": {
  2457. "dev-master": "1.8-dev"
  2458. }
  2459. },
  2460. "autoload": {
  2461. "psr-4": {
  2462. "Symfony\\Polyfill\\Ctype\\": ""
  2463. },
  2464. "files": [
  2465. "bootstrap.php"
  2466. ]
  2467. },
  2468. "notification-url": "https://packagist.org/downloads/",
  2469. "license": [
  2470. "MIT"
  2471. ],
  2472. "authors": [
  2473. {
  2474. "name": "Symfony Community",
  2475. "homepage": "https://symfony.com/contributors"
  2476. },
  2477. {
  2478. "name": "Gert de Pagter",
  2479. "email": "BackEndTea@gmail.com"
  2480. }
  2481. ],
  2482. "description": "Symfony polyfill for ctype functions",
  2483. "homepage": "https://symfony.com",
  2484. "keywords": [
  2485. "compatibility",
  2486. "ctype",
  2487. "polyfill",
  2488. "portable"
  2489. ],
  2490. "time": "2018-04-30T19:57:29+00:00"
  2491. },
  2492. {
  2493. "name": "symfony/process",
  2494. "version": "v2.8.41",
  2495. "source": {
  2496. "type": "git",
  2497. "url": "https://github.com/symfony/process.git",
  2498. "reference": "713952f2ccbcc8342ecdbe1cb313d3e2da8aad28"
  2499. },
  2500. "dist": {
  2501. "type": "zip",
  2502. "url": "https://api.github.com/repos/symfony/process/zipball/713952f2ccbcc8342ecdbe1cb313d3e2da8aad28",
  2503. "reference": "713952f2ccbcc8342ecdbe1cb313d3e2da8aad28",
  2504. "shasum": ""
  2505. },
  2506. "require": {
  2507. "php": ">=5.3.9"
  2508. },
  2509. "type": "library",
  2510. "extra": {
  2511. "branch-alias": {
  2512. "dev-master": "2.8-dev"
  2513. }
  2514. },
  2515. "autoload": {
  2516. "psr-4": {
  2517. "Symfony\\Component\\Process\\": ""
  2518. },
  2519. "exclude-from-classmap": [
  2520. "/Tests/"
  2521. ]
  2522. },
  2523. "notification-url": "https://packagist.org/downloads/",
  2524. "license": [
  2525. "MIT"
  2526. ],
  2527. "authors": [
  2528. {
  2529. "name": "Fabien Potencier",
  2530. "email": "fabien@symfony.com"
  2531. },
  2532. {
  2533. "name": "Symfony Community",
  2534. "homepage": "https://symfony.com/contributors"
  2535. }
  2536. ],
  2537. "description": "Symfony Process Component",
  2538. "homepage": "https://symfony.com",
  2539. "time": "2018-05-15T21:17:45+00:00"
  2540. },
  2541. {
  2542. "name": "symfony/yaml",
  2543. "version": "v2.8.41",
  2544. "source": {
  2545. "type": "git",
  2546. "url": "https://github.com/symfony/yaml.git",
  2547. "reference": "51356b7a2ff7c9fd06b2f1681cc463bb62b5c1ff"
  2548. },
  2549. "dist": {
  2550. "type": "zip",
  2551. "url": "https://api.github.com/repos/symfony/yaml/zipball/51356b7a2ff7c9fd06b2f1681cc463bb62b5c1ff",
  2552. "reference": "51356b7a2ff7c9fd06b2f1681cc463bb62b5c1ff",
  2553. "shasum": ""
  2554. },
  2555. "require": {
  2556. "php": ">=5.3.9",
  2557. "symfony/polyfill-ctype": "~1.8"
  2558. },
  2559. "type": "library",
  2560. "extra": {
  2561. "branch-alias": {
  2562. "dev-master": "2.8-dev"
  2563. }
  2564. },
  2565. "autoload": {
  2566. "psr-4": {
  2567. "Symfony\\Component\\Yaml\\": ""
  2568. },
  2569. "exclude-from-classmap": [
  2570. "/Tests/"
  2571. ]
  2572. },
  2573. "notification-url": "https://packagist.org/downloads/",
  2574. "license": [
  2575. "MIT"
  2576. ],
  2577. "authors": [
  2578. {
  2579. "name": "Fabien Potencier",
  2580. "email": "fabien@symfony.com"
  2581. },
  2582. {
  2583. "name": "Symfony Community",
  2584. "homepage": "https://symfony.com/contributors"
  2585. }
  2586. ],
  2587. "description": "Symfony Yaml Component",
  2588. "homepage": "https://symfony.com",
  2589. "time": "2018-05-01T22:52:40+00:00"
  2590. },
  2591. {
  2592. "name": "webmozart/assert",
  2593. "version": "1.3.0",
  2594. "source": {
  2595. "type": "git",
  2596. "url": "https://github.com/webmozart/assert.git",
  2597. "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
  2598. },
  2599. "dist": {
  2600. "type": "zip",
  2601. "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
  2602. "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
  2603. "shasum": ""
  2604. },
  2605. "require": {
  2606. "php": "^5.3.3 || ^7.0"
  2607. },
  2608. "require-dev": {
  2609. "phpunit/phpunit": "^4.6",
  2610. "sebastian/version": "^1.0.1"
  2611. },
  2612. "type": "library",
  2613. "extra": {
  2614. "branch-alias": {
  2615. "dev-master": "1.3-dev"
  2616. }
  2617. },
  2618. "autoload": {
  2619. "psr-4": {
  2620. "Webmozart\\Assert\\": "src/"
  2621. }
  2622. },
  2623. "notification-url": "https://packagist.org/downloads/",
  2624. "license": [
  2625. "MIT"
  2626. ],
  2627. "authors": [
  2628. {
  2629. "name": "Bernhard Schussek",
  2630. "email": "bschussek@gmail.com"
  2631. }
  2632. ],
  2633. "description": "Assertions to validate method input/output with nice error messages.",
  2634. "keywords": [
  2635. "assert",
  2636. "check",
  2637. "validate"
  2638. ],
  2639. "time": "2018-01-29T19:49:41+00:00"
  2640. }
  2641. ],
  2642. "aliases": [],
  2643. "minimum-stability": "stable",
  2644. "stability-flags": [],
  2645. "prefer-stable": false,
  2646. "prefer-lowest": false,
  2647. "platform": {
  2648. "php": ">=5.5.0",
  2649. "ext-mysqli": "*",
  2650. "ext-xml": "*",
  2651. "ext-pcre": "*",
  2652. "ext-json": "*",
  2653. "ext-ctype": "*",
  2654. "ext-hash": "*"
  2655. },
  2656. "platform-dev": [],
  2657. "platform-overrides": {
  2658. "php": "5.5"
  2659. }
  2660. }