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

3122 lines
108 KiB

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
8 years ago
9 years ago
9 years ago
9 years ago
9 years ago
8 years ago
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "02b5094e56e7ca9a4e98f5f860a6a987",
  8. "packages": [
  9. {
  10. "name": "cboden/ratchet",
  11. "version": "v0.4.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/ratchetphp/Ratchet.git",
  15. "reference": "0d31f3a8ad4795fd48397712709e55cd07f51360"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/ratchetphp/Ratchet/zipball/0d31f3a8ad4795fd48397712709e55cd07f51360",
  20. "reference": "0d31f3a8ad4795fd48397712709e55cd07f51360",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "guzzlehttp/psr7": "^1.0",
  25. "php": ">=5.4.2",
  26. "ratchet/rfc6455": "^0.2",
  27. "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5",
  28. "symfony/http-foundation": "^2.6|^3.0|^4.0",
  29. "symfony/routing": "^2.6|^3.0|^4.0"
  30. },
  31. "require-dev": {
  32. "phpunit/phpunit": "~4.8"
  33. },
  34. "type": "library",
  35. "autoload": {
  36. "psr-4": {
  37. "Ratchet\\": "src/Ratchet"
  38. }
  39. },
  40. "notification-url": "https://packagist.org/downloads/",
  41. "license": [
  42. "MIT"
  43. ],
  44. "authors": [
  45. {
  46. "name": "Chris Boden",
  47. "email": "cboden@gmail.com",
  48. "role": "Developer"
  49. }
  50. ],
  51. "description": "PHP WebSocket library",
  52. "homepage": "http://socketo.me",
  53. "keywords": [
  54. "Ratchet",
  55. "WebSockets",
  56. "server",
  57. "sockets",
  58. "websocket"
  59. ],
  60. "time": "2017-12-12T00:49:31+00:00"
  61. },
  62. {
  63. "name": "cocur/slugify",
  64. "version": "v3.2",
  65. "source": {
  66. "type": "git",
  67. "url": "https://github.com/cocur/slugify.git",
  68. "reference": "d41701efe58ba2df9cae029c3d21e1518cc6780e"
  69. },
  70. "dist": {
  71. "type": "zip",
  72. "url": "https://api.github.com/repos/cocur/slugify/zipball/d41701efe58ba2df9cae029c3d21e1518cc6780e",
  73. "reference": "d41701efe58ba2df9cae029c3d21e1518cc6780e",
  74. "shasum": ""
  75. },
  76. "require": {
  77. "ext-mbstring": "*",
  78. "php": ">=5.5.9"
  79. },
  80. "require-dev": {
  81. "laravel/framework": "~5.1",
  82. "latte/latte": "~2.2",
  83. "league/container": "^2.2.0",
  84. "mikey179/vfsstream": "~1.6",
  85. "mockery/mockery": "~0.9",
  86. "nette/di": "~2.2",
  87. "phpunit/phpunit": "~4.8.36|~5.2",
  88. "pimple/pimple": "~1.1",
  89. "plumphp/plum": "~0.1",
  90. "silex/silex": "~1.3",
  91. "symfony/config": "~2.4|~3.0|~4.0",
  92. "symfony/dependency-injection": "~2.4|~3.0|~4.0",
  93. "symfony/http-kernel": "~2.4|~3.0|~4.0",
  94. "twig/twig": "~1.26|~2.0",
  95. "zendframework/zend-modulemanager": "~2.2",
  96. "zendframework/zend-servicemanager": "~2.2",
  97. "zendframework/zend-view": "~2.2"
  98. },
  99. "type": "library",
  100. "autoload": {
  101. "psr-4": {
  102. "Cocur\\Slugify\\": "src"
  103. }
  104. },
  105. "notification-url": "https://packagist.org/downloads/",
  106. "license": [
  107. "MIT"
  108. ],
  109. "authors": [
  110. {
  111. "name": "Ivo Bathke",
  112. "email": "ivo.bathke@gmail.com"
  113. },
  114. {
  115. "name": "Florian Eckerstorfer",
  116. "email": "florian@eckerstorfer.co",
  117. "homepage": "https://florian.ec"
  118. }
  119. ],
  120. "description": "Converts a string into a slug.",
  121. "keywords": [
  122. "slug",
  123. "slugify"
  124. ],
  125. "time": "2019-01-31T20:38:55+00:00"
  126. },
  127. {
  128. "name": "composer/ca-bundle",
  129. "version": "1.1.4",
  130. "source": {
  131. "type": "git",
  132. "url": "https://github.com/composer/ca-bundle.git",
  133. "reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d"
  134. },
  135. "dist": {
  136. "type": "zip",
  137. "url": "https://api.github.com/repos/composer/ca-bundle/zipball/558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
  138. "reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
  139. "shasum": ""
  140. },
  141. "require": {
  142. "ext-openssl": "*",
  143. "ext-pcre": "*",
  144. "php": "^5.3.2 || ^7.0"
  145. },
  146. "require-dev": {
  147. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
  148. "psr/log": "^1.0",
  149. "symfony/process": "^2.5 || ^3.0 || ^4.0"
  150. },
  151. "type": "library",
  152. "extra": {
  153. "branch-alias": {
  154. "dev-master": "1.x-dev"
  155. }
  156. },
  157. "autoload": {
  158. "psr-4": {
  159. "Composer\\CaBundle\\": "src"
  160. }
  161. },
  162. "notification-url": "https://packagist.org/downloads/",
  163. "license": [
  164. "MIT"
  165. ],
  166. "authors": [
  167. {
  168. "name": "Jordi Boggiano",
  169. "email": "j.boggiano@seld.be",
  170. "homepage": "http://seld.be"
  171. }
  172. ],
  173. "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
  174. "keywords": [
  175. "cabundle",
  176. "cacert",
  177. "certificate",
  178. "ssl",
  179. "tls"
  180. ],
  181. "time": "2019-01-28T09:30:10+00:00"
  182. },
  183. {
  184. "name": "defuse/php-encryption",
  185. "version": "v2.2.1",
  186. "source": {
  187. "type": "git",
  188. "url": "https://github.com/defuse/php-encryption.git",
  189. "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
  190. },
  191. "dist": {
  192. "type": "zip",
  193. "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
  194. "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
  195. "shasum": ""
  196. },
  197. "require": {
  198. "ext-openssl": "*",
  199. "paragonie/random_compat": ">= 2",
  200. "php": ">=5.4.0"
  201. },
  202. "require-dev": {
  203. "nikic/php-parser": "^2.0|^3.0|^4.0",
  204. "phpunit/phpunit": "^4|^5"
  205. },
  206. "bin": [
  207. "bin/generate-defuse-key"
  208. ],
  209. "type": "library",
  210. "autoload": {
  211. "psr-4": {
  212. "Defuse\\Crypto\\": "src"
  213. }
  214. },
  215. "notification-url": "https://packagist.org/downloads/",
  216. "license": [
  217. "MIT"
  218. ],
  219. "authors": [
  220. {
  221. "name": "Taylor Hornby",
  222. "email": "taylor@defuse.ca",
  223. "homepage": "https://defuse.ca/"
  224. },
  225. {
  226. "name": "Scott Arciszewski",
  227. "email": "info@paragonie.com",
  228. "homepage": "https://paragonie.com"
  229. }
  230. ],
  231. "description": "Secure PHP Encryption Library",
  232. "keywords": [
  233. "aes",
  234. "authenticated encryption",
  235. "cipher",
  236. "crypto",
  237. "cryptography",
  238. "encrypt",
  239. "encryption",
  240. "openssl",
  241. "security",
  242. "symmetric key cryptography"
  243. ],
  244. "time": "2018-07-24T23:27:56+00:00"
  245. },
  246. {
  247. "name": "dflydev/fig-cookies",
  248. "version": "v1.0.2",
  249. "source": {
  250. "type": "git",
  251. "url": "https://github.com/dflydev/dflydev-fig-cookies.git",
  252. "reference": "883233c159d00d39e940bd12cfe42c0d23420c1c"
  253. },
  254. "dist": {
  255. "type": "zip",
  256. "url": "https://api.github.com/repos/dflydev/dflydev-fig-cookies/zipball/883233c159d00d39e940bd12cfe42c0d23420c1c",
  257. "reference": "883233c159d00d39e940bd12cfe42c0d23420c1c",
  258. "shasum": ""
  259. },
  260. "require": {
  261. "php": ">=5.4",
  262. "psr/http-message": "~1.0"
  263. },
  264. "require-dev": {
  265. "codeclimate/php-test-reporter": "~0.1@dev",
  266. "phpunit/phpunit": "~4.5",
  267. "squizlabs/php_codesniffer": "~2.3"
  268. },
  269. "type": "library",
  270. "extra": {
  271. "branch-alias": {
  272. "dev-master": "1.0.x-dev"
  273. }
  274. },
  275. "autoload": {
  276. "psr-4": {
  277. "Dflydev\\FigCookies\\": "src/Dflydev/FigCookies"
  278. }
  279. },
  280. "notification-url": "https://packagist.org/downloads/",
  281. "license": [
  282. "MIT"
  283. ],
  284. "authors": [
  285. {
  286. "name": "Beau Simensen",
  287. "email": "beau@dflydev.com"
  288. }
  289. ],
  290. "description": "Cookies for PSR-7 HTTP Message Interface.",
  291. "keywords": [
  292. "cookies",
  293. "psr-7",
  294. "psr7"
  295. ],
  296. "time": "2016-03-28T09:10:18+00:00"
  297. },
  298. {
  299. "name": "doctrine/annotations",
  300. "version": "v1.4.0",
  301. "source": {
  302. "type": "git",
  303. "url": "https://github.com/doctrine/annotations.git",
  304. "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
  305. },
  306. "dist": {
  307. "type": "zip",
  308. "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
  309. "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
  310. "shasum": ""
  311. },
  312. "require": {
  313. "doctrine/lexer": "1.*",
  314. "php": "^5.6 || ^7.0"
  315. },
  316. "require-dev": {
  317. "doctrine/cache": "1.*",
  318. "phpunit/phpunit": "^5.7"
  319. },
  320. "type": "library",
  321. "extra": {
  322. "branch-alias": {
  323. "dev-master": "1.4.x-dev"
  324. }
  325. },
  326. "autoload": {
  327. "psr-4": {
  328. "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  329. }
  330. },
  331. "notification-url": "https://packagist.org/downloads/",
  332. "license": [
  333. "MIT"
  334. ],
  335. "authors": [
  336. {
  337. "name": "Roman Borschel",
  338. "email": "roman@code-factory.org"
  339. },
  340. {
  341. "name": "Benjamin Eberlei",
  342. "email": "kontakt@beberlei.de"
  343. },
  344. {
  345. "name": "Guilherme Blanco",
  346. "email": "guilhermeblanco@gmail.com"
  347. },
  348. {
  349. "name": "Jonathan Wage",
  350. "email": "jonwage@gmail.com"
  351. },
  352. {
  353. "name": "Johannes Schmitt",
  354. "email": "schmittjoh@gmail.com"
  355. }
  356. ],
  357. "description": "Docblock Annotations Parser",
  358. "homepage": "http://www.doctrine-project.org",
  359. "keywords": [
  360. "annotations",
  361. "docblock",
  362. "parser"
  363. ],
  364. "time": "2017-02-24T16:22:25+00:00"
  365. },
  366. {
  367. "name": "doctrine/cache",
  368. "version": "v1.6.2",
  369. "source": {
  370. "type": "git",
  371. "url": "https://github.com/doctrine/cache.git",
  372. "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
  373. },
  374. "dist": {
  375. "type": "zip",
  376. "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
  377. "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
  378. "shasum": ""
  379. },
  380. "require": {
  381. "php": "~5.5|~7.0"
  382. },
  383. "conflict": {
  384. "doctrine/common": ">2.2,<2.4"
  385. },
  386. "require-dev": {
  387. "phpunit/phpunit": "~4.8|~5.0",
  388. "predis/predis": "~1.0",
  389. "satooshi/php-coveralls": "~0.6"
  390. },
  391. "type": "library",
  392. "extra": {
  393. "branch-alias": {
  394. "dev-master": "1.6.x-dev"
  395. }
  396. },
  397. "autoload": {
  398. "psr-4": {
  399. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  400. }
  401. },
  402. "notification-url": "https://packagist.org/downloads/",
  403. "license": [
  404. "MIT"
  405. ],
  406. "authors": [
  407. {
  408. "name": "Roman Borschel",
  409. "email": "roman@code-factory.org"
  410. },
  411. {
  412. "name": "Benjamin Eberlei",
  413. "email": "kontakt@beberlei.de"
  414. },
  415. {
  416. "name": "Guilherme Blanco",
  417. "email": "guilhermeblanco@gmail.com"
  418. },
  419. {
  420. "name": "Jonathan Wage",
  421. "email": "jonwage@gmail.com"
  422. },
  423. {
  424. "name": "Johannes Schmitt",
  425. "email": "schmittjoh@gmail.com"
  426. }
  427. ],
  428. "description": "Caching library offering an object-oriented API for many cache backends",
  429. "homepage": "http://www.doctrine-project.org",
  430. "keywords": [
  431. "cache",
  432. "caching"
  433. ],
  434. "time": "2017-07-22T12:49:21+00:00"
  435. },
  436. {
  437. "name": "doctrine/collections",
  438. "version": "v1.4.0",
  439. "source": {
  440. "type": "git",
  441. "url": "https://github.com/doctrine/collections.git",
  442. "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
  443. },
  444. "dist": {
  445. "type": "zip",
  446. "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
  447. "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
  448. "shasum": ""
  449. },
  450. "require": {
  451. "php": "^5.6 || ^7.0"
  452. },
  453. "require-dev": {
  454. "doctrine/coding-standard": "~0.1@dev",
  455. "phpunit/phpunit": "^5.7"
  456. },
  457. "type": "library",
  458. "extra": {
  459. "branch-alias": {
  460. "dev-master": "1.3.x-dev"
  461. }
  462. },
  463. "autoload": {
  464. "psr-0": {
  465. "Doctrine\\Common\\Collections\\": "lib/"
  466. }
  467. },
  468. "notification-url": "https://packagist.org/downloads/",
  469. "license": [
  470. "MIT"
  471. ],
  472. "authors": [
  473. {
  474. "name": "Roman Borschel",
  475. "email": "roman@code-factory.org"
  476. },
  477. {
  478. "name": "Benjamin Eberlei",
  479. "email": "kontakt@beberlei.de"
  480. },
  481. {
  482. "name": "Guilherme Blanco",
  483. "email": "guilhermeblanco@gmail.com"
  484. },
  485. {
  486. "name": "Jonathan Wage",
  487. "email": "jonwage@gmail.com"
  488. },
  489. {
  490. "name": "Johannes Schmitt",
  491. "email": "schmittjoh@gmail.com"
  492. }
  493. ],
  494. "description": "Collections Abstraction library",
  495. "homepage": "http://www.doctrine-project.org",
  496. "keywords": [
  497. "array",
  498. "collections",
  499. "iterator"
  500. ],
  501. "time": "2017-01-03T10:49:41+00:00"
  502. },
  503. {
  504. "name": "doctrine/common",
  505. "version": "v2.7.3",
  506. "source": {
  507. "type": "git",
  508. "url": "https://github.com/doctrine/common.git",
  509. "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
  510. },
  511. "dist": {
  512. "type": "zip",
  513. "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
  514. "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
  515. "shasum": ""
  516. },
  517. "require": {
  518. "doctrine/annotations": "1.*",
  519. "doctrine/cache": "1.*",
  520. "doctrine/collections": "1.*",
  521. "doctrine/inflector": "1.*",
  522. "doctrine/lexer": "1.*",
  523. "php": "~5.6|~7.0"
  524. },
  525. "require-dev": {
  526. "phpunit/phpunit": "^5.4.6"
  527. },
  528. "type": "library",
  529. "extra": {
  530. "branch-alias": {
  531. "dev-master": "2.7.x-dev"
  532. }
  533. },
  534. "autoload": {
  535. "psr-4": {
  536. "Doctrine\\Common\\": "lib/Doctrine/Common"
  537. }
  538. },
  539. "notification-url": "https://packagist.org/downloads/",
  540. "license": [
  541. "MIT"
  542. ],
  543. "authors": [
  544. {
  545. "name": "Roman Borschel",
  546. "email": "roman@code-factory.org"
  547. },
  548. {
  549. "name": "Benjamin Eberlei",
  550. "email": "kontakt@beberlei.de"
  551. },
  552. {
  553. "name": "Guilherme Blanco",
  554. "email": "guilhermeblanco@gmail.com"
  555. },
  556. {
  557. "name": "Jonathan Wage",
  558. "email": "jonwage@gmail.com"
  559. },
  560. {
  561. "name": "Johannes Schmitt",
  562. "email": "schmittjoh@gmail.com"
  563. }
  564. ],
  565. "description": "Common Library for Doctrine projects",
  566. "homepage": "http://www.doctrine-project.org",
  567. "keywords": [
  568. "annotations",
  569. "collections",
  570. "eventmanager",
  571. "persistence",
  572. "spl"
  573. ],
  574. "time": "2017-07-22T08:35:12+00:00"
  575. },
  576. {
  577. "name": "doctrine/dbal",
  578. "version": "v2.5.13",
  579. "source": {
  580. "type": "git",
  581. "url": "https://github.com/doctrine/dbal.git",
  582. "reference": "729340d8d1eec8f01bff708e12e449a3415af873"
  583. },
  584. "dist": {
  585. "type": "zip",
  586. "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
  587. "reference": "729340d8d1eec8f01bff708e12e449a3415af873",
  588. "shasum": ""
  589. },
  590. "require": {
  591. "doctrine/common": ">=2.4,<2.8-dev",
  592. "php": ">=5.3.2"
  593. },
  594. "require-dev": {
  595. "phpunit/phpunit": "4.*",
  596. "symfony/console": "2.*||^3.0"
  597. },
  598. "suggest": {
  599. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  600. },
  601. "bin": [
  602. "bin/doctrine-dbal"
  603. ],
  604. "type": "library",
  605. "extra": {
  606. "branch-alias": {
  607. "dev-master": "2.5.x-dev"
  608. }
  609. },
  610. "autoload": {
  611. "psr-0": {
  612. "Doctrine\\DBAL\\": "lib/"
  613. }
  614. },
  615. "notification-url": "https://packagist.org/downloads/",
  616. "license": [
  617. "MIT"
  618. ],
  619. "authors": [
  620. {
  621. "name": "Roman Borschel",
  622. "email": "roman@code-factory.org"
  623. },
  624. {
  625. "name": "Benjamin Eberlei",
  626. "email": "kontakt@beberlei.de"
  627. },
  628. {
  629. "name": "Guilherme Blanco",
  630. "email": "guilhermeblanco@gmail.com"
  631. },
  632. {
  633. "name": "Jonathan Wage",
  634. "email": "jonwage@gmail.com"
  635. }
  636. ],
  637. "description": "Database Abstraction Layer",
  638. "homepage": "http://www.doctrine-project.org",
  639. "keywords": [
  640. "database",
  641. "dbal",
  642. "persistence",
  643. "queryobject"
  644. ],
  645. "time": "2017-07-22T20:44:48+00:00"
  646. },
  647. {
  648. "name": "doctrine/inflector",
  649. "version": "v1.2.0",
  650. "source": {
  651. "type": "git",
  652. "url": "https://github.com/doctrine/inflector.git",
  653. "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
  654. },
  655. "dist": {
  656. "type": "zip",
  657. "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
  658. "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
  659. "shasum": ""
  660. },
  661. "require": {
  662. "php": "^7.0"
  663. },
  664. "require-dev": {
  665. "phpunit/phpunit": "^6.2"
  666. },
  667. "type": "library",
  668. "extra": {
  669. "branch-alias": {
  670. "dev-master": "1.2.x-dev"
  671. }
  672. },
  673. "autoload": {
  674. "psr-4": {
  675. "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
  676. }
  677. },
  678. "notification-url": "https://packagist.org/downloads/",
  679. "license": [
  680. "MIT"
  681. ],
  682. "authors": [
  683. {
  684. "name": "Roman Borschel",
  685. "email": "roman@code-factory.org"
  686. },
  687. {
  688. "name": "Benjamin Eberlei",
  689. "email": "kontakt@beberlei.de"
  690. },
  691. {
  692. "name": "Guilherme Blanco",
  693. "email": "guilhermeblanco@gmail.com"
  694. },
  695. {
  696. "name": "Jonathan Wage",
  697. "email": "jonwage@gmail.com"
  698. },
  699. {
  700. "name": "Johannes Schmitt",
  701. "email": "schmittjoh@gmail.com"
  702. }
  703. ],
  704. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  705. "homepage": "http://www.doctrine-project.org",
  706. "keywords": [
  707. "inflection",
  708. "pluralize",
  709. "singularize",
  710. "string"
  711. ],
  712. "time": "2017-07-22T12:18:28+00:00"
  713. },
  714. {
  715. "name": "doctrine/lexer",
  716. "version": "v1.0.1",
  717. "source": {
  718. "type": "git",
  719. "url": "https://github.com/doctrine/lexer.git",
  720. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
  721. },
  722. "dist": {
  723. "type": "zip",
  724. "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
  725. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
  726. "shasum": ""
  727. },
  728. "require": {
  729. "php": ">=5.3.2"
  730. },
  731. "type": "library",
  732. "extra": {
  733. "branch-alias": {
  734. "dev-master": "1.0.x-dev"
  735. }
  736. },
  737. "autoload": {
  738. "psr-0": {
  739. "Doctrine\\Common\\Lexer\\": "lib/"
  740. }
  741. },
  742. "notification-url": "https://packagist.org/downloads/",
  743. "license": [
  744. "MIT"
  745. ],
  746. "authors": [
  747. {
  748. "name": "Roman Borschel",
  749. "email": "roman@code-factory.org"
  750. },
  751. {
  752. "name": "Guilherme Blanco",
  753. "email": "guilhermeblanco@gmail.com"
  754. },
  755. {
  756. "name": "Johannes Schmitt",
  757. "email": "schmittjoh@gmail.com"
  758. }
  759. ],
  760. "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
  761. "homepage": "http://www.doctrine-project.org",
  762. "keywords": [
  763. "lexer",
  764. "parser"
  765. ],
  766. "time": "2014-09-09T13:34:57+00:00"
  767. },
  768. {
  769. "name": "embed/embed",
  770. "version": "v3.3.9",
  771. "source": {
  772. "type": "git",
  773. "url": "https://github.com/oscarotero/Embed.git",
  774. "reference": "4f0d7c0ba8dce13228fd35b7a73cd4ef5ab0f02c"
  775. },
  776. "dist": {
  777. "type": "zip",
  778. "url": "https://api.github.com/repos/oscarotero/Embed/zipball/4f0d7c0ba8dce13228fd35b7a73cd4ef5ab0f02c",
  779. "reference": "4f0d7c0ba8dce13228fd35b7a73cd4ef5ab0f02c",
  780. "shasum": ""
  781. },
  782. "require": {
  783. "composer/ca-bundle": "^1.0",
  784. "ext-curl": "*",
  785. "ext-mbstring": "*",
  786. "php": "^5.5|^7.0"
  787. },
  788. "require-dev": {
  789. "friendsofphp/php-cs-fixer": "^2.0",
  790. "phpunit/phpunit": "^4.8|^5.7"
  791. },
  792. "type": "library",
  793. "autoload": {
  794. "psr-4": {
  795. "Embed\\": "src"
  796. }
  797. },
  798. "notification-url": "https://packagist.org/downloads/",
  799. "license": [
  800. "MIT"
  801. ],
  802. "authors": [
  803. {
  804. "name": "Oscar Otero",
  805. "email": "oom@oscarotero.com",
  806. "homepage": "http://oscarotero.com",
  807. "role": "Developer"
  808. }
  809. ],
  810. "description": "PHP library to retrieve page info using oembed, opengraph, etc",
  811. "homepage": "https://github.com/oscarotero/Embed",
  812. "keywords": [
  813. "embed",
  814. "embedly",
  815. "oembed",
  816. "opengraph",
  817. "twitter cards"
  818. ],
  819. "time": "2019-02-25T15:07:28+00:00"
  820. },
  821. {
  822. "name": "evenement/evenement",
  823. "version": "v3.0.1",
  824. "source": {
  825. "type": "git",
  826. "url": "https://github.com/igorw/evenement.git",
  827. "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7"
  828. },
  829. "dist": {
  830. "type": "zip",
  831. "url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
  832. "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
  833. "shasum": ""
  834. },
  835. "require": {
  836. "php": ">=7.0"
  837. },
  838. "require-dev": {
  839. "phpunit/phpunit": "^6.0"
  840. },
  841. "type": "library",
  842. "autoload": {
  843. "psr-0": {
  844. "Evenement": "src"
  845. }
  846. },
  847. "notification-url": "https://packagist.org/downloads/",
  848. "license": [
  849. "MIT"
  850. ],
  851. "authors": [
  852. {
  853. "name": "Igor Wiedler",
  854. "email": "igor@wiedler.ch"
  855. }
  856. ],
  857. "description": "Événement is a very simple event dispatching library for PHP",
  858. "keywords": [
  859. "event-dispatcher",
  860. "event-emitter"
  861. ],
  862. "time": "2017-07-23T21:35:13+00:00"
  863. },
  864. {
  865. "name": "ezyang/htmlpurifier",
  866. "version": "v4.10.0",
  867. "source": {
  868. "type": "git",
  869. "url": "https://github.com/ezyang/htmlpurifier.git",
  870. "reference": "d85d39da4576a6934b72480be6978fb10c860021"
  871. },
  872. "dist": {
  873. "type": "zip",
  874. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
  875. "reference": "d85d39da4576a6934b72480be6978fb10c860021",
  876. "shasum": ""
  877. },
  878. "require": {
  879. "php": ">=5.2"
  880. },
  881. "require-dev": {
  882. "simpletest/simpletest": "^1.1"
  883. },
  884. "type": "library",
  885. "autoload": {
  886. "psr-0": {
  887. "HTMLPurifier": "library/"
  888. },
  889. "files": [
  890. "library/HTMLPurifier.composer.php"
  891. ]
  892. },
  893. "notification-url": "https://packagist.org/downloads/",
  894. "license": [
  895. "LGPL"
  896. ],
  897. "authors": [
  898. {
  899. "name": "Edward Z. Yang",
  900. "email": "admin@htmlpurifier.org",
  901. "homepage": "http://ezyang.com"
  902. }
  903. ],
  904. "description": "Standards compliant HTML filter written in PHP",
  905. "homepage": "http://htmlpurifier.org/",
  906. "keywords": [
  907. "html"
  908. ],
  909. "time": "2018-02-23T01:58:20+00:00"
  910. },
  911. {
  912. "name": "fabiang/sasl",
  913. "version": "1.0.0",
  914. "source": {
  915. "type": "git",
  916. "url": "https://github.com/fabiang/sasl.git",
  917. "reference": "cb49ffc81aa179420e1c7ed36dd06caa0ad3624b"
  918. },
  919. "dist": {
  920. "type": "zip",
  921. "url": "https://api.github.com/repos/fabiang/sasl/zipball/cb49ffc81aa179420e1c7ed36dd06caa0ad3624b",
  922. "reference": "cb49ffc81aa179420e1c7ed36dd06caa0ad3624b",
  923. "shasum": ""
  924. },
  925. "require": {
  926. "php": ">=5.3.0"
  927. },
  928. "require-dev": {
  929. "behat/behat": "~3.0",
  930. "codeclimate/php-test-reporter": "@dev",
  931. "phpunit/phpunit": "~4.4",
  932. "satooshi/php-coveralls": "~0.6"
  933. },
  934. "type": "library",
  935. "extra": {
  936. "branch-alias": {
  937. "dev-master": "1.0.x-dev"
  938. }
  939. },
  940. "autoload": {
  941. "psr-4": {
  942. "Fabiang\\Sasl\\": "src/"
  943. }
  944. },
  945. "notification-url": "https://packagist.org/downloads/",
  946. "license": [
  947. "BSD-3-Clause"
  948. ],
  949. "authors": [
  950. {
  951. "name": "Anish Mistry",
  952. "email": "amistry@am-productions.biz"
  953. },
  954. {
  955. "name": "Richard Heyes",
  956. "email": "richard@php.net"
  957. },
  958. {
  959. "name": "Michael Bretterklieber",
  960. "email": "michael@bretterklieber.com"
  961. },
  962. {
  963. "name": "Fabian Grutschus",
  964. "email": "f.grutschus@lubyte.de"
  965. }
  966. ],
  967. "description": "Abstraction of various SASL mechanism responses.",
  968. "homepage": "https://github.com/fabiang/sasl",
  969. "keywords": [
  970. "Authentication",
  971. "auth",
  972. "sasl",
  973. "scram"
  974. ],
  975. "time": "2015-01-02T09:00:34+00:00"
  976. },
  977. {
  978. "name": "guzzlehttp/psr7",
  979. "version": "1.5.2",
  980. "source": {
  981. "type": "git",
  982. "url": "https://github.com/guzzle/psr7.git",
  983. "reference": "9f83dded91781a01c63574e387eaa769be769115"
  984. },
  985. "dist": {
  986. "type": "zip",
  987. "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
  988. "reference": "9f83dded91781a01c63574e387eaa769be769115",
  989. "shasum": ""
  990. },
  991. "require": {
  992. "php": ">=5.4.0",
  993. "psr/http-message": "~1.0",
  994. "ralouphie/getallheaders": "^2.0.5"
  995. },
  996. "provide": {
  997. "psr/http-message-implementation": "1.0"
  998. },
  999. "require-dev": {
  1000. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
  1001. },
  1002. "type": "library",
  1003. "extra": {
  1004. "branch-alias": {
  1005. "dev-master": "1.5-dev"
  1006. }
  1007. },
  1008. "autoload": {
  1009. "psr-4": {
  1010. "GuzzleHttp\\Psr7\\": "src/"
  1011. },
  1012. "files": [
  1013. "src/functions_include.php"
  1014. ]
  1015. },
  1016. "notification-url": "https://packagist.org/downloads/",
  1017. "license": [
  1018. "MIT"
  1019. ],
  1020. "authors": [
  1021. {
  1022. "name": "Michael Dowling",
  1023. "email": "mtdowling@gmail.com",
  1024. "homepage": "https://github.com/mtdowling"
  1025. },
  1026. {
  1027. "name": "Tobias Schultze",
  1028. "homepage": "https://github.com/Tobion"
  1029. }
  1030. ],
  1031. "description": "PSR-7 message implementation that also provides common utility methods",
  1032. "keywords": [
  1033. "http",
  1034. "message",
  1035. "psr-7",
  1036. "request",
  1037. "response",
  1038. "stream",
  1039. "uri",
  1040. "url"
  1041. ],
  1042. "time": "2018-12-04T20:46:45+00:00"
  1043. },
  1044. {
  1045. "name": "illuminate/container",
  1046. "version": "v5.5.44",
  1047. "source": {
  1048. "type": "git",
  1049. "url": "https://github.com/illuminate/container.git",
  1050. "reference": "7917f4c86ecf7f4d0efcfd83248ad3e301e08858"
  1051. },
  1052. "dist": {
  1053. "type": "zip",
  1054. "url": "https://api.github.com/repos/illuminate/container/zipball/7917f4c86ecf7f4d0efcfd83248ad3e301e08858",
  1055. "reference": "7917f4c86ecf7f4d0efcfd83248ad3e301e08858",
  1056. "shasum": ""
  1057. },
  1058. "require": {
  1059. "illuminate/contracts": "5.5.*",
  1060. "php": ">=7.0",
  1061. "psr/container": "~1.0"
  1062. },
  1063. "type": "library",
  1064. "extra": {
  1065. "branch-alias": {
  1066. "dev-master": "5.5-dev"
  1067. }
  1068. },
  1069. "autoload": {
  1070. "psr-4": {
  1071. "Illuminate\\Container\\": ""
  1072. }
  1073. },
  1074. "notification-url": "https://packagist.org/downloads/",
  1075. "license": [
  1076. "MIT"
  1077. ],
  1078. "authors": [
  1079. {
  1080. "name": "Taylor Otwell",
  1081. "email": "taylor@laravel.com"
  1082. }
  1083. ],
  1084. "description": "The Illuminate Container package.",
  1085. "homepage": "https://laravel.com",
  1086. "time": "2018-01-19T17:58:33+00:00"
  1087. },
  1088. {
  1089. "name": "illuminate/contracts",
  1090. "version": "v5.5.44",
  1091. "source": {
  1092. "type": "git",
  1093. "url": "https://github.com/illuminate/contracts.git",
  1094. "reference": "b2a62b4a85485fca9cf5fa61a933ad64006ff528"
  1095. },
  1096. "dist": {
  1097. "type": "zip",
  1098. "url": "https://api.github.com/repos/illuminate/contracts/zipball/b2a62b4a85485fca9cf5fa61a933ad64006ff528",
  1099. "reference": "b2a62b4a85485fca9cf5fa61a933ad64006ff528",
  1100. "shasum": ""
  1101. },
  1102. "require": {
  1103. "php": ">=7.0",
  1104. "psr/container": "~1.0",
  1105. "psr/simple-cache": "~1.0"
  1106. },
  1107. "type": "library",
  1108. "extra": {
  1109. "branch-alias": {
  1110. "dev-master": "5.5-dev"
  1111. }
  1112. },
  1113. "autoload": {
  1114. "psr-4": {
  1115. "Illuminate\\Contracts\\": ""
  1116. }
  1117. },
  1118. "notification-url": "https://packagist.org/downloads/",
  1119. "license": [
  1120. "MIT"
  1121. ],
  1122. "authors": [
  1123. {
  1124. "name": "Taylor Otwell",
  1125. "email": "taylor@laravel.com"
  1126. }
  1127. ],
  1128. "description": "The Illuminate Contracts package.",
  1129. "homepage": "https://laravel.com",
  1130. "time": "2018-03-20T15:34:35+00:00"
  1131. },
  1132. {
  1133. "name": "illuminate/database",
  1134. "version": "v5.5.44",
  1135. "source": {
  1136. "type": "git",
  1137. "url": "https://github.com/illuminate/database.git",
  1138. "reference": "f5403b3dd774eb89ff0ef5e633e57458c3dc537d"
  1139. },
  1140. "dist": {
  1141. "type": "zip",
  1142. "url": "https://api.github.com/repos/illuminate/database/zipball/f5403b3dd774eb89ff0ef5e633e57458c3dc537d",
  1143. "reference": "f5403b3dd774eb89ff0ef5e633e57458c3dc537d",
  1144. "shasum": ""
  1145. },
  1146. "require": {
  1147. "illuminate/container": "5.5.*",
  1148. "illuminate/contracts": "5.5.*",
  1149. "illuminate/support": "5.5.*",
  1150. "php": ">=7.0"
  1151. },
  1152. "suggest": {
  1153. "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
  1154. "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
  1155. "illuminate/console": "Required to use the database commands (5.5.*).",
  1156. "illuminate/events": "Required to use the observers with Eloquent (5.5.*).",
  1157. "illuminate/filesystem": "Required to use the migrations (5.5.*).",
  1158. "illuminate/pagination": "Required to paginate the result set (5.5.*)."
  1159. },
  1160. "type": "library",
  1161. "extra": {
  1162. "branch-alias": {
  1163. "dev-master": "5.5-dev"
  1164. }
  1165. },
  1166. "autoload": {
  1167. "psr-4": {
  1168. "Illuminate\\Database\\": ""
  1169. }
  1170. },
  1171. "notification-url": "https://packagist.org/downloads/",
  1172. "license": [
  1173. "MIT"
  1174. ],
  1175. "authors": [
  1176. {
  1177. "name": "Taylor Otwell",
  1178. "email": "taylor@laravel.com"
  1179. }
  1180. ],
  1181. "description": "The Illuminate Database package.",
  1182. "homepage": "https://laravel.com",
  1183. "keywords": [
  1184. "database",
  1185. "laravel",
  1186. "orm",
  1187. "sql"
  1188. ],
  1189. "time": "2018-09-23T18:58:54+00:00"
  1190. },
  1191. {
  1192. "name": "illuminate/support",
  1193. "version": "v5.5.44",
  1194. "source": {
  1195. "type": "git",
  1196. "url": "https://github.com/illuminate/support.git",
  1197. "reference": "5c405512d75dcaf5d37791badce02d86ed8e4bc4"
  1198. },
  1199. "dist": {
  1200. "type": "zip",
  1201. "url": "https://api.github.com/repos/illuminate/support/zipball/5c405512d75dcaf5d37791badce02d86ed8e4bc4",
  1202. "reference": "5c405512d75dcaf5d37791badce02d86ed8e4bc4",
  1203. "shasum": ""
  1204. },
  1205. "require": {
  1206. "doctrine/inflector": "~1.1",
  1207. "ext-mbstring": "*",
  1208. "illuminate/contracts": "5.5.*",
  1209. "nesbot/carbon": "^1.24.1",
  1210. "php": ">=7.0"
  1211. },
  1212. "replace": {
  1213. "tightenco/collect": "<5.5.33"
  1214. },
  1215. "suggest": {
  1216. "illuminate/filesystem": "Required to use the composer class (5.5.*).",
  1217. "symfony/process": "Required to use the composer class (~3.3).",
  1218. "symfony/var-dumper": "Required to use the dd function (~3.3)."
  1219. },
  1220. "type": "library",
  1221. "extra": {
  1222. "branch-alias": {
  1223. "dev-master": "5.5-dev"
  1224. }
  1225. },
  1226. "autoload": {
  1227. "psr-4": {
  1228. "Illuminate\\Support\\": ""
  1229. },
  1230. "files": [
  1231. "helpers.php"
  1232. ]
  1233. },
  1234. "notification-url": "https://packagist.org/downloads/",
  1235. "license": [
  1236. "MIT"
  1237. ],
  1238. "authors": [
  1239. {
  1240. "name": "Taylor Otwell",
  1241. "email": "taylor@laravel.com"
  1242. }
  1243. ],
  1244. "description": "The Illuminate Support package.",
  1245. "homepage": "https://laravel.com",
  1246. "time": "2018-08-10T19:40:01+00:00"
  1247. },
  1248. {
  1249. "name": "michelf/php-markdown",
  1250. "version": "1.8.0",
  1251. "source": {
  1252. "type": "git",
  1253. "url": "https://github.com/michelf/php-markdown.git",
  1254. "reference": "01ab082b355bf188d907b9929cd99b2923053495"
  1255. },
  1256. "dist": {
  1257. "type": "zip",
  1258. "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
  1259. "reference": "01ab082b355bf188d907b9929cd99b2923053495",
  1260. "shasum": ""
  1261. },
  1262. "require": {
  1263. "php": ">=5.3.0"
  1264. },
  1265. "type": "library",
  1266. "autoload": {
  1267. "psr-4": {
  1268. "Michelf\\": "Michelf/"
  1269. }
  1270. },
  1271. "notification-url": "https://packagist.org/downloads/",
  1272. "license": [
  1273. "BSD-3-Clause"
  1274. ],
  1275. "authors": [
  1276. {
  1277. "name": "Michel Fortin",
  1278. "email": "michel.fortin@michelf.ca",
  1279. "homepage": "https://michelf.ca/",
  1280. "role": "Developer"
  1281. },
  1282. {
  1283. "name": "John Gruber",
  1284. "homepage": "https://daringfireball.net/"
  1285. }
  1286. ],
  1287. "description": "PHP Markdown",
  1288. "homepage": "https://michelf.ca/projects/php-markdown/",
  1289. "keywords": [
  1290. "markdown"
  1291. ],
  1292. "time": "2018-01-15T00:49:33+00:00"
  1293. },
  1294. {
  1295. "name": "monolog/monolog",
  1296. "version": "1.24.0",
  1297. "source": {
  1298. "type": "git",
  1299. "url": "https://github.com/Seldaek/monolog.git",
  1300. "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
  1301. },
  1302. "dist": {
  1303. "type": "zip",
  1304. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
  1305. "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
  1306. "shasum": ""
  1307. },
  1308. "require": {
  1309. "php": ">=5.3.0",
  1310. "psr/log": "~1.0"
  1311. },
  1312. "provide": {
  1313. "psr/log-implementation": "1.0.0"
  1314. },
  1315. "require-dev": {
  1316. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  1317. "doctrine/couchdb": "~1.0@dev",
  1318. "graylog2/gelf-php": "~1.0",
  1319. "jakub-onderka/php-parallel-lint": "0.9",
  1320. "php-amqplib/php-amqplib": "~2.4",
  1321. "php-console/php-console": "^3.1.3",
  1322. "phpunit/phpunit": "~4.5",
  1323. "phpunit/phpunit-mock-objects": "2.3.0",
  1324. "ruflin/elastica": ">=0.90 <3.0",
  1325. "sentry/sentry": "^0.13",
  1326. "swiftmailer/swiftmailer": "^5.3|^6.0"
  1327. },
  1328. "suggest": {
  1329. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1330. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1331. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1332. "ext-mongo": "Allow sending log messages to a MongoDB server",
  1333. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1334. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  1335. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1336. "php-console/php-console": "Allow sending log messages to Google Chrome",
  1337. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1338. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  1339. "sentry/sentry": "Allow sending log messages to a Sentry server"
  1340. },
  1341. "type": "library",
  1342. "extra": {
  1343. "branch-alias": {
  1344. "dev-master": "2.0.x-dev"
  1345. }
  1346. },
  1347. "autoload": {
  1348. "psr-4": {
  1349. "Monolog\\": "src/Monolog"
  1350. }
  1351. },
  1352. "notification-url": "https://packagist.org/downloads/",
  1353. "license": [
  1354. "MIT"
  1355. ],
  1356. "authors": [
  1357. {
  1358. "name": "Jordi Boggiano",
  1359. "email": "j.boggiano@seld.be",
  1360. "homepage": "http://seld.be"
  1361. }
  1362. ],
  1363. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1364. "homepage": "http://github.com/Seldaek/monolog",
  1365. "keywords": [
  1366. "log",
  1367. "logging",
  1368. "psr-3"
  1369. ],
  1370. "time": "2018-11-05T09:00:11+00:00"
  1371. },
  1372. {
  1373. "name": "nesbot/carbon",
  1374. "version": "1.36.2",
  1375. "source": {
  1376. "type": "git",
  1377. "url": "https://github.com/briannesbitt/Carbon.git",
  1378. "reference": "cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9"
  1379. },
  1380. "dist": {
  1381. "type": "zip",
  1382. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9",
  1383. "reference": "cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9",
  1384. "shasum": ""
  1385. },
  1386. "require": {
  1387. "php": ">=5.3.9",
  1388. "symfony/translation": "~2.6 || ~3.0 || ~4.0"
  1389. },
  1390. "require-dev": {
  1391. "phpunit/phpunit": "^4.8.35 || ^5.7"
  1392. },
  1393. "suggest": {
  1394. "friendsofphp/php-cs-fixer": "Needed for the `composer phpcs` command. Allow to automatically fix code style.",
  1395. "phpstan/phpstan": "Needed for the `composer phpstan` command. Allow to detect potential errors."
  1396. },
  1397. "type": "library",
  1398. "extra": {
  1399. "laravel": {
  1400. "providers": [
  1401. "Carbon\\Laravel\\ServiceProvider"
  1402. ]
  1403. }
  1404. },
  1405. "autoload": {
  1406. "psr-4": {
  1407. "": "src/"
  1408. }
  1409. },
  1410. "notification-url": "https://packagist.org/downloads/",
  1411. "license": [
  1412. "MIT"
  1413. ],
  1414. "authors": [
  1415. {
  1416. "name": "Brian Nesbitt",
  1417. "email": "brian@nesbot.com",
  1418. "homepage": "http://nesbot.com"
  1419. }
  1420. ],
  1421. "description": "A simple API extension for DateTime.",
  1422. "homepage": "http://carbon.nesbot.com",
  1423. "keywords": [
  1424. "date",
  1425. "datetime",
  1426. "time"
  1427. ],
  1428. "time": "2018-12-28T10:07:33+00:00"
  1429. },
  1430. {
  1431. "name": "paragonie/random_compat",
  1432. "version": "v9.99.99",
  1433. "source": {
  1434. "type": "git",
  1435. "url": "https://github.com/paragonie/random_compat.git",
  1436. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  1437. },
  1438. "dist": {
  1439. "type": "zip",
  1440. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  1441. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  1442. "shasum": ""
  1443. },
  1444. "require": {
  1445. "php": "^7"
  1446. },
  1447. "require-dev": {
  1448. "phpunit/phpunit": "4.*|5.*",
  1449. "vimeo/psalm": "^1"
  1450. },
  1451. "suggest": {
  1452. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  1453. },
  1454. "type": "library",
  1455. "notification-url": "https://packagist.org/downloads/",
  1456. "license": [
  1457. "MIT"
  1458. ],
  1459. "authors": [
  1460. {
  1461. "name": "Paragon Initiative Enterprises",
  1462. "email": "security@paragonie.com",
  1463. "homepage": "https://paragonie.com"
  1464. }
  1465. ],
  1466. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  1467. "keywords": [
  1468. "csprng",
  1469. "polyfill",
  1470. "pseudorandom",
  1471. "random"
  1472. ],
  1473. "time": "2018-07-02T15:55:56+00:00"
  1474. },
  1475. {
  1476. "name": "psr/container",
  1477. "version": "1.0.0",
  1478. "source": {
  1479. "type": "git",
  1480. "url": "https://github.com/php-fig/container.git",
  1481. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  1482. },
  1483. "dist": {
  1484. "type": "zip",
  1485. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1486. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1487. "shasum": ""
  1488. },
  1489. "require": {
  1490. "php": ">=5.3.0"
  1491. },
  1492. "type": "library",
  1493. "extra": {
  1494. "branch-alias": {
  1495. "dev-master": "1.0.x-dev"
  1496. }
  1497. },
  1498. "autoload": {
  1499. "psr-4": {
  1500. "Psr\\Container\\": "src/"
  1501. }
  1502. },
  1503. "notification-url": "https://packagist.org/downloads/",
  1504. "license": [
  1505. "MIT"
  1506. ],
  1507. "authors": [
  1508. {
  1509. "name": "PHP-FIG",
  1510. "homepage": "http://www.php-fig.org/"
  1511. }
  1512. ],
  1513. "description": "Common Container Interface (PHP FIG PSR-11)",
  1514. "homepage": "https://github.com/php-fig/container",
  1515. "keywords": [
  1516. "PSR-11",
  1517. "container",
  1518. "container-interface",
  1519. "container-interop",
  1520. "psr"
  1521. ],
  1522. "time": "2017-02-14T16:28:37+00:00"
  1523. },
  1524. {
  1525. "name": "psr/http-message",
  1526. "version": "1.0.1",
  1527. "source": {
  1528. "type": "git",
  1529. "url": "https://github.com/php-fig/http-message.git",
  1530. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  1531. },
  1532. "dist": {
  1533. "type": "zip",
  1534. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  1535. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  1536. "shasum": ""
  1537. },
  1538. "require": {
  1539. "php": ">=5.3.0"
  1540. },
  1541. "type": "library",
  1542. "extra": {
  1543. "branch-alias": {
  1544. "dev-master": "1.0.x-dev"
  1545. }
  1546. },
  1547. "autoload": {
  1548. "psr-4": {
  1549. "Psr\\Http\\Message\\": "src/"
  1550. }
  1551. },
  1552. "notification-url": "https://packagist.org/downloads/",
  1553. "license": [
  1554. "MIT"
  1555. ],
  1556. "authors": [
  1557. {
  1558. "name": "PHP-FIG",
  1559. "homepage": "http://www.php-fig.org/"
  1560. }
  1561. ],
  1562. "description": "Common interface for HTTP messages",
  1563. "homepage": "https://github.com/php-fig/http-message",
  1564. "keywords": [
  1565. "http",
  1566. "http-message",
  1567. "psr",
  1568. "psr-7",
  1569. "request",
  1570. "response"
  1571. ],
  1572. "time": "2016-08-06T14:39:51+00:00"
  1573. },
  1574. {
  1575. "name": "psr/log",
  1576. "version": "1.1.0",
  1577. "source": {
  1578. "type": "git",
  1579. "url": "https://github.com/php-fig/log.git",
  1580. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
  1581. },
  1582. "dist": {
  1583. "type": "zip",
  1584. "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  1585. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  1586. "shasum": ""
  1587. },
  1588. "require": {
  1589. "php": ">=5.3.0"
  1590. },
  1591. "type": "library",
  1592. "extra": {
  1593. "branch-alias": {
  1594. "dev-master": "1.0.x-dev"
  1595. }
  1596. },
  1597. "autoload": {
  1598. "psr-4": {
  1599. "Psr\\Log\\": "Psr/Log/"
  1600. }
  1601. },
  1602. "notification-url": "https://packagist.org/downloads/",
  1603. "license": [
  1604. "MIT"
  1605. ],
  1606. "authors": [
  1607. {
  1608. "name": "PHP-FIG",
  1609. "homepage": "http://www.php-fig.org/"
  1610. }
  1611. ],
  1612. "description": "Common interface for logging libraries",
  1613. "homepage": "https://github.com/php-fig/log",
  1614. "keywords": [
  1615. "log",
  1616. "psr",
  1617. "psr-3"
  1618. ],
  1619. "time": "2018-11-20T15:27:04+00:00"
  1620. },
  1621. {
  1622. "name": "psr/simple-cache",
  1623. "version": "1.0.1",
  1624. "source": {
  1625. "type": "git",
  1626. "url": "https://github.com/php-fig/simple-cache.git",
  1627. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  1628. },
  1629. "dist": {
  1630. "type": "zip",
  1631. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1632. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1633. "shasum": ""
  1634. },
  1635. "require": {
  1636. "php": ">=5.3.0"
  1637. },
  1638. "type": "library",
  1639. "extra": {
  1640. "branch-alias": {
  1641. "dev-master": "1.0.x-dev"
  1642. }
  1643. },
  1644. "autoload": {
  1645. "psr-4": {
  1646. "Psr\\SimpleCache\\": "src/"
  1647. }
  1648. },
  1649. "notification-url": "https://packagist.org/downloads/",
  1650. "license": [
  1651. "MIT"
  1652. ],
  1653. "authors": [
  1654. {
  1655. "name": "PHP-FIG",
  1656. "homepage": "http://www.php-fig.org/"
  1657. }
  1658. ],
  1659. "description": "Common interfaces for simple caching",
  1660. "keywords": [
  1661. "cache",
  1662. "caching",
  1663. "psr",
  1664. "psr-16",
  1665. "simple-cache"
  1666. ],
  1667. "time": "2017-10-23T01:57:42+00:00"
  1668. },
  1669. {
  1670. "name": "rain/raintpl",
  1671. "version": "3.1.1",
  1672. "source": {
  1673. "type": "git",
  1674. "url": "https://github.com/feulf/raintpl3.git",
  1675. "reference": "edee683bf242f40cc75bee46a78759f6c1589dca"
  1676. },
  1677. "dist": {
  1678. "type": "zip",
  1679. "url": "https://api.github.com/repos/feulf/raintpl3/zipball/edee683bf242f40cc75bee46a78759f6c1589dca",
  1680. "reference": "edee683bf242f40cc75bee46a78759f6c1589dca",
  1681. "shasum": ""
  1682. },
  1683. "require": {
  1684. "php": ">=5.3"
  1685. },
  1686. "require-dev": {
  1687. "phpunit/phpunit": "4.4.*"
  1688. },
  1689. "type": "library",
  1690. "autoload": {
  1691. "psr-0": {
  1692. "Rain": "library/"
  1693. }
  1694. },
  1695. "notification-url": "https://packagist.org/downloads/",
  1696. "license": [
  1697. "MIT"
  1698. ],
  1699. "authors": [
  1700. {
  1701. "name": "Rain Community"
  1702. },
  1703. {
  1704. "name": "Federico Ulfo",
  1705. "email": "rainelemental@gmail.com"
  1706. }
  1707. ],
  1708. "description": "easy and fast template engine",
  1709. "homepage": "http://raintpl.com",
  1710. "time": "2018-06-08T21:19:55+00:00"
  1711. },
  1712. {
  1713. "name": "ralouphie/getallheaders",
  1714. "version": "2.0.5",
  1715. "source": {
  1716. "type": "git",
  1717. "url": "https://github.com/ralouphie/getallheaders.git",
  1718. "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
  1719. },
  1720. "dist": {
  1721. "type": "zip",
  1722. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
  1723. "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
  1724. "shasum": ""
  1725. },
  1726. "require": {
  1727. "php": ">=5.3"
  1728. },
  1729. "require-dev": {
  1730. "phpunit/phpunit": "~3.7.0",
  1731. "satooshi/php-coveralls": ">=1.0"
  1732. },
  1733. "type": "library",
  1734. "autoload": {
  1735. "files": [
  1736. "src/getallheaders.php"
  1737. ]
  1738. },
  1739. "notification-url": "https://packagist.org/downloads/",
  1740. "license": [
  1741. "MIT"
  1742. ],
  1743. "authors": [
  1744. {
  1745. "name": "Ralph Khattar",
  1746. "email": "ralph.khattar@gmail.com"
  1747. }
  1748. ],
  1749. "description": "A polyfill for getallheaders.",
  1750. "time": "2016-02-11T07:05:27+00:00"
  1751. },
  1752. {
  1753. "name": "ratchet/pawl",
  1754. "version": "v0.3.4",
  1755. "source": {
  1756. "type": "git",
  1757. "url": "https://github.com/ratchetphp/Pawl.git",
  1758. "reference": "3a7d5b78e0deaec82f42513a4a3193a8eb12feb1"
  1759. },
  1760. "dist": {
  1761. "type": "zip",
  1762. "url": "https://api.github.com/repos/ratchetphp/Pawl/zipball/3a7d5b78e0deaec82f42513a4a3193a8eb12feb1",
  1763. "reference": "3a7d5b78e0deaec82f42513a4a3193a8eb12feb1",
  1764. "shasum": ""
  1765. },
  1766. "require": {
  1767. "evenement/evenement": "^3.0 || ^2.0",
  1768. "php": ">=5.4",
  1769. "ratchet/rfc6455": "^0.2.3",
  1770. "react/socket": "^1.0 || ^0.8 || ^0.7"
  1771. },
  1772. "require-dev": {
  1773. "phpunit/phpunit": "~4.8"
  1774. },
  1775. "suggest": {
  1776. "reactivex/rxphp": "~2.0"
  1777. },
  1778. "type": "library",
  1779. "autoload": {
  1780. "psr-4": {
  1781. "Ratchet\\Client\\": "src"
  1782. },
  1783. "files": [
  1784. "src/functions_include.php"
  1785. ]
  1786. },
  1787. "notification-url": "https://packagist.org/downloads/",
  1788. "license": [
  1789. "MIT"
  1790. ],
  1791. "description": "Asynchronous WebSocket client",
  1792. "keywords": [
  1793. "Ratchet",
  1794. "async",
  1795. "client",
  1796. "websocket",
  1797. "websocket client"
  1798. ],
  1799. "time": "2019-01-14T14:09:36+00:00"
  1800. },
  1801. {
  1802. "name": "ratchet/rfc6455",
  1803. "version": "0.2.4",
  1804. "source": {
  1805. "type": "git",
  1806. "url": "https://github.com/ratchetphp/RFC6455.git",
  1807. "reference": "1612f528c3496ad06e910d0f8b6f16ab97696706"
  1808. },
  1809. "dist": {
  1810. "type": "zip",
  1811. "url": "https://api.github.com/repos/ratchetphp/RFC6455/zipball/1612f528c3496ad06e910d0f8b6f16ab97696706",
  1812. "reference": "1612f528c3496ad06e910d0f8b6f16ab97696706",
  1813. "shasum": ""
  1814. },
  1815. "require": {
  1816. "guzzlehttp/psr7": "^1.0",
  1817. "php": ">=5.4.2"
  1818. },
  1819. "require-dev": {
  1820. "phpunit/phpunit": "4.8.*",
  1821. "react/http": "^0.4.1",
  1822. "react/socket-client": "^0.4.3"
  1823. },
  1824. "type": "library",
  1825. "autoload": {
  1826. "psr-4": {
  1827. "Ratchet\\RFC6455\\": "src"
  1828. }
  1829. },
  1830. "notification-url": "https://packagist.org/downloads/",
  1831. "license": [
  1832. "MIT"
  1833. ],
  1834. "authors": [
  1835. {
  1836. "name": "Chris Boden",
  1837. "email": "cboden@gmail.com",
  1838. "role": "Developer"
  1839. }
  1840. ],
  1841. "description": "RFC6455 WebSocket protocol handler",
  1842. "homepage": "http://socketo.me",
  1843. "keywords": [
  1844. "WebSockets",
  1845. "rfc6455",
  1846. "websocket"
  1847. ],
  1848. "time": "2018-05-02T14:52:00+00:00"
  1849. },
  1850. {
  1851. "name": "react/cache",
  1852. "version": "v0.5.0",
  1853. "source": {
  1854. "type": "git",
  1855. "url": "https://github.com/reactphp/cache.git",
  1856. "reference": "7d7da7fb7574d471904ba357b39bbf110ccdbf66"
  1857. },
  1858. "dist": {
  1859. "type": "zip",
  1860. "url": "https://api.github.com/repos/reactphp/cache/zipball/7d7da7fb7574d471904ba357b39bbf110ccdbf66",
  1861. "reference": "7d7da7fb7574d471904ba357b39bbf110ccdbf66",
  1862. "shasum": ""
  1863. },
  1864. "require": {
  1865. "php": ">=5.3.0",
  1866. "react/promise": "~2.0|~1.1"
  1867. },
  1868. "require-dev": {
  1869. "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
  1870. },
  1871. "type": "library",
  1872. "autoload": {
  1873. "psr-4": {
  1874. "React\\Cache\\": "src/"
  1875. }
  1876. },
  1877. "notification-url": "https://packagist.org/downloads/",
  1878. "license": [
  1879. "MIT"
  1880. ],
  1881. "description": "Async, Promise-based cache interface for ReactPHP",
  1882. "keywords": [
  1883. "cache",
  1884. "caching",
  1885. "promise",
  1886. "reactphp"
  1887. ],
  1888. "time": "2018-06-25T12:52:40+00:00"
  1889. },
  1890. {
  1891. "name": "react/child-process",
  1892. "version": "v0.5.2",
  1893. "source": {
  1894. "type": "git",
  1895. "url": "https://github.com/reactphp/child-process.git",
  1896. "reference": "aae49d7f1340bafb695b9af3ce4421ea41a39620"
  1897. },
  1898. "dist": {
  1899. "type": "zip",
  1900. "url": "https://api.github.com/repos/reactphp/child-process/zipball/aae49d7f1340bafb695b9af3ce4421ea41a39620",
  1901. "reference": "aae49d7f1340bafb695b9af3ce4421ea41a39620",
  1902. "shasum": ""
  1903. },
  1904. "require": {
  1905. "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
  1906. "php": ">=5.3.0",
  1907. "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
  1908. "react/stream": "^1.0 || ^0.7.6"
  1909. },
  1910. "require-dev": {
  1911. "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35",
  1912. "sebastian/environment": "^3.0 || ^2.0 || ^1.0"
  1913. },
  1914. "type": "library",
  1915. "autoload": {
  1916. "psr-4": {
  1917. "React\\ChildProcess\\": "src"
  1918. }
  1919. },
  1920. "notification-url": "https://packagist.org/downloads/",
  1921. "license": [
  1922. "MIT"
  1923. ],
  1924. "description": "Event-driven library for executing child processes with ReactPHP.",
  1925. "keywords": [
  1926. "event-driven",
  1927. "process",
  1928. "reactphp"
  1929. ],
  1930. "time": "2018-01-18T14:53:06+00:00"
  1931. },
  1932. {
  1933. "name": "react/dns",
  1934. "version": "v0.4.17",
  1935. "source": {
  1936. "type": "git",
  1937. "url": "https://github.com/reactphp/dns.git",
  1938. "reference": "0f30c6ceb71504d359d51132a97e1703051f1589"
  1939. },
  1940. "dist": {
  1941. "type": "zip",
  1942. "url": "https://api.github.com/repos/reactphp/dns/zipball/0f30c6ceb71504d359d51132a97e1703051f1589",
  1943. "reference": "0f30c6ceb71504d359d51132a97e1703051f1589",
  1944. "shasum": ""
  1945. },
  1946. "require": {
  1947. "php": ">=5.3.0",
  1948. "react/cache": "^1.0 || ^0.6 || ^0.5 || ^0.4 || ^0.3",
  1949. "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
  1950. "react/promise": "^2.1 || ^1.2.1",
  1951. "react/promise-timer": "^1.2",
  1952. "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.5"
  1953. },
  1954. "require-dev": {
  1955. "clue/block-react": "^1.2",
  1956. "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
  1957. },
  1958. "type": "library",
  1959. "autoload": {
  1960. "psr-4": {
  1961. "React\\Dns\\": "src"
  1962. }
  1963. },
  1964. "notification-url": "https://packagist.org/downloads/",
  1965. "license": [
  1966. "MIT"
  1967. ],
  1968. "description": "Async DNS resolver for ReactPHP",
  1969. "keywords": [
  1970. "async",
  1971. "dns",
  1972. "dns-resolver",
  1973. "reactphp"
  1974. ],
  1975. "time": "2019-04-01T07:31:55+00:00"
  1976. },
  1977. {
  1978. "name": "react/event-loop",
  1979. "version": "v1.1.0",
  1980. "source": {
  1981. "type": "git",
  1982. "url": "https://github.com/reactphp/event-loop.git",
  1983. "reference": "a0ecac955c67b57c40fe4a1b88a7cca1b58c982d"
  1984. },
  1985. "dist": {
  1986. "type": "zip",
  1987. "url": "https://api.github.com/repos/reactphp/event-loop/zipball/a0ecac955c67b57c40fe4a1b88a7cca1b58c982d",
  1988. "reference": "a0ecac955c67b57c40fe4a1b88a7cca1b58c982d",
  1989. "shasum": ""
  1990. },
  1991. "require": {
  1992. "php": ">=5.3.0"
  1993. },
  1994. "require-dev": {
  1995. "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
  1996. },
  1997. "suggest": {
  1998. "ext-event": "~1.0 for ExtEventLoop",
  1999. "ext-pcntl": "For signal handling support when using the StreamSelectLoop",
  2000. "ext-uv": "* for ExtUvLoop"
  2001. },
  2002. "type": "library",
  2003. "autoload": {
  2004. "psr-4": {
  2005. "React\\EventLoop\\": "src"
  2006. }
  2007. },
  2008. "notification-url": "https://packagist.org/downloads/",
  2009. "license": [
  2010. "MIT"
  2011. ],
  2012. "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
  2013. "keywords": [
  2014. "asynchronous",
  2015. "event-loop"
  2016. ],
  2017. "time": "2019-02-07T16:19:49+00:00"
  2018. },
  2019. {
  2020. "name": "react/http",
  2021. "version": "v0.8.4",
  2022. "source": {
  2023. "type": "git",
  2024. "url": "https://github.com/reactphp/http.git",
  2025. "reference": "b29ab96557ac5c53e738fcb26f73f631a3f81f1a"
  2026. },
  2027. "dist": {
  2028. "type": "zip",
  2029. "url": "https://api.github.com/repos/reactphp/http/zipball/b29ab96557ac5c53e738fcb26f73f631a3f81f1a",
  2030. "reference": "b29ab96557ac5c53e738fcb26f73f631a3f81f1a",
  2031. "shasum": ""
  2032. },
  2033. "require": {
  2034. "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
  2035. "php": ">=5.3.0",
  2036. "react/promise": "^2.3 || ^1.2.1",
  2037. "react/promise-stream": "^1.1",
  2038. "react/socket": "^1.0 || ^0.8.3",
  2039. "react/stream": "^1.0 || ^0.7.1",
  2040. "ringcentral/psr7": "^1.2"
  2041. },
  2042. "require-dev": {
  2043. "clue/block-react": "^1.1",
  2044. "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
  2045. },
  2046. "type": "library",
  2047. "autoload": {
  2048. "psr-4": {
  2049. "React\\Http\\": "src"
  2050. }
  2051. },
  2052. "notification-url": "https://packagist.org/downloads/",
  2053. "license": [
  2054. "MIT"
  2055. ],
  2056. "description": "Event-driven, streaming plaintext HTTP and secure HTTPS server for ReactPHP",
  2057. "keywords": [
  2058. "event-driven",
  2059. "http",
  2060. "https",
  2061. "reactphp",
  2062. "server",
  2063. "streaming"
  2064. ],
  2065. "time": "2019-01-16T07:26:32+00:00"
  2066. },
  2067. {
  2068. "name": "react/promise",
  2069. "version": "v2.7.1",
  2070. "source": {
  2071. "type": "git",
  2072. "url": "https://github.com/reactphp/promise.git",
  2073. "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d"
  2074. },
  2075. "dist": {
  2076. "type": "zip",
  2077. "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
  2078. "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
  2079. "shasum": ""
  2080. },
  2081. "require": {
  2082. "php": ">=5.4.0"
  2083. },
  2084. "require-dev": {
  2085. "phpunit/phpunit": "~4.8"
  2086. },
  2087. "type": "library",
  2088. "autoload": {
  2089. "psr-4": {
  2090. "React\\Promise\\": "src/"
  2091. },
  2092. "files": [
  2093. "src/functions_include.php"
  2094. ]
  2095. },
  2096. "notification-url": "https://packagist.org/downloads/",
  2097. "license": [
  2098. "MIT"
  2099. ],
  2100. "authors": [
  2101. {
  2102. "name": "Jan Sorgalla",
  2103. "email": "jsorgalla@gmail.com"
  2104. }
  2105. ],
  2106. "description": "A lightweight implementation of CommonJS Promises/A for PHP",
  2107. "keywords": [
  2108. "promise",
  2109. "promises"
  2110. ],
  2111. "time": "2019-01-07T21:25:54+00:00"
  2112. },
  2113. {
  2114. "name": "react/promise-stream",
  2115. "version": "v1.1.1",
  2116. "source": {
  2117. "type": "git",
  2118. "url": "https://github.com/reactphp/promise-stream.git",
  2119. "reference": "00e269d611e9c9a29356aef64c07f7e513e73dc9"
  2120. },
  2121. "dist": {
  2122. "type": "zip",
  2123. "url": "https://api.github.com/repos/reactphp/promise-stream/zipball/00e269d611e9c9a29356aef64c07f7e513e73dc9",
  2124. "reference": "00e269d611e9c9a29356aef64c07f7e513e73dc9",
  2125. "shasum": ""
  2126. },
  2127. "require": {
  2128. "php": ">=5.3",
  2129. "react/promise": "^2.1 || ^1.2",
  2130. "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4 || ^0.3"
  2131. },
  2132. "require-dev": {
  2133. "clue/block-react": "^1.0",
  2134. "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35",
  2135. "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
  2136. "react/promise-timer": "^1.0"
  2137. },
  2138. "type": "library",
  2139. "autoload": {
  2140. "psr-4": {
  2141. "React\\Promise\\Stream\\": "src/"
  2142. },
  2143. "files": [
  2144. "src/functions_include.php"
  2145. ]
  2146. },
  2147. "notification-url": "https://packagist.org/downloads/",
  2148. "license": [
  2149. "MIT"
  2150. ],
  2151. "authors": [
  2152. {
  2153. "name": "Christian Lück",
  2154. "email": "christian@lueck.tv"
  2155. }
  2156. ],
  2157. "description": "The missing link between Promise-land and Stream-land for ReactPHP",
  2158. "homepage": "https://github.com/reactphp/promise-stream",
  2159. "keywords": [
  2160. "Buffer",
  2161. "async",
  2162. "promise",
  2163. "reactphp",
  2164. "stream",
  2165. "unwrap"
  2166. ],
  2167. "time": "2017-12-22T12:02:05+00:00"
  2168. },
  2169. {
  2170. "name": "react/promise-timer",
  2171. "version": "v1.5.1",
  2172. "source": {
  2173. "type": "git",
  2174. "url": "https://github.com/reactphp/promise-timer.git",
  2175. "reference": "35fb910604fd86b00023fc5cda477c8074ad0abc"
  2176. },
  2177. "dist": {
  2178. "type": "zip",
  2179. "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/35fb910604fd86b00023fc5cda477c8074ad0abc",
  2180. "reference": "35fb910604fd86b00023fc5cda477c8074ad0abc",
  2181. "shasum": ""
  2182. },
  2183. "require": {
  2184. "php": ">=5.3",
  2185. "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
  2186. "react/promise": "^2.7.0 || ^1.2.1"
  2187. },
  2188. "require-dev": {
  2189. "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
  2190. },
  2191. "type": "library",
  2192. "autoload": {
  2193. "psr-4": {
  2194. "React\\Promise\\Timer\\": "src/"
  2195. },
  2196. "files": [
  2197. "src/functions_include.php"
  2198. ]
  2199. },
  2200. "notification-url": "https://packagist.org/downloads/",
  2201. "license": [
  2202. "MIT"
  2203. ],
  2204. "authors": [
  2205. {
  2206. "name": "Christian Lück",
  2207. "email": "christian@lueck.tv"
  2208. }
  2209. ],
  2210. "description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.",
  2211. "homepage": "https://github.com/reactphp/promise-timer",
  2212. "keywords": [
  2213. "async",
  2214. "event-loop",
  2215. "promise",
  2216. "reactphp",
  2217. "timeout",
  2218. "timer"
  2219. ],
  2220. "time": "2019-03-27T18:10:32+00:00"
  2221. },
  2222. {
  2223. "name": "react/socket",
  2224. "version": "v1.2.0",
  2225. "source": {
  2226. "type": "git",
  2227. "url": "https://github.com/reactphp/socket.git",
  2228. "reference": "23b7372bb25cea934f6124f5bdac34e30161959e"
  2229. },
  2230. "dist": {
  2231. "type": "zip",
  2232. "url": "https://api.github.com/repos/reactphp/socket/zipball/23b7372bb25cea934f6124f5bdac34e30161959e",
  2233. "reference": "23b7372bb25cea934f6124f5bdac34e30161959e",
  2234. "shasum": ""
  2235. },
  2236. "require": {
  2237. "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
  2238. "php": ">=5.3.0",
  2239. "react/dns": "^0.4.13",
  2240. "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
  2241. "react/promise": "^2.6.0 || ^1.2.1",
  2242. "react/promise-timer": "^1.4.0",
  2243. "react/stream": "^1.1"
  2244. },
  2245. "require-dev": {
  2246. "clue/block-react": "^1.2",
  2247. "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
  2248. },
  2249. "type": "library",
  2250. "autoload": {
  2251. "psr-4": {
  2252. "React\\Socket\\": "src"
  2253. }
  2254. },
  2255. "notification-url": "https://packagist.org/downloads/",
  2256. "license": [
  2257. "MIT"
  2258. ],
  2259. "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
  2260. "keywords": [
  2261. "Connection",
  2262. "Socket",
  2263. "async",
  2264. "reactphp",
  2265. "stream"
  2266. ],
  2267. "time": "2019-01-07T14:10:13+00:00"
  2268. },
  2269. {
  2270. "name": "react/stream",
  2271. "version": "v1.1.0",
  2272. "source": {
  2273. "type": "git",
  2274. "url": "https://github.com/reactphp/stream.git",
  2275. "reference": "50426855f7a77ddf43b9266c22320df5bf6c6ce6"
  2276. },
  2277. "dist": {
  2278. "type": "zip",
  2279. "url": "https://api.github.com/repos/reactphp/stream/zipball/50426855f7a77ddf43b9266c22320df5bf6c6ce6",
  2280. "reference": "50426855f7a77ddf43b9266c22320df5bf6c6ce6",
  2281. "shasum": ""
  2282. },
  2283. "require": {
  2284. "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
  2285. "php": ">=5.3.8",
  2286. "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5"
  2287. },
  2288. "require-dev": {
  2289. "clue/stream-filter": "~1.2",
  2290. "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
  2291. },
  2292. "type": "library",
  2293. "autoload": {
  2294. "psr-4": {
  2295. "React\\Stream\\": "src"
  2296. }
  2297. },
  2298. "notification-url": "https://packagist.org/downloads/",
  2299. "license": [
  2300. "MIT"
  2301. ],
  2302. "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
  2303. "keywords": [
  2304. "event-driven",
  2305. "io",
  2306. "non-blocking",
  2307. "pipe",
  2308. "reactphp",
  2309. "readable",
  2310. "stream",
  2311. "writable"
  2312. ],
  2313. "time": "2019-01-01T16:15:09+00:00"
  2314. },
  2315. {
  2316. "name": "respect/validation",
  2317. "version": "1.1.30",
  2318. "source": {
  2319. "type": "git",
  2320. "url": "https://github.com/Respect/Validation.git",
  2321. "reference": "9bafee191d9c560827105a849e2b29d8446f0f6f"
  2322. },
  2323. "dist": {
  2324. "type": "zip",
  2325. "url": "https://api.github.com/repos/Respect/Validation/zipball/9bafee191d9c560827105a849e2b29d8446f0f6f",
  2326. "reference": "9bafee191d9c560827105a849e2b29d8446f0f6f",
  2327. "shasum": ""
  2328. },
  2329. "require": {
  2330. "php": ">=5.4",
  2331. "symfony/polyfill-mbstring": "^1.2"
  2332. },
  2333. "require-dev": {
  2334. "egulias/email-validator": "~1.2 || ~2.1",
  2335. "mikey179/vfsstream": "^1.5",
  2336. "phpunit/phpunit": "~4.0 || ~5.0",
  2337. "symfony/validator": "~2.6.9",
  2338. "zendframework/zend-validator": "~2.3"
  2339. },
  2340. "suggest": {
  2341. "egulias/email-validator": "Strict (RFC compliant) email validation",
  2342. "ext-bcmath": "Arbitrary Precision Mathematics",
  2343. "ext-mbstring": "Multibyte String Functions",
  2344. "friendsofphp/php-cs-fixer": "Fix PSR2 and other coding style issues",
  2345. "symfony/validator": "Use Symfony validator through Respect\\Validation",
  2346. "zendframework/zend-validator": "Use Zend Framework validator through Respect\\Validation"
  2347. },
  2348. "type": "library",
  2349. "extra": {
  2350. "branch-alias": {
  2351. "dev-master": "1.1-dev"
  2352. }
  2353. },
  2354. "autoload": {
  2355. "psr-4": {
  2356. "Respect\\Validation\\": "library/"
  2357. }
  2358. },
  2359. "notification-url": "https://packagist.org/downloads/",
  2360. "license": [
  2361. "BSD-3-Clause"
  2362. ],
  2363. "authors": [
  2364. {
  2365. "name": "Respect/Validation Contributors",
  2366. "homepage": "https://github.com/Respect/Validation/graphs/contributors"
  2367. }
  2368. ],
  2369. "description": "The most awesome validation engine ever created for PHP",
  2370. "homepage": "http://respect.github.io/Validation/",
  2371. "keywords": [
  2372. "respect",
  2373. "validation",
  2374. "validator"
  2375. ],
  2376. "time": "2019-03-31T13:27:49+00:00"
  2377. },
  2378. {
  2379. "name": "ringcentral/psr7",
  2380. "version": "1.2.2",
  2381. "source": {
  2382. "type": "git",
  2383. "url": "https://github.com/ringcentral/psr7.git",
  2384. "reference": "dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c"
  2385. },
  2386. "dist": {
  2387. "type": "zip",
  2388. "url": "https://api.github.com/repos/ringcentral/psr7/zipball/dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c",
  2389. "reference": "dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c",
  2390. "shasum": ""
  2391. },
  2392. "require": {
  2393. "php": ">=5.3",
  2394. "psr/http-message": "~1.0"
  2395. },
  2396. "provide": {
  2397. "psr/http-message-implementation": "1.0"
  2398. },
  2399. "require-dev": {
  2400. "phpunit/phpunit": "~4.0"
  2401. },
  2402. "type": "library",
  2403. "extra": {
  2404. "branch-alias": {
  2405. "dev-master": "1.0-dev"
  2406. }
  2407. },
  2408. "autoload": {
  2409. "psr-4": {
  2410. "RingCentral\\Psr7\\": "src/"
  2411. },
  2412. "files": [
  2413. "src/functions_include.php"
  2414. ]
  2415. },
  2416. "notification-url": "https://packagist.org/downloads/",
  2417. "license": [
  2418. "MIT"
  2419. ],
  2420. "authors": [
  2421. {
  2422. "name": "Michael Dowling",
  2423. "email": "mtdowling@gmail.com",
  2424. "homepage": "https://github.com/mtdowling"
  2425. }
  2426. ],
  2427. "description": "PSR-7 message implementation",
  2428. "keywords": [
  2429. "http",
  2430. "message",
  2431. "stream",
  2432. "uri"
  2433. ],
  2434. "time": "2018-01-15T21:00:49+00:00"
  2435. },
  2436. {
  2437. "name": "robmorgan/phinx",
  2438. "version": "0.9.2",
  2439. "source": {
  2440. "type": "git",
  2441. "url": "https://github.com/cakephp/phinx.git",
  2442. "reference": "e1698319ad55157c233b658c08f7a10617e797ca"
  2443. },
  2444. "dist": {
  2445. "type": "zip",
  2446. "url": "https://api.github.com/repos/cakephp/phinx/zipball/e1698319ad55157c233b658c08f7a10617e797ca",
  2447. "reference": "e1698319ad55157c233b658c08f7a10617e797ca",
  2448. "shasum": ""
  2449. },
  2450. "require": {
  2451. "php": ">=5.4",
  2452. "symfony/config": "^2.8|^3.0|^4.0",
  2453. "symfony/console": "^2.8|^3.0|^4.0",
  2454. "symfony/yaml": "^2.8|^3.0|^4.0"
  2455. },
  2456. "require-dev": {
  2457. "cakephp/cakephp-codesniffer": "^3.0",
  2458. "phpunit/phpunit": "^4.8.35|^5.7|^6.5"
  2459. },
  2460. "bin": [
  2461. "bin/phinx"
  2462. ],
  2463. "type": "library",
  2464. "autoload": {
  2465. "psr-4": {
  2466. "Phinx\\": "src/Phinx"
  2467. }
  2468. },
  2469. "notification-url": "https://packagist.org/downloads/",
  2470. "license": [
  2471. "MIT"
  2472. ],
  2473. "authors": [
  2474. {
  2475. "name": "Woody Gilk",
  2476. "email": "woody.gilk@gmail.com",
  2477. "homepage": "http://shadowhand.me",
  2478. "role": "Developer"
  2479. },
  2480. {
  2481. "name": "Rob Morgan",
  2482. "email": "robbym@gmail.com",
  2483. "homepage": "https://robmorgan.id.au",
  2484. "role": "Lead Developer"
  2485. },
  2486. {
  2487. "name": "Richard Quadling",
  2488. "email": "rquadling@gmail.com",
  2489. "role": "Developer"
  2490. },
  2491. {
  2492. "name": "CakePHP Community",
  2493. "homepage": "https://github.com/cakephp/phinx/graphs/contributors"
  2494. }
  2495. ],
  2496. "description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.",
  2497. "homepage": "https://phinx.org",
  2498. "keywords": [
  2499. "database",
  2500. "database migrations",
  2501. "db",
  2502. "migrations",
  2503. "phinx"
  2504. ],
  2505. "time": "2017-12-23T06:48:51+00:00"
  2506. },
  2507. {
  2508. "name": "symfony/config",
  2509. "version": "v3.3.6",
  2510. "source": {
  2511. "type": "git",
  2512. "url": "https://github.com/symfony/config.git",
  2513. "reference": "54ee12b0dd60f294132cabae6f5da9573d2e5297"
  2514. },
  2515. "dist": {
  2516. "type": "zip",
  2517. "url": "https://api.github.com/repos/symfony/config/zipball/54ee12b0dd60f294132cabae6f5da9573d2e5297",
  2518. "reference": "54ee12b0dd60f294132cabae6f5da9573d2e5297",
  2519. "shasum": ""
  2520. },
  2521. "require": {
  2522. "php": ">=5.5.9",
  2523. "symfony/filesystem": "~2.8|~3.0"
  2524. },
  2525. "conflict": {
  2526. "symfony/dependency-injection": "<3.3",
  2527. "symfony/finder": "<3.3"
  2528. },
  2529. "require-dev": {
  2530. "symfony/dependency-injection": "~3.3",
  2531. "symfony/finder": "~3.3",
  2532. "symfony/yaml": "~3.0"
  2533. },
  2534. "suggest": {
  2535. "symfony/yaml": "To use the yaml reference dumper"
  2536. },
  2537. "type": "library",
  2538. "extra": {
  2539. "branch-alias": {
  2540. "dev-master": "3.3-dev"
  2541. }
  2542. },
  2543. "autoload": {
  2544. "psr-4": {
  2545. "Symfony\\Component\\Config\\": ""
  2546. },
  2547. "exclude-from-classmap": [
  2548. "/Tests/"
  2549. ]
  2550. },
  2551. "notification-url": "https://packagist.org/downloads/",
  2552. "license": [
  2553. "MIT"
  2554. ],
  2555. "authors": [
  2556. {
  2557. "name": "Fabien Potencier",
  2558. "email": "fabien@symfony.com"
  2559. },
  2560. {
  2561. "name": "Symfony Community",
  2562. "homepage": "https://symfony.com/contributors"
  2563. }
  2564. ],
  2565. "description": "Symfony Config Component",
  2566. "homepage": "https://symfony.com",
  2567. "time": "2017-07-19T07:37:29+00:00"
  2568. },
  2569. {
  2570. "name": "symfony/console",
  2571. "version": "v3.3.6",
  2572. "source": {
  2573. "type": "git",
  2574. "url": "https://github.com/symfony/console.git",
  2575. "reference": "b0878233cb5c4391347e5495089c7af11b8e6201"
  2576. },
  2577. "dist": {
  2578. "type": "zip",
  2579. "url": "https://api.github.com/repos/symfony/console/zipball/b0878233cb5c4391347e5495089c7af11b8e6201",
  2580. "reference": "b0878233cb5c4391347e5495089c7af11b8e6201",
  2581. "shasum": ""
  2582. },
  2583. "require": {
  2584. "php": ">=5.5.9",
  2585. "symfony/debug": "~2.8|~3.0",
  2586. "symfony/polyfill-mbstring": "~1.0"
  2587. },
  2588. "conflict": {
  2589. "symfony/dependency-injection": "<3.3"
  2590. },
  2591. "require-dev": {
  2592. "psr/log": "~1.0",
  2593. "symfony/config": "~3.3",
  2594. "symfony/dependency-injection": "~3.3",
  2595. "symfony/event-dispatcher": "~2.8|~3.0",
  2596. "symfony/filesystem": "~2.8|~3.0",
  2597. "symfony/http-kernel": "~2.8|~3.0",
  2598. "symfony/process": "~2.8|~3.0"
  2599. },
  2600. "suggest": {
  2601. "psr/log": "For using the console logger",
  2602. "symfony/event-dispatcher": "",
  2603. "symfony/filesystem": "",
  2604. "symfony/process": ""
  2605. },
  2606. "type": "library",
  2607. "extra": {
  2608. "branch-alias": {
  2609. "dev-master": "3.3-dev"
  2610. }
  2611. },
  2612. "autoload": {
  2613. "psr-4": {
  2614. "Symfony\\Component\\Console\\": ""
  2615. },
  2616. "exclude-from-classmap": [
  2617. "/Tests/"
  2618. ]
  2619. },
  2620. "notification-url": "https://packagist.org/downloads/",
  2621. "license": [
  2622. "MIT"
  2623. ],
  2624. "authors": [
  2625. {
  2626. "name": "Fabien Potencier",
  2627. "email": "fabien@symfony.com"
  2628. },
  2629. {
  2630. "name": "Symfony Community",
  2631. "homepage": "https://symfony.com/contributors"
  2632. }
  2633. ],
  2634. "description": "Symfony Console Component",
  2635. "homepage": "https://symfony.com",
  2636. "time": "2017-07-29T21:27:59+00:00"
  2637. },
  2638. {
  2639. "name": "symfony/debug",
  2640. "version": "v3.3.6",
  2641. "source": {
  2642. "type": "git",
  2643. "url": "https://github.com/symfony/debug.git",
  2644. "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13"
  2645. },
  2646. "dist": {
  2647. "type": "zip",
  2648. "url": "https://api.github.com/repos/symfony/debug/zipball/7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
  2649. "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
  2650. "shasum": ""
  2651. },
  2652. "require": {
  2653. "php": ">=5.5.9",
  2654. "psr/log": "~1.0"
  2655. },
  2656. "conflict": {
  2657. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  2658. },
  2659. "require-dev": {
  2660. "symfony/http-kernel": "~2.8|~3.0"
  2661. },
  2662. "type": "library",
  2663. "extra": {
  2664. "branch-alias": {
  2665. "dev-master": "3.3-dev"
  2666. }
  2667. },
  2668. "autoload": {
  2669. "psr-4": {
  2670. "Symfony\\Component\\Debug\\": ""
  2671. },
  2672. "exclude-from-classmap": [
  2673. "/Tests/"
  2674. ]
  2675. },
  2676. "notification-url": "https://packagist.org/downloads/",
  2677. "license": [
  2678. "MIT"
  2679. ],
  2680. "authors": [
  2681. {
  2682. "name": "Fabien Potencier",
  2683. "email": "fabien@symfony.com"
  2684. },
  2685. {
  2686. "name": "Symfony Community",
  2687. "homepage": "https://symfony.com/contributors"
  2688. }
  2689. ],
  2690. "description": "Symfony Debug Component",
  2691. "homepage": "https://symfony.com",
  2692. "time": "2017-07-28T15:27:31+00:00"
  2693. },
  2694. {
  2695. "name": "symfony/filesystem",
  2696. "version": "v3.3.6",
  2697. "source": {
  2698. "type": "git",
  2699. "url": "https://github.com/symfony/filesystem.git",
  2700. "reference": "427987eb4eed764c3b6e38d52a0f87989e010676"
  2701. },
  2702. "dist": {
  2703. "type": "zip",
  2704. "url": "https://api.github.com/repos/symfony/filesystem/zipball/427987eb4eed764c3b6e38d52a0f87989e010676",
  2705. "reference": "427987eb4eed764c3b6e38d52a0f87989e010676",
  2706. "shasum": ""
  2707. },
  2708. "require": {
  2709. "php": ">=5.5.9"
  2710. },
  2711. "type": "library",
  2712. "extra": {
  2713. "branch-alias": {
  2714. "dev-master": "3.3-dev"
  2715. }
  2716. },
  2717. "autoload": {
  2718. "psr-4": {
  2719. "Symfony\\Component\\Filesystem\\": ""
  2720. },
  2721. "exclude-from-classmap": [
  2722. "/Tests/"
  2723. ]
  2724. },
  2725. "notification-url": "https://packagist.org/downloads/",
  2726. "license": [
  2727. "MIT"
  2728. ],
  2729. "authors": [
  2730. {
  2731. "name": "Fabien Potencier",
  2732. "email": "fabien@symfony.com"
  2733. },
  2734. {
  2735. "name": "Symfony Community",
  2736. "homepage": "https://symfony.com/contributors"
  2737. }
  2738. ],
  2739. "description": "Symfony Filesystem Component",
  2740. "homepage": "https://symfony.com",
  2741. "time": "2017-07-11T07:17:58+00:00"
  2742. },
  2743. {
  2744. "name": "symfony/http-foundation",
  2745. "version": "v3.3.6",
  2746. "source": {
  2747. "type": "git",
  2748. "url": "https://github.com/symfony/http-foundation.git",
  2749. "reference": "49e8cd2d59a7aa9bfab19e46de680c76e500a031"
  2750. },
  2751. "dist": {
  2752. "type": "zip",
  2753. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/49e8cd2d59a7aa9bfab19e46de680c76e500a031",
  2754. "reference": "49e8cd2d59a7aa9bfab19e46de680c76e500a031",
  2755. "shasum": ""
  2756. },
  2757. "require": {
  2758. "php": ">=5.5.9",
  2759. "symfony/polyfill-mbstring": "~1.1"
  2760. },
  2761. "require-dev": {
  2762. "symfony/expression-language": "~2.8|~3.0"
  2763. },
  2764. "type": "library",
  2765. "extra": {
  2766. "branch-alias": {
  2767. "dev-master": "3.3-dev"
  2768. }
  2769. },
  2770. "autoload": {
  2771. "psr-4": {
  2772. "Symfony\\Component\\HttpFoundation\\": ""
  2773. },
  2774. "exclude-from-classmap": [
  2775. "/Tests/"
  2776. ]
  2777. },
  2778. "notification-url": "https://packagist.org/downloads/",
  2779. "license": [
  2780. "MIT"
  2781. ],
  2782. "authors": [
  2783. {
  2784. "name": "Fabien Potencier",
  2785. "email": "fabien@symfony.com"
  2786. },
  2787. {
  2788. "name": "Symfony Community",
  2789. "homepage": "https://symfony.com/contributors"
  2790. }
  2791. ],
  2792. "description": "Symfony HttpFoundation Component",
  2793. "homepage": "https://symfony.com",
  2794. "time": "2017-07-21T11:04:46+00:00"
  2795. },
  2796. {
  2797. "name": "symfony/polyfill-mbstring",
  2798. "version": "v1.11.0",
  2799. "source": {
  2800. "type": "git",
  2801. "url": "https://github.com/symfony/polyfill-mbstring.git",
  2802. "reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
  2803. },
  2804. "dist": {
  2805. "type": "zip",
  2806. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
  2807. "reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
  2808. "shasum": ""
  2809. },
  2810. "require": {
  2811. "php": ">=5.3.3"
  2812. },
  2813. "suggest": {
  2814. "ext-mbstring": "For best performance"
  2815. },
  2816. "type": "library",
  2817. "extra": {
  2818. "branch-alias": {
  2819. "dev-master": "1.11-dev"
  2820. }
  2821. },
  2822. "autoload": {
  2823. "psr-4": {
  2824. "Symfony\\Polyfill\\Mbstring\\": ""
  2825. },
  2826. "files": [
  2827. "bootstrap.php"
  2828. ]
  2829. },
  2830. "notification-url": "https://packagist.org/downloads/",
  2831. "license": [
  2832. "MIT"
  2833. ],
  2834. "authors": [
  2835. {
  2836. "name": "Nicolas Grekas",
  2837. "email": "p@tchwork.com"
  2838. },
  2839. {
  2840. "name": "Symfony Community",
  2841. "homepage": "https://symfony.com/contributors"
  2842. }
  2843. ],
  2844. "description": "Symfony polyfill for the Mbstring extension",
  2845. "homepage": "https://symfony.com",
  2846. "keywords": [
  2847. "compatibility",
  2848. "mbstring",
  2849. "polyfill",
  2850. "portable",
  2851. "shim"
  2852. ],
  2853. "time": "2019-02-06T07:57:58+00:00"
  2854. },
  2855. {
  2856. "name": "symfony/routing",
  2857. "version": "v3.3.6",
  2858. "source": {
  2859. "type": "git",
  2860. "url": "https://github.com/symfony/routing.git",
  2861. "reference": "4aee1a917fd4859ff8b51b9fd1dfb790a5ecfa26"
  2862. },
  2863. "dist": {
  2864. "type": "zip",
  2865. "url": "https://api.github.com/repos/symfony/routing/zipball/4aee1a917fd4859ff8b51b9fd1dfb790a5ecfa26",
  2866. "reference": "4aee1a917fd4859ff8b51b9fd1dfb790a5ecfa26",
  2867. "shasum": ""
  2868. },
  2869. "require": {
  2870. "php": ">=5.5.9"
  2871. },
  2872. "conflict": {
  2873. "symfony/config": "<2.8",
  2874. "symfony/dependency-injection": "<3.3",
  2875. "symfony/yaml": "<3.3"
  2876. },
  2877. "require-dev": {
  2878. "doctrine/annotations": "~1.0",
  2879. "doctrine/common": "~2.2",
  2880. "psr/log": "~1.0",
  2881. "symfony/config": "~2.8|~3.0",
  2882. "symfony/dependency-injection": "~3.3",
  2883. "symfony/expression-language": "~2.8|~3.0",
  2884. "symfony/http-foundation": "~2.8|~3.0",
  2885. "symfony/yaml": "~3.3"
  2886. },
  2887. "suggest": {
  2888. "doctrine/annotations": "For using the annotation loader",
  2889. "symfony/config": "For using the all-in-one router or any loader",
  2890. "symfony/dependency-injection": "For loading routes from a service",
  2891. "symfony/expression-language": "For using expression matching",
  2892. "symfony/http-foundation": "For using a Symfony Request object",
  2893. "symfony/yaml": "For using the YAML loader"
  2894. },
  2895. "type": "library",
  2896. "extra": {
  2897. "branch-alias": {
  2898. "dev-master": "3.3-dev"
  2899. }
  2900. },
  2901. "autoload": {
  2902. "psr-4": {
  2903. "Symfony\\Component\\Routing\\": ""
  2904. },
  2905. "exclude-from-classmap": [
  2906. "/Tests/"
  2907. ]
  2908. },
  2909. "notification-url": "https://packagist.org/downloads/",
  2910. "license": [
  2911. "MIT"
  2912. ],
  2913. "authors": [
  2914. {
  2915. "name": "Fabien Potencier",
  2916. "email": "fabien@symfony.com"
  2917. },
  2918. {
  2919. "name": "Symfony Community",
  2920. "homepage": "https://symfony.com/contributors"
  2921. }
  2922. ],
  2923. "description": "Symfony Routing Component",
  2924. "homepage": "https://symfony.com",
  2925. "keywords": [
  2926. "router",
  2927. "routing",
  2928. "uri",
  2929. "url"
  2930. ],
  2931. "time": "2017-07-21T17:43:13+00:00"
  2932. },
  2933. {
  2934. "name": "symfony/translation",
  2935. "version": "v3.3.6",
  2936. "source": {
  2937. "type": "git",
  2938. "url": "https://github.com/symfony/translation.git",
  2939. "reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3"
  2940. },
  2941. "dist": {
  2942. "type": "zip",
  2943. "url": "https://api.github.com/repos/symfony/translation/zipball/35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3",
  2944. "reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3",
  2945. "shasum": ""
  2946. },
  2947. "require": {
  2948. "php": ">=5.5.9",
  2949. "symfony/polyfill-mbstring": "~1.0"
  2950. },
  2951. "conflict": {
  2952. "symfony/config": "<2.8",
  2953. "symfony/yaml": "<3.3"
  2954. },
  2955. "require-dev": {
  2956. "psr/log": "~1.0",
  2957. "symfony/config": "~2.8|~3.0",
  2958. "symfony/intl": "^2.8.18|^3.2.5",
  2959. "symfony/yaml": "~3.3"
  2960. },
  2961. "suggest": {
  2962. "psr/log": "To use logging capability in translator",
  2963. "symfony/config": "",
  2964. "symfony/yaml": ""
  2965. },
  2966. "type": "library",
  2967. "extra": {
  2968. "branch-alias": {
  2969. "dev-master": "3.3-dev"
  2970. }
  2971. },
  2972. "autoload": {
  2973. "psr-4": {
  2974. "Symfony\\Component\\Translation\\": ""
  2975. },
  2976. "exclude-from-classmap": [
  2977. "/Tests/"
  2978. ]
  2979. },
  2980. "notification-url": "https://packagist.org/downloads/",
  2981. "license": [
  2982. "MIT"
  2983. ],
  2984. "authors": [
  2985. {
  2986. "name": "Fabien Potencier",
  2987. "email": "fabien@symfony.com"
  2988. },
  2989. {
  2990. "name": "Symfony Community",
  2991. "homepage": "https://symfony.com/contributors"
  2992. }
  2993. ],
  2994. "description": "Symfony Translation Component",
  2995. "homepage": "https://symfony.com",
  2996. "time": "2017-06-24T16:45:30+00:00"
  2997. },
  2998. {
  2999. "name": "symfony/yaml",
  3000. "version": "v3.3.6",
  3001. "source": {
  3002. "type": "git",
  3003. "url": "https://github.com/symfony/yaml.git",
  3004. "reference": "ddc23324e6cfe066f3dd34a37ff494fa80b617ed"
  3005. },
  3006. "dist": {
  3007. "type": "zip",
  3008. "url": "https://api.github.com/repos/symfony/yaml/zipball/ddc23324e6cfe066f3dd34a37ff494fa80b617ed",
  3009. "reference": "ddc23324e6cfe066f3dd34a37ff494fa80b617ed",
  3010. "shasum": ""
  3011. },
  3012. "require": {
  3013. "php": ">=5.5.9"
  3014. },
  3015. "require-dev": {
  3016. "symfony/console": "~2.8|~3.0"
  3017. },
  3018. "suggest": {
  3019. "symfony/console": "For validating YAML files using the lint command"
  3020. },
  3021. "type": "library",
  3022. "extra": {
  3023. "branch-alias": {
  3024. "dev-master": "3.3-dev"
  3025. }
  3026. },
  3027. "autoload": {
  3028. "psr-4": {
  3029. "Symfony\\Component\\Yaml\\": ""
  3030. },
  3031. "exclude-from-classmap": [
  3032. "/Tests/"
  3033. ]
  3034. },
  3035. "notification-url": "https://packagist.org/downloads/",
  3036. "license": [
  3037. "MIT"
  3038. ],
  3039. "authors": [
  3040. {
  3041. "name": "Fabien Potencier",
  3042. "email": "fabien@symfony.com"
  3043. },
  3044. {
  3045. "name": "Symfony Community",
  3046. "homepage": "https://symfony.com/contributors"
  3047. }
  3048. ],
  3049. "description": "Symfony Yaml Component",
  3050. "homepage": "https://symfony.com",
  3051. "time": "2017-07-23T12:43:26+00:00"
  3052. },
  3053. {
  3054. "name": "wikimedia/composer-merge-plugin",
  3055. "version": "v1.4.1",
  3056. "source": {
  3057. "type": "git",
  3058. "url": "https://github.com/wikimedia/composer-merge-plugin.git",
  3059. "reference": "81c6ac72a24a67383419c7eb9aa2b3437f2ab100"
  3060. },
  3061. "dist": {
  3062. "type": "zip",
  3063. "url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/81c6ac72a24a67383419c7eb9aa2b3437f2ab100",
  3064. "reference": "81c6ac72a24a67383419c7eb9aa2b3437f2ab100",
  3065. "shasum": ""
  3066. },
  3067. "require": {
  3068. "composer-plugin-api": "^1.0",
  3069. "php": ">=5.3.2"
  3070. },
  3071. "require-dev": {
  3072. "composer/composer": "~1.0.0",
  3073. "jakub-onderka/php-parallel-lint": "~0.8",
  3074. "phpunit/phpunit": "~4.8|~5.0",
  3075. "squizlabs/php_codesniffer": "~2.1.0"
  3076. },
  3077. "type": "composer-plugin",
  3078. "extra": {
  3079. "branch-alias": {
  3080. "dev-master": "1.3.x-dev"
  3081. },
  3082. "class": "Wikimedia\\Composer\\MergePlugin"
  3083. },
  3084. "autoload": {
  3085. "psr-4": {
  3086. "Wikimedia\\Composer\\": "src/"
  3087. }
  3088. },
  3089. "notification-url": "https://packagist.org/downloads/",
  3090. "license": [
  3091. "MIT"
  3092. ],
  3093. "authors": [
  3094. {
  3095. "name": "Bryan Davis",
  3096. "email": "bd808@wikimedia.org"
  3097. }
  3098. ],
  3099. "description": "Composer plugin to merge multiple composer.json files",
  3100. "time": "2017-04-25T02:31:25+00:00"
  3101. }
  3102. ],
  3103. "packages-dev": [],
  3104. "aliases": [],
  3105. "minimum-stability": "stable",
  3106. "stability-flags": [],
  3107. "prefer-stable": false,
  3108. "prefer-lowest": false,
  3109. "platform": {
  3110. "php": ">=7.0.0",
  3111. "ext-curl": "*",
  3112. "ext-gd": "*",
  3113. "ext-dom": "*",
  3114. "ext-mbstring": "*",
  3115. "ext-imagick": "*",
  3116. "ext-json": "*"
  3117. },
  3118. "platform-dev": [],
  3119. "platform-overrides": {
  3120. "php": "7.0"
  3121. }
  3122. }