Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
910
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 188.18 KB | None | 0 0
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "7ee37bd7d3a9823ac4ca3d5bdae09377",
  8. "packages": [
  9. {
  10. "name": "aws/aws-sdk-php",
  11. "version": "3.36.16",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/aws/aws-sdk-php.git",
  15. "reference": "f8bb15a002e709cba85de3981b0ffac7968fffb5"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/f8bb15a002e709cba85de3981b0ffac7968fffb5",
  20. "reference": "f8bb15a002e709cba85de3981b0ffac7968fffb5",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-json": "*",
  25. "ext-pcre": "*",
  26. "ext-simplexml": "*",
  27. "ext-spl": "*",
  28. "guzzlehttp/guzzle": "^5.3.1|^6.2.1",
  29. "guzzlehttp/promises": "~1.0",
  30. "guzzlehttp/psr7": "^1.4.1",
  31. "mtdowling/jmespath.php": "~2.2",
  32. "php": ">=5.5"
  33. },
  34. "require-dev": {
  35. "andrewsville/php-token-reflection": "^1.4",
  36. "aws/aws-php-sns-message-validator": "~1.0",
  37. "behat/behat": "~3.0",
  38. "doctrine/cache": "~1.4",
  39. "ext-dom": "*",
  40. "ext-openssl": "*",
  41. "nette/neon": "^2.3",
  42. "phpunit/phpunit": "^4.8.35|^5.4.0",
  43. "psr/cache": "^1.0"
  44. },
  45. "suggest": {
  46. "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
  47. "doctrine/cache": "To use the DoctrineCacheAdapter",
  48. "ext-curl": "To send requests using cURL",
  49. "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages"
  50. },
  51. "type": "library",
  52. "extra": {
  53. "branch-alias": {
  54. "dev-master": "3.0-dev"
  55. }
  56. },
  57. "autoload": {
  58. "psr-4": {
  59. "Aws\\": "src/"
  60. },
  61. "files": [
  62. "src/functions.php"
  63. ]
  64. },
  65. "notification-url": "https://packagist.org/downloads/",
  66. "license": [
  67. "Apache-2.0"
  68. ],
  69. "authors": [
  70. {
  71. "name": "Amazon Web Services",
  72. "homepage": "http://aws.amazon.com"
  73. }
  74. ],
  75. "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
  76. "homepage": "http://aws.amazon.com/sdkforphp",
  77. "keywords": [
  78. "amazon",
  79. "aws",
  80. "cloud",
  81. "dynamodb",
  82. "ec2",
  83. "glacier",
  84. "s3",
  85. "sdk"
  86. ],
  87. "time": "2017-09-27T22:02:13+00:00"
  88. },
  89. {
  90. "name": "defuse/php-encryption",
  91. "version": "v2.1.0",
  92. "source": {
  93. "type": "git",
  94. "url": "https://github.com/defuse/php-encryption.git",
  95. "reference": "5176f5abb38d3ea8a6e3ac6cd3bbb54d8185a689"
  96. },
  97. "dist": {
  98. "type": "zip",
  99. "url": "https://api.github.com/repos/defuse/php-encryption/zipball/5176f5abb38d3ea8a6e3ac6cd3bbb54d8185a689",
  100. "reference": "5176f5abb38d3ea8a6e3ac6cd3bbb54d8185a689",
  101. "shasum": ""
  102. },
  103. "require": {
  104. "ext-openssl": "*",
  105. "paragonie/random_compat": "~2.0",
  106. "php": ">=5.4.0"
  107. },
  108. "require-dev": {
  109. "nikic/php-parser": "^2.0|^3.0",
  110. "phpunit/phpunit": "^4|^5"
  111. },
  112. "bin": [
  113. "bin/generate-defuse-key"
  114. ],
  115. "type": "library",
  116. "autoload": {
  117. "psr-4": {
  118. "Defuse\\Crypto\\": "src"
  119. }
  120. },
  121. "notification-url": "https://packagist.org/downloads/",
  122. "license": [
  123. "MIT"
  124. ],
  125. "authors": [
  126. {
  127. "name": "Taylor Hornby",
  128. "email": "taylor@defuse.ca",
  129. "homepage": "https://defuse.ca/"
  130. },
  131. {
  132. "name": "Scott Arciszewski",
  133. "email": "info@paragonie.com",
  134. "homepage": "https://paragonie.com"
  135. }
  136. ],
  137. "description": "Secure PHP Encryption Library",
  138. "keywords": [
  139. "aes",
  140. "authenticated encryption",
  141. "cipher",
  142. "crypto",
  143. "cryptography",
  144. "encrypt",
  145. "encryption",
  146. "openssl",
  147. "security",
  148. "symmetric key cryptography"
  149. ],
  150. "time": "2017-05-18T21:28:48+00:00"
  151. },
  152. {
  153. "name": "dnoegel/php-xdg-base-dir",
  154. "version": "0.1",
  155. "source": {
  156. "type": "git",
  157. "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
  158. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
  159. },
  160. "dist": {
  161. "type": "zip",
  162. "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
  163. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
  164. "shasum": ""
  165. },
  166. "require": {
  167. "php": ">=5.3.2"
  168. },
  169. "require-dev": {
  170. "phpunit/phpunit": "@stable"
  171. },
  172. "type": "project",
  173. "autoload": {
  174. "psr-4": {
  175. "XdgBaseDir\\": "src/"
  176. }
  177. },
  178. "notification-url": "https://packagist.org/downloads/",
  179. "license": [
  180. "MIT"
  181. ],
  182. "description": "implementation of xdg base directory specification for php",
  183. "time": "2014-10-24T07:27:01+00:00"
  184. },
  185. {
  186. "name": "doctrine/annotations",
  187. "version": "v1.4.0",
  188. "source": {
  189. "type": "git",
  190. "url": "https://github.com/doctrine/annotations.git",
  191. "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
  192. },
  193. "dist": {
  194. "type": "zip",
  195. "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
  196. "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
  197. "shasum": ""
  198. },
  199. "require": {
  200. "doctrine/lexer": "1.*",
  201. "php": "^5.6 || ^7.0"
  202. },
  203. "require-dev": {
  204. "doctrine/cache": "1.*",
  205. "phpunit/phpunit": "^5.7"
  206. },
  207. "type": "library",
  208. "extra": {
  209. "branch-alias": {
  210. "dev-master": "1.4.x-dev"
  211. }
  212. },
  213. "autoload": {
  214. "psr-4": {
  215. "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  216. }
  217. },
  218. "notification-url": "https://packagist.org/downloads/",
  219. "license": [
  220. "MIT"
  221. ],
  222. "authors": [
  223. {
  224. "name": "Roman Borschel",
  225. "email": "roman@code-factory.org"
  226. },
  227. {
  228. "name": "Benjamin Eberlei",
  229. "email": "kontakt@beberlei.de"
  230. },
  231. {
  232. "name": "Guilherme Blanco",
  233. "email": "guilhermeblanco@gmail.com"
  234. },
  235. {
  236. "name": "Jonathan Wage",
  237. "email": "jonwage@gmail.com"
  238. },
  239. {
  240. "name": "Johannes Schmitt",
  241. "email": "schmittjoh@gmail.com"
  242. }
  243. ],
  244. "description": "Docblock Annotations Parser",
  245. "homepage": "http://www.doctrine-project.org",
  246. "keywords": [
  247. "annotations",
  248. "docblock",
  249. "parser"
  250. ],
  251. "time": "2017-02-24T16:22:25+00:00"
  252. },
  253. {
  254. "name": "doctrine/cache",
  255. "version": "v1.6.2",
  256. "source": {
  257. "type": "git",
  258. "url": "https://github.com/doctrine/cache.git",
  259. "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
  260. },
  261. "dist": {
  262. "type": "zip",
  263. "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
  264. "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
  265. "shasum": ""
  266. },
  267. "require": {
  268. "php": "~5.5|~7.0"
  269. },
  270. "conflict": {
  271. "doctrine/common": ">2.2,<2.4"
  272. },
  273. "require-dev": {
  274. "phpunit/phpunit": "~4.8|~5.0",
  275. "predis/predis": "~1.0",
  276. "satooshi/php-coveralls": "~0.6"
  277. },
  278. "type": "library",
  279. "extra": {
  280. "branch-alias": {
  281. "dev-master": "1.6.x-dev"
  282. }
  283. },
  284. "autoload": {
  285. "psr-4": {
  286. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  287. }
  288. },
  289. "notification-url": "https://packagist.org/downloads/",
  290. "license": [
  291. "MIT"
  292. ],
  293. "authors": [
  294. {
  295. "name": "Roman Borschel",
  296. "email": "roman@code-factory.org"
  297. },
  298. {
  299. "name": "Benjamin Eberlei",
  300. "email": "kontakt@beberlei.de"
  301. },
  302. {
  303. "name": "Guilherme Blanco",
  304. "email": "guilhermeblanco@gmail.com"
  305. },
  306. {
  307. "name": "Jonathan Wage",
  308. "email": "jonwage@gmail.com"
  309. },
  310. {
  311. "name": "Johannes Schmitt",
  312. "email": "schmittjoh@gmail.com"
  313. }
  314. ],
  315. "description": "Caching library offering an object-oriented API for many cache backends",
  316. "homepage": "http://www.doctrine-project.org",
  317. "keywords": [
  318. "cache",
  319. "caching"
  320. ],
  321. "time": "2017-07-22T12:49:21+00:00"
  322. },
  323. {
  324. "name": "doctrine/collections",
  325. "version": "v1.4.0",
  326. "source": {
  327. "type": "git",
  328. "url": "https://github.com/doctrine/collections.git",
  329. "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
  330. },
  331. "dist": {
  332. "type": "zip",
  333. "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
  334. "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
  335. "shasum": ""
  336. },
  337. "require": {
  338. "php": "^5.6 || ^7.0"
  339. },
  340. "require-dev": {
  341. "doctrine/coding-standard": "~0.1@dev",
  342. "phpunit/phpunit": "^5.7"
  343. },
  344. "type": "library",
  345. "extra": {
  346. "branch-alias": {
  347. "dev-master": "1.3.x-dev"
  348. }
  349. },
  350. "autoload": {
  351. "psr-0": {
  352. "Doctrine\\Common\\Collections\\": "lib/"
  353. }
  354. },
  355. "notification-url": "https://packagist.org/downloads/",
  356. "license": [
  357. "MIT"
  358. ],
  359. "authors": [
  360. {
  361. "name": "Roman Borschel",
  362. "email": "roman@code-factory.org"
  363. },
  364. {
  365. "name": "Benjamin Eberlei",
  366. "email": "kontakt@beberlei.de"
  367. },
  368. {
  369. "name": "Guilherme Blanco",
  370. "email": "guilhermeblanco@gmail.com"
  371. },
  372. {
  373. "name": "Jonathan Wage",
  374. "email": "jonwage@gmail.com"
  375. },
  376. {
  377. "name": "Johannes Schmitt",
  378. "email": "schmittjoh@gmail.com"
  379. }
  380. ],
  381. "description": "Collections Abstraction library",
  382. "homepage": "http://www.doctrine-project.org",
  383. "keywords": [
  384. "array",
  385. "collections",
  386. "iterator"
  387. ],
  388. "time": "2017-01-03T10:49:41+00:00"
  389. },
  390. {
  391. "name": "doctrine/common",
  392. "version": "v2.7.3",
  393. "source": {
  394. "type": "git",
  395. "url": "https://github.com/doctrine/common.git",
  396. "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
  397. },
  398. "dist": {
  399. "type": "zip",
  400. "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
  401. "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
  402. "shasum": ""
  403. },
  404. "require": {
  405. "doctrine/annotations": "1.*",
  406. "doctrine/cache": "1.*",
  407. "doctrine/collections": "1.*",
  408. "doctrine/inflector": "1.*",
  409. "doctrine/lexer": "1.*",
  410. "php": "~5.6|~7.0"
  411. },
  412. "require-dev": {
  413. "phpunit/phpunit": "^5.4.6"
  414. },
  415. "type": "library",
  416. "extra": {
  417. "branch-alias": {
  418. "dev-master": "2.7.x-dev"
  419. }
  420. },
  421. "autoload": {
  422. "psr-4": {
  423. "Doctrine\\Common\\": "lib/Doctrine/Common"
  424. }
  425. },
  426. "notification-url": "https://packagist.org/downloads/",
  427. "license": [
  428. "MIT"
  429. ],
  430. "authors": [
  431. {
  432. "name": "Roman Borschel",
  433. "email": "roman@code-factory.org"
  434. },
  435. {
  436. "name": "Benjamin Eberlei",
  437. "email": "kontakt@beberlei.de"
  438. },
  439. {
  440. "name": "Guilherme Blanco",
  441. "email": "guilhermeblanco@gmail.com"
  442. },
  443. {
  444. "name": "Jonathan Wage",
  445. "email": "jonwage@gmail.com"
  446. },
  447. {
  448. "name": "Johannes Schmitt",
  449. "email": "schmittjoh@gmail.com"
  450. }
  451. ],
  452. "description": "Common Library for Doctrine projects",
  453. "homepage": "http://www.doctrine-project.org",
  454. "keywords": [
  455. "annotations",
  456. "collections",
  457. "eventmanager",
  458. "persistence",
  459. "spl"
  460. ],
  461. "time": "2017-07-22T08:35:12+00:00"
  462. },
  463. {
  464. "name": "doctrine/dbal",
  465. "version": "v2.5.13",
  466. "source": {
  467. "type": "git",
  468. "url": "https://github.com/doctrine/dbal.git",
  469. "reference": "729340d8d1eec8f01bff708e12e449a3415af873"
  470. },
  471. "dist": {
  472. "type": "zip",
  473. "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
  474. "reference": "729340d8d1eec8f01bff708e12e449a3415af873",
  475. "shasum": ""
  476. },
  477. "require": {
  478. "doctrine/common": ">=2.4,<2.8-dev",
  479. "php": ">=5.3.2"
  480. },
  481. "require-dev": {
  482. "phpunit/phpunit": "4.*",
  483. "symfony/console": "2.*||^3.0"
  484. },
  485. "suggest": {
  486. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  487. },
  488. "bin": [
  489. "bin/doctrine-dbal"
  490. ],
  491. "type": "library",
  492. "extra": {
  493. "branch-alias": {
  494. "dev-master": "2.5.x-dev"
  495. }
  496. },
  497. "autoload": {
  498. "psr-0": {
  499. "Doctrine\\DBAL\\": "lib/"
  500. }
  501. },
  502. "notification-url": "https://packagist.org/downloads/",
  503. "license": [
  504. "MIT"
  505. ],
  506. "authors": [
  507. {
  508. "name": "Roman Borschel",
  509. "email": "roman@code-factory.org"
  510. },
  511. {
  512. "name": "Benjamin Eberlei",
  513. "email": "kontakt@beberlei.de"
  514. },
  515. {
  516. "name": "Guilherme Blanco",
  517. "email": "guilhermeblanco@gmail.com"
  518. },
  519. {
  520. "name": "Jonathan Wage",
  521. "email": "jonwage@gmail.com"
  522. }
  523. ],
  524. "description": "Database Abstraction Layer",
  525. "homepage": "http://www.doctrine-project.org",
  526. "keywords": [
  527. "database",
  528. "dbal",
  529. "persistence",
  530. "queryobject"
  531. ],
  532. "time": "2017-07-22T20:44:48+00:00"
  533. },
  534. {
  535. "name": "doctrine/inflector",
  536. "version": "v1.2.0",
  537. "source": {
  538. "type": "git",
  539. "url": "https://github.com/doctrine/inflector.git",
  540. "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
  541. },
  542. "dist": {
  543. "type": "zip",
  544. "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
  545. "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
  546. "shasum": ""
  547. },
  548. "require": {
  549. "php": "^7.0"
  550. },
  551. "require-dev": {
  552. "phpunit/phpunit": "^6.2"
  553. },
  554. "type": "library",
  555. "extra": {
  556. "branch-alias": {
  557. "dev-master": "1.2.x-dev"
  558. }
  559. },
  560. "autoload": {
  561. "psr-4": {
  562. "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
  563. }
  564. },
  565. "notification-url": "https://packagist.org/downloads/",
  566. "license": [
  567. "MIT"
  568. ],
  569. "authors": [
  570. {
  571. "name": "Roman Borschel",
  572. "email": "roman@code-factory.org"
  573. },
  574. {
  575. "name": "Benjamin Eberlei",
  576. "email": "kontakt@beberlei.de"
  577. },
  578. {
  579. "name": "Guilherme Blanco",
  580. "email": "guilhermeblanco@gmail.com"
  581. },
  582. {
  583. "name": "Jonathan Wage",
  584. "email": "jonwage@gmail.com"
  585. },
  586. {
  587. "name": "Johannes Schmitt",
  588. "email": "schmittjoh@gmail.com"
  589. }
  590. ],
  591. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  592. "homepage": "http://www.doctrine-project.org",
  593. "keywords": [
  594. "inflection",
  595. "pluralize",
  596. "singularize",
  597. "string"
  598. ],
  599. "time": "2017-07-22T12:18:28+00:00"
  600. },
  601. {
  602. "name": "doctrine/lexer",
  603. "version": "v1.0.1",
  604. "source": {
  605. "type": "git",
  606. "url": "https://github.com/doctrine/lexer.git",
  607. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
  608. },
  609. "dist": {
  610. "type": "zip",
  611. "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
  612. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
  613. "shasum": ""
  614. },
  615. "require": {
  616. "php": ">=5.3.2"
  617. },
  618. "type": "library",
  619. "extra": {
  620. "branch-alias": {
  621. "dev-master": "1.0.x-dev"
  622. }
  623. },
  624. "autoload": {
  625. "psr-0": {
  626. "Doctrine\\Common\\Lexer\\": "lib/"
  627. }
  628. },
  629. "notification-url": "https://packagist.org/downloads/",
  630. "license": [
  631. "MIT"
  632. ],
  633. "authors": [
  634. {
  635. "name": "Roman Borschel",
  636. "email": "roman@code-factory.org"
  637. },
  638. {
  639. "name": "Guilherme Blanco",
  640. "email": "guilhermeblanco@gmail.com"
  641. },
  642. {
  643. "name": "Johannes Schmitt",
  644. "email": "schmittjoh@gmail.com"
  645. }
  646. ],
  647. "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
  648. "homepage": "http://www.doctrine-project.org",
  649. "keywords": [
  650. "lexer",
  651. "parser"
  652. ],
  653. "time": "2014-09-09T13:34:57+00:00"
  654. },
  655. {
  656. "name": "erusev/parsedown",
  657. "version": "1.6.3",
  658. "source": {
  659. "type": "git",
  660. "url": "https://github.com/erusev/parsedown.git",
  661. "reference": "728952b90a333b5c6f77f06ea9422b94b585878d"
  662. },
  663. "dist": {
  664. "type": "zip",
  665. "url": "https://api.github.com/repos/erusev/parsedown/zipball/728952b90a333b5c6f77f06ea9422b94b585878d",
  666. "reference": "728952b90a333b5c6f77f06ea9422b94b585878d",
  667. "shasum": ""
  668. },
  669. "require": {
  670. "php": ">=5.3.0"
  671. },
  672. "type": "library",
  673. "autoload": {
  674. "psr-0": {
  675. "Parsedown": ""
  676. }
  677. },
  678. "notification-url": "https://packagist.org/downloads/",
  679. "license": [
  680. "MIT"
  681. ],
  682. "authors": [
  683. {
  684. "name": "Emanuil Rusev",
  685. "email": "hello@erusev.com",
  686. "homepage": "http://erusev.com"
  687. }
  688. ],
  689. "description": "Parser for Markdown.",
  690. "homepage": "http://parsedown.org",
  691. "keywords": [
  692. "markdown",
  693. "parser"
  694. ],
  695. "time": "2017-05-14T14:47:48+00:00"
  696. },
  697. {
  698. "name": "firebase/php-jwt",
  699. "version": "v4.0.0",
  700. "source": {
  701. "type": "git",
  702. "url": "https://github.com/firebase/php-jwt.git",
  703. "reference": "dccf163dc8ed7ed6a00afc06c51ee5186a428d35"
  704. },
  705. "dist": {
  706. "type": "zip",
  707. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/dccf163dc8ed7ed6a00afc06c51ee5186a428d35",
  708. "reference": "dccf163dc8ed7ed6a00afc06c51ee5186a428d35",
  709. "shasum": ""
  710. },
  711. "require": {
  712. "php": ">=5.3.0"
  713. },
  714. "type": "library",
  715. "autoload": {
  716. "psr-4": {
  717. "Firebase\\JWT\\": "src"
  718. }
  719. },
  720. "notification-url": "https://packagist.org/downloads/",
  721. "license": [
  722. "BSD-3-Clause"
  723. ],
  724. "authors": [
  725. {
  726. "name": "Neuman Vong",
  727. "email": "neuman+pear@twilio.com",
  728. "role": "Developer"
  729. },
  730. {
  731. "name": "Anant Narayanan",
  732. "email": "anant@php.net",
  733. "role": "Developer"
  734. }
  735. ],
  736. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  737. "homepage": "https://github.com/firebase/php-jwt",
  738. "time": "2016-07-18T04:51:16+00:00"
  739. },
  740. {
  741. "name": "guzzlehttp/guzzle",
  742. "version": "6.3.0",
  743. "source": {
  744. "type": "git",
  745. "url": "https://github.com/guzzle/guzzle.git",
  746. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
  747. },
  748. "dist": {
  749. "type": "zip",
  750. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  751. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  752. "shasum": ""
  753. },
  754. "require": {
  755. "guzzlehttp/promises": "^1.0",
  756. "guzzlehttp/psr7": "^1.4",
  757. "php": ">=5.5"
  758. },
  759. "require-dev": {
  760. "ext-curl": "*",
  761. "phpunit/phpunit": "^4.0 || ^5.0",
  762. "psr/log": "^1.0"
  763. },
  764. "suggest": {
  765. "psr/log": "Required for using the Log middleware"
  766. },
  767. "type": "library",
  768. "extra": {
  769. "branch-alias": {
  770. "dev-master": "6.2-dev"
  771. }
  772. },
  773. "autoload": {
  774. "files": [
  775. "src/functions_include.php"
  776. ],
  777. "psr-4": {
  778. "GuzzleHttp\\": "src/"
  779. }
  780. },
  781. "notification-url": "https://packagist.org/downloads/",
  782. "license": [
  783. "MIT"
  784. ],
  785. "authors": [
  786. {
  787. "name": "Michael Dowling",
  788. "email": "mtdowling@gmail.com",
  789. "homepage": "https://github.com/mtdowling"
  790. }
  791. ],
  792. "description": "Guzzle is a PHP HTTP client library",
  793. "homepage": "http://guzzlephp.org/",
  794. "keywords": [
  795. "client",
  796. "curl",
  797. "framework",
  798. "http",
  799. "http client",
  800. "rest",
  801. "web service"
  802. ],
  803. "time": "2017-06-22T18:50:49+00:00"
  804. },
  805. {
  806. "name": "guzzlehttp/promises",
  807. "version": "v1.3.1",
  808. "source": {
  809. "type": "git",
  810. "url": "https://github.com/guzzle/promises.git",
  811. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  812. },
  813. "dist": {
  814. "type": "zip",
  815. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  816. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  817. "shasum": ""
  818. },
  819. "require": {
  820. "php": ">=5.5.0"
  821. },
  822. "require-dev": {
  823. "phpunit/phpunit": "^4.0"
  824. },
  825. "type": "library",
  826. "extra": {
  827. "branch-alias": {
  828. "dev-master": "1.4-dev"
  829. }
  830. },
  831. "autoload": {
  832. "psr-4": {
  833. "GuzzleHttp\\Promise\\": "src/"
  834. },
  835. "files": [
  836. "src/functions_include.php"
  837. ]
  838. },
  839. "notification-url": "https://packagist.org/downloads/",
  840. "license": [
  841. "MIT"
  842. ],
  843. "authors": [
  844. {
  845. "name": "Michael Dowling",
  846. "email": "mtdowling@gmail.com",
  847. "homepage": "https://github.com/mtdowling"
  848. }
  849. ],
  850. "description": "Guzzle promises library",
  851. "keywords": [
  852. "promise"
  853. ],
  854. "time": "2016-12-20T10:07:11+00:00"
  855. },
  856. {
  857. "name": "guzzlehttp/psr7",
  858. "version": "1.4.2",
  859. "source": {
  860. "type": "git",
  861. "url": "https://github.com/guzzle/psr7.git",
  862. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
  863. },
  864. "dist": {
  865. "type": "zip",
  866. "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  867. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  868. "shasum": ""
  869. },
  870. "require": {
  871. "php": ">=5.4.0",
  872. "psr/http-message": "~1.0"
  873. },
  874. "provide": {
  875. "psr/http-message-implementation": "1.0"
  876. },
  877. "require-dev": {
  878. "phpunit/phpunit": "~4.0"
  879. },
  880. "type": "library",
  881. "extra": {
  882. "branch-alias": {
  883. "dev-master": "1.4-dev"
  884. }
  885. },
  886. "autoload": {
  887. "psr-4": {
  888. "GuzzleHttp\\Psr7\\": "src/"
  889. },
  890. "files": [
  891. "src/functions_include.php"
  892. ]
  893. },
  894. "notification-url": "https://packagist.org/downloads/",
  895. "license": [
  896. "MIT"
  897. ],
  898. "authors": [
  899. {
  900. "name": "Michael Dowling",
  901. "email": "mtdowling@gmail.com",
  902. "homepage": "https://github.com/mtdowling"
  903. },
  904. {
  905. "name": "Tobias Schultze",
  906. "homepage": "https://github.com/Tobion"
  907. }
  908. ],
  909. "description": "PSR-7 message implementation that also provides common utility methods",
  910. "keywords": [
  911. "http",
  912. "message",
  913. "request",
  914. "response",
  915. "stream",
  916. "uri",
  917. "url"
  918. ],
  919. "time": "2017-03-20T17:10:46+00:00"
  920. },
  921. {
  922. "name": "jakub-onderka/php-console-color",
  923. "version": "0.1",
  924. "source": {
  925. "type": "git",
  926. "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
  927. "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
  928. },
  929. "dist": {
  930. "type": "zip",
  931. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
  932. "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
  933. "shasum": ""
  934. },
  935. "require": {
  936. "php": ">=5.3.2"
  937. },
  938. "require-dev": {
  939. "jakub-onderka/php-code-style": "1.0",
  940. "jakub-onderka/php-parallel-lint": "0.*",
  941. "jakub-onderka/php-var-dump-check": "0.*",
  942. "phpunit/phpunit": "3.7.*",
  943. "squizlabs/php_codesniffer": "1.*"
  944. },
  945. "type": "library",
  946. "autoload": {
  947. "psr-0": {
  948. "JakubOnderka\\PhpConsoleColor": "src/"
  949. }
  950. },
  951. "notification-url": "https://packagist.org/downloads/",
  952. "license": [
  953. "BSD-2-Clause"
  954. ],
  955. "authors": [
  956. {
  957. "name": "Jakub Onderka",
  958. "email": "jakub.onderka@gmail.com",
  959. "homepage": "http://www.acci.cz"
  960. }
  961. ],
  962. "time": "2014-04-08T15:00:19+00:00"
  963. },
  964. {
  965. "name": "jakub-onderka/php-console-highlighter",
  966. "version": "v0.3.2",
  967. "source": {
  968. "type": "git",
  969. "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
  970. "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
  971. },
  972. "dist": {
  973. "type": "zip",
  974. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  975. "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  976. "shasum": ""
  977. },
  978. "require": {
  979. "jakub-onderka/php-console-color": "~0.1",
  980. "php": ">=5.3.0"
  981. },
  982. "require-dev": {
  983. "jakub-onderka/php-code-style": "~1.0",
  984. "jakub-onderka/php-parallel-lint": "~0.5",
  985. "jakub-onderka/php-var-dump-check": "~0.1",
  986. "phpunit/phpunit": "~4.0",
  987. "squizlabs/php_codesniffer": "~1.5"
  988. },
  989. "type": "library",
  990. "autoload": {
  991. "psr-0": {
  992. "JakubOnderka\\PhpConsoleHighlighter": "src/"
  993. }
  994. },
  995. "notification-url": "https://packagist.org/downloads/",
  996. "license": [
  997. "MIT"
  998. ],
  999. "authors": [
  1000. {
  1001. "name": "Jakub Onderka",
  1002. "email": "acci@acci.cz",
  1003. "homepage": "http://www.acci.cz/"
  1004. }
  1005. ],
  1006. "time": "2015-04-20T18:58:01+00:00"
  1007. },
  1008. {
  1009. "name": "laravel-notification-channels/twilio",
  1010. "version": "2.0.1",
  1011. "source": {
  1012. "type": "git",
  1013. "url": "https://github.com/laravel-notification-channels/twilio.git",
  1014. "reference": "5534468b2f4211037c956e67b003d47015409dd1"
  1015. },
  1016. "dist": {
  1017. "type": "zip",
  1018. "url": "https://api.github.com/repos/laravel-notification-channels/twilio/zipball/5534468b2f4211037c956e67b003d47015409dd1",
  1019. "reference": "5534468b2f4211037c956e67b003d47015409dd1",
  1020. "shasum": ""
  1021. },
  1022. "require": {
  1023. "illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
  1024. "illuminate/notifications": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
  1025. "illuminate/queue": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
  1026. "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
  1027. "php": ">=5.5.9",
  1028. "twilio/sdk": "^5.4.1"
  1029. },
  1030. "require-dev": {
  1031. "mockery/mockery": "^0.9.5",
  1032. "phpunit/phpunit": "4.*"
  1033. },
  1034. "type": "library",
  1035. "autoload": {
  1036. "psr-4": {
  1037. "NotificationChannels\\Twilio\\": "src"
  1038. }
  1039. },
  1040. "notification-url": "https://packagist.org/downloads/",
  1041. "license": [
  1042. "MIT"
  1043. ],
  1044. "authors": [
  1045. {
  1046. "name": "Gregorio Hernández Caso",
  1047. "email": "gregoriohc@gmail.com",
  1048. "homepage": "https://github.com/gregoriohc",
  1049. "role": "Developer"
  1050. }
  1051. ],
  1052. "description": "A boilerplate for contributions.",
  1053. "homepage": "https://github.com/laravel-notification-channels/twilio",
  1054. "time": "2017-08-31T13:08:24+00:00"
  1055. },
  1056. {
  1057. "name": "laravel/framework",
  1058. "version": "v5.4.36",
  1059. "source": {
  1060. "type": "git",
  1061. "url": "https://github.com/laravel/framework.git",
  1062. "reference": "1062a22232071c3e8636487c86ec1ae75681bbf9"
  1063. },
  1064. "dist": {
  1065. "type": "zip",
  1066. "url": "https://api.github.com/repos/laravel/framework/zipball/1062a22232071c3e8636487c86ec1ae75681bbf9",
  1067. "reference": "1062a22232071c3e8636487c86ec1ae75681bbf9",
  1068. "shasum": ""
  1069. },
  1070. "require": {
  1071. "doctrine/inflector": "~1.1",
  1072. "erusev/parsedown": "~1.6",
  1073. "ext-mbstring": "*",
  1074. "ext-openssl": "*",
  1075. "league/flysystem": "~1.0",
  1076. "monolog/monolog": "~1.11",
  1077. "mtdowling/cron-expression": "~1.0",
  1078. "nesbot/carbon": "~1.20",
  1079. "paragonie/random_compat": "~1.4|~2.0",
  1080. "php": ">=5.6.4",
  1081. "ramsey/uuid": "~3.0",
  1082. "swiftmailer/swiftmailer": "~5.4",
  1083. "symfony/console": "~3.2",
  1084. "symfony/debug": "~3.2",
  1085. "symfony/finder": "~3.2",
  1086. "symfony/http-foundation": "~3.2",
  1087. "symfony/http-kernel": "~3.2",
  1088. "symfony/process": "~3.2",
  1089. "symfony/routing": "~3.2",
  1090. "symfony/var-dumper": "~3.2",
  1091. "tijsverkoyen/css-to-inline-styles": "~2.2",
  1092. "vlucas/phpdotenv": "~2.2"
  1093. },
  1094. "replace": {
  1095. "illuminate/auth": "self.version",
  1096. "illuminate/broadcasting": "self.version",
  1097. "illuminate/bus": "self.version",
  1098. "illuminate/cache": "self.version",
  1099. "illuminate/config": "self.version",
  1100. "illuminate/console": "self.version",
  1101. "illuminate/container": "self.version",
  1102. "illuminate/contracts": "self.version",
  1103. "illuminate/cookie": "self.version",
  1104. "illuminate/database": "self.version",
  1105. "illuminate/encryption": "self.version",
  1106. "illuminate/events": "self.version",
  1107. "illuminate/exception": "self.version",
  1108. "illuminate/filesystem": "self.version",
  1109. "illuminate/hashing": "self.version",
  1110. "illuminate/http": "self.version",
  1111. "illuminate/log": "self.version",
  1112. "illuminate/mail": "self.version",
  1113. "illuminate/notifications": "self.version",
  1114. "illuminate/pagination": "self.version",
  1115. "illuminate/pipeline": "self.version",
  1116. "illuminate/queue": "self.version",
  1117. "illuminate/redis": "self.version",
  1118. "illuminate/routing": "self.version",
  1119. "illuminate/session": "self.version",
  1120. "illuminate/support": "self.version",
  1121. "illuminate/translation": "self.version",
  1122. "illuminate/validation": "self.version",
  1123. "illuminate/view": "self.version",
  1124. "tightenco/collect": "self.version"
  1125. },
  1126. "require-dev": {
  1127. "aws/aws-sdk-php": "~3.0",
  1128. "doctrine/dbal": "~2.5",
  1129. "mockery/mockery": "~0.9.4",
  1130. "pda/pheanstalk": "~3.0",
  1131. "phpunit/phpunit": "~5.7",
  1132. "predis/predis": "~1.0",
  1133. "symfony/css-selector": "~3.2",
  1134. "symfony/dom-crawler": "~3.2"
  1135. },
  1136. "suggest": {
  1137. "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
  1138. "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
  1139. "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
  1140. "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
  1141. "laravel/tinker": "Required to use the tinker console command (~1.0).",
  1142. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
  1143. "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
  1144. "nexmo/client": "Required to use the Nexmo transport (~1.0).",
  1145. "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
  1146. "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
  1147. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
  1148. "symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.2).",
  1149. "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.2).",
  1150. "symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)."
  1151. },
  1152. "type": "library",
  1153. "extra": {
  1154. "branch-alias": {
  1155. "dev-master": "5.4-dev"
  1156. }
  1157. },
  1158. "autoload": {
  1159. "files": [
  1160. "src/Illuminate/Foundation/helpers.php",
  1161. "src/Illuminate/Support/helpers.php"
  1162. ],
  1163. "psr-4": {
  1164. "Illuminate\\": "src/Illuminate/"
  1165. }
  1166. },
  1167. "notification-url": "https://packagist.org/downloads/",
  1168. "license": [
  1169. "MIT"
  1170. ],
  1171. "authors": [
  1172. {
  1173. "name": "Taylor Otwell",
  1174. "email": "taylor@laravel.com"
  1175. }
  1176. ],
  1177. "description": "The Laravel Framework.",
  1178. "homepage": "https://laravel.com",
  1179. "keywords": [
  1180. "framework",
  1181. "laravel"
  1182. ],
  1183. "time": "2017-08-30T09:26:16+00:00"
  1184. },
  1185. {
  1186. "name": "laravel/passport",
  1187. "version": "v3.0.1",
  1188. "source": {
  1189. "type": "git",
  1190. "url": "https://github.com/laravel/passport.git",
  1191. "reference": "d19a6b60503cb416fe55507684699de35239681f"
  1192. },
  1193. "dist": {
  1194. "type": "zip",
  1195. "url": "https://api.github.com/repos/laravel/passport/zipball/d19a6b60503cb416fe55507684699de35239681f",
  1196. "reference": "d19a6b60503cb416fe55507684699de35239681f",
  1197. "shasum": ""
  1198. },
  1199. "require": {
  1200. "firebase/php-jwt": "~3.0|~4.0",
  1201. "guzzlehttp/guzzle": "~6.0",
  1202. "illuminate/auth": "~5.4",
  1203. "illuminate/console": "~5.4",
  1204. "illuminate/container": "~5.4",
  1205. "illuminate/contracts": "~5.4",
  1206. "illuminate/database": "~5.4",
  1207. "illuminate/encryption": "~5.4",
  1208. "illuminate/http": "~5.4",
  1209. "illuminate/support": "~5.4",
  1210. "league/oauth2-server": "^6.0",
  1211. "php": ">=5.6.4",
  1212. "phpseclib/phpseclib": "^2.0",
  1213. "symfony/psr-http-message-bridge": "~1.0",
  1214. "zendframework/zend-diactoros": "~1.0"
  1215. },
  1216. "require-dev": {
  1217. "mockery/mockery": "~0.9",
  1218. "phpunit/phpunit": "~5.0"
  1219. },
  1220. "type": "library",
  1221. "extra": {
  1222. "branch-alias": {
  1223. "dev-master": "3.0-dev"
  1224. },
  1225. "laravel": {
  1226. "providers": [
  1227. "Laravel\\Passport\\PassportServiceProvider"
  1228. ]
  1229. }
  1230. },
  1231. "autoload": {
  1232. "psr-4": {
  1233. "Laravel\\Passport\\": "src/"
  1234. }
  1235. },
  1236. "notification-url": "https://packagist.org/downloads/",
  1237. "license": [
  1238. "MIT"
  1239. ],
  1240. "authors": [
  1241. {
  1242. "name": "Taylor Otwell",
  1243. "email": "taylor@laravel.com"
  1244. }
  1245. ],
  1246. "description": "Laravel Passport provides OAuth2 server support to Laravel.",
  1247. "keywords": [
  1248. "laravel",
  1249. "oauth",
  1250. "passport"
  1251. ],
  1252. "time": "2017-08-04T14:03:52+00:00"
  1253. },
  1254. {
  1255. "name": "laravel/socialite",
  1256. "version": "v3.0.7",
  1257. "source": {
  1258. "type": "git",
  1259. "url": "https://github.com/laravel/socialite.git",
  1260. "reference": "d79174513dbf14359b53e44394cf71373ae03433"
  1261. },
  1262. "dist": {
  1263. "type": "zip",
  1264. "url": "https://api.github.com/repos/laravel/socialite/zipball/d79174513dbf14359b53e44394cf71373ae03433",
  1265. "reference": "d79174513dbf14359b53e44394cf71373ae03433",
  1266. "shasum": ""
  1267. },
  1268. "require": {
  1269. "guzzlehttp/guzzle": "~6.0",
  1270. "illuminate/contracts": "~5.4",
  1271. "illuminate/http": "~5.4",
  1272. "illuminate/support": "~5.4",
  1273. "league/oauth1-client": "~1.0",
  1274. "php": ">=5.4.0"
  1275. },
  1276. "require-dev": {
  1277. "mockery/mockery": "~0.9",
  1278. "phpunit/phpunit": "~4.0|~5.0"
  1279. },
  1280. "type": "library",
  1281. "extra": {
  1282. "branch-alias": {
  1283. "dev-master": "3.0-dev"
  1284. },
  1285. "laravel": {
  1286. "providers": [
  1287. "Laravel\\Socialite\\SocialiteServiceProvider"
  1288. ],
  1289. "aliases": {
  1290. "Socialite": "Laravel\\Socialite\\Facades\\Socialite"
  1291. }
  1292. }
  1293. },
  1294. "autoload": {
  1295. "psr-4": {
  1296. "Laravel\\Socialite\\": "src/"
  1297. }
  1298. },
  1299. "notification-url": "https://packagist.org/downloads/",
  1300. "license": [
  1301. "MIT"
  1302. ],
  1303. "authors": [
  1304. {
  1305. "name": "Taylor Otwell",
  1306. "email": "taylor@laravel.com"
  1307. }
  1308. ],
  1309. "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
  1310. "keywords": [
  1311. "laravel",
  1312. "oauth"
  1313. ],
  1314. "time": "2017-07-22T14:44:37+00:00"
  1315. },
  1316. {
  1317. "name": "laravel/tinker",
  1318. "version": "v1.0.2",
  1319. "source": {
  1320. "type": "git",
  1321. "url": "https://github.com/laravel/tinker.git",
  1322. "reference": "203978fd67f118902acff95925847e70b72e3daf"
  1323. },
  1324. "dist": {
  1325. "type": "zip",
  1326. "url": "https://api.github.com/repos/laravel/tinker/zipball/203978fd67f118902acff95925847e70b72e3daf",
  1327. "reference": "203978fd67f118902acff95925847e70b72e3daf",
  1328. "shasum": ""
  1329. },
  1330. "require": {
  1331. "illuminate/console": "~5.1",
  1332. "illuminate/contracts": "~5.1",
  1333. "illuminate/support": "~5.1",
  1334. "php": ">=5.5.9",
  1335. "psy/psysh": "0.7.*|0.8.*",
  1336. "symfony/var-dumper": "~3.0"
  1337. },
  1338. "require-dev": {
  1339. "phpunit/phpunit": "~4.0|~5.0"
  1340. },
  1341. "suggest": {
  1342. "illuminate/database": "The Illuminate Database package (~5.1)."
  1343. },
  1344. "type": "library",
  1345. "extra": {
  1346. "branch-alias": {
  1347. "dev-master": "1.0-dev"
  1348. },
  1349. "laravel": {
  1350. "providers": [
  1351. "Laravel\\Tinker\\TinkerServiceProvider"
  1352. ]
  1353. }
  1354. },
  1355. "autoload": {
  1356. "psr-4": {
  1357. "Laravel\\Tinker\\": "src/"
  1358. }
  1359. },
  1360. "notification-url": "https://packagist.org/downloads/",
  1361. "license": [
  1362. "MIT"
  1363. ],
  1364. "authors": [
  1365. {
  1366. "name": "Taylor Otwell",
  1367. "email": "taylor@laravel.com"
  1368. }
  1369. ],
  1370. "description": "Powerful REPL for the Laravel framework.",
  1371. "keywords": [
  1372. "REPL",
  1373. "Tinker",
  1374. "laravel",
  1375. "psysh"
  1376. ],
  1377. "time": "2017-07-13T13:11:05+00:00"
  1378. },
  1379. {
  1380. "name": "lcobucci/jwt",
  1381. "version": "3.2.2",
  1382. "source": {
  1383. "type": "git",
  1384. "url": "https://github.com/lcobucci/jwt.git",
  1385. "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c"
  1386. },
  1387. "dist": {
  1388. "type": "zip",
  1389. "url": "https://api.github.com/repos/lcobucci/jwt/zipball/0b5930be73582369e10c4d4bb7a12bac927a203c",
  1390. "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c",
  1391. "shasum": ""
  1392. },
  1393. "require": {
  1394. "ext-openssl": "*",
  1395. "php": ">=5.5"
  1396. },
  1397. "require-dev": {
  1398. "mdanter/ecc": "~0.3.1",
  1399. "mikey179/vfsstream": "~1.5",
  1400. "phpmd/phpmd": "~2.2",
  1401. "phpunit/php-invoker": "~1.1",
  1402. "phpunit/phpunit": "~4.5",
  1403. "squizlabs/php_codesniffer": "~2.3"
  1404. },
  1405. "suggest": {
  1406. "mdanter/ecc": "Required to use Elliptic Curves based algorithms."
  1407. },
  1408. "type": "library",
  1409. "extra": {
  1410. "branch-alias": {
  1411. "dev-master": "3.1-dev"
  1412. }
  1413. },
  1414. "autoload": {
  1415. "psr-4": {
  1416. "Lcobucci\\JWT\\": "src"
  1417. }
  1418. },
  1419. "notification-url": "https://packagist.org/downloads/",
  1420. "license": [
  1421. "BSD-3-Clause"
  1422. ],
  1423. "authors": [
  1424. {
  1425. "name": "Luís Otávio Cobucci Oblonczyk",
  1426. "email": "lcobucci@gmail.com",
  1427. "role": "Developer"
  1428. }
  1429. ],
  1430. "description": "A simple library to work with JSON Web Token and JSON Web Signature",
  1431. "keywords": [
  1432. "JWS",
  1433. "jwt"
  1434. ],
  1435. "time": "2017-09-01T08:23:26+00:00"
  1436. },
  1437. {
  1438. "name": "league/event",
  1439. "version": "2.1.2",
  1440. "source": {
  1441. "type": "git",
  1442. "url": "https://github.com/thephpleague/event.git",
  1443. "reference": "e4bfc88dbcb60c8d8a2939a71f9813e141bbe4cd"
  1444. },
  1445. "dist": {
  1446. "type": "zip",
  1447. "url": "https://api.github.com/repos/thephpleague/event/zipball/e4bfc88dbcb60c8d8a2939a71f9813e141bbe4cd",
  1448. "reference": "e4bfc88dbcb60c8d8a2939a71f9813e141bbe4cd",
  1449. "shasum": ""
  1450. },
  1451. "require": {
  1452. "php": ">=5.4.0"
  1453. },
  1454. "require-dev": {
  1455. "henrikbjorn/phpspec-code-coverage": "~1.0.1",
  1456. "phpspec/phpspec": "~2.0.0"
  1457. },
  1458. "type": "library",
  1459. "extra": {
  1460. "branch-alias": {
  1461. "dev-master": "2.2-dev"
  1462. }
  1463. },
  1464. "autoload": {
  1465. "psr-4": {
  1466. "League\\Event\\": "src/"
  1467. }
  1468. },
  1469. "notification-url": "https://packagist.org/downloads/",
  1470. "license": [
  1471. "MIT"
  1472. ],
  1473. "authors": [
  1474. {
  1475. "name": "Frank de Jonge",
  1476. "email": "info@frenky.net"
  1477. }
  1478. ],
  1479. "description": "Event package",
  1480. "keywords": [
  1481. "emitter",
  1482. "event",
  1483. "listener"
  1484. ],
  1485. "time": "2015-05-21T12:24:47+00:00"
  1486. },
  1487. {
  1488. "name": "league/flysystem",
  1489. "version": "1.0.41",
  1490. "source": {
  1491. "type": "git",
  1492. "url": "https://github.com/thephpleague/flysystem.git",
  1493. "reference": "f400aa98912c561ba625ea4065031b7a41e5a155"
  1494. },
  1495. "dist": {
  1496. "type": "zip",
  1497. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f400aa98912c561ba625ea4065031b7a41e5a155",
  1498. "reference": "f400aa98912c561ba625ea4065031b7a41e5a155",
  1499. "shasum": ""
  1500. },
  1501. "require": {
  1502. "php": ">=5.5.9"
  1503. },
  1504. "conflict": {
  1505. "league/flysystem-sftp": "<1.0.6"
  1506. },
  1507. "require-dev": {
  1508. "ext-fileinfo": "*",
  1509. "mockery/mockery": "~0.9",
  1510. "phpspec/phpspec": "^2.2",
  1511. "phpunit/phpunit": "~4.8"
  1512. },
  1513. "suggest": {
  1514. "ext-fileinfo": "Required for MimeType",
  1515. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  1516. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  1517. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  1518. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  1519. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  1520. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  1521. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  1522. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  1523. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  1524. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  1525. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  1526. },
  1527. "type": "library",
  1528. "extra": {
  1529. "branch-alias": {
  1530. "dev-master": "1.1-dev"
  1531. }
  1532. },
  1533. "autoload": {
  1534. "psr-4": {
  1535. "League\\Flysystem\\": "src/"
  1536. }
  1537. },
  1538. "notification-url": "https://packagist.org/downloads/",
  1539. "license": [
  1540. "MIT"
  1541. ],
  1542. "authors": [
  1543. {
  1544. "name": "Frank de Jonge",
  1545. "email": "info@frenky.net"
  1546. }
  1547. ],
  1548. "description": "Filesystem abstraction: Many filesystems, one API.",
  1549. "keywords": [
  1550. "Cloud Files",
  1551. "WebDAV",
  1552. "abstraction",
  1553. "aws",
  1554. "cloud",
  1555. "copy.com",
  1556. "dropbox",
  1557. "file systems",
  1558. "files",
  1559. "filesystem",
  1560. "filesystems",
  1561. "ftp",
  1562. "rackspace",
  1563. "remote",
  1564. "s3",
  1565. "sftp",
  1566. "storage"
  1567. ],
  1568. "time": "2017-08-06T17:41:04+00:00"
  1569. },
  1570. {
  1571. "name": "league/flysystem-aws-s3-v3",
  1572. "version": "1.0.18",
  1573. "source": {
  1574. "type": "git",
  1575. "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
  1576. "reference": "dc09b19f455750663b922ed52dcc0ff215bed284"
  1577. },
  1578. "dist": {
  1579. "type": "zip",
  1580. "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/dc09b19f455750663b922ed52dcc0ff215bed284",
  1581. "reference": "dc09b19f455750663b922ed52dcc0ff215bed284",
  1582. "shasum": ""
  1583. },
  1584. "require": {
  1585. "aws/aws-sdk-php": "^3.0.0",
  1586. "league/flysystem": "^1.0.40",
  1587. "php": ">=5.5.0"
  1588. },
  1589. "require-dev": {
  1590. "henrikbjorn/phpspec-code-coverage": "~1.0.1",
  1591. "phpspec/phpspec": "^2.0.0"
  1592. },
  1593. "type": "library",
  1594. "extra": {
  1595. "branch-alias": {
  1596. "dev-master": "1.0-dev"
  1597. }
  1598. },
  1599. "autoload": {
  1600. "psr-4": {
  1601. "League\\Flysystem\\AwsS3v3\\": "src/"
  1602. }
  1603. },
  1604. "notification-url": "https://packagist.org/downloads/",
  1605. "license": [
  1606. "MIT"
  1607. ],
  1608. "authors": [
  1609. {
  1610. "name": "Frank de Jonge",
  1611. "email": "info@frenky.net"
  1612. }
  1613. ],
  1614. "description": "Flysystem adapter for the AWS S3 SDK v3.x",
  1615. "time": "2017-06-30T06:29:25+00:00"
  1616. },
  1617. {
  1618. "name": "league/fractal",
  1619. "version": "0.14.0",
  1620. "source": {
  1621. "type": "git",
  1622. "url": "https://github.com/thephpleague/fractal.git",
  1623. "reference": "56ad8933fbb40328ca3321c84143b2c16186eebf"
  1624. },
  1625. "dist": {
  1626. "type": "zip",
  1627. "url": "https://api.github.com/repos/thephpleague/fractal/zipball/56ad8933fbb40328ca3321c84143b2c16186eebf",
  1628. "reference": "56ad8933fbb40328ca3321c84143b2c16186eebf",
  1629. "shasum": ""
  1630. },
  1631. "require": {
  1632. "php": ">=5.4"
  1633. },
  1634. "require-dev": {
  1635. "illuminate/contracts": "~5.0",
  1636. "mockery/mockery": "~0.9",
  1637. "pagerfanta/pagerfanta": "~1.0.0",
  1638. "phpunit/phpunit": "~4.0",
  1639. "squizlabs/php_codesniffer": "~1.5",
  1640. "zendframework/zend-paginator": "~2.3"
  1641. },
  1642. "suggest": {
  1643. "illuminate/pagination": "The Illuminate Pagination component.",
  1644. "pagerfanta/pagerfanta": "Pagerfanta Paginator",
  1645. "zendframework/zend-paginator": "Zend Framework Paginator"
  1646. },
  1647. "type": "library",
  1648. "extra": {
  1649. "branch-alias": {
  1650. "dev-master": "0.13-dev"
  1651. }
  1652. },
  1653. "autoload": {
  1654. "psr-4": {
  1655. "League\\Fractal\\": "src"
  1656. }
  1657. },
  1658. "notification-url": "https://packagist.org/downloads/",
  1659. "license": [
  1660. "MIT"
  1661. ],
  1662. "authors": [
  1663. {
  1664. "name": "Phil Sturgeon",
  1665. "email": "me@philsturgeon.uk",
  1666. "homepage": "http://philsturgeon.uk/",
  1667. "role": "Developer"
  1668. }
  1669. ],
  1670. "description": "Handle the output of complex data structures ready for API output.",
  1671. "homepage": "http://fractal.thephpleague.com/",
  1672. "keywords": [
  1673. "api",
  1674. "json",
  1675. "league",
  1676. "rest"
  1677. ],
  1678. "time": "2016-07-21T09:56:14+00:00"
  1679. },
  1680. {
  1681. "name": "league/oauth1-client",
  1682. "version": "1.7.0",
  1683. "source": {
  1684. "type": "git",
  1685. "url": "https://github.com/thephpleague/oauth1-client.git",
  1686. "reference": "fca5f160650cb74d23fc11aa570dd61f86dcf647"
  1687. },
  1688. "dist": {
  1689. "type": "zip",
  1690. "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/fca5f160650cb74d23fc11aa570dd61f86dcf647",
  1691. "reference": "fca5f160650cb74d23fc11aa570dd61f86dcf647",
  1692. "shasum": ""
  1693. },
  1694. "require": {
  1695. "guzzlehttp/guzzle": "^6.0",
  1696. "php": ">=5.5.0"
  1697. },
  1698. "require-dev": {
  1699. "mockery/mockery": "^0.9",
  1700. "phpunit/phpunit": "^4.0",
  1701. "squizlabs/php_codesniffer": "^2.0"
  1702. },
  1703. "type": "library",
  1704. "extra": {
  1705. "branch-alias": {
  1706. "dev-master": "1.0-dev"
  1707. }
  1708. },
  1709. "autoload": {
  1710. "psr-4": {
  1711. "League\\OAuth1\\": "src/"
  1712. }
  1713. },
  1714. "notification-url": "https://packagist.org/downloads/",
  1715. "license": [
  1716. "MIT"
  1717. ],
  1718. "authors": [
  1719. {
  1720. "name": "Ben Corlett",
  1721. "email": "bencorlett@me.com",
  1722. "homepage": "http://www.webcomm.com.au",
  1723. "role": "Developer"
  1724. }
  1725. ],
  1726. "description": "OAuth 1.0 Client Library",
  1727. "keywords": [
  1728. "Authentication",
  1729. "SSO",
  1730. "authorization",
  1731. "bitbucket",
  1732. "identity",
  1733. "idp",
  1734. "oauth",
  1735. "oauth1",
  1736. "single sign on",
  1737. "trello",
  1738. "tumblr",
  1739. "twitter"
  1740. ],
  1741. "time": "2016-08-17T00:36:58+00:00"
  1742. },
  1743. {
  1744. "name": "league/oauth2-server",
  1745. "version": "6.0.2",
  1746. "source": {
  1747. "type": "git",
  1748. "url": "https://github.com/thephpleague/oauth2-server.git",
  1749. "reference": "925776958fc3f5278e74363663c20147af32b668"
  1750. },
  1751. "dist": {
  1752. "type": "zip",
  1753. "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/925776958fc3f5278e74363663c20147af32b668",
  1754. "reference": "925776958fc3f5278e74363663c20147af32b668",
  1755. "shasum": ""
  1756. },
  1757. "require": {
  1758. "defuse/php-encryption": "^2.1",
  1759. "ext-openssl": "*",
  1760. "lcobucci/jwt": "^3.1",
  1761. "league/event": "^2.1",
  1762. "paragonie/random_compat": "^2.0",
  1763. "php": ">=5.6.0",
  1764. "psr/http-message": "^1.0"
  1765. },
  1766. "replace": {
  1767. "league/oauth2server": "*",
  1768. "lncd/oauth2": "*"
  1769. },
  1770. "require-dev": {
  1771. "phpunit/phpunit": "^4.8 || ^5.0",
  1772. "zendframework/zend-diactoros": "^1.0"
  1773. },
  1774. "type": "library",
  1775. "autoload": {
  1776. "psr-4": {
  1777. "League\\OAuth2\\Server\\": "src/"
  1778. }
  1779. },
  1780. "notification-url": "https://packagist.org/downloads/",
  1781. "license": [
  1782. "MIT"
  1783. ],
  1784. "authors": [
  1785. {
  1786. "name": "Alex Bilbie",
  1787. "email": "hello@alexbilbie.com",
  1788. "homepage": "http://www.alexbilbie.com",
  1789. "role": "Developer"
  1790. }
  1791. ],
  1792. "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.",
  1793. "homepage": "https://oauth2.thephpleague.com/",
  1794. "keywords": [
  1795. "Authentication",
  1796. "api",
  1797. "auth",
  1798. "authorisation",
  1799. "authorization",
  1800. "oauth",
  1801. "oauth 2",
  1802. "oauth 2.0",
  1803. "oauth2",
  1804. "protect",
  1805. "resource",
  1806. "secure",
  1807. "server"
  1808. ],
  1809. "time": "2017-08-03T15:09:23+00:00"
  1810. },
  1811. {
  1812. "name": "monolog/monolog",
  1813. "version": "1.23.0",
  1814. "source": {
  1815. "type": "git",
  1816. "url": "https://github.com/Seldaek/monolog.git",
  1817. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
  1818. },
  1819. "dist": {
  1820. "type": "zip",
  1821. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  1822. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  1823. "shasum": ""
  1824. },
  1825. "require": {
  1826. "php": ">=5.3.0",
  1827. "psr/log": "~1.0"
  1828. },
  1829. "provide": {
  1830. "psr/log-implementation": "1.0.0"
  1831. },
  1832. "require-dev": {
  1833. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  1834. "doctrine/couchdb": "~1.0@dev",
  1835. "graylog2/gelf-php": "~1.0",
  1836. "jakub-onderka/php-parallel-lint": "0.9",
  1837. "php-amqplib/php-amqplib": "~2.4",
  1838. "php-console/php-console": "^3.1.3",
  1839. "phpunit/phpunit": "~4.5",
  1840. "phpunit/phpunit-mock-objects": "2.3.0",
  1841. "ruflin/elastica": ">=0.90 <3.0",
  1842. "sentry/sentry": "^0.13",
  1843. "swiftmailer/swiftmailer": "^5.3|^6.0"
  1844. },
  1845. "suggest": {
  1846. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1847. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1848. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1849. "ext-mongo": "Allow sending log messages to a MongoDB server",
  1850. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1851. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  1852. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1853. "php-console/php-console": "Allow sending log messages to Google Chrome",
  1854. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1855. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  1856. "sentry/sentry": "Allow sending log messages to a Sentry server"
  1857. },
  1858. "type": "library",
  1859. "extra": {
  1860. "branch-alias": {
  1861. "dev-master": "2.0.x-dev"
  1862. }
  1863. },
  1864. "autoload": {
  1865. "psr-4": {
  1866. "Monolog\\": "src/Monolog"
  1867. }
  1868. },
  1869. "notification-url": "https://packagist.org/downloads/",
  1870. "license": [
  1871. "MIT"
  1872. ],
  1873. "authors": [
  1874. {
  1875. "name": "Jordi Boggiano",
  1876. "email": "j.boggiano@seld.be",
  1877. "homepage": "http://seld.be"
  1878. }
  1879. ],
  1880. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1881. "homepage": "http://github.com/Seldaek/monolog",
  1882. "keywords": [
  1883. "log",
  1884. "logging",
  1885. "psr-3"
  1886. ],
  1887. "time": "2017-06-19T01:22:40+00:00"
  1888. },
  1889. {
  1890. "name": "mtdowling/cron-expression",
  1891. "version": "v1.2.0",
  1892. "source": {
  1893. "type": "git",
  1894. "url": "https://github.com/mtdowling/cron-expression.git",
  1895. "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
  1896. },
  1897. "dist": {
  1898. "type": "zip",
  1899. "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
  1900. "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
  1901. "shasum": ""
  1902. },
  1903. "require": {
  1904. "php": ">=5.3.2"
  1905. },
  1906. "require-dev": {
  1907. "phpunit/phpunit": "~4.0|~5.0"
  1908. },
  1909. "type": "library",
  1910. "autoload": {
  1911. "psr-4": {
  1912. "Cron\\": "src/Cron/"
  1913. }
  1914. },
  1915. "notification-url": "https://packagist.org/downloads/",
  1916. "license": [
  1917. "MIT"
  1918. ],
  1919. "authors": [
  1920. {
  1921. "name": "Michael Dowling",
  1922. "email": "mtdowling@gmail.com",
  1923. "homepage": "https://github.com/mtdowling"
  1924. }
  1925. ],
  1926. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  1927. "keywords": [
  1928. "cron",
  1929. "schedule"
  1930. ],
  1931. "time": "2017-01-23T04:29:33+00:00"
  1932. },
  1933. {
  1934. "name": "mtdowling/jmespath.php",
  1935. "version": "2.4.0",
  1936. "source": {
  1937. "type": "git",
  1938. "url": "https://github.com/jmespath/jmespath.php.git",
  1939. "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac"
  1940. },
  1941. "dist": {
  1942. "type": "zip",
  1943. "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
  1944. "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
  1945. "shasum": ""
  1946. },
  1947. "require": {
  1948. "php": ">=5.4.0"
  1949. },
  1950. "require-dev": {
  1951. "phpunit/phpunit": "~4.0"
  1952. },
  1953. "bin": [
  1954. "bin/jp.php"
  1955. ],
  1956. "type": "library",
  1957. "extra": {
  1958. "branch-alias": {
  1959. "dev-master": "2.0-dev"
  1960. }
  1961. },
  1962. "autoload": {
  1963. "psr-4": {
  1964. "JmesPath\\": "src/"
  1965. },
  1966. "files": [
  1967. "src/JmesPath.php"
  1968. ]
  1969. },
  1970. "notification-url": "https://packagist.org/downloads/",
  1971. "license": [
  1972. "MIT"
  1973. ],
  1974. "authors": [
  1975. {
  1976. "name": "Michael Dowling",
  1977. "email": "mtdowling@gmail.com",
  1978. "homepage": "https://github.com/mtdowling"
  1979. }
  1980. ],
  1981. "description": "Declaratively specify how to extract elements from a JSON document",
  1982. "keywords": [
  1983. "json",
  1984. "jsonpath"
  1985. ],
  1986. "time": "2016-12-03T22:08:25+00:00"
  1987. },
  1988. {
  1989. "name": "nesbot/carbon",
  1990. "version": "1.22.1",
  1991. "source": {
  1992. "type": "git",
  1993. "url": "https://github.com/briannesbitt/Carbon.git",
  1994. "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc"
  1995. },
  1996. "dist": {
  1997. "type": "zip",
  1998. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
  1999. "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
  2000. "shasum": ""
  2001. },
  2002. "require": {
  2003. "php": ">=5.3.0",
  2004. "symfony/translation": "~2.6 || ~3.0"
  2005. },
  2006. "require-dev": {
  2007. "friendsofphp/php-cs-fixer": "~2",
  2008. "phpunit/phpunit": "~4.0 || ~5.0"
  2009. },
  2010. "type": "library",
  2011. "extra": {
  2012. "branch-alias": {
  2013. "dev-master": "1.23-dev"
  2014. }
  2015. },
  2016. "autoload": {
  2017. "psr-4": {
  2018. "Carbon\\": "src/Carbon/"
  2019. }
  2020. },
  2021. "notification-url": "https://packagist.org/downloads/",
  2022. "license": [
  2023. "MIT"
  2024. ],
  2025. "authors": [
  2026. {
  2027. "name": "Brian Nesbitt",
  2028. "email": "brian@nesbot.com",
  2029. "homepage": "http://nesbot.com"
  2030. }
  2031. ],
  2032. "description": "A simple API extension for DateTime.",
  2033. "homepage": "http://carbon.nesbot.com",
  2034. "keywords": [
  2035. "date",
  2036. "datetime",
  2037. "time"
  2038. ],
  2039. "time": "2017-01-16T07:55:07+00:00"
  2040. },
  2041. {
  2042. "name": "nikic/php-parser",
  2043. "version": "v3.1.1",
  2044. "source": {
  2045. "type": "git",
  2046. "url": "https://github.com/nikic/PHP-Parser.git",
  2047. "reference": "a1e8e1a30e1352f118feff1a8481066ddc2f234a"
  2048. },
  2049. "dist": {
  2050. "type": "zip",
  2051. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a1e8e1a30e1352f118feff1a8481066ddc2f234a",
  2052. "reference": "a1e8e1a30e1352f118feff1a8481066ddc2f234a",
  2053. "shasum": ""
  2054. },
  2055. "require": {
  2056. "ext-tokenizer": "*",
  2057. "php": ">=5.5"
  2058. },
  2059. "require-dev": {
  2060. "phpunit/phpunit": "~4.0|~5.0"
  2061. },
  2062. "bin": [
  2063. "bin/php-parse"
  2064. ],
  2065. "type": "library",
  2066. "extra": {
  2067. "branch-alias": {
  2068. "dev-master": "3.0-dev"
  2069. }
  2070. },
  2071. "autoload": {
  2072. "psr-4": {
  2073. "PhpParser\\": "lib/PhpParser"
  2074. }
  2075. },
  2076. "notification-url": "https://packagist.org/downloads/",
  2077. "license": [
  2078. "BSD-3-Clause"
  2079. ],
  2080. "authors": [
  2081. {
  2082. "name": "Nikita Popov"
  2083. }
  2084. ],
  2085. "description": "A PHP parser written in PHP",
  2086. "keywords": [
  2087. "parser",
  2088. "php"
  2089. ],
  2090. "time": "2017-09-02T17:10:46+00:00"
  2091. },
  2092. {
  2093. "name": "paragonie/random_compat",
  2094. "version": "v2.0.11",
  2095. "source": {
  2096. "type": "git",
  2097. "url": "https://github.com/paragonie/random_compat.git",
  2098. "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
  2099. },
  2100. "dist": {
  2101. "type": "zip",
  2102. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
  2103. "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
  2104. "shasum": ""
  2105. },
  2106. "require": {
  2107. "php": ">=5.2.0"
  2108. },
  2109. "require-dev": {
  2110. "phpunit/phpunit": "4.*|5.*"
  2111. },
  2112. "suggest": {
  2113. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  2114. },
  2115. "type": "library",
  2116. "autoload": {
  2117. "files": [
  2118. "lib/random.php"
  2119. ]
  2120. },
  2121. "notification-url": "https://packagist.org/downloads/",
  2122. "license": [
  2123. "MIT"
  2124. ],
  2125. "authors": [
  2126. {
  2127. "name": "Paragon Initiative Enterprises",
  2128. "email": "security@paragonie.com",
  2129. "homepage": "https://paragonie.com"
  2130. }
  2131. ],
  2132. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  2133. "keywords": [
  2134. "csprng",
  2135. "pseudorandom",
  2136. "random"
  2137. ],
  2138. "time": "2017-09-27T21:40:39+00:00"
  2139. },
  2140. {
  2141. "name": "phpmailer/phpmailer",
  2142. "version": "v6.0.1",
  2143. "source": {
  2144. "type": "git",
  2145. "url": "https://github.com/PHPMailer/PHPMailer.git",
  2146. "reference": "992392437c2e2784e0dc41446024fe411d293c96"
  2147. },
  2148. "dist": {
  2149. "type": "zip",
  2150. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/992392437c2e2784e0dc41446024fe411d293c96",
  2151. "reference": "992392437c2e2784e0dc41446024fe411d293c96",
  2152. "shasum": ""
  2153. },
  2154. "require": {
  2155. "ext-ctype": "*",
  2156. "php": ">=5.5.0"
  2157. },
  2158. "require-dev": {
  2159. "doctrine/annotations": "1.2.*",
  2160. "friendsofphp/php-cs-fixer": "^2.2",
  2161. "phpdocumentor/phpdocumentor": "2.*",
  2162. "phpunit/phpunit": "^4.8 || ^5.7",
  2163. "zendframework/zend-eventmanager": "3.0.*",
  2164. "zendframework/zend-i18n": "2.7.3",
  2165. "zendframework/zend-serializer": "2.7.*"
  2166. },
  2167. "suggest": {
  2168. "ext-mbstring": "Needed to send email in multibyte encoding charset",
  2169. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  2170. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  2171. "psr/log": "For optional PSR-3 debug logging",
  2172. "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
  2173. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
  2174. },
  2175. "type": "library",
  2176. "autoload": {
  2177. "psr-4": {
  2178. "PHPMailer\\PHPMailer\\": "src/"
  2179. }
  2180. },
  2181. "notification-url": "https://packagist.org/downloads/",
  2182. "license": [
  2183. "LGPL-2.1"
  2184. ],
  2185. "authors": [
  2186. {
  2187. "name": "Jim Jagielski",
  2188. "email": "jimjag@gmail.com"
  2189. },
  2190. {
  2191. "name": "Marcus Bointon",
  2192. "email": "phpmailer@synchromedia.co.uk"
  2193. },
  2194. {
  2195. "name": "Andy Prevost",
  2196. "email": "codeworxtech@users.sourceforge.net"
  2197. },
  2198. {
  2199. "name": "Brent R. Matzelle"
  2200. }
  2201. ],
  2202. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  2203. "time": "2017-09-14T16:47:12+00:00"
  2204. },
  2205. {
  2206. "name": "phpseclib/phpseclib",
  2207. "version": "2.0.6",
  2208. "source": {
  2209. "type": "git",
  2210. "url": "https://github.com/phpseclib/phpseclib.git",
  2211. "reference": "34a7699e6f31b1ef4035ee36444407cecf9f56aa"
  2212. },
  2213. "dist": {
  2214. "type": "zip",
  2215. "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/34a7699e6f31b1ef4035ee36444407cecf9f56aa",
  2216. "reference": "34a7699e6f31b1ef4035ee36444407cecf9f56aa",
  2217. "shasum": ""
  2218. },
  2219. "require": {
  2220. "php": ">=5.3.3"
  2221. },
  2222. "require-dev": {
  2223. "phing/phing": "~2.7",
  2224. "phpunit/phpunit": "~4.0",
  2225. "sami/sami": "~2.0",
  2226. "squizlabs/php_codesniffer": "~2.0"
  2227. },
  2228. "suggest": {
  2229. "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  2230. "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  2231. "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  2232. "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  2233. },
  2234. "type": "library",
  2235. "autoload": {
  2236. "files": [
  2237. "phpseclib/bootstrap.php"
  2238. ],
  2239. "psr-4": {
  2240. "phpseclib\\": "phpseclib/"
  2241. }
  2242. },
  2243. "notification-url": "https://packagist.org/downloads/",
  2244. "license": [
  2245. "MIT"
  2246. ],
  2247. "authors": [
  2248. {
  2249. "name": "Jim Wigginton",
  2250. "email": "terrafrost@php.net",
  2251. "role": "Lead Developer"
  2252. },
  2253. {
  2254. "name": "Patrick Monnerat",
  2255. "email": "pm@datasphere.ch",
  2256. "role": "Developer"
  2257. },
  2258. {
  2259. "name": "Andreas Fischer",
  2260. "email": "bantu@phpbb.com",
  2261. "role": "Developer"
  2262. },
  2263. {
  2264. "name": "Hans-Jürgen Petrich",
  2265. "email": "petrich@tronic-media.com",
  2266. "role": "Developer"
  2267. },
  2268. {
  2269. "name": "Graham Campbell",
  2270. "email": "graham@alt-three.com",
  2271. "role": "Developer"
  2272. }
  2273. ],
  2274. "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  2275. "homepage": "http://phpseclib.sourceforge.net",
  2276. "keywords": [
  2277. "BigInteger",
  2278. "aes",
  2279. "asn.1",
  2280. "asn1",
  2281. "blowfish",
  2282. "crypto",
  2283. "cryptography",
  2284. "encryption",
  2285. "rsa",
  2286. "security",
  2287. "sftp",
  2288. "signature",
  2289. "signing",
  2290. "ssh",
  2291. "twofish",
  2292. "x.509",
  2293. "x509"
  2294. ],
  2295. "time": "2017-06-05T06:31:10+00:00"
  2296. },
  2297. {
  2298. "name": "psr/http-message",
  2299. "version": "1.0.1",
  2300. "source": {
  2301. "type": "git",
  2302. "url": "https://github.com/php-fig/http-message.git",
  2303. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  2304. },
  2305. "dist": {
  2306. "type": "zip",
  2307. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  2308. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  2309. "shasum": ""
  2310. },
  2311. "require": {
  2312. "php": ">=5.3.0"
  2313. },
  2314. "type": "library",
  2315. "extra": {
  2316. "branch-alias": {
  2317. "dev-master": "1.0.x-dev"
  2318. }
  2319. },
  2320. "autoload": {
  2321. "psr-4": {
  2322. "Psr\\Http\\Message\\": "src/"
  2323. }
  2324. },
  2325. "notification-url": "https://packagist.org/downloads/",
  2326. "license": [
  2327. "MIT"
  2328. ],
  2329. "authors": [
  2330. {
  2331. "name": "PHP-FIG",
  2332. "homepage": "http://www.php-fig.org/"
  2333. }
  2334. ],
  2335. "description": "Common interface for HTTP messages",
  2336. "homepage": "https://github.com/php-fig/http-message",
  2337. "keywords": [
  2338. "http",
  2339. "http-message",
  2340. "psr",
  2341. "psr-7",
  2342. "request",
  2343. "response"
  2344. ],
  2345. "time": "2016-08-06T14:39:51+00:00"
  2346. },
  2347. {
  2348. "name": "psr/log",
  2349. "version": "1.0.2",
  2350. "source": {
  2351. "type": "git",
  2352. "url": "https://github.com/php-fig/log.git",
  2353. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  2354. },
  2355. "dist": {
  2356. "type": "zip",
  2357. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  2358. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  2359. "shasum": ""
  2360. },
  2361. "require": {
  2362. "php": ">=5.3.0"
  2363. },
  2364. "type": "library",
  2365. "extra": {
  2366. "branch-alias": {
  2367. "dev-master": "1.0.x-dev"
  2368. }
  2369. },
  2370. "autoload": {
  2371. "psr-4": {
  2372. "Psr\\Log\\": "Psr/Log/"
  2373. }
  2374. },
  2375. "notification-url": "https://packagist.org/downloads/",
  2376. "license": [
  2377. "MIT"
  2378. ],
  2379. "authors": [
  2380. {
  2381. "name": "PHP-FIG",
  2382. "homepage": "http://www.php-fig.org/"
  2383. }
  2384. ],
  2385. "description": "Common interface for logging libraries",
  2386. "homepage": "https://github.com/php-fig/log",
  2387. "keywords": [
  2388. "log",
  2389. "psr",
  2390. "psr-3"
  2391. ],
  2392. "time": "2016-10-10T12:19:37+00:00"
  2393. },
  2394. {
  2395. "name": "psy/psysh",
  2396. "version": "v0.8.11",
  2397. "source": {
  2398. "type": "git",
  2399. "url": "https://github.com/bobthecow/psysh.git",
  2400. "reference": "b193cd020e8c6b66cea6457826ae005e94e6d2c0"
  2401. },
  2402. "dist": {
  2403. "type": "zip",
  2404. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/b193cd020e8c6b66cea6457826ae005e94e6d2c0",
  2405. "reference": "b193cd020e8c6b66cea6457826ae005e94e6d2c0",
  2406. "shasum": ""
  2407. },
  2408. "require": {
  2409. "dnoegel/php-xdg-base-dir": "0.1",
  2410. "jakub-onderka/php-console-highlighter": "0.3.*",
  2411. "nikic/php-parser": "~1.3|~2.0|~3.0",
  2412. "php": ">=5.3.9",
  2413. "symfony/console": "~2.3.10|^2.4.2|~3.0",
  2414. "symfony/var-dumper": "~2.7|~3.0"
  2415. },
  2416. "require-dev": {
  2417. "friendsofphp/php-cs-fixer": "~1.11",
  2418. "hoa/console": "~3.16|~1.14",
  2419. "phpunit/phpunit": "~4.4|~5.0",
  2420. "symfony/finder": "~2.1|~3.0"
  2421. },
  2422. "suggest": {
  2423. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  2424. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  2425. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  2426. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
  2427. "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
  2428. },
  2429. "bin": [
  2430. "bin/psysh"
  2431. ],
  2432. "type": "library",
  2433. "extra": {
  2434. "branch-alias": {
  2435. "dev-develop": "0.8.x-dev"
  2436. }
  2437. },
  2438. "autoload": {
  2439. "files": [
  2440. "src/Psy/functions.php"
  2441. ],
  2442. "psr-4": {
  2443. "Psy\\": "src/Psy/"
  2444. }
  2445. },
  2446. "notification-url": "https://packagist.org/downloads/",
  2447. "license": [
  2448. "MIT"
  2449. ],
  2450. "authors": [
  2451. {
  2452. "name": "Justin Hileman",
  2453. "email": "justin@justinhileman.info",
  2454. "homepage": "http://justinhileman.com"
  2455. }
  2456. ],
  2457. "description": "An interactive shell for modern PHP.",
  2458. "homepage": "http://psysh.org",
  2459. "keywords": [
  2460. "REPL",
  2461. "console",
  2462. "interactive",
  2463. "shell"
  2464. ],
  2465. "time": "2017-07-29T19:30:02+00:00"
  2466. },
  2467. {
  2468. "name": "ramsey/uuid",
  2469. "version": "3.7.1",
  2470. "source": {
  2471. "type": "git",
  2472. "url": "https://github.com/ramsey/uuid.git",
  2473. "reference": "45cffe822057a09e05f7bd09ec5fb88eeecd2334"
  2474. },
  2475. "dist": {
  2476. "type": "zip",
  2477. "url": "https://api.github.com/repos/ramsey/uuid/zipball/45cffe822057a09e05f7bd09ec5fb88eeecd2334",
  2478. "reference": "45cffe822057a09e05f7bd09ec5fb88eeecd2334",
  2479. "shasum": ""
  2480. },
  2481. "require": {
  2482. "paragonie/random_compat": "^1.0|^2.0",
  2483. "php": "^5.4 || ^7.0"
  2484. },
  2485. "replace": {
  2486. "rhumsaa/uuid": "self.version"
  2487. },
  2488. "require-dev": {
  2489. "apigen/apigen": "^4.1",
  2490. "codeception/aspect-mock": "^1.0 | ^2.0",
  2491. "doctrine/annotations": "~1.2.0",
  2492. "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
  2493. "ircmaxell/random-lib": "^1.1",
  2494. "jakub-onderka/php-parallel-lint": "^0.9.0",
  2495. "mockery/mockery": "^0.9.4",
  2496. "moontoast/math": "^1.1",
  2497. "php-mock/php-mock-phpunit": "^0.3|^1.1",
  2498. "phpunit/phpunit": "^4.7|>=5.0 <5.4",
  2499. "satooshi/php-coveralls": "^0.6.1",
  2500. "squizlabs/php_codesniffer": "^2.3"
  2501. },
  2502. "suggest": {
  2503. "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
  2504. "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
  2505. "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  2506. "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
  2507. "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
  2508. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  2509. },
  2510. "type": "library",
  2511. "extra": {
  2512. "branch-alias": {
  2513. "dev-master": "3.x-dev"
  2514. }
  2515. },
  2516. "autoload": {
  2517. "psr-4": {
  2518. "Ramsey\\Uuid\\": "src/"
  2519. }
  2520. },
  2521. "notification-url": "https://packagist.org/downloads/",
  2522. "license": [
  2523. "MIT"
  2524. ],
  2525. "authors": [
  2526. {
  2527. "name": "Marijn Huizendveld",
  2528. "email": "marijn.huizendveld@gmail.com"
  2529. },
  2530. {
  2531. "name": "Thibaud Fabre",
  2532. "email": "thibaud@aztech.io"
  2533. },
  2534. {
  2535. "name": "Ben Ramsey",
  2536. "email": "ben@benramsey.com",
  2537. "homepage": "https://benramsey.com"
  2538. }
  2539. ],
  2540. "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
  2541. "homepage": "https://github.com/ramsey/uuid",
  2542. "keywords": [
  2543. "guid",
  2544. "identifier",
  2545. "uuid"
  2546. ],
  2547. "time": "2017-09-22T20:46:04+00:00"
  2548. },
  2549. {
  2550. "name": "swiftmailer/swiftmailer",
  2551. "version": "v5.4.8",
  2552. "source": {
  2553. "type": "git",
  2554. "url": "https://github.com/swiftmailer/swiftmailer.git",
  2555. "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
  2556. },
  2557. "dist": {
  2558. "type": "zip",
  2559. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
  2560. "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
  2561. "shasum": ""
  2562. },
  2563. "require": {
  2564. "php": ">=5.3.3"
  2565. },
  2566. "require-dev": {
  2567. "mockery/mockery": "~0.9.1",
  2568. "symfony/phpunit-bridge": "~3.2"
  2569. },
  2570. "type": "library",
  2571. "extra": {
  2572. "branch-alias": {
  2573. "dev-master": "5.4-dev"
  2574. }
  2575. },
  2576. "autoload": {
  2577. "files": [
  2578. "lib/swift_required.php"
  2579. ]
  2580. },
  2581. "notification-url": "https://packagist.org/downloads/",
  2582. "license": [
  2583. "MIT"
  2584. ],
  2585. "authors": [
  2586. {
  2587. "name": "Chris Corbyn"
  2588. },
  2589. {
  2590. "name": "Fabien Potencier",
  2591. "email": "fabien@symfony.com"
  2592. }
  2593. ],
  2594. "description": "Swiftmailer, free feature-rich PHP mailer",
  2595. "homepage": "http://swiftmailer.org",
  2596. "keywords": [
  2597. "email",
  2598. "mail",
  2599. "mailer"
  2600. ],
  2601. "time": "2017-05-01T15:54:03+00:00"
  2602. },
  2603. {
  2604. "name": "symfony/console",
  2605. "version": "v3.3.9",
  2606. "source": {
  2607. "type": "git",
  2608. "url": "https://github.com/symfony/console.git",
  2609. "reference": "a1e1b01293a090cb9ae2ddd221a3251a4a7e4abf"
  2610. },
  2611. "dist": {
  2612. "type": "zip",
  2613. "url": "https://api.github.com/repos/symfony/console/zipball/a1e1b01293a090cb9ae2ddd221a3251a4a7e4abf",
  2614. "reference": "a1e1b01293a090cb9ae2ddd221a3251a4a7e4abf",
  2615. "shasum": ""
  2616. },
  2617. "require": {
  2618. "php": "^5.5.9|>=7.0.8",
  2619. "symfony/debug": "~2.8|~3.0",
  2620. "symfony/polyfill-mbstring": "~1.0"
  2621. },
  2622. "conflict": {
  2623. "symfony/dependency-injection": "<3.3"
  2624. },
  2625. "require-dev": {
  2626. "psr/log": "~1.0",
  2627. "symfony/config": "~3.3",
  2628. "symfony/dependency-injection": "~3.3",
  2629. "symfony/event-dispatcher": "~2.8|~3.0",
  2630. "symfony/filesystem": "~2.8|~3.0",
  2631. "symfony/process": "~2.8|~3.0"
  2632. },
  2633. "suggest": {
  2634. "psr/log": "For using the console logger",
  2635. "symfony/event-dispatcher": "",
  2636. "symfony/filesystem": "",
  2637. "symfony/process": ""
  2638. },
  2639. "type": "library",
  2640. "extra": {
  2641. "branch-alias": {
  2642. "dev-master": "3.3-dev"
  2643. }
  2644. },
  2645. "autoload": {
  2646. "psr-4": {
  2647. "Symfony\\Component\\Console\\": ""
  2648. },
  2649. "exclude-from-classmap": [
  2650. "/Tests/"
  2651. ]
  2652. },
  2653. "notification-url": "https://packagist.org/downloads/",
  2654. "license": [
  2655. "MIT"
  2656. ],
  2657. "authors": [
  2658. {
  2659. "name": "Fabien Potencier",
  2660. "email": "fabien@symfony.com"
  2661. },
  2662. {
  2663. "name": "Symfony Community",
  2664. "homepage": "https://symfony.com/contributors"
  2665. }
  2666. ],
  2667. "description": "Symfony Console Component",
  2668. "homepage": "https://symfony.com",
  2669. "time": "2017-09-06T16:40:18+00:00"
  2670. },
  2671. {
  2672. "name": "symfony/css-selector",
  2673. "version": "v3.1.10",
  2674. "source": {
  2675. "type": "git",
  2676. "url": "https://github.com/symfony/css-selector.git",
  2677. "reference": "722a87478a72d95dc2a3bcf41dc9c2d13fd4cb2d"
  2678. },
  2679. "dist": {
  2680. "type": "zip",
  2681. "url": "https://api.github.com/repos/symfony/css-selector/zipball/722a87478a72d95dc2a3bcf41dc9c2d13fd4cb2d",
  2682. "reference": "722a87478a72d95dc2a3bcf41dc9c2d13fd4cb2d",
  2683. "shasum": ""
  2684. },
  2685. "require": {
  2686. "php": ">=5.5.9"
  2687. },
  2688. "type": "library",
  2689. "extra": {
  2690. "branch-alias": {
  2691. "dev-master": "3.1-dev"
  2692. }
  2693. },
  2694. "autoload": {
  2695. "psr-4": {
  2696. "Symfony\\Component\\CssSelector\\": ""
  2697. },
  2698. "exclude-from-classmap": [
  2699. "/Tests/"
  2700. ]
  2701. },
  2702. "notification-url": "https://packagist.org/downloads/",
  2703. "license": [
  2704. "MIT"
  2705. ],
  2706. "authors": [
  2707. {
  2708. "name": "Jean-François Simon",
  2709. "email": "jeanfrancois.simon@sensiolabs.com"
  2710. },
  2711. {
  2712. "name": "Fabien Potencier",
  2713. "email": "fabien@symfony.com"
  2714. },
  2715. {
  2716. "name": "Symfony Community",
  2717. "homepage": "https://symfony.com/contributors"
  2718. }
  2719. ],
  2720. "description": "Symfony CssSelector Component",
  2721. "homepage": "https://symfony.com",
  2722. "time": "2017-01-02T20:31:54+00:00"
  2723. },
  2724. {
  2725. "name": "symfony/debug",
  2726. "version": "v3.3.9",
  2727. "source": {
  2728. "type": "git",
  2729. "url": "https://github.com/symfony/debug.git",
  2730. "reference": "8beb24eec70b345c313640962df933499373a944"
  2731. },
  2732. "dist": {
  2733. "type": "zip",
  2734. "url": "https://api.github.com/repos/symfony/debug/zipball/8beb24eec70b345c313640962df933499373a944",
  2735. "reference": "8beb24eec70b345c313640962df933499373a944",
  2736. "shasum": ""
  2737. },
  2738. "require": {
  2739. "php": "^5.5.9|>=7.0.8",
  2740. "psr/log": "~1.0"
  2741. },
  2742. "conflict": {
  2743. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  2744. },
  2745. "require-dev": {
  2746. "symfony/http-kernel": "~2.8|~3.0"
  2747. },
  2748. "type": "library",
  2749. "extra": {
  2750. "branch-alias": {
  2751. "dev-master": "3.3-dev"
  2752. }
  2753. },
  2754. "autoload": {
  2755. "psr-4": {
  2756. "Symfony\\Component\\Debug\\": ""
  2757. },
  2758. "exclude-from-classmap": [
  2759. "/Tests/"
  2760. ]
  2761. },
  2762. "notification-url": "https://packagist.org/downloads/",
  2763. "license": [
  2764. "MIT"
  2765. ],
  2766. "authors": [
  2767. {
  2768. "name": "Fabien Potencier",
  2769. "email": "fabien@symfony.com"
  2770. },
  2771. {
  2772. "name": "Symfony Community",
  2773. "homepage": "https://symfony.com/contributors"
  2774. }
  2775. ],
  2776. "description": "Symfony Debug Component",
  2777. "homepage": "https://symfony.com",
  2778. "time": "2017-09-01T13:23:39+00:00"
  2779. },
  2780. {
  2781. "name": "symfony/event-dispatcher",
  2782. "version": "v3.3.9",
  2783. "source": {
  2784. "type": "git",
  2785. "url": "https://github.com/symfony/event-dispatcher.git",
  2786. "reference": "54ca9520a00386f83bca145819ad3b619aaa2485"
  2787. },
  2788. "dist": {
  2789. "type": "zip",
  2790. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/54ca9520a00386f83bca145819ad3b619aaa2485",
  2791. "reference": "54ca9520a00386f83bca145819ad3b619aaa2485",
  2792. "shasum": ""
  2793. },
  2794. "require": {
  2795. "php": "^5.5.9|>=7.0.8"
  2796. },
  2797. "conflict": {
  2798. "symfony/dependency-injection": "<3.3"
  2799. },
  2800. "require-dev": {
  2801. "psr/log": "~1.0",
  2802. "symfony/config": "~2.8|~3.0",
  2803. "symfony/dependency-injection": "~3.3",
  2804. "symfony/expression-language": "~2.8|~3.0",
  2805. "symfony/stopwatch": "~2.8|~3.0"
  2806. },
  2807. "suggest": {
  2808. "symfony/dependency-injection": "",
  2809. "symfony/http-kernel": ""
  2810. },
  2811. "type": "library",
  2812. "extra": {
  2813. "branch-alias": {
  2814. "dev-master": "3.3-dev"
  2815. }
  2816. },
  2817. "autoload": {
  2818. "psr-4": {
  2819. "Symfony\\Component\\EventDispatcher\\": ""
  2820. },
  2821. "exclude-from-classmap": [
  2822. "/Tests/"
  2823. ]
  2824. },
  2825. "notification-url": "https://packagist.org/downloads/",
  2826. "license": [
  2827. "MIT"
  2828. ],
  2829. "authors": [
  2830. {
  2831. "name": "Fabien Potencier",
  2832. "email": "fabien@symfony.com"
  2833. },
  2834. {
  2835. "name": "Symfony Community",
  2836. "homepage": "https://symfony.com/contributors"
  2837. }
  2838. ],
  2839. "description": "Symfony EventDispatcher Component",
  2840. "homepage": "https://symfony.com",
  2841. "time": "2017-07-29T21:54:42+00:00"
  2842. },
  2843. {
  2844. "name": "symfony/finder",
  2845. "version": "v3.3.9",
  2846. "source": {
  2847. "type": "git",
  2848. "url": "https://github.com/symfony/finder.git",
  2849. "reference": "b2260dbc80f3c4198f903215f91a1ac7fe9fe09e"
  2850. },
  2851. "dist": {
  2852. "type": "zip",
  2853. "url": "https://api.github.com/repos/symfony/finder/zipball/b2260dbc80f3c4198f903215f91a1ac7fe9fe09e",
  2854. "reference": "b2260dbc80f3c4198f903215f91a1ac7fe9fe09e",
  2855. "shasum": ""
  2856. },
  2857. "require": {
  2858. "php": "^5.5.9|>=7.0.8"
  2859. },
  2860. "type": "library",
  2861. "extra": {
  2862. "branch-alias": {
  2863. "dev-master": "3.3-dev"
  2864. }
  2865. },
  2866. "autoload": {
  2867. "psr-4": {
  2868. "Symfony\\Component\\Finder\\": ""
  2869. },
  2870. "exclude-from-classmap": [
  2871. "/Tests/"
  2872. ]
  2873. },
  2874. "notification-url": "https://packagist.org/downloads/",
  2875. "license": [
  2876. "MIT"
  2877. ],
  2878. "authors": [
  2879. {
  2880. "name": "Fabien Potencier",
  2881. "email": "fabien@symfony.com"
  2882. },
  2883. {
  2884. "name": "Symfony Community",
  2885. "homepage": "https://symfony.com/contributors"
  2886. }
  2887. ],
  2888. "description": "Symfony Finder Component",
  2889. "homepage": "https://symfony.com",
  2890. "time": "2017-07-29T21:54:42+00:00"
  2891. },
  2892. {
  2893. "name": "symfony/http-foundation",
  2894. "version": "v3.3.9",
  2895. "source": {
  2896. "type": "git",
  2897. "url": "https://github.com/symfony/http-foundation.git",
  2898. "reference": "2cdc7de1921d1a1c805a13dc05e44a2cd58f5ad3"
  2899. },
  2900. "dist": {
  2901. "type": "zip",
  2902. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/2cdc7de1921d1a1c805a13dc05e44a2cd58f5ad3",
  2903. "reference": "2cdc7de1921d1a1c805a13dc05e44a2cd58f5ad3",
  2904. "shasum": ""
  2905. },
  2906. "require": {
  2907. "php": "^5.5.9|>=7.0.8",
  2908. "symfony/polyfill-mbstring": "~1.1"
  2909. },
  2910. "require-dev": {
  2911. "symfony/expression-language": "~2.8|~3.0"
  2912. },
  2913. "type": "library",
  2914. "extra": {
  2915. "branch-alias": {
  2916. "dev-master": "3.3-dev"
  2917. }
  2918. },
  2919. "autoload": {
  2920. "psr-4": {
  2921. "Symfony\\Component\\HttpFoundation\\": ""
  2922. },
  2923. "exclude-from-classmap": [
  2924. "/Tests/"
  2925. ]
  2926. },
  2927. "notification-url": "https://packagist.org/downloads/",
  2928. "license": [
  2929. "MIT"
  2930. ],
  2931. "authors": [
  2932. {
  2933. "name": "Fabien Potencier",
  2934. "email": "fabien@symfony.com"
  2935. },
  2936. {
  2937. "name": "Symfony Community",
  2938. "homepage": "https://symfony.com/contributors"
  2939. }
  2940. ],
  2941. "description": "Symfony HttpFoundation Component",
  2942. "homepage": "https://symfony.com",
  2943. "time": "2017-09-06T17:07:39+00:00"
  2944. },
  2945. {
  2946. "name": "symfony/http-kernel",
  2947. "version": "v3.3.9",
  2948. "source": {
  2949. "type": "git",
  2950. "url": "https://github.com/symfony/http-kernel.git",
  2951. "reference": "70f5bb3cdd737624249953b61023411e26be5db7"
  2952. },
  2953. "dist": {
  2954. "type": "zip",
  2955. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/70f5bb3cdd737624249953b61023411e26be5db7",
  2956. "reference": "70f5bb3cdd737624249953b61023411e26be5db7",
  2957. "shasum": ""
  2958. },
  2959. "require": {
  2960. "php": "^5.5.9|>=7.0.8",
  2961. "psr/log": "~1.0",
  2962. "symfony/debug": "~2.8|~3.0",
  2963. "symfony/event-dispatcher": "~2.8|~3.0",
  2964. "symfony/http-foundation": "~3.3"
  2965. },
  2966. "conflict": {
  2967. "symfony/config": "<2.8",
  2968. "symfony/dependency-injection": "<3.3",
  2969. "symfony/var-dumper": "<3.3",
  2970. "twig/twig": "<1.34|<2.4,>=2"
  2971. },
  2972. "require-dev": {
  2973. "psr/cache": "~1.0",
  2974. "symfony/browser-kit": "~2.8|~3.0",
  2975. "symfony/class-loader": "~2.8|~3.0",
  2976. "symfony/config": "~2.8|~3.0",
  2977. "symfony/console": "~2.8|~3.0",
  2978. "symfony/css-selector": "~2.8|~3.0",
  2979. "symfony/dependency-injection": "~3.3",
  2980. "symfony/dom-crawler": "~2.8|~3.0",
  2981. "symfony/expression-language": "~2.8|~3.0",
  2982. "symfony/finder": "~2.8|~3.0",
  2983. "symfony/process": "~2.8|~3.0",
  2984. "symfony/routing": "~2.8|~3.0",
  2985. "symfony/stopwatch": "~2.8|~3.0",
  2986. "symfony/templating": "~2.8|~3.0",
  2987. "symfony/translation": "~2.8|~3.0",
  2988. "symfony/var-dumper": "~3.3"
  2989. },
  2990. "suggest": {
  2991. "symfony/browser-kit": "",
  2992. "symfony/class-loader": "",
  2993. "symfony/config": "",
  2994. "symfony/console": "",
  2995. "symfony/dependency-injection": "",
  2996. "symfony/finder": "",
  2997. "symfony/var-dumper": ""
  2998. },
  2999. "type": "library",
  3000. "extra": {
  3001. "branch-alias": {
  3002. "dev-master": "3.3-dev"
  3003. }
  3004. },
  3005. "autoload": {
  3006. "psr-4": {
  3007. "Symfony\\Component\\HttpKernel\\": ""
  3008. },
  3009. "exclude-from-classmap": [
  3010. "/Tests/"
  3011. ]
  3012. },
  3013. "notification-url": "https://packagist.org/downloads/",
  3014. "license": [
  3015. "MIT"
  3016. ],
  3017. "authors": [
  3018. {
  3019. "name": "Fabien Potencier",
  3020. "email": "fabien@symfony.com"
  3021. },
  3022. {
  3023. "name": "Symfony Community",
  3024. "homepage": "https://symfony.com/contributors"
  3025. }
  3026. ],
  3027. "description": "Symfony HttpKernel Component",
  3028. "homepage": "https://symfony.com",
  3029. "time": "2017-09-11T16:13:23+00:00"
  3030. },
  3031. {
  3032. "name": "symfony/polyfill-mbstring",
  3033. "version": "v1.5.0",
  3034. "source": {
  3035. "type": "git",
  3036. "url": "https://github.com/symfony/polyfill-mbstring.git",
  3037. "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803"
  3038. },
  3039. "dist": {
  3040. "type": "zip",
  3041. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
  3042. "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
  3043. "shasum": ""
  3044. },
  3045. "require": {
  3046. "php": ">=5.3.3"
  3047. },
  3048. "suggest": {
  3049. "ext-mbstring": "For best performance"
  3050. },
  3051. "type": "library",
  3052. "extra": {
  3053. "branch-alias": {
  3054. "dev-master": "1.5-dev"
  3055. }
  3056. },
  3057. "autoload": {
  3058. "psr-4": {
  3059. "Symfony\\Polyfill\\Mbstring\\": ""
  3060. },
  3061. "files": [
  3062. "bootstrap.php"
  3063. ]
  3064. },
  3065. "notification-url": "https://packagist.org/downloads/",
  3066. "license": [
  3067. "MIT"
  3068. ],
  3069. "authors": [
  3070. {
  3071. "name": "Nicolas Grekas",
  3072. "email": "p@tchwork.com"
  3073. },
  3074. {
  3075. "name": "Symfony Community",
  3076. "homepage": "https://symfony.com/contributors"
  3077. }
  3078. ],
  3079. "description": "Symfony polyfill for the Mbstring extension",
  3080. "homepage": "https://symfony.com",
  3081. "keywords": [
  3082. "compatibility",
  3083. "mbstring",
  3084. "polyfill",
  3085. "portable",
  3086. "shim"
  3087. ],
  3088. "time": "2017-06-14T15:44:48+00:00"
  3089. },
  3090. {
  3091. "name": "symfony/process",
  3092. "version": "v3.3.9",
  3093. "source": {
  3094. "type": "git",
  3095. "url": "https://github.com/symfony/process.git",
  3096. "reference": "b7666e9b438027a1ea0e1ee813ec5042d5d7f6f0"
  3097. },
  3098. "dist": {
  3099. "type": "zip",
  3100. "url": "https://api.github.com/repos/symfony/process/zipball/b7666e9b438027a1ea0e1ee813ec5042d5d7f6f0",
  3101. "reference": "b7666e9b438027a1ea0e1ee813ec5042d5d7f6f0",
  3102. "shasum": ""
  3103. },
  3104. "require": {
  3105. "php": "^5.5.9|>=7.0.8"
  3106. },
  3107. "type": "library",
  3108. "extra": {
  3109. "branch-alias": {
  3110. "dev-master": "3.3-dev"
  3111. }
  3112. },
  3113. "autoload": {
  3114. "psr-4": {
  3115. "Symfony\\Component\\Process\\": ""
  3116. },
  3117. "exclude-from-classmap": [
  3118. "/Tests/"
  3119. ]
  3120. },
  3121. "notification-url": "https://packagist.org/downloads/",
  3122. "license": [
  3123. "MIT"
  3124. ],
  3125. "authors": [
  3126. {
  3127. "name": "Fabien Potencier",
  3128. "email": "fabien@symfony.com"
  3129. },
  3130. {
  3131. "name": "Symfony Community",
  3132. "homepage": "https://symfony.com/contributors"
  3133. }
  3134. ],
  3135. "description": "Symfony Process Component",
  3136. "homepage": "https://symfony.com",
  3137. "time": "2017-07-29T21:54:42+00:00"
  3138. },
  3139. {
  3140. "name": "symfony/psr-http-message-bridge",
  3141. "version": "v1.0.0",
  3142. "source": {
  3143. "type": "git",
  3144. "url": "https://github.com/symfony/psr-http-message-bridge.git",
  3145. "reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de"
  3146. },
  3147. "dist": {
  3148. "type": "zip",
  3149. "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/66085f246d3893cbdbcec5f5ad15ac60546cf0de",
  3150. "reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de",
  3151. "shasum": ""
  3152. },
  3153. "require": {
  3154. "php": ">=5.3.3",
  3155. "psr/http-message": "~1.0",
  3156. "symfony/http-foundation": "~2.3|~3.0"
  3157. },
  3158. "require-dev": {
  3159. "symfony/phpunit-bridge": "~2.7|~3.0"
  3160. },
  3161. "suggest": {
  3162. "psr/http-message-implementation": "To use the HttpFoundation factory",
  3163. "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
  3164. },
  3165. "type": "symfony-bridge",
  3166. "extra": {
  3167. "branch-alias": {
  3168. "dev-master": "1.0-dev"
  3169. }
  3170. },
  3171. "autoload": {
  3172. "psr-4": {
  3173. "Symfony\\Bridge\\PsrHttpMessage\\": ""
  3174. }
  3175. },
  3176. "notification-url": "https://packagist.org/downloads/",
  3177. "license": [
  3178. "MIT"
  3179. ],
  3180. "authors": [
  3181. {
  3182. "name": "Symfony Community",
  3183. "homepage": "http://symfony.com/contributors"
  3184. },
  3185. {
  3186. "name": "Fabien Potencier",
  3187. "email": "fabien@symfony.com"
  3188. }
  3189. ],
  3190. "description": "PSR HTTP message bridge",
  3191. "homepage": "http://symfony.com",
  3192. "keywords": [
  3193. "http",
  3194. "http-message",
  3195. "psr-7"
  3196. ],
  3197. "time": "2016-09-14T18:37:20+00:00"
  3198. },
  3199. {
  3200. "name": "symfony/routing",
  3201. "version": "v3.3.9",
  3202. "source": {
  3203. "type": "git",
  3204. "url": "https://github.com/symfony/routing.git",
  3205. "reference": "970326dcd04522e1cd1fe128abaee54c225e27f9"
  3206. },
  3207. "dist": {
  3208. "type": "zip",
  3209. "url": "https://api.github.com/repos/symfony/routing/zipball/970326dcd04522e1cd1fe128abaee54c225e27f9",
  3210. "reference": "970326dcd04522e1cd1fe128abaee54c225e27f9",
  3211. "shasum": ""
  3212. },
  3213. "require": {
  3214. "php": "^5.5.9|>=7.0.8"
  3215. },
  3216. "conflict": {
  3217. "symfony/config": "<2.8",
  3218. "symfony/dependency-injection": "<3.3",
  3219. "symfony/yaml": "<3.3"
  3220. },
  3221. "require-dev": {
  3222. "doctrine/annotations": "~1.0",
  3223. "doctrine/common": "~2.2",
  3224. "psr/log": "~1.0",
  3225. "symfony/config": "~2.8|~3.0",
  3226. "symfony/dependency-injection": "~3.3",
  3227. "symfony/expression-language": "~2.8|~3.0",
  3228. "symfony/http-foundation": "~2.8|~3.0",
  3229. "symfony/yaml": "~3.3"
  3230. },
  3231. "suggest": {
  3232. "doctrine/annotations": "For using the annotation loader",
  3233. "symfony/config": "For using the all-in-one router or any loader",
  3234. "symfony/dependency-injection": "For loading routes from a service",
  3235. "symfony/expression-language": "For using expression matching",
  3236. "symfony/http-foundation": "For using a Symfony Request object",
  3237. "symfony/yaml": "For using the YAML loader"
  3238. },
  3239. "type": "library",
  3240. "extra": {
  3241. "branch-alias": {
  3242. "dev-master": "3.3-dev"
  3243. }
  3244. },
  3245. "autoload": {
  3246. "psr-4": {
  3247. "Symfony\\Component\\Routing\\": ""
  3248. },
  3249. "exclude-from-classmap": [
  3250. "/Tests/"
  3251. ]
  3252. },
  3253. "notification-url": "https://packagist.org/downloads/",
  3254. "license": [
  3255. "MIT"
  3256. ],
  3257. "authors": [
  3258. {
  3259. "name": "Fabien Potencier",
  3260. "email": "fabien@symfony.com"
  3261. },
  3262. {
  3263. "name": "Symfony Community",
  3264. "homepage": "https://symfony.com/contributors"
  3265. }
  3266. ],
  3267. "description": "Symfony Routing Component",
  3268. "homepage": "https://symfony.com",
  3269. "keywords": [
  3270. "router",
  3271. "routing",
  3272. "uri",
  3273. "url"
  3274. ],
  3275. "time": "2017-07-29T21:54:42+00:00"
  3276. },
  3277. {
  3278. "name": "symfony/translation",
  3279. "version": "v3.3.9",
  3280. "source": {
  3281. "type": "git",
  3282. "url": "https://github.com/symfony/translation.git",
  3283. "reference": "add53753d978f635492dfe8cd6953f6a7361ef90"
  3284. },
  3285. "dist": {
  3286. "type": "zip",
  3287. "url": "https://api.github.com/repos/symfony/translation/zipball/add53753d978f635492dfe8cd6953f6a7361ef90",
  3288. "reference": "add53753d978f635492dfe8cd6953f6a7361ef90",
  3289. "shasum": ""
  3290. },
  3291. "require": {
  3292. "php": "^5.5.9|>=7.0.8",
  3293. "symfony/polyfill-mbstring": "~1.0"
  3294. },
  3295. "conflict": {
  3296. "symfony/config": "<2.8",
  3297. "symfony/yaml": "<3.3"
  3298. },
  3299. "require-dev": {
  3300. "psr/log": "~1.0",
  3301. "symfony/config": "~2.8|~3.0",
  3302. "symfony/intl": "^2.8.18|^3.2.5",
  3303. "symfony/yaml": "~3.3"
  3304. },
  3305. "suggest": {
  3306. "psr/log": "To use logging capability in translator",
  3307. "symfony/config": "",
  3308. "symfony/yaml": ""
  3309. },
  3310. "type": "library",
  3311. "extra": {
  3312. "branch-alias": {
  3313. "dev-master": "3.3-dev"
  3314. }
  3315. },
  3316. "autoload": {
  3317. "psr-4": {
  3318. "Symfony\\Component\\Translation\\": ""
  3319. },
  3320. "exclude-from-classmap": [
  3321. "/Tests/"
  3322. ]
  3323. },
  3324. "notification-url": "https://packagist.org/downloads/",
  3325. "license": [
  3326. "MIT"
  3327. ],
  3328. "authors": [
  3329. {
  3330. "name": "Fabien Potencier",
  3331. "email": "fabien@symfony.com"
  3332. },
  3333. {
  3334. "name": "Symfony Community",
  3335. "homepage": "https://symfony.com/contributors"
  3336. }
  3337. ],
  3338. "description": "Symfony Translation Component",
  3339. "homepage": "https://symfony.com",
  3340. "time": "2017-07-29T21:54:42+00:00"
  3341. },
  3342. {
  3343. "name": "symfony/var-dumper",
  3344. "version": "v3.3.9",
  3345. "source": {
  3346. "type": "git",
  3347. "url": "https://github.com/symfony/var-dumper.git",
  3348. "reference": "89fcb5a73e0ede2be2512234c4e40457bb22b35f"
  3349. },
  3350. "dist": {
  3351. "type": "zip",
  3352. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/89fcb5a73e0ede2be2512234c4e40457bb22b35f",
  3353. "reference": "89fcb5a73e0ede2be2512234c4e40457bb22b35f",
  3354. "shasum": ""
  3355. },
  3356. "require": {
  3357. "php": "^5.5.9|>=7.0.8",
  3358. "symfony/polyfill-mbstring": "~1.0"
  3359. },
  3360. "conflict": {
  3361. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
  3362. },
  3363. "require-dev": {
  3364. "ext-iconv": "*",
  3365. "twig/twig": "~1.34|~2.4"
  3366. },
  3367. "suggest": {
  3368. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  3369. "ext-symfony_debug": ""
  3370. },
  3371. "type": "library",
  3372. "extra": {
  3373. "branch-alias": {
  3374. "dev-master": "3.3-dev"
  3375. }
  3376. },
  3377. "autoload": {
  3378. "files": [
  3379. "Resources/functions/dump.php"
  3380. ],
  3381. "psr-4": {
  3382. "Symfony\\Component\\VarDumper\\": ""
  3383. },
  3384. "exclude-from-classmap": [
  3385. "/Tests/"
  3386. ]
  3387. },
  3388. "notification-url": "https://packagist.org/downloads/",
  3389. "license": [
  3390. "MIT"
  3391. ],
  3392. "authors": [
  3393. {
  3394. "name": "Nicolas Grekas",
  3395. "email": "p@tchwork.com"
  3396. },
  3397. {
  3398. "name": "Symfony Community",
  3399. "homepage": "https://symfony.com/contributors"
  3400. }
  3401. ],
  3402. "description": "Symfony mechanism for exploring and dumping PHP variables",
  3403. "homepage": "https://symfony.com",
  3404. "keywords": [
  3405. "debug",
  3406. "dump"
  3407. ],
  3408. "time": "2017-08-27T14:52:21+00:00"
  3409. },
  3410. {
  3411. "name": "tijsverkoyen/css-to-inline-styles",
  3412. "version": "2.2.0",
  3413. "source": {
  3414. "type": "git",
  3415. "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
  3416. "reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b"
  3417. },
  3418. "dist": {
  3419. "type": "zip",
  3420. "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b",
  3421. "reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b",
  3422. "shasum": ""
  3423. },
  3424. "require": {
  3425. "php": "^5.5 || ^7",
  3426. "symfony/css-selector": "^2.7|~3.0"
  3427. },
  3428. "require-dev": {
  3429. "phpunit/phpunit": "~4.8|5.1.*"
  3430. },
  3431. "type": "library",
  3432. "extra": {
  3433. "branch-alias": {
  3434. "dev-master": "2.0.x-dev"
  3435. }
  3436. },
  3437. "autoload": {
  3438. "psr-4": {
  3439. "TijsVerkoyen\\CssToInlineStyles\\": "src"
  3440. }
  3441. },
  3442. "notification-url": "https://packagist.org/downloads/",
  3443. "license": [
  3444. "BSD-3-Clause"
  3445. ],
  3446. "authors": [
  3447. {
  3448. "name": "Tijs Verkoyen",
  3449. "email": "css_to_inline_styles@verkoyen.eu",
  3450. "role": "Developer"
  3451. }
  3452. ],
  3453. "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
  3454. "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
  3455. "time": "2016-09-20T12:50:39+00:00"
  3456. },
  3457. {
  3458. "name": "twilio/sdk",
  3459. "version": "5.15.0",
  3460. "source": {
  3461. "type": "git",
  3462. "url": "https://github.com/twilio/twilio-php.git",
  3463. "reference": "bb76b575d9024b267de92994665234a344068ffb"
  3464. },
  3465. "dist": {
  3466. "type": "zip",
  3467. "url": "https://api.github.com/repos/twilio/twilio-php/zipball/bb76b575d9024b267de92994665234a344068ffb",
  3468. "reference": "bb76b575d9024b267de92994665234a344068ffb",
  3469. "shasum": ""
  3470. },
  3471. "require": {
  3472. "php": ">=5.3.0"
  3473. },
  3474. "require-dev": {
  3475. "apigen/apigen": "^4.1",
  3476. "phpunit/phpunit": "4.5.*"
  3477. },
  3478. "type": "library",
  3479. "autoload": {
  3480. "psr-4": {
  3481. "Twilio\\": "Twilio/"
  3482. }
  3483. },
  3484. "notification-url": "https://packagist.org/downloads/",
  3485. "license": [
  3486. "MIT"
  3487. ],
  3488. "authors": [
  3489. {
  3490. "name": "Twilio API Team",
  3491. "email": "api@twilio.com"
  3492. }
  3493. ],
  3494. "description": "A PHP wrapper for Twilio's API",
  3495. "homepage": "http://github.com/twilio/twilio-php",
  3496. "keywords": [
  3497. "api",
  3498. "sms",
  3499. "twilio"
  3500. ],
  3501. "time": "2017-09-28T21:51:47+00:00"
  3502. },
  3503. {
  3504. "name": "vlucas/phpdotenv",
  3505. "version": "v2.4.0",
  3506. "source": {
  3507. "type": "git",
  3508. "url": "https://github.com/vlucas/phpdotenv.git",
  3509. "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
  3510. },
  3511. "dist": {
  3512. "type": "zip",
  3513. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
  3514. "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
  3515. "shasum": ""
  3516. },
  3517. "require": {
  3518. "php": ">=5.3.9"
  3519. },
  3520. "require-dev": {
  3521. "phpunit/phpunit": "^4.8 || ^5.0"
  3522. },
  3523. "type": "library",
  3524. "extra": {
  3525. "branch-alias": {
  3526. "dev-master": "2.4-dev"
  3527. }
  3528. },
  3529. "autoload": {
  3530. "psr-4": {
  3531. "Dotenv\\": "src/"
  3532. }
  3533. },
  3534. "notification-url": "https://packagist.org/downloads/",
  3535. "license": [
  3536. "BSD-3-Clause-Attribution"
  3537. ],
  3538. "authors": [
  3539. {
  3540. "name": "Vance Lucas",
  3541. "email": "vance@vancelucas.com",
  3542. "homepage": "http://www.vancelucas.com"
  3543. }
  3544. ],
  3545. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  3546. "keywords": [
  3547. "dotenv",
  3548. "env",
  3549. "environment"
  3550. ],
  3551. "time": "2016-09-01T10:05:43+00:00"
  3552. },
  3553. {
  3554. "name": "yajra/laravel-datatables-oracle",
  3555. "version": "v7.10.1",
  3556. "source": {
  3557. "type": "git",
  3558. "url": "https://github.com/yajra/laravel-datatables.git",
  3559. "reference": "8e217bf1be307c8e7e52fa6a5071b985568bc04c"
  3560. },
  3561. "dist": {
  3562. "type": "zip",
  3563. "url": "https://api.github.com/repos/yajra/laravel-datatables/zipball/8e217bf1be307c8e7e52fa6a5071b985568bc04c",
  3564. "reference": "8e217bf1be307c8e7e52fa6a5071b985568bc04c",
  3565. "shasum": ""
  3566. },
  3567. "require": {
  3568. "illuminate/database": "5.4.*",
  3569. "illuminate/filesystem": "5.4.*",
  3570. "illuminate/http": "5.4.*",
  3571. "illuminate/support": "5.4.*",
  3572. "illuminate/view": "5.4.*",
  3573. "php": ">=5.6.4"
  3574. },
  3575. "require-dev": {
  3576. "mockery/mockery": "0.9.*",
  3577. "orchestra/testbench": "^3.4",
  3578. "phpunit/phpunit": "~5.7"
  3579. },
  3580. "suggest": {
  3581. "league/fractal": "Transform your api response into something you won't hate.",
  3582. "yajra/laravel-datatables-buttons": "Plugin for server-side exporting of dataTable.",
  3583. "yajra/laravel-datatables-html": "Plugin for server-side HTML builder of dataTable."
  3584. },
  3585. "type": "library",
  3586. "extra": {
  3587. "branch-alias": {
  3588. "dev-master": "7.0-dev"
  3589. }
  3590. },
  3591. "autoload": {
  3592. "psr-4": {
  3593. "Yajra\\Datatables\\": "src/"
  3594. }
  3595. },
  3596. "notification-url": "https://packagist.org/downloads/",
  3597. "license": [
  3598. "MIT"
  3599. ],
  3600. "authors": [
  3601. {
  3602. "name": "Arjay Angeles",
  3603. "email": "aqangeles@gmail.com"
  3604. }
  3605. ],
  3606. "description": "jQuery DataTables API for Laravel 4|5",
  3607. "keywords": [
  3608. "datatables",
  3609. "jquery",
  3610. "laravel"
  3611. ],
  3612. "time": "2017-08-31T01:27:45+00:00"
  3613. },
  3614. {
  3615. "name": "zendframework/zend-diactoros",
  3616. "version": "1.6.0",
  3617. "source": {
  3618. "type": "git",
  3619. "url": "https://github.com/zendframework/zend-diactoros.git",
  3620. "reference": "2faa791b66bac33ca40031d8bce03b7dc8143490"
  3621. },
  3622. "dist": {
  3623. "type": "zip",
  3624. "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/2faa791b66bac33ca40031d8bce03b7dc8143490",
  3625. "reference": "2faa791b66bac33ca40031d8bce03b7dc8143490",
  3626. "shasum": ""
  3627. },
  3628. "require": {
  3629. "php": "^5.6 || ^7.0",
  3630. "psr/http-message": "^1.0"
  3631. },
  3632. "provide": {
  3633. "psr/http-message-implementation": "1.0"
  3634. },
  3635. "require-dev": {
  3636. "ext-dom": "*",
  3637. "ext-libxml": "*",
  3638. "phpunit/phpunit": "^5.7.16 || ^6.0.8",
  3639. "zendframework/zend-coding-standard": "~1.0"
  3640. },
  3641. "type": "library",
  3642. "extra": {
  3643. "branch-alias": {
  3644. "dev-master": "1.6-dev",
  3645. "dev-develop": "1.7-dev"
  3646. }
  3647. },
  3648. "autoload": {
  3649. "psr-4": {
  3650. "Zend\\Diactoros\\": "src/"
  3651. }
  3652. },
  3653. "notification-url": "https://packagist.org/downloads/",
  3654. "license": [
  3655. "BSD-2-Clause"
  3656. ],
  3657. "description": "PSR HTTP Message implementations",
  3658. "homepage": "https://github.com/zendframework/zend-diactoros",
  3659. "keywords": [
  3660. "http",
  3661. "psr",
  3662. "psr-7"
  3663. ],
  3664. "time": "2017-09-13T14:47:08+00:00"
  3665. }
  3666. ],
  3667. "packages-dev": [
  3668. {
  3669. "name": "doctrine/instantiator",
  3670. "version": "1.0.5",
  3671. "source": {
  3672. "type": "git",
  3673. "url": "https://github.com/doctrine/instantiator.git",
  3674. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  3675. },
  3676. "dist": {
  3677. "type": "zip",
  3678. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  3679. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  3680. "shasum": ""
  3681. },
  3682. "require": {
  3683. "php": ">=5.3,<8.0-DEV"
  3684. },
  3685. "require-dev": {
  3686. "athletic/athletic": "~0.1.8",
  3687. "ext-pdo": "*",
  3688. "ext-phar": "*",
  3689. "phpunit/phpunit": "~4.0",
  3690. "squizlabs/php_codesniffer": "~2.0"
  3691. },
  3692. "type": "library",
  3693. "extra": {
  3694. "branch-alias": {
  3695. "dev-master": "1.0.x-dev"
  3696. }
  3697. },
  3698. "autoload": {
  3699. "psr-4": {
  3700. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  3701. }
  3702. },
  3703. "notification-url": "https://packagist.org/downloads/",
  3704. "license": [
  3705. "MIT"
  3706. ],
  3707. "authors": [
  3708. {
  3709. "name": "Marco Pivetta",
  3710. "email": "ocramius@gmail.com",
  3711. "homepage": "http://ocramius.github.com/"
  3712. }
  3713. ],
  3714. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  3715. "homepage": "https://github.com/doctrine/instantiator",
  3716. "keywords": [
  3717. "constructor",
  3718. "instantiate"
  3719. ],
  3720. "time": "2015-06-14T21:17:01+00:00"
  3721. },
  3722. {
  3723. "name": "fzaninotto/faker",
  3724. "version": "v1.7.1",
  3725. "source": {
  3726. "type": "git",
  3727. "url": "https://github.com/fzaninotto/Faker.git",
  3728. "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d"
  3729. },
  3730. "dist": {
  3731. "type": "zip",
  3732. "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
  3733. "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
  3734. "shasum": ""
  3735. },
  3736. "require": {
  3737. "php": "^5.3.3 || ^7.0"
  3738. },
  3739. "require-dev": {
  3740. "ext-intl": "*",
  3741. "phpunit/phpunit": "^4.0 || ^5.0",
  3742. "squizlabs/php_codesniffer": "^1.5"
  3743. },
  3744. "type": "library",
  3745. "extra": {
  3746. "branch-alias": {
  3747. "dev-master": "1.8-dev"
  3748. }
  3749. },
  3750. "autoload": {
  3751. "psr-4": {
  3752. "Faker\\": "src/Faker/"
  3753. }
  3754. },
  3755. "notification-url": "https://packagist.org/downloads/",
  3756. "license": [
  3757. "MIT"
  3758. ],
  3759. "authors": [
  3760. {
  3761. "name": "François Zaninotto"
  3762. }
  3763. ],
  3764. "description": "Faker is a PHP library that generates fake data for you.",
  3765. "keywords": [
  3766. "data",
  3767. "faker",
  3768. "fixtures"
  3769. ],
  3770. "time": "2017-08-15T16:48:10+00:00"
  3771. },
  3772. {
  3773. "name": "hamcrest/hamcrest-php",
  3774. "version": "v1.2.2",
  3775. "source": {
  3776. "type": "git",
  3777. "url": "https://github.com/hamcrest/hamcrest-php.git",
  3778. "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
  3779. },
  3780. "dist": {
  3781. "type": "zip",
  3782. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
  3783. "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
  3784. "shasum": ""
  3785. },
  3786. "require": {
  3787. "php": ">=5.3.2"
  3788. },
  3789. "replace": {
  3790. "cordoval/hamcrest-php": "*",
  3791. "davedevelopment/hamcrest-php": "*",
  3792. "kodova/hamcrest-php": "*"
  3793. },
  3794. "require-dev": {
  3795. "phpunit/php-file-iterator": "1.3.3",
  3796. "satooshi/php-coveralls": "dev-master"
  3797. },
  3798. "type": "library",
  3799. "autoload": {
  3800. "classmap": [
  3801. "hamcrest"
  3802. ],
  3803. "files": [
  3804. "hamcrest/Hamcrest.php"
  3805. ]
  3806. },
  3807. "notification-url": "https://packagist.org/downloads/",
  3808. "license": [
  3809. "BSD"
  3810. ],
  3811. "description": "This is the PHP port of Hamcrest Matchers",
  3812. "keywords": [
  3813. "test"
  3814. ],
  3815. "time": "2015-05-11T14:41:42+00:00"
  3816. },
  3817. {
  3818. "name": "mockery/mockery",
  3819. "version": "0.9.9",
  3820. "source": {
  3821. "type": "git",
  3822. "url": "https://github.com/mockery/mockery.git",
  3823. "reference": "6fdb61243844dc924071d3404bb23994ea0b6856"
  3824. },
  3825. "dist": {
  3826. "type": "zip",
  3827. "url": "https://api.github.com/repos/mockery/mockery/zipball/6fdb61243844dc924071d3404bb23994ea0b6856",
  3828. "reference": "6fdb61243844dc924071d3404bb23994ea0b6856",
  3829. "shasum": ""
  3830. },
  3831. "require": {
  3832. "hamcrest/hamcrest-php": "~1.1",
  3833. "lib-pcre": ">=7.0",
  3834. "php": ">=5.3.2"
  3835. },
  3836. "require-dev": {
  3837. "phpunit/phpunit": "~4.0"
  3838. },
  3839. "type": "library",
  3840. "extra": {
  3841. "branch-alias": {
  3842. "dev-master": "0.9.x-dev"
  3843. }
  3844. },
  3845. "autoload": {
  3846. "psr-0": {
  3847. "Mockery": "library/"
  3848. }
  3849. },
  3850. "notification-url": "https://packagist.org/downloads/",
  3851. "license": [
  3852. "BSD-3-Clause"
  3853. ],
  3854. "authors": [
  3855. {
  3856. "name": "Pádraic Brady",
  3857. "email": "padraic.brady@gmail.com",
  3858. "homepage": "http://blog.astrumfutura.com"
  3859. },
  3860. {
  3861. "name": "Dave Marshall",
  3862. "email": "dave.marshall@atstsolutions.co.uk",
  3863. "homepage": "http://davedevelopment.co.uk"
  3864. }
  3865. ],
  3866. "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
  3867. "homepage": "http://github.com/padraic/mockery",
  3868. "keywords": [
  3869. "BDD",
  3870. "TDD",
  3871. "library",
  3872. "mock",
  3873. "mock objects",
  3874. "mockery",
  3875. "stub",
  3876. "test",
  3877. "test double",
  3878. "testing"
  3879. ],
  3880. "time": "2017-02-28T12:52:32+00:00"
  3881. },
  3882. {
  3883. "name": "myclabs/deep-copy",
  3884. "version": "1.6.1",
  3885. "source": {
  3886. "type": "git",
  3887. "url": "https://github.com/myclabs/DeepCopy.git",
  3888. "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
  3889. },
  3890. "dist": {
  3891. "type": "zip",
  3892. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
  3893. "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
  3894. "shasum": ""
  3895. },
  3896. "require": {
  3897. "php": ">=5.4.0"
  3898. },
  3899. "require-dev": {
  3900. "doctrine/collections": "1.*",
  3901. "phpunit/phpunit": "~4.1"
  3902. },
  3903. "type": "library",
  3904. "autoload": {
  3905. "psr-4": {
  3906. "DeepCopy\\": "src/DeepCopy/"
  3907. }
  3908. },
  3909. "notification-url": "https://packagist.org/downloads/",
  3910. "license": [
  3911. "MIT"
  3912. ],
  3913. "description": "Create deep copies (clones) of your objects",
  3914. "homepage": "https://github.com/myclabs/DeepCopy",
  3915. "keywords": [
  3916. "clone",
  3917. "copy",
  3918. "duplicate",
  3919. "object",
  3920. "object graph"
  3921. ],
  3922. "time": "2017-04-12T18:52:22+00:00"
  3923. },
  3924. {
  3925. "name": "phpdocumentor/reflection-common",
  3926. "version": "1.0.1",
  3927. "source": {
  3928. "type": "git",
  3929. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  3930. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
  3931. },
  3932. "dist": {
  3933. "type": "zip",
  3934. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  3935. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  3936. "shasum": ""
  3937. },
  3938. "require": {
  3939. "php": ">=5.5"
  3940. },
  3941. "require-dev": {
  3942. "phpunit/phpunit": "^4.6"
  3943. },
  3944. "type": "library",
  3945. "extra": {
  3946. "branch-alias": {
  3947. "dev-master": "1.0.x-dev"
  3948. }
  3949. },
  3950. "autoload": {
  3951. "psr-4": {
  3952. "phpDocumentor\\Reflection\\": [
  3953. "src"
  3954. ]
  3955. }
  3956. },
  3957. "notification-url": "https://packagist.org/downloads/",
  3958. "license": [
  3959. "MIT"
  3960. ],
  3961. "authors": [
  3962. {
  3963. "name": "Jaap van Otterdijk",
  3964. "email": "opensource@ijaap.nl"
  3965. }
  3966. ],
  3967. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  3968. "homepage": "http://www.phpdoc.org",
  3969. "keywords": [
  3970. "FQSEN",
  3971. "phpDocumentor",
  3972. "phpdoc",
  3973. "reflection",
  3974. "static analysis"
  3975. ],
  3976. "time": "2017-09-11T18:02:19+00:00"
  3977. },
  3978. {
  3979. "name": "phpdocumentor/reflection-docblock",
  3980. "version": "4.1.1",
  3981. "source": {
  3982. "type": "git",
  3983. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  3984. "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2"
  3985. },
  3986. "dist": {
  3987. "type": "zip",
  3988. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/2d3d238c433cf69caeb4842e97a3223a116f94b2",
  3989. "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2",
  3990. "shasum": ""
  3991. },
  3992. "require": {
  3993. "php": "^7.0",
  3994. "phpdocumentor/reflection-common": "^1.0@dev",
  3995. "phpdocumentor/type-resolver": "^0.4.0",
  3996. "webmozart/assert": "^1.0"
  3997. },
  3998. "require-dev": {
  3999. "mockery/mockery": "^0.9.4",
  4000. "phpunit/phpunit": "^4.4"
  4001. },
  4002. "type": "library",
  4003. "autoload": {
  4004. "psr-4": {
  4005. "phpDocumentor\\Reflection\\": [
  4006. "src/"
  4007. ]
  4008. }
  4009. },
  4010. "notification-url": "https://packagist.org/downloads/",
  4011. "license": [
  4012. "MIT"
  4013. ],
  4014. "authors": [
  4015. {
  4016. "name": "Mike van Riel",
  4017. "email": "me@mikevanriel.com"
  4018. }
  4019. ],
  4020. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  4021. "time": "2017-08-30T18:51:59+00:00"
  4022. },
  4023. {
  4024. "name": "phpdocumentor/type-resolver",
  4025. "version": "0.4.0",
  4026. "source": {
  4027. "type": "git",
  4028. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  4029. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
  4030. },
  4031. "dist": {
  4032. "type": "zip",
  4033. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
  4034. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
  4035. "shasum": ""
  4036. },
  4037. "require": {
  4038. "php": "^5.5 || ^7.0",
  4039. "phpdocumentor/reflection-common": "^1.0"
  4040. },
  4041. "require-dev": {
  4042. "mockery/mockery": "^0.9.4",
  4043. "phpunit/phpunit": "^5.2||^4.8.24"
  4044. },
  4045. "type": "library",
  4046. "extra": {
  4047. "branch-alias": {
  4048. "dev-master": "1.0.x-dev"
  4049. }
  4050. },
  4051. "autoload": {
  4052. "psr-4": {
  4053. "phpDocumentor\\Reflection\\": [
  4054. "src/"
  4055. ]
  4056. }
  4057. },
  4058. "notification-url": "https://packagist.org/downloads/",
  4059. "license": [
  4060. "MIT"
  4061. ],
  4062. "authors": [
  4063. {
  4064. "name": "Mike van Riel",
  4065. "email": "me@mikevanriel.com"
  4066. }
  4067. ],
  4068. "time": "2017-07-14T14:27:02+00:00"
  4069. },
  4070. {
  4071. "name": "phpspec/prophecy",
  4072. "version": "v1.7.2",
  4073. "source": {
  4074. "type": "git",
  4075. "url": "https://github.com/phpspec/prophecy.git",
  4076. "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6"
  4077. },
  4078. "dist": {
  4079. "type": "zip",
  4080. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
  4081. "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
  4082. "shasum": ""
  4083. },
  4084. "require": {
  4085. "doctrine/instantiator": "^1.0.2",
  4086. "php": "^5.3|^7.0",
  4087. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
  4088. "sebastian/comparator": "^1.1|^2.0",
  4089. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  4090. },
  4091. "require-dev": {
  4092. "phpspec/phpspec": "^2.5|^3.2",
  4093. "phpunit/phpunit": "^4.8 || ^5.6.5"
  4094. },
  4095. "type": "library",
  4096. "extra": {
  4097. "branch-alias": {
  4098. "dev-master": "1.7.x-dev"
  4099. }
  4100. },
  4101. "autoload": {
  4102. "psr-0": {
  4103. "Prophecy\\": "src/"
  4104. }
  4105. },
  4106. "notification-url": "https://packagist.org/downloads/",
  4107. "license": [
  4108. "MIT"
  4109. ],
  4110. "authors": [
  4111. {
  4112. "name": "Konstantin Kudryashov",
  4113. "email": "ever.zet@gmail.com",
  4114. "homepage": "http://everzet.com"
  4115. },
  4116. {
  4117. "name": "Marcello Duarte",
  4118. "email": "marcello.duarte@gmail.com"
  4119. }
  4120. ],
  4121. "description": "Highly opinionated mocking framework for PHP 5.3+",
  4122. "homepage": "https://github.com/phpspec/prophecy",
  4123. "keywords": [
  4124. "Double",
  4125. "Dummy",
  4126. "fake",
  4127. "mock",
  4128. "spy",
  4129. "stub"
  4130. ],
  4131. "time": "2017-09-04T11:05:03+00:00"
  4132. },
  4133. {
  4134. "name": "phpunit/php-code-coverage",
  4135. "version": "4.0.8",
  4136. "source": {
  4137. "type": "git",
  4138. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  4139. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
  4140. },
  4141. "dist": {
  4142. "type": "zip",
  4143. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  4144. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  4145. "shasum": ""
  4146. },
  4147. "require": {
  4148. "ext-dom": "*",
  4149. "ext-xmlwriter": "*",
  4150. "php": "^5.6 || ^7.0",
  4151. "phpunit/php-file-iterator": "^1.3",
  4152. "phpunit/php-text-template": "^1.2",
  4153. "phpunit/php-token-stream": "^1.4.2 || ^2.0",
  4154. "sebastian/code-unit-reverse-lookup": "^1.0",
  4155. "sebastian/environment": "^1.3.2 || ^2.0",
  4156. "sebastian/version": "^1.0 || ^2.0"
  4157. },
  4158. "require-dev": {
  4159. "ext-xdebug": "^2.1.4",
  4160. "phpunit/phpunit": "^5.7"
  4161. },
  4162. "suggest": {
  4163. "ext-xdebug": "^2.5.1"
  4164. },
  4165. "type": "library",
  4166. "extra": {
  4167. "branch-alias": {
  4168. "dev-master": "4.0.x-dev"
  4169. }
  4170. },
  4171. "autoload": {
  4172. "classmap": [
  4173. "src/"
  4174. ]
  4175. },
  4176. "notification-url": "https://packagist.org/downloads/",
  4177. "license": [
  4178. "BSD-3-Clause"
  4179. ],
  4180. "authors": [
  4181. {
  4182. "name": "Sebastian Bergmann",
  4183. "email": "sb@sebastian-bergmann.de",
  4184. "role": "lead"
  4185. }
  4186. ],
  4187. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  4188. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  4189. "keywords": [
  4190. "coverage",
  4191. "testing",
  4192. "xunit"
  4193. ],
  4194. "time": "2017-04-02T07:44:40+00:00"
  4195. },
  4196. {
  4197. "name": "phpunit/php-file-iterator",
  4198. "version": "1.4.2",
  4199. "source": {
  4200. "type": "git",
  4201. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  4202. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
  4203. },
  4204. "dist": {
  4205. "type": "zip",
  4206. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  4207. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  4208. "shasum": ""
  4209. },
  4210. "require": {
  4211. "php": ">=5.3.3"
  4212. },
  4213. "type": "library",
  4214. "extra": {
  4215. "branch-alias": {
  4216. "dev-master": "1.4.x-dev"
  4217. }
  4218. },
  4219. "autoload": {
  4220. "classmap": [
  4221. "src/"
  4222. ]
  4223. },
  4224. "notification-url": "https://packagist.org/downloads/",
  4225. "license": [
  4226. "BSD-3-Clause"
  4227. ],
  4228. "authors": [
  4229. {
  4230. "name": "Sebastian Bergmann",
  4231. "email": "sb@sebastian-bergmann.de",
  4232. "role": "lead"
  4233. }
  4234. ],
  4235. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  4236. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  4237. "keywords": [
  4238. "filesystem",
  4239. "iterator"
  4240. ],
  4241. "time": "2016-10-03T07:40:28+00:00"
  4242. },
  4243. {
  4244. "name": "phpunit/php-text-template",
  4245. "version": "1.2.1",
  4246. "source": {
  4247. "type": "git",
  4248. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  4249. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  4250. },
  4251. "dist": {
  4252. "type": "zip",
  4253. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  4254. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  4255. "shasum": ""
  4256. },
  4257. "require": {
  4258. "php": ">=5.3.3"
  4259. },
  4260. "type": "library",
  4261. "autoload": {
  4262. "classmap": [
  4263. "src/"
  4264. ]
  4265. },
  4266. "notification-url": "https://packagist.org/downloads/",
  4267. "license": [
  4268. "BSD-3-Clause"
  4269. ],
  4270. "authors": [
  4271. {
  4272. "name": "Sebastian Bergmann",
  4273. "email": "sebastian@phpunit.de",
  4274. "role": "lead"
  4275. }
  4276. ],
  4277. "description": "Simple template engine.",
  4278. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  4279. "keywords": [
  4280. "template"
  4281. ],
  4282. "time": "2015-06-21T13:50:34+00:00"
  4283. },
  4284. {
  4285. "name": "phpunit/php-timer",
  4286. "version": "1.0.9",
  4287. "source": {
  4288. "type": "git",
  4289. "url": "https://github.com/sebastianbergmann/php-timer.git",
  4290. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  4291. },
  4292. "dist": {
  4293. "type": "zip",
  4294. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  4295. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  4296. "shasum": ""
  4297. },
  4298. "require": {
  4299. "php": "^5.3.3 || ^7.0"
  4300. },
  4301. "require-dev": {
  4302. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  4303. },
  4304. "type": "library",
  4305. "extra": {
  4306. "branch-alias": {
  4307. "dev-master": "1.0-dev"
  4308. }
  4309. },
  4310. "autoload": {
  4311. "classmap": [
  4312. "src/"
  4313. ]
  4314. },
  4315. "notification-url": "https://packagist.org/downloads/",
  4316. "license": [
  4317. "BSD-3-Clause"
  4318. ],
  4319. "authors": [
  4320. {
  4321. "name": "Sebastian Bergmann",
  4322. "email": "sb@sebastian-bergmann.de",
  4323. "role": "lead"
  4324. }
  4325. ],
  4326. "description": "Utility class for timing",
  4327. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  4328. "keywords": [
  4329. "timer"
  4330. ],
  4331. "time": "2017-02-26T11:10:40+00:00"
  4332. },
  4333. {
  4334. "name": "phpunit/php-token-stream",
  4335. "version": "2.0.1",
  4336. "source": {
  4337. "type": "git",
  4338. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  4339. "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0"
  4340. },
  4341. "dist": {
  4342. "type": "zip",
  4343. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9a02332089ac48e704c70f6cefed30c224e3c0b0",
  4344. "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0",
  4345. "shasum": ""
  4346. },
  4347. "require": {
  4348. "ext-tokenizer": "*",
  4349. "php": "^7.0"
  4350. },
  4351. "require-dev": {
  4352. "phpunit/phpunit": "^6.2.4"
  4353. },
  4354. "type": "library",
  4355. "extra": {
  4356. "branch-alias": {
  4357. "dev-master": "2.0-dev"
  4358. }
  4359. },
  4360. "autoload": {
  4361. "classmap": [
  4362. "src/"
  4363. ]
  4364. },
  4365. "notification-url": "https://packagist.org/downloads/",
  4366. "license": [
  4367. "BSD-3-Clause"
  4368. ],
  4369. "authors": [
  4370. {
  4371. "name": "Sebastian Bergmann",
  4372. "email": "sebastian@phpunit.de"
  4373. }
  4374. ],
  4375. "description": "Wrapper around PHP's tokenizer extension.",
  4376. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  4377. "keywords": [
  4378. "tokenizer"
  4379. ],
  4380. "time": "2017-08-20T05:47:52+00:00"
  4381. },
  4382. {
  4383. "name": "phpunit/phpunit",
  4384. "version": "5.7.22",
  4385. "source": {
  4386. "type": "git",
  4387. "url": "https://github.com/sebastianbergmann/phpunit.git",
  4388. "reference": "10df877596c9906d4110b5b905313829043f2ada"
  4389. },
  4390. "dist": {
  4391. "type": "zip",
  4392. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/10df877596c9906d4110b5b905313829043f2ada",
  4393. "reference": "10df877596c9906d4110b5b905313829043f2ada",
  4394. "shasum": ""
  4395. },
  4396. "require": {
  4397. "ext-dom": "*",
  4398. "ext-json": "*",
  4399. "ext-libxml": "*",
  4400. "ext-mbstring": "*",
  4401. "ext-xml": "*",
  4402. "myclabs/deep-copy": "~1.3",
  4403. "php": "^5.6 || ^7.0",
  4404. "phpspec/prophecy": "^1.6.2",
  4405. "phpunit/php-code-coverage": "^4.0.4",
  4406. "phpunit/php-file-iterator": "~1.4",
  4407. "phpunit/php-text-template": "~1.2",
  4408. "phpunit/php-timer": "^1.0.6",
  4409. "phpunit/phpunit-mock-objects": "^3.2",
  4410. "sebastian/comparator": "^1.2.4",
  4411. "sebastian/diff": "^1.4.3",
  4412. "sebastian/environment": "^1.3.4 || ^2.0",
  4413. "sebastian/exporter": "~2.0",
  4414. "sebastian/global-state": "^1.1",
  4415. "sebastian/object-enumerator": "~2.0",
  4416. "sebastian/resource-operations": "~1.0",
  4417. "sebastian/version": "~1.0.3|~2.0",
  4418. "symfony/yaml": "~2.1|~3.0"
  4419. },
  4420. "conflict": {
  4421. "phpdocumentor/reflection-docblock": "3.0.2"
  4422. },
  4423. "require-dev": {
  4424. "ext-pdo": "*"
  4425. },
  4426. "suggest": {
  4427. "ext-xdebug": "*",
  4428. "phpunit/php-invoker": "~1.1"
  4429. },
  4430. "bin": [
  4431. "phpunit"
  4432. ],
  4433. "type": "library",
  4434. "extra": {
  4435. "branch-alias": {
  4436. "dev-master": "5.7.x-dev"
  4437. }
  4438. },
  4439. "autoload": {
  4440. "classmap": [
  4441. "src/"
  4442. ]
  4443. },
  4444. "notification-url": "https://packagist.org/downloads/",
  4445. "license": [
  4446. "BSD-3-Clause"
  4447. ],
  4448. "authors": [
  4449. {
  4450. "name": "Sebastian Bergmann",
  4451. "email": "sebastian@phpunit.de",
  4452. "role": "lead"
  4453. }
  4454. ],
  4455. "description": "The PHP Unit Testing framework.",
  4456. "homepage": "https://phpunit.de/",
  4457. "keywords": [
  4458. "phpunit",
  4459. "testing",
  4460. "xunit"
  4461. ],
  4462. "time": "2017-09-24T07:23:38+00:00"
  4463. },
  4464. {
  4465. "name": "phpunit/phpunit-mock-objects",
  4466. "version": "3.4.4",
  4467. "source": {
  4468. "type": "git",
  4469. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  4470. "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
  4471. },
  4472. "dist": {
  4473. "type": "zip",
  4474. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
  4475. "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
  4476. "shasum": ""
  4477. },
  4478. "require": {
  4479. "doctrine/instantiator": "^1.0.2",
  4480. "php": "^5.6 || ^7.0",
  4481. "phpunit/php-text-template": "^1.2",
  4482. "sebastian/exporter": "^1.2 || ^2.0"
  4483. },
  4484. "conflict": {
  4485. "phpunit/phpunit": "<5.4.0"
  4486. },
  4487. "require-dev": {
  4488. "phpunit/phpunit": "^5.4"
  4489. },
  4490. "suggest": {
  4491. "ext-soap": "*"
  4492. },
  4493. "type": "library",
  4494. "extra": {
  4495. "branch-alias": {
  4496. "dev-master": "3.2.x-dev"
  4497. }
  4498. },
  4499. "autoload": {
  4500. "classmap": [
  4501. "src/"
  4502. ]
  4503. },
  4504. "notification-url": "https://packagist.org/downloads/",
  4505. "license": [
  4506. "BSD-3-Clause"
  4507. ],
  4508. "authors": [
  4509. {
  4510. "name": "Sebastian Bergmann",
  4511. "email": "sb@sebastian-bergmann.de",
  4512. "role": "lead"
  4513. }
  4514. ],
  4515. "description": "Mock Object library for PHPUnit",
  4516. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  4517. "keywords": [
  4518. "mock",
  4519. "xunit"
  4520. ],
  4521. "time": "2017-06-30T09:13:00+00:00"
  4522. },
  4523. {
  4524. "name": "sebastian/code-unit-reverse-lookup",
  4525. "version": "1.0.1",
  4526. "source": {
  4527. "type": "git",
  4528. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  4529. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  4530. },
  4531. "dist": {
  4532. "type": "zip",
  4533. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  4534. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  4535. "shasum": ""
  4536. },
  4537. "require": {
  4538. "php": "^5.6 || ^7.0"
  4539. },
  4540. "require-dev": {
  4541. "phpunit/phpunit": "^5.7 || ^6.0"
  4542. },
  4543. "type": "library",
  4544. "extra": {
  4545. "branch-alias": {
  4546. "dev-master": "1.0.x-dev"
  4547. }
  4548. },
  4549. "autoload": {
  4550. "classmap": [
  4551. "src/"
  4552. ]
  4553. },
  4554. "notification-url": "https://packagist.org/downloads/",
  4555. "license": [
  4556. "BSD-3-Clause"
  4557. ],
  4558. "authors": [
  4559. {
  4560. "name": "Sebastian Bergmann",
  4561. "email": "sebastian@phpunit.de"
  4562. }
  4563. ],
  4564. "description": "Looks up which function or method a line of code belongs to",
  4565. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  4566. "time": "2017-03-04T06:30:41+00:00"
  4567. },
  4568. {
  4569. "name": "sebastian/comparator",
  4570. "version": "1.2.4",
  4571. "source": {
  4572. "type": "git",
  4573. "url": "https://github.com/sebastianbergmann/comparator.git",
  4574. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  4575. },
  4576. "dist": {
  4577. "type": "zip",
  4578. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  4579. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  4580. "shasum": ""
  4581. },
  4582. "require": {
  4583. "php": ">=5.3.3",
  4584. "sebastian/diff": "~1.2",
  4585. "sebastian/exporter": "~1.2 || ~2.0"
  4586. },
  4587. "require-dev": {
  4588. "phpunit/phpunit": "~4.4"
  4589. },
  4590. "type": "library",
  4591. "extra": {
  4592. "branch-alias": {
  4593. "dev-master": "1.2.x-dev"
  4594. }
  4595. },
  4596. "autoload": {
  4597. "classmap": [
  4598. "src/"
  4599. ]
  4600. },
  4601. "notification-url": "https://packagist.org/downloads/",
  4602. "license": [
  4603. "BSD-3-Clause"
  4604. ],
  4605. "authors": [
  4606. {
  4607. "name": "Jeff Welch",
  4608. "email": "whatthejeff@gmail.com"
  4609. },
  4610. {
  4611. "name": "Volker Dusch",
  4612. "email": "github@wallbash.com"
  4613. },
  4614. {
  4615. "name": "Bernhard Schussek",
  4616. "email": "bschussek@2bepublished.at"
  4617. },
  4618. {
  4619. "name": "Sebastian Bergmann",
  4620. "email": "sebastian@phpunit.de"
  4621. }
  4622. ],
  4623. "description": "Provides the functionality to compare PHP values for equality",
  4624. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  4625. "keywords": [
  4626. "comparator",
  4627. "compare",
  4628. "equality"
  4629. ],
  4630. "time": "2017-01-29T09:50:25+00:00"
  4631. },
  4632. {
  4633. "name": "sebastian/diff",
  4634. "version": "1.4.3",
  4635. "source": {
  4636. "type": "git",
  4637. "url": "https://github.com/sebastianbergmann/diff.git",
  4638. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  4639. },
  4640. "dist": {
  4641. "type": "zip",
  4642. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  4643. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  4644. "shasum": ""
  4645. },
  4646. "require": {
  4647. "php": "^5.3.3 || ^7.0"
  4648. },
  4649. "require-dev": {
  4650. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  4651. },
  4652. "type": "library",
  4653. "extra": {
  4654. "branch-alias": {
  4655. "dev-master": "1.4-dev"
  4656. }
  4657. },
  4658. "autoload": {
  4659. "classmap": [
  4660. "src/"
  4661. ]
  4662. },
  4663. "notification-url": "https://packagist.org/downloads/",
  4664. "license": [
  4665. "BSD-3-Clause"
  4666. ],
  4667. "authors": [
  4668. {
  4669. "name": "Kore Nordmann",
  4670. "email": "mail@kore-nordmann.de"
  4671. },
  4672. {
  4673. "name": "Sebastian Bergmann",
  4674. "email": "sebastian@phpunit.de"
  4675. }
  4676. ],
  4677. "description": "Diff implementation",
  4678. "homepage": "https://github.com/sebastianbergmann/diff",
  4679. "keywords": [
  4680. "diff"
  4681. ],
  4682. "time": "2017-05-22T07:24:03+00:00"
  4683. },
  4684. {
  4685. "name": "sebastian/environment",
  4686. "version": "2.0.0",
  4687. "source": {
  4688. "type": "git",
  4689. "url": "https://github.com/sebastianbergmann/environment.git",
  4690. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
  4691. },
  4692. "dist": {
  4693. "type": "zip",
  4694. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  4695. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  4696. "shasum": ""
  4697. },
  4698. "require": {
  4699. "php": "^5.6 || ^7.0"
  4700. },
  4701. "require-dev": {
  4702. "phpunit/phpunit": "^5.0"
  4703. },
  4704. "type": "library",
  4705. "extra": {
  4706. "branch-alias": {
  4707. "dev-master": "2.0.x-dev"
  4708. }
  4709. },
  4710. "autoload": {
  4711. "classmap": [
  4712. "src/"
  4713. ]
  4714. },
  4715. "notification-url": "https://packagist.org/downloads/",
  4716. "license": [
  4717. "BSD-3-Clause"
  4718. ],
  4719. "authors": [
  4720. {
  4721. "name": "Sebastian Bergmann",
  4722. "email": "sebastian@phpunit.de"
  4723. }
  4724. ],
  4725. "description": "Provides functionality to handle HHVM/PHP environments",
  4726. "homepage": "http://www.github.com/sebastianbergmann/environment",
  4727. "keywords": [
  4728. "Xdebug",
  4729. "environment",
  4730. "hhvm"
  4731. ],
  4732. "time": "2016-11-26T07:53:53+00:00"
  4733. },
  4734. {
  4735. "name": "sebastian/exporter",
  4736. "version": "2.0.0",
  4737. "source": {
  4738. "type": "git",
  4739. "url": "https://github.com/sebastianbergmann/exporter.git",
  4740. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
  4741. },
  4742. "dist": {
  4743. "type": "zip",
  4744. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  4745. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  4746. "shasum": ""
  4747. },
  4748. "require": {
  4749. "php": ">=5.3.3",
  4750. "sebastian/recursion-context": "~2.0"
  4751. },
  4752. "require-dev": {
  4753. "ext-mbstring": "*",
  4754. "phpunit/phpunit": "~4.4"
  4755. },
  4756. "type": "library",
  4757. "extra": {
  4758. "branch-alias": {
  4759. "dev-master": "2.0.x-dev"
  4760. }
  4761. },
  4762. "autoload": {
  4763. "classmap": [
  4764. "src/"
  4765. ]
  4766. },
  4767. "notification-url": "https://packagist.org/downloads/",
  4768. "license": [
  4769. "BSD-3-Clause"
  4770. ],
  4771. "authors": [
  4772. {
  4773. "name": "Jeff Welch",
  4774. "email": "whatthejeff@gmail.com"
  4775. },
  4776. {
  4777. "name": "Volker Dusch",
  4778. "email": "github@wallbash.com"
  4779. },
  4780. {
  4781. "name": "Bernhard Schussek",
  4782. "email": "bschussek@2bepublished.at"
  4783. },
  4784. {
  4785. "name": "Sebastian Bergmann",
  4786. "email": "sebastian@phpunit.de"
  4787. },
  4788. {
  4789. "name": "Adam Harvey",
  4790. "email": "aharvey@php.net"
  4791. }
  4792. ],
  4793. "description": "Provides the functionality to export PHP variables for visualization",
  4794. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  4795. "keywords": [
  4796. "export",
  4797. "exporter"
  4798. ],
  4799. "time": "2016-11-19T08:54:04+00:00"
  4800. },
  4801. {
  4802. "name": "sebastian/global-state",
  4803. "version": "1.1.1",
  4804. "source": {
  4805. "type": "git",
  4806. "url": "https://github.com/sebastianbergmann/global-state.git",
  4807. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  4808. },
  4809. "dist": {
  4810. "type": "zip",
  4811. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  4812. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  4813. "shasum": ""
  4814. },
  4815. "require": {
  4816. "php": ">=5.3.3"
  4817. },
  4818. "require-dev": {
  4819. "phpunit/phpunit": "~4.2"
  4820. },
  4821. "suggest": {
  4822. "ext-uopz": "*"
  4823. },
  4824. "type": "library",
  4825. "extra": {
  4826. "branch-alias": {
  4827. "dev-master": "1.0-dev"
  4828. }
  4829. },
  4830. "autoload": {
  4831. "classmap": [
  4832. "src/"
  4833. ]
  4834. },
  4835. "notification-url": "https://packagist.org/downloads/",
  4836. "license": [
  4837. "BSD-3-Clause"
  4838. ],
  4839. "authors": [
  4840. {
  4841. "name": "Sebastian Bergmann",
  4842. "email": "sebastian@phpunit.de"
  4843. }
  4844. ],
  4845. "description": "Snapshotting of global state",
  4846. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  4847. "keywords": [
  4848. "global state"
  4849. ],
  4850. "time": "2015-10-12T03:26:01+00:00"
  4851. },
  4852. {
  4853. "name": "sebastian/object-enumerator",
  4854. "version": "2.0.1",
  4855. "source": {
  4856. "type": "git",
  4857. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  4858. "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
  4859. },
  4860. "dist": {
  4861. "type": "zip",
  4862. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
  4863. "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
  4864. "shasum": ""
  4865. },
  4866. "require": {
  4867. "php": ">=5.6",
  4868. "sebastian/recursion-context": "~2.0"
  4869. },
  4870. "require-dev": {
  4871. "phpunit/phpunit": "~5"
  4872. },
  4873. "type": "library",
  4874. "extra": {
  4875. "branch-alias": {
  4876. "dev-master": "2.0.x-dev"
  4877. }
  4878. },
  4879. "autoload": {
  4880. "classmap": [
  4881. "src/"
  4882. ]
  4883. },
  4884. "notification-url": "https://packagist.org/downloads/",
  4885. "license": [
  4886. "BSD-3-Clause"
  4887. ],
  4888. "authors": [
  4889. {
  4890. "name": "Sebastian Bergmann",
  4891. "email": "sebastian@phpunit.de"
  4892. }
  4893. ],
  4894. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  4895. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  4896. "time": "2017-02-18T15:18:39+00:00"
  4897. },
  4898. {
  4899. "name": "sebastian/recursion-context",
  4900. "version": "2.0.0",
  4901. "source": {
  4902. "type": "git",
  4903. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  4904. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
  4905. },
  4906. "dist": {
  4907. "type": "zip",
  4908. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  4909. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  4910. "shasum": ""
  4911. },
  4912. "require": {
  4913. "php": ">=5.3.3"
  4914. },
  4915. "require-dev": {
  4916. "phpunit/phpunit": "~4.4"
  4917. },
  4918. "type": "library",
  4919. "extra": {
  4920. "branch-alias": {
  4921. "dev-master": "2.0.x-dev"
  4922. }
  4923. },
  4924. "autoload": {
  4925. "classmap": [
  4926. "src/"
  4927. ]
  4928. },
  4929. "notification-url": "https://packagist.org/downloads/",
  4930. "license": [
  4931. "BSD-3-Clause"
  4932. ],
  4933. "authors": [
  4934. {
  4935. "name": "Jeff Welch",
  4936. "email": "whatthejeff@gmail.com"
  4937. },
  4938. {
  4939. "name": "Sebastian Bergmann",
  4940. "email": "sebastian@phpunit.de"
  4941. },
  4942. {
  4943. "name": "Adam Harvey",
  4944. "email": "aharvey@php.net"
  4945. }
  4946. ],
  4947. "description": "Provides functionality to recursively process PHP variables",
  4948. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  4949. "time": "2016-11-19T07:33:16+00:00"
  4950. },
  4951. {
  4952. "name": "sebastian/resource-operations",
  4953. "version": "1.0.0",
  4954. "source": {
  4955. "type": "git",
  4956. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  4957. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  4958. },
  4959. "dist": {
  4960. "type": "zip",
  4961. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  4962. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  4963. "shasum": ""
  4964. },
  4965. "require": {
  4966. "php": ">=5.6.0"
  4967. },
  4968. "type": "library",
  4969. "extra": {
  4970. "branch-alias": {
  4971. "dev-master": "1.0.x-dev"
  4972. }
  4973. },
  4974. "autoload": {
  4975. "classmap": [
  4976. "src/"
  4977. ]
  4978. },
  4979. "notification-url": "https://packagist.org/downloads/",
  4980. "license": [
  4981. "BSD-3-Clause"
  4982. ],
  4983. "authors": [
  4984. {
  4985. "name": "Sebastian Bergmann",
  4986. "email": "sebastian@phpunit.de"
  4987. }
  4988. ],
  4989. "description": "Provides a list of PHP built-in functions that operate on resources",
  4990. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  4991. "time": "2015-07-28T20:34:47+00:00"
  4992. },
  4993. {
  4994. "name": "sebastian/version",
  4995. "version": "2.0.1",
  4996. "source": {
  4997. "type": "git",
  4998. "url": "https://github.com/sebastianbergmann/version.git",
  4999. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  5000. },
  5001. "dist": {
  5002. "type": "zip",
  5003. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  5004. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  5005. "shasum": ""
  5006. },
  5007. "require": {
  5008. "php": ">=5.6"
  5009. },
  5010. "type": "library",
  5011. "extra": {
  5012. "branch-alias": {
  5013. "dev-master": "2.0.x-dev"
  5014. }
  5015. },
  5016. "autoload": {
  5017. "classmap": [
  5018. "src/"
  5019. ]
  5020. },
  5021. "notification-url": "https://packagist.org/downloads/",
  5022. "license": [
  5023. "BSD-3-Clause"
  5024. ],
  5025. "authors": [
  5026. {
  5027. "name": "Sebastian Bergmann",
  5028. "email": "sebastian@phpunit.de",
  5029. "role": "lead"
  5030. }
  5031. ],
  5032. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  5033. "homepage": "https://github.com/sebastianbergmann/version",
  5034. "time": "2016-10-03T07:35:21+00:00"
  5035. },
  5036. {
  5037. "name": "symfony/dom-crawler",
  5038. "version": "v3.1.10",
  5039. "source": {
  5040. "type": "git",
  5041. "url": "https://github.com/symfony/dom-crawler.git",
  5042. "reference": "7eede2a901a19928494194f7d1815a77b9a473a0"
  5043. },
  5044. "dist": {
  5045. "type": "zip",
  5046. "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/7eede2a901a19928494194f7d1815a77b9a473a0",
  5047. "reference": "7eede2a901a19928494194f7d1815a77b9a473a0",
  5048. "shasum": ""
  5049. },
  5050. "require": {
  5051. "php": ">=5.5.9",
  5052. "symfony/polyfill-mbstring": "~1.0"
  5053. },
  5054. "require-dev": {
  5055. "symfony/css-selector": "~2.8|~3.0"
  5056. },
  5057. "suggest": {
  5058. "symfony/css-selector": ""
  5059. },
  5060. "type": "library",
  5061. "extra": {
  5062. "branch-alias": {
  5063. "dev-master": "3.1-dev"
  5064. }
  5065. },
  5066. "autoload": {
  5067. "psr-4": {
  5068. "Symfony\\Component\\DomCrawler\\": ""
  5069. },
  5070. "exclude-from-classmap": [
  5071. "/Tests/"
  5072. ]
  5073. },
  5074. "notification-url": "https://packagist.org/downloads/",
  5075. "license": [
  5076. "MIT"
  5077. ],
  5078. "authors": [
  5079. {
  5080. "name": "Fabien Potencier",
  5081. "email": "fabien@symfony.com"
  5082. },
  5083. {
  5084. "name": "Symfony Community",
  5085. "homepage": "https://symfony.com/contributors"
  5086. }
  5087. ],
  5088. "description": "Symfony DomCrawler Component",
  5089. "homepage": "https://symfony.com",
  5090. "time": "2017-01-21T17:13:55+00:00"
  5091. },
  5092. {
  5093. "name": "symfony/yaml",
  5094. "version": "v3.3.9",
  5095. "source": {
  5096. "type": "git",
  5097. "url": "https://github.com/symfony/yaml.git",
  5098. "reference": "1d8c2a99c80862bdc3af94c1781bf70f86bccac0"
  5099. },
  5100. "dist": {
  5101. "type": "zip",
  5102. "url": "https://api.github.com/repos/symfony/yaml/zipball/1d8c2a99c80862bdc3af94c1781bf70f86bccac0",
  5103. "reference": "1d8c2a99c80862bdc3af94c1781bf70f86bccac0",
  5104. "shasum": ""
  5105. },
  5106. "require": {
  5107. "php": "^5.5.9|>=7.0.8"
  5108. },
  5109. "require-dev": {
  5110. "symfony/console": "~2.8|~3.0"
  5111. },
  5112. "suggest": {
  5113. "symfony/console": "For validating YAML files using the lint command"
  5114. },
  5115. "type": "library",
  5116. "extra": {
  5117. "branch-alias": {
  5118. "dev-master": "3.3-dev"
  5119. }
  5120. },
  5121. "autoload": {
  5122. "psr-4": {
  5123. "Symfony\\Component\\Yaml\\": ""
  5124. },
  5125. "exclude-from-classmap": [
  5126. "/Tests/"
  5127. ]
  5128. },
  5129. "notification-url": "https://packagist.org/downloads/",
  5130. "license": [
  5131. "MIT"
  5132. ],
  5133. "authors": [
  5134. {
  5135. "name": "Fabien Potencier",
  5136. "email": "fabien@symfony.com"
  5137. },
  5138. {
  5139. "name": "Symfony Community",
  5140. "homepage": "https://symfony.com/contributors"
  5141. }
  5142. ],
  5143. "description": "Symfony Yaml Component",
  5144. "homepage": "https://symfony.com",
  5145. "time": "2017-07-29T21:54:42+00:00"
  5146. },
  5147. {
  5148. "name": "webmozart/assert",
  5149. "version": "1.2.0",
  5150. "source": {
  5151. "type": "git",
  5152. "url": "https://github.com/webmozart/assert.git",
  5153. "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
  5154. },
  5155. "dist": {
  5156. "type": "zip",
  5157. "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
  5158. "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
  5159. "shasum": ""
  5160. },
  5161. "require": {
  5162. "php": "^5.3.3 || ^7.0"
  5163. },
  5164. "require-dev": {
  5165. "phpunit/phpunit": "^4.6",
  5166. "sebastian/version": "^1.0.1"
  5167. },
  5168. "type": "library",
  5169. "extra": {
  5170. "branch-alias": {
  5171. "dev-master": "1.3-dev"
  5172. }
  5173. },
  5174. "autoload": {
  5175. "psr-4": {
  5176. "Webmozart\\Assert\\": "src/"
  5177. }
  5178. },
  5179. "notification-url": "https://packagist.org/downloads/",
  5180. "license": [
  5181. "MIT"
  5182. ],
  5183. "authors": [
  5184. {
  5185. "name": "Bernhard Schussek",
  5186. "email": "bschussek@gmail.com"
  5187. }
  5188. ],
  5189. "description": "Assertions to validate method input/output with nice error messages.",
  5190. "keywords": [
  5191. "assert",
  5192. "check",
  5193. "validate"
  5194. ],
  5195. "time": "2016-11-23T20:04:58+00:00"
  5196. }
  5197. ],
  5198. "aliases": [],
  5199. "minimum-stability": "stable",
  5200. "stability-flags": [],
  5201. "prefer-stable": false,
  5202. "prefer-lowest": false,
  5203. "platform": {
  5204. "php": ">=5.6.4"
  5205. },
  5206. "platform-dev": []
  5207. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement