A small Slim application for returning a list of pages in a MediaWiki category, ordered by Dale-Chall readability scores.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1948 lines
67 KiB

  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "b4fa2952e75789524d91fcb9299a0912",
  8. "packages": [
  9. {
  10. "name": "container-interop/container-interop",
  11. "version": "1.2.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/container-interop/container-interop.git",
  15. "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
  20. "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "psr/container": "^1.0"
  25. },
  26. "type": "library",
  27. "autoload": {
  28. "psr-4": {
  29. "Interop\\Container\\": "src/Interop/Container/"
  30. }
  31. },
  32. "notification-url": "https://packagist.org/downloads/",
  33. "license": [
  34. "MIT"
  35. ],
  36. "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
  37. "homepage": "https://github.com/container-interop/container-interop",
  38. "time": "2017-02-14T19:40:03+00:00"
  39. },
  40. {
  41. "name": "davechild/textstatistics",
  42. "version": "1.0.1",
  43. "source": {
  44. "type": "git",
  45. "url": "https://github.com/DaveChild/Text-Statistics.git",
  46. "reference": "6196462b4fe730a8ff0019036baf362295c161b3"
  47. },
  48. "dist": {
  49. "type": "zip",
  50. "url": "https://api.github.com/repos/DaveChild/Text-Statistics/zipball/6196462b4fe730a8ff0019036baf362295c161b3",
  51. "reference": "6196462b4fe730a8ff0019036baf362295c161b3",
  52. "shasum": ""
  53. },
  54. "require": {
  55. "php": ">=5.3.0"
  56. },
  57. "require-dev": {
  58. "phpunit/phpunit": "4.2.*"
  59. },
  60. "suggest": {
  61. "ext-bcmath": "More accurate floating point calculations.",
  62. "ext-mbstring": "Handle multi-byte text properly."
  63. },
  64. "type": "library",
  65. "extra": {
  66. "branch-alias": {
  67. "dev-master": "1.0.x-dev"
  68. }
  69. },
  70. "autoload": {
  71. "psr-0": {
  72. "DaveChild\\TextStatistics": "src"
  73. }
  74. },
  75. "notification-url": "https://packagist.org/downloads/",
  76. "license": [
  77. "BSD-2-Clause"
  78. ],
  79. "authors": [
  80. {
  81. "name": "Dave Child",
  82. "email": "dave@addedbytes.com",
  83. "homepage": "https://www.addedbytes.com/",
  84. "role": "Developer"
  85. }
  86. ],
  87. "description": "PHP package to measure the readability of text according to various algorithms.",
  88. "homepage": "https://github.com/DaveChild/Text-Statistics",
  89. "time": "2015-04-22T14:55:55+00:00"
  90. },
  91. {
  92. "name": "monolog/monolog",
  93. "version": "1.23.0",
  94. "source": {
  95. "type": "git",
  96. "url": "https://github.com/Seldaek/monolog.git",
  97. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
  98. },
  99. "dist": {
  100. "type": "zip",
  101. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  102. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  103. "shasum": ""
  104. },
  105. "require": {
  106. "php": ">=5.3.0",
  107. "psr/log": "~1.0"
  108. },
  109. "provide": {
  110. "psr/log-implementation": "1.0.0"
  111. },
  112. "require-dev": {
  113. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  114. "doctrine/couchdb": "~1.0@dev",
  115. "graylog2/gelf-php": "~1.0",
  116. "jakub-onderka/php-parallel-lint": "0.9",
  117. "php-amqplib/php-amqplib": "~2.4",
  118. "php-console/php-console": "^3.1.3",
  119. "phpunit/phpunit": "~4.5",
  120. "phpunit/phpunit-mock-objects": "2.3.0",
  121. "ruflin/elastica": ">=0.90 <3.0",
  122. "sentry/sentry": "^0.13",
  123. "swiftmailer/swiftmailer": "^5.3|^6.0"
  124. },
  125. "suggest": {
  126. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  127. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  128. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  129. "ext-mongo": "Allow sending log messages to a MongoDB server",
  130. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  131. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  132. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  133. "php-console/php-console": "Allow sending log messages to Google Chrome",
  134. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  135. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  136. "sentry/sentry": "Allow sending log messages to a Sentry server"
  137. },
  138. "type": "library",
  139. "extra": {
  140. "branch-alias": {
  141. "dev-master": "2.0.x-dev"
  142. }
  143. },
  144. "autoload": {
  145. "psr-4": {
  146. "Monolog\\": "src/Monolog"
  147. }
  148. },
  149. "notification-url": "https://packagist.org/downloads/",
  150. "license": [
  151. "MIT"
  152. ],
  153. "authors": [
  154. {
  155. "name": "Jordi Boggiano",
  156. "email": "j.boggiano@seld.be",
  157. "homepage": "http://seld.be"
  158. }
  159. ],
  160. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  161. "homepage": "http://github.com/Seldaek/monolog",
  162. "keywords": [
  163. "log",
  164. "logging",
  165. "psr-3"
  166. ],
  167. "time": "2017-06-19T01:22:40+00:00"
  168. },
  169. {
  170. "name": "nikic/fast-route",
  171. "version": "v1.3.0",
  172. "source": {
  173. "type": "git",
  174. "url": "https://github.com/nikic/FastRoute.git",
  175. "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
  176. },
  177. "dist": {
  178. "type": "zip",
  179. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
  180. "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
  181. "shasum": ""
  182. },
  183. "require": {
  184. "php": ">=5.4.0"
  185. },
  186. "require-dev": {
  187. "phpunit/phpunit": "^4.8.35|~5.7"
  188. },
  189. "type": "library",
  190. "autoload": {
  191. "psr-4": {
  192. "FastRoute\\": "src/"
  193. },
  194. "files": [
  195. "src/functions.php"
  196. ]
  197. },
  198. "notification-url": "https://packagist.org/downloads/",
  199. "license": [
  200. "BSD-3-Clause"
  201. ],
  202. "authors": [
  203. {
  204. "name": "Nikita Popov",
  205. "email": "nikic@php.net"
  206. }
  207. ],
  208. "description": "Fast request router for PHP",
  209. "keywords": [
  210. "router",
  211. "routing"
  212. ],
  213. "time": "2018-02-13T20:26:39+00:00"
  214. },
  215. {
  216. "name": "oojs/oojs-ui",
  217. "version": "v0.26.4",
  218. "source": {
  219. "type": "git",
  220. "url": "https://github.com/wikimedia/oojs-ui.git",
  221. "reference": "4d769d5f01ed41411fd0a1248d6185bf80f71c9c"
  222. },
  223. "dist": {
  224. "type": "zip",
  225. "url": "https://api.github.com/repos/wikimedia/oojs-ui/zipball/4d769d5f01ed41411fd0a1248d6185bf80f71c9c",
  226. "reference": "4d769d5f01ed41411fd0a1248d6185bf80f71c9c",
  227. "shasum": ""
  228. },
  229. "require": {
  230. "php": ">=5.5.9"
  231. },
  232. "require-dev": {
  233. "jakub-onderka/php-console-highlighter": "0.3.2",
  234. "jakub-onderka/php-parallel-lint": "1.0.0",
  235. "mediawiki/mediawiki-codesniffer": "18.0.0",
  236. "mediawiki/minus-x": "0.3.1",
  237. "phpunit/phpunit": "4.8.36 || ^6.5"
  238. },
  239. "type": "library",
  240. "autoload": {
  241. "classmap": [
  242. "php/"
  243. ]
  244. },
  245. "notification-url": "https://packagist.org/downloads/",
  246. "license": [
  247. "MIT"
  248. ],
  249. "authors": [
  250. {
  251. "name": "Timo Tijhof",
  252. "email": "krinklemail@gmail.com"
  253. },
  254. {
  255. "name": "Bartosz Dziewoński",
  256. "email": "matma.rex@gmail.com"
  257. },
  258. {
  259. "name": "Ed Sanders",
  260. "email": "esanders@wikimedia.org"
  261. },
  262. {
  263. "name": "James D. Forrester",
  264. "email": "jforrester@wikimedia.org"
  265. },
  266. {
  267. "name": "Kirsten Menger-Anderson",
  268. "email": "kmenger@wikimedia.org"
  269. },
  270. {
  271. "name": "Rob Moen",
  272. "email": "rmoen@wikimedia.org"
  273. },
  274. {
  275. "name": "Roan Kattouw",
  276. "email": "roan@wikimedia.org"
  277. },
  278. {
  279. "name": "Trevor Parscal",
  280. "email": "trevor@wikimedia.org"
  281. },
  282. {
  283. "name": "Kunal Mehta",
  284. "email": "legoktm@gmail.com"
  285. },
  286. {
  287. "name": "Prateek Saxena",
  288. "email": "prtksxna@gmail.com"
  289. }
  290. ],
  291. "description": "Provides library of common widgets, layouts, and windows.",
  292. "homepage": "https://www.mediawiki.org/wiki/OOUI",
  293. "time": "2018-04-17T21:24:45+00:00"
  294. },
  295. {
  296. "name": "pimple/pimple",
  297. "version": "v3.2.3",
  298. "source": {
  299. "type": "git",
  300. "url": "https://github.com/silexphp/Pimple.git",
  301. "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
  302. },
  303. "dist": {
  304. "type": "zip",
  305. "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
  306. "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
  307. "shasum": ""
  308. },
  309. "require": {
  310. "php": ">=5.3.0",
  311. "psr/container": "^1.0"
  312. },
  313. "require-dev": {
  314. "symfony/phpunit-bridge": "^3.2"
  315. },
  316. "type": "library",
  317. "extra": {
  318. "branch-alias": {
  319. "dev-master": "3.2.x-dev"
  320. }
  321. },
  322. "autoload": {
  323. "psr-0": {
  324. "Pimple": "src/"
  325. }
  326. },
  327. "notification-url": "https://packagist.org/downloads/",
  328. "license": [
  329. "MIT"
  330. ],
  331. "authors": [
  332. {
  333. "name": "Fabien Potencier",
  334. "email": "fabien@symfony.com"
  335. }
  336. ],
  337. "description": "Pimple, a simple Dependency Injection Container",
  338. "homepage": "http://pimple.sensiolabs.org",
  339. "keywords": [
  340. "container",
  341. "dependency injection"
  342. ],
  343. "time": "2018-01-21T07:42:36+00:00"
  344. },
  345. {
  346. "name": "psr/container",
  347. "version": "1.0.0",
  348. "source": {
  349. "type": "git",
  350. "url": "https://github.com/php-fig/container.git",
  351. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  352. },
  353. "dist": {
  354. "type": "zip",
  355. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  356. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  357. "shasum": ""
  358. },
  359. "require": {
  360. "php": ">=5.3.0"
  361. },
  362. "type": "library",
  363. "extra": {
  364. "branch-alias": {
  365. "dev-master": "1.0.x-dev"
  366. }
  367. },
  368. "autoload": {
  369. "psr-4": {
  370. "Psr\\Container\\": "src/"
  371. }
  372. },
  373. "notification-url": "https://packagist.org/downloads/",
  374. "license": [
  375. "MIT"
  376. ],
  377. "authors": [
  378. {
  379. "name": "PHP-FIG",
  380. "homepage": "http://www.php-fig.org/"
  381. }
  382. ],
  383. "description": "Common Container Interface (PHP FIG PSR-11)",
  384. "homepage": "https://github.com/php-fig/container",
  385. "keywords": [
  386. "PSR-11",
  387. "container",
  388. "container-interface",
  389. "container-interop",
  390. "psr"
  391. ],
  392. "time": "2017-02-14T16:28:37+00:00"
  393. },
  394. {
  395. "name": "psr/http-message",
  396. "version": "1.0.1",
  397. "source": {
  398. "type": "git",
  399. "url": "https://github.com/php-fig/http-message.git",
  400. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  401. },
  402. "dist": {
  403. "type": "zip",
  404. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  405. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  406. "shasum": ""
  407. },
  408. "require": {
  409. "php": ">=5.3.0"
  410. },
  411. "type": "library",
  412. "extra": {
  413. "branch-alias": {
  414. "dev-master": "1.0.x-dev"
  415. }
  416. },
  417. "autoload": {
  418. "psr-4": {
  419. "Psr\\Http\\Message\\": "src/"
  420. }
  421. },
  422. "notification-url": "https://packagist.org/downloads/",
  423. "license": [
  424. "MIT"
  425. ],
  426. "authors": [
  427. {
  428. "name": "PHP-FIG",
  429. "homepage": "http://www.php-fig.org/"
  430. }
  431. ],
  432. "description": "Common interface for HTTP messages",
  433. "homepage": "https://github.com/php-fig/http-message",
  434. "keywords": [
  435. "http",
  436. "http-message",
  437. "psr",
  438. "psr-7",
  439. "request",
  440. "response"
  441. ],
  442. "time": "2016-08-06T14:39:51+00:00"
  443. },
  444. {
  445. "name": "psr/log",
  446. "version": "1.0.2",
  447. "source": {
  448. "type": "git",
  449. "url": "https://github.com/php-fig/log.git",
  450. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  451. },
  452. "dist": {
  453. "type": "zip",
  454. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  455. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  456. "shasum": ""
  457. },
  458. "require": {
  459. "php": ">=5.3.0"
  460. },
  461. "type": "library",
  462. "extra": {
  463. "branch-alias": {
  464. "dev-master": "1.0.x-dev"
  465. }
  466. },
  467. "autoload": {
  468. "psr-4": {
  469. "Psr\\Log\\": "Psr/Log/"
  470. }
  471. },
  472. "notification-url": "https://packagist.org/downloads/",
  473. "license": [
  474. "MIT"
  475. ],
  476. "authors": [
  477. {
  478. "name": "PHP-FIG",
  479. "homepage": "http://www.php-fig.org/"
  480. }
  481. ],
  482. "description": "Common interface for logging libraries",
  483. "homepage": "https://github.com/php-fig/log",
  484. "keywords": [
  485. "log",
  486. "psr",
  487. "psr-3"
  488. ],
  489. "time": "2016-10-10T12:19:37+00:00"
  490. },
  491. {
  492. "name": "slim/php-view",
  493. "version": "2.2.0",
  494. "source": {
  495. "type": "git",
  496. "url": "https://github.com/slimphp/PHP-View.git",
  497. "reference": "122ed121a8d9cf91a94020814d2a3ee6c836754f"
  498. },
  499. "dist": {
  500. "type": "zip",
  501. "url": "https://api.github.com/repos/slimphp/PHP-View/zipball/122ed121a8d9cf91a94020814d2a3ee6c836754f",
  502. "reference": "122ed121a8d9cf91a94020814d2a3ee6c836754f",
  503. "shasum": ""
  504. },
  505. "require": {
  506. "psr/http-message": "^1.0"
  507. },
  508. "require-dev": {
  509. "phpunit/phpunit": "^4.8",
  510. "slim/slim": "^3.0"
  511. },
  512. "type": "library",
  513. "autoload": {
  514. "psr-4": {
  515. "Slim\\Views\\": "src"
  516. }
  517. },
  518. "notification-url": "https://packagist.org/downloads/",
  519. "license": [
  520. "MIT"
  521. ],
  522. "authors": [
  523. {
  524. "name": "Glenn Eggleton",
  525. "email": "geggleto@gmail.com"
  526. }
  527. ],
  528. "description": "Render PHP view scripts into a PSR-7 Response object.",
  529. "keywords": [
  530. "framework",
  531. "php",
  532. "phtml",
  533. "renderer",
  534. "slim",
  535. "template",
  536. "view"
  537. ],
  538. "time": "2016-10-11T07:43:08+00:00"
  539. },
  540. {
  541. "name": "slim/slim",
  542. "version": "3.9.2",
  543. "source": {
  544. "type": "git",
  545. "url": "https://github.com/slimphp/Slim.git",
  546. "reference": "4086d0106cf5a7135c69fce4161fe355a8feb118"
  547. },
  548. "dist": {
  549. "type": "zip",
  550. "url": "https://api.github.com/repos/slimphp/Slim/zipball/4086d0106cf5a7135c69fce4161fe355a8feb118",
  551. "reference": "4086d0106cf5a7135c69fce4161fe355a8feb118",
  552. "shasum": ""
  553. },
  554. "require": {
  555. "container-interop/container-interop": "^1.2",
  556. "nikic/fast-route": "^1.0",
  557. "php": ">=5.5.0",
  558. "pimple/pimple": "^3.0",
  559. "psr/container": "^1.0",
  560. "psr/http-message": "^1.0"
  561. },
  562. "provide": {
  563. "psr/http-message-implementation": "1.0"
  564. },
  565. "require-dev": {
  566. "phpunit/phpunit": "^4.0",
  567. "squizlabs/php_codesniffer": "^2.5"
  568. },
  569. "type": "library",
  570. "autoload": {
  571. "psr-4": {
  572. "Slim\\": "Slim"
  573. }
  574. },
  575. "notification-url": "https://packagist.org/downloads/",
  576. "license": [
  577. "MIT"
  578. ],
  579. "authors": [
  580. {
  581. "name": "Rob Allen",
  582. "email": "rob@akrabat.com",
  583. "homepage": "http://akrabat.com"
  584. },
  585. {
  586. "name": "Josh Lockhart",
  587. "email": "hello@joshlockhart.com",
  588. "homepage": "https://joshlockhart.com"
  589. },
  590. {
  591. "name": "Gabriel Manricks",
  592. "email": "gmanricks@me.com",
  593. "homepage": "http://gabrielmanricks.com"
  594. },
  595. {
  596. "name": "Andrew Smith",
  597. "email": "a.smith@silentworks.co.uk",
  598. "homepage": "http://silentworks.co.uk"
  599. }
  600. ],
  601. "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
  602. "homepage": "https://slimframework.com",
  603. "keywords": [
  604. "api",
  605. "framework",
  606. "micro",
  607. "router"
  608. ],
  609. "time": "2017-11-26T19:13:09+00:00"
  610. }
  611. ],
  612. "packages-dev": [
  613. {
  614. "name": "doctrine/instantiator",
  615. "version": "1.0.5",
  616. "source": {
  617. "type": "git",
  618. "url": "https://github.com/doctrine/instantiator.git",
  619. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  620. },
  621. "dist": {
  622. "type": "zip",
  623. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  624. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  625. "shasum": ""
  626. },
  627. "require": {
  628. "php": ">=5.3,<8.0-DEV"
  629. },
  630. "require-dev": {
  631. "athletic/athletic": "~0.1.8",
  632. "ext-pdo": "*",
  633. "ext-phar": "*",
  634. "phpunit/phpunit": "~4.0",
  635. "squizlabs/php_codesniffer": "~2.0"
  636. },
  637. "type": "library",
  638. "extra": {
  639. "branch-alias": {
  640. "dev-master": "1.0.x-dev"
  641. }
  642. },
  643. "autoload": {
  644. "psr-4": {
  645. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  646. }
  647. },
  648. "notification-url": "https://packagist.org/downloads/",
  649. "license": [
  650. "MIT"
  651. ],
  652. "authors": [
  653. {
  654. "name": "Marco Pivetta",
  655. "email": "ocramius@gmail.com",
  656. "homepage": "http://ocramius.github.com/"
  657. }
  658. ],
  659. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  660. "homepage": "https://github.com/doctrine/instantiator",
  661. "keywords": [
  662. "constructor",
  663. "instantiate"
  664. ],
  665. "time": "2015-06-14T21:17:01+00:00"
  666. },
  667. {
  668. "name": "myclabs/deep-copy",
  669. "version": "1.7.0",
  670. "source": {
  671. "type": "git",
  672. "url": "https://github.com/myclabs/DeepCopy.git",
  673. "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
  674. },
  675. "dist": {
  676. "type": "zip",
  677. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
  678. "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
  679. "shasum": ""
  680. },
  681. "require": {
  682. "php": "^5.6 || ^7.0"
  683. },
  684. "require-dev": {
  685. "doctrine/collections": "^1.0",
  686. "doctrine/common": "^2.6",
  687. "phpunit/phpunit": "^4.1"
  688. },
  689. "type": "library",
  690. "autoload": {
  691. "psr-4": {
  692. "DeepCopy\\": "src/DeepCopy/"
  693. },
  694. "files": [
  695. "src/DeepCopy/deep_copy.php"
  696. ]
  697. },
  698. "notification-url": "https://packagist.org/downloads/",
  699. "license": [
  700. "MIT"
  701. ],
  702. "description": "Create deep copies (clones) of your objects",
  703. "keywords": [
  704. "clone",
  705. "copy",
  706. "duplicate",
  707. "object",
  708. "object graph"
  709. ],
  710. "time": "2017-10-19T19:58:43+00:00"
  711. },
  712. {
  713. "name": "phpdocumentor/reflection-common",
  714. "version": "1.0.1",
  715. "source": {
  716. "type": "git",
  717. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  718. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
  719. },
  720. "dist": {
  721. "type": "zip",
  722. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  723. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  724. "shasum": ""
  725. },
  726. "require": {
  727. "php": ">=5.5"
  728. },
  729. "require-dev": {
  730. "phpunit/phpunit": "^4.6"
  731. },
  732. "type": "library",
  733. "extra": {
  734. "branch-alias": {
  735. "dev-master": "1.0.x-dev"
  736. }
  737. },
  738. "autoload": {
  739. "psr-4": {
  740. "phpDocumentor\\Reflection\\": [
  741. "src"
  742. ]
  743. }
  744. },
  745. "notification-url": "https://packagist.org/downloads/",
  746. "license": [
  747. "MIT"
  748. ],
  749. "authors": [
  750. {
  751. "name": "Jaap van Otterdijk",
  752. "email": "opensource@ijaap.nl"
  753. }
  754. ],
  755. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  756. "homepage": "http://www.phpdoc.org",
  757. "keywords": [
  758. "FQSEN",
  759. "phpDocumentor",
  760. "phpdoc",
  761. "reflection",
  762. "static analysis"
  763. ],
  764. "time": "2017-09-11T18:02:19+00:00"
  765. },
  766. {
  767. "name": "phpdocumentor/reflection-docblock",
  768. "version": "4.3.0",
  769. "source": {
  770. "type": "git",
  771. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  772. "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
  773. },
  774. "dist": {
  775. "type": "zip",
  776. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
  777. "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
  778. "shasum": ""
  779. },
  780. "require": {
  781. "php": "^7.0",
  782. "phpdocumentor/reflection-common": "^1.0.0",
  783. "phpdocumentor/type-resolver": "^0.4.0",
  784. "webmozart/assert": "^1.0"
  785. },
  786. "require-dev": {
  787. "doctrine/instantiator": "~1.0.5",
  788. "mockery/mockery": "^1.0",
  789. "phpunit/phpunit": "^6.4"
  790. },
  791. "type": "library",
  792. "extra": {
  793. "branch-alias": {
  794. "dev-master": "4.x-dev"
  795. }
  796. },
  797. "autoload": {
  798. "psr-4": {
  799. "phpDocumentor\\Reflection\\": [
  800. "src/"
  801. ]
  802. }
  803. },
  804. "notification-url": "https://packagist.org/downloads/",
  805. "license": [
  806. "MIT"
  807. ],
  808. "authors": [
  809. {
  810. "name": "Mike van Riel",
  811. "email": "me@mikevanriel.com"
  812. }
  813. ],
  814. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  815. "time": "2017-11-30T07:14:17+00:00"
  816. },
  817. {
  818. "name": "phpdocumentor/type-resolver",
  819. "version": "0.4.0",
  820. "source": {
  821. "type": "git",
  822. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  823. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
  824. },
  825. "dist": {
  826. "type": "zip",
  827. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
  828. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
  829. "shasum": ""
  830. },
  831. "require": {
  832. "php": "^5.5 || ^7.0",
  833. "phpdocumentor/reflection-common": "^1.0"
  834. },
  835. "require-dev": {
  836. "mockery/mockery": "^0.9.4",
  837. "phpunit/phpunit": "^5.2||^4.8.24"
  838. },
  839. "type": "library",
  840. "extra": {
  841. "branch-alias": {
  842. "dev-master": "1.0.x-dev"
  843. }
  844. },
  845. "autoload": {
  846. "psr-4": {
  847. "phpDocumentor\\Reflection\\": [
  848. "src/"
  849. ]
  850. }
  851. },
  852. "notification-url": "https://packagist.org/downloads/",
  853. "license": [
  854. "MIT"
  855. ],
  856. "authors": [
  857. {
  858. "name": "Mike van Riel",
  859. "email": "me@mikevanriel.com"
  860. }
  861. ],
  862. "time": "2017-07-14T14:27:02+00:00"
  863. },
  864. {
  865. "name": "phpspec/prophecy",
  866. "version": "1.7.5",
  867. "source": {
  868. "type": "git",
  869. "url": "https://github.com/phpspec/prophecy.git",
  870. "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
  871. },
  872. "dist": {
  873. "type": "zip",
  874. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
  875. "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
  876. "shasum": ""
  877. },
  878. "require": {
  879. "doctrine/instantiator": "^1.0.2",
  880. "php": "^5.3|^7.0",
  881. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
  882. "sebastian/comparator": "^1.1|^2.0",
  883. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  884. },
  885. "require-dev": {
  886. "phpspec/phpspec": "^2.5|^3.2",
  887. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
  888. },
  889. "type": "library",
  890. "extra": {
  891. "branch-alias": {
  892. "dev-master": "1.7.x-dev"
  893. }
  894. },
  895. "autoload": {
  896. "psr-0": {
  897. "Prophecy\\": "src/"
  898. }
  899. },
  900. "notification-url": "https://packagist.org/downloads/",
  901. "license": [
  902. "MIT"
  903. ],
  904. "authors": [
  905. {
  906. "name": "Konstantin Kudryashov",
  907. "email": "ever.zet@gmail.com",
  908. "homepage": "http://everzet.com"
  909. },
  910. {
  911. "name": "Marcello Duarte",
  912. "email": "marcello.duarte@gmail.com"
  913. }
  914. ],
  915. "description": "Highly opinionated mocking framework for PHP 5.3+",
  916. "homepage": "https://github.com/phpspec/prophecy",
  917. "keywords": [
  918. "Double",
  919. "Dummy",
  920. "fake",
  921. "mock",
  922. "spy",
  923. "stub"
  924. ],
  925. "time": "2018-02-19T10:16:54+00:00"
  926. },
  927. {
  928. "name": "phpunit/php-code-coverage",
  929. "version": "4.0.8",
  930. "source": {
  931. "type": "git",
  932. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  933. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
  934. },
  935. "dist": {
  936. "type": "zip",
  937. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  938. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  939. "shasum": ""
  940. },
  941. "require": {
  942. "ext-dom": "*",
  943. "ext-xmlwriter": "*",
  944. "php": "^5.6 || ^7.0",
  945. "phpunit/php-file-iterator": "^1.3",
  946. "phpunit/php-text-template": "^1.2",
  947. "phpunit/php-token-stream": "^1.4.2 || ^2.0",
  948. "sebastian/code-unit-reverse-lookup": "^1.0",
  949. "sebastian/environment": "^1.3.2 || ^2.0",
  950. "sebastian/version": "^1.0 || ^2.0"
  951. },
  952. "require-dev": {
  953. "ext-xdebug": "^2.1.4",
  954. "phpunit/phpunit": "^5.7"
  955. },
  956. "suggest": {
  957. "ext-xdebug": "^2.5.1"
  958. },
  959. "type": "library",
  960. "extra": {
  961. "branch-alias": {
  962. "dev-master": "4.0.x-dev"
  963. }
  964. },
  965. "autoload": {
  966. "classmap": [
  967. "src/"
  968. ]
  969. },
  970. "notification-url": "https://packagist.org/downloads/",
  971. "license": [
  972. "BSD-3-Clause"
  973. ],
  974. "authors": [
  975. {
  976. "name": "Sebastian Bergmann",
  977. "email": "sb@sebastian-bergmann.de",
  978. "role": "lead"
  979. }
  980. ],
  981. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  982. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  983. "keywords": [
  984. "coverage",
  985. "testing",
  986. "xunit"
  987. ],
  988. "time": "2017-04-02T07:44:40+00:00"
  989. },
  990. {
  991. "name": "phpunit/php-file-iterator",
  992. "version": "1.4.5",
  993. "source": {
  994. "type": "git",
  995. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  996. "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
  997. },
  998. "dist": {
  999. "type": "zip",
  1000. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
  1001. "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
  1002. "shasum": ""
  1003. },
  1004. "require": {
  1005. "php": ">=5.3.3"
  1006. },
  1007. "type": "library",
  1008. "extra": {
  1009. "branch-alias": {
  1010. "dev-master": "1.4.x-dev"
  1011. }
  1012. },
  1013. "autoload": {
  1014. "classmap": [
  1015. "src/"
  1016. ]
  1017. },
  1018. "notification-url": "https://packagist.org/downloads/",
  1019. "license": [
  1020. "BSD-3-Clause"
  1021. ],
  1022. "authors": [
  1023. {
  1024. "name": "Sebastian Bergmann",
  1025. "email": "sb@sebastian-bergmann.de",
  1026. "role": "lead"
  1027. }
  1028. ],
  1029. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  1030. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  1031. "keywords": [
  1032. "filesystem",
  1033. "iterator"
  1034. ],
  1035. "time": "2017-11-27T13:52:08+00:00"
  1036. },
  1037. {
  1038. "name": "phpunit/php-text-template",
  1039. "version": "1.2.1",
  1040. "source": {
  1041. "type": "git",
  1042. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  1043. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  1044. },
  1045. "dist": {
  1046. "type": "zip",
  1047. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1048. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1049. "shasum": ""
  1050. },
  1051. "require": {
  1052. "php": ">=5.3.3"
  1053. },
  1054. "type": "library",
  1055. "autoload": {
  1056. "classmap": [
  1057. "src/"
  1058. ]
  1059. },
  1060. "notification-url": "https://packagist.org/downloads/",
  1061. "license": [
  1062. "BSD-3-Clause"
  1063. ],
  1064. "authors": [
  1065. {
  1066. "name": "Sebastian Bergmann",
  1067. "email": "sebastian@phpunit.de",
  1068. "role": "lead"
  1069. }
  1070. ],
  1071. "description": "Simple template engine.",
  1072. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  1073. "keywords": [
  1074. "template"
  1075. ],
  1076. "time": "2015-06-21T13:50:34+00:00"
  1077. },
  1078. {
  1079. "name": "phpunit/php-timer",
  1080. "version": "1.0.9",
  1081. "source": {
  1082. "type": "git",
  1083. "url": "https://github.com/sebastianbergmann/php-timer.git",
  1084. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  1085. },
  1086. "dist": {
  1087. "type": "zip",
  1088. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  1089. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  1090. "shasum": ""
  1091. },
  1092. "require": {
  1093. "php": "^5.3.3 || ^7.0"
  1094. },
  1095. "require-dev": {
  1096. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  1097. },
  1098. "type": "library",
  1099. "extra": {
  1100. "branch-alias": {
  1101. "dev-master": "1.0-dev"
  1102. }
  1103. },
  1104. "autoload": {
  1105. "classmap": [
  1106. "src/"
  1107. ]
  1108. },
  1109. "notification-url": "https://packagist.org/downloads/",
  1110. "license": [
  1111. "BSD-3-Clause"
  1112. ],
  1113. "authors": [
  1114. {
  1115. "name": "Sebastian Bergmann",
  1116. "email": "sb@sebastian-bergmann.de",
  1117. "role": "lead"
  1118. }
  1119. ],
  1120. "description": "Utility class for timing",
  1121. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  1122. "keywords": [
  1123. "timer"
  1124. ],
  1125. "time": "2017-02-26T11:10:40+00:00"
  1126. },
  1127. {
  1128. "name": "phpunit/php-token-stream",
  1129. "version": "2.0.2",
  1130. "source": {
  1131. "type": "git",
  1132. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  1133. "reference": "791198a2c6254db10131eecfe8c06670700904db"
  1134. },
  1135. "dist": {
  1136. "type": "zip",
  1137. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
  1138. "reference": "791198a2c6254db10131eecfe8c06670700904db",
  1139. "shasum": ""
  1140. },
  1141. "require": {
  1142. "ext-tokenizer": "*",
  1143. "php": "^7.0"
  1144. },
  1145. "require-dev": {
  1146. "phpunit/phpunit": "^6.2.4"
  1147. },
  1148. "type": "library",
  1149. "extra": {
  1150. "branch-alias": {
  1151. "dev-master": "2.0-dev"
  1152. }
  1153. },
  1154. "autoload": {
  1155. "classmap": [
  1156. "src/"
  1157. ]
  1158. },
  1159. "notification-url": "https://packagist.org/downloads/",
  1160. "license": [
  1161. "BSD-3-Clause"
  1162. ],
  1163. "authors": [
  1164. {
  1165. "name": "Sebastian Bergmann",
  1166. "email": "sebastian@phpunit.de"
  1167. }
  1168. ],
  1169. "description": "Wrapper around PHP's tokenizer extension.",
  1170. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  1171. "keywords": [
  1172. "tokenizer"
  1173. ],
  1174. "time": "2017-11-27T05:48:46+00:00"
  1175. },
  1176. {
  1177. "name": "phpunit/phpunit",
  1178. "version": "5.7.27",
  1179. "source": {
  1180. "type": "git",
  1181. "url": "https://github.com/sebastianbergmann/phpunit.git",
  1182. "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
  1183. },
  1184. "dist": {
  1185. "type": "zip",
  1186. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
  1187. "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
  1188. "shasum": ""
  1189. },
  1190. "require": {
  1191. "ext-dom": "*",
  1192. "ext-json": "*",
  1193. "ext-libxml": "*",
  1194. "ext-mbstring": "*",
  1195. "ext-xml": "*",
  1196. "myclabs/deep-copy": "~1.3",
  1197. "php": "^5.6 || ^7.0",
  1198. "phpspec/prophecy": "^1.6.2",
  1199. "phpunit/php-code-coverage": "^4.0.4",
  1200. "phpunit/php-file-iterator": "~1.4",
  1201. "phpunit/php-text-template": "~1.2",
  1202. "phpunit/php-timer": "^1.0.6",
  1203. "phpunit/phpunit-mock-objects": "^3.2",
  1204. "sebastian/comparator": "^1.2.4",
  1205. "sebastian/diff": "^1.4.3",
  1206. "sebastian/environment": "^1.3.4 || ^2.0",
  1207. "sebastian/exporter": "~2.0",
  1208. "sebastian/global-state": "^1.1",
  1209. "sebastian/object-enumerator": "~2.0",
  1210. "sebastian/resource-operations": "~1.0",
  1211. "sebastian/version": "^1.0.6|^2.0.1",
  1212. "symfony/yaml": "~2.1|~3.0|~4.0"
  1213. },
  1214. "conflict": {
  1215. "phpdocumentor/reflection-docblock": "3.0.2"
  1216. },
  1217. "require-dev": {
  1218. "ext-pdo": "*"
  1219. },
  1220. "suggest": {
  1221. "ext-xdebug": "*",
  1222. "phpunit/php-invoker": "~1.1"
  1223. },
  1224. "bin": [
  1225. "phpunit"
  1226. ],
  1227. "type": "library",
  1228. "extra": {
  1229. "branch-alias": {
  1230. "dev-master": "5.7.x-dev"
  1231. }
  1232. },
  1233. "autoload": {
  1234. "classmap": [
  1235. "src/"
  1236. ]
  1237. },
  1238. "notification-url": "https://packagist.org/downloads/",
  1239. "license": [
  1240. "BSD-3-Clause"
  1241. ],
  1242. "authors": [
  1243. {
  1244. "name": "Sebastian Bergmann",
  1245. "email": "sebastian@phpunit.de",
  1246. "role": "lead"
  1247. }
  1248. ],
  1249. "description": "The PHP Unit Testing framework.",
  1250. "homepage": "https://phpunit.de/",
  1251. "keywords": [
  1252. "phpunit",
  1253. "testing",
  1254. "xunit"
  1255. ],
  1256. "time": "2018-02-01T05:50:59+00:00"
  1257. },
  1258. {
  1259. "name": "phpunit/phpunit-mock-objects",
  1260. "version": "3.4.4",
  1261. "source": {
  1262. "type": "git",
  1263. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  1264. "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
  1265. },
  1266. "dist": {
  1267. "type": "zip",
  1268. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
  1269. "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
  1270. "shasum": ""
  1271. },
  1272. "require": {
  1273. "doctrine/instantiator": "^1.0.2",
  1274. "php": "^5.6 || ^7.0",
  1275. "phpunit/php-text-template": "^1.2",
  1276. "sebastian/exporter": "^1.2 || ^2.0"
  1277. },
  1278. "conflict": {
  1279. "phpunit/phpunit": "<5.4.0"
  1280. },
  1281. "require-dev": {
  1282. "phpunit/phpunit": "^5.4"
  1283. },
  1284. "suggest": {
  1285. "ext-soap": "*"
  1286. },
  1287. "type": "library",
  1288. "extra": {
  1289. "branch-alias": {
  1290. "dev-master": "3.2.x-dev"
  1291. }
  1292. },
  1293. "autoload": {
  1294. "classmap": [
  1295. "src/"
  1296. ]
  1297. },
  1298. "notification-url": "https://packagist.org/downloads/",
  1299. "license": [
  1300. "BSD-3-Clause"
  1301. ],
  1302. "authors": [
  1303. {
  1304. "name": "Sebastian Bergmann",
  1305. "email": "sb@sebastian-bergmann.de",
  1306. "role": "lead"
  1307. }
  1308. ],
  1309. "description": "Mock Object library for PHPUnit",
  1310. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  1311. "keywords": [
  1312. "mock",
  1313. "xunit"
  1314. ],
  1315. "time": "2017-06-30T09:13:00+00:00"
  1316. },
  1317. {
  1318. "name": "sebastian/code-unit-reverse-lookup",
  1319. "version": "1.0.1",
  1320. "source": {
  1321. "type": "git",
  1322. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  1323. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  1324. },
  1325. "dist": {
  1326. "type": "zip",
  1327. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  1328. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  1329. "shasum": ""
  1330. },
  1331. "require": {
  1332. "php": "^5.6 || ^7.0"
  1333. },
  1334. "require-dev": {
  1335. "phpunit/phpunit": "^5.7 || ^6.0"
  1336. },
  1337. "type": "library",
  1338. "extra": {
  1339. "branch-alias": {
  1340. "dev-master": "1.0.x-dev"
  1341. }
  1342. },
  1343. "autoload": {
  1344. "classmap": [
  1345. "src/"
  1346. ]
  1347. },
  1348. "notification-url": "https://packagist.org/downloads/",
  1349. "license": [
  1350. "BSD-3-Clause"
  1351. ],
  1352. "authors": [
  1353. {
  1354. "name": "Sebastian Bergmann",
  1355. "email": "sebastian@phpunit.de"
  1356. }
  1357. ],
  1358. "description": "Looks up which function or method a line of code belongs to",
  1359. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  1360. "time": "2017-03-04T06:30:41+00:00"
  1361. },
  1362. {
  1363. "name": "sebastian/comparator",
  1364. "version": "1.2.4",
  1365. "source": {
  1366. "type": "git",
  1367. "url": "https://github.com/sebastianbergmann/comparator.git",
  1368. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  1369. },
  1370. "dist": {
  1371. "type": "zip",
  1372. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1373. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1374. "shasum": ""
  1375. },
  1376. "require": {
  1377. "php": ">=5.3.3",
  1378. "sebastian/diff": "~1.2",
  1379. "sebastian/exporter": "~1.2 || ~2.0"
  1380. },
  1381. "require-dev": {
  1382. "phpunit/phpunit": "~4.4"
  1383. },
  1384. "type": "library",
  1385. "extra": {
  1386. "branch-alias": {
  1387. "dev-master": "1.2.x-dev"
  1388. }
  1389. },
  1390. "autoload": {
  1391. "classmap": [
  1392. "src/"
  1393. ]
  1394. },
  1395. "notification-url": "https://packagist.org/downloads/",
  1396. "license": [
  1397. "BSD-3-Clause"
  1398. ],
  1399. "authors": [
  1400. {
  1401. "name": "Jeff Welch",
  1402. "email": "whatthejeff@gmail.com"
  1403. },
  1404. {
  1405. "name": "Volker Dusch",
  1406. "email": "github@wallbash.com"
  1407. },
  1408. {
  1409. "name": "Bernhard Schussek",
  1410. "email": "bschussek@2bepublished.at"
  1411. },
  1412. {
  1413. "name": "Sebastian Bergmann",
  1414. "email": "sebastian@phpunit.de"
  1415. }
  1416. ],
  1417. "description": "Provides the functionality to compare PHP values for equality",
  1418. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  1419. "keywords": [
  1420. "comparator",
  1421. "compare",
  1422. "equality"
  1423. ],
  1424. "time": "2017-01-29T09:50:25+00:00"
  1425. },
  1426. {
  1427. "name": "sebastian/diff",
  1428. "version": "1.4.3",
  1429. "source": {
  1430. "type": "git",
  1431. "url": "https://github.com/sebastianbergmann/diff.git",
  1432. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  1433. },
  1434. "dist": {
  1435. "type": "zip",
  1436. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  1437. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  1438. "shasum": ""
  1439. },
  1440. "require": {
  1441. "php": "^5.3.3 || ^7.0"
  1442. },
  1443. "require-dev": {
  1444. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  1445. },
  1446. "type": "library",
  1447. "extra": {
  1448. "branch-alias": {
  1449. "dev-master": "1.4-dev"
  1450. }
  1451. },
  1452. "autoload": {
  1453. "classmap": [
  1454. "src/"
  1455. ]
  1456. },
  1457. "notification-url": "https://packagist.org/downloads/",
  1458. "license": [
  1459. "BSD-3-Clause"
  1460. ],
  1461. "authors": [
  1462. {
  1463. "name": "Kore Nordmann",
  1464. "email": "mail@kore-nordmann.de"
  1465. },
  1466. {
  1467. "name": "Sebastian Bergmann",
  1468. "email": "sebastian@phpunit.de"
  1469. }
  1470. ],
  1471. "description": "Diff implementation",
  1472. "homepage": "https://github.com/sebastianbergmann/diff",
  1473. "keywords": [
  1474. "diff"
  1475. ],
  1476. "time": "2017-05-22T07:24:03+00:00"
  1477. },
  1478. {
  1479. "name": "sebastian/environment",
  1480. "version": "2.0.0",
  1481. "source": {
  1482. "type": "git",
  1483. "url": "https://github.com/sebastianbergmann/environment.git",
  1484. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
  1485. },
  1486. "dist": {
  1487. "type": "zip",
  1488. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  1489. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  1490. "shasum": ""
  1491. },
  1492. "require": {
  1493. "php": "^5.6 || ^7.0"
  1494. },
  1495. "require-dev": {
  1496. "phpunit/phpunit": "^5.0"
  1497. },
  1498. "type": "library",
  1499. "extra": {
  1500. "branch-alias": {
  1501. "dev-master": "2.0.x-dev"
  1502. }
  1503. },
  1504. "autoload": {
  1505. "classmap": [
  1506. "src/"
  1507. ]
  1508. },
  1509. "notification-url": "https://packagist.org/downloads/",
  1510. "license": [
  1511. "BSD-3-Clause"
  1512. ],
  1513. "authors": [
  1514. {
  1515. "name": "Sebastian Bergmann",
  1516. "email": "sebastian@phpunit.de"
  1517. }
  1518. ],
  1519. "description": "Provides functionality to handle HHVM/PHP environments",
  1520. "homepage": "http://www.github.com/sebastianbergmann/environment",
  1521. "keywords": [
  1522. "Xdebug",
  1523. "environment",
  1524. "hhvm"
  1525. ],
  1526. "time": "2016-11-26T07:53:53+00:00"
  1527. },
  1528. {
  1529. "name": "sebastian/exporter",
  1530. "version": "2.0.0",
  1531. "source": {
  1532. "type": "git",
  1533. "url": "https://github.com/sebastianbergmann/exporter.git",
  1534. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
  1535. },
  1536. "dist": {
  1537. "type": "zip",
  1538. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  1539. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  1540. "shasum": ""
  1541. },
  1542. "require": {
  1543. "php": ">=5.3.3",
  1544. "sebastian/recursion-context": "~2.0"
  1545. },
  1546. "require-dev": {
  1547. "ext-mbstring": "*",
  1548. "phpunit/phpunit": "~4.4"
  1549. },
  1550. "type": "library",
  1551. "extra": {
  1552. "branch-alias": {
  1553. "dev-master": "2.0.x-dev"
  1554. }
  1555. },
  1556. "autoload": {
  1557. "classmap": [
  1558. "src/"
  1559. ]
  1560. },
  1561. "notification-url": "https://packagist.org/downloads/",
  1562. "license": [
  1563. "BSD-3-Clause"
  1564. ],
  1565. "authors": [
  1566. {
  1567. "name": "Jeff Welch",
  1568. "email": "whatthejeff@gmail.com"
  1569. },
  1570. {
  1571. "name": "Volker Dusch",
  1572. "email": "github@wallbash.com"
  1573. },
  1574. {
  1575. "name": "Bernhard Schussek",
  1576. "email": "bschussek@2bepublished.at"
  1577. },
  1578. {
  1579. "name": "Sebastian Bergmann",
  1580. "email": "sebastian@phpunit.de"
  1581. },
  1582. {
  1583. "name": "Adam Harvey",
  1584. "email": "aharvey@php.net"
  1585. }
  1586. ],
  1587. "description": "Provides the functionality to export PHP variables for visualization",
  1588. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1589. "keywords": [
  1590. "export",
  1591. "exporter"
  1592. ],
  1593. "time": "2016-11-19T08:54:04+00:00"
  1594. },
  1595. {
  1596. "name": "sebastian/global-state",
  1597. "version": "1.1.1",
  1598. "source": {
  1599. "type": "git",
  1600. "url": "https://github.com/sebastianbergmann/global-state.git",
  1601. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  1602. },
  1603. "dist": {
  1604. "type": "zip",
  1605. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1606. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1607. "shasum": ""
  1608. },
  1609. "require": {
  1610. "php": ">=5.3.3"
  1611. },
  1612. "require-dev": {
  1613. "phpunit/phpunit": "~4.2"
  1614. },
  1615. "suggest": {
  1616. "ext-uopz": "*"
  1617. },
  1618. "type": "library",
  1619. "extra": {
  1620. "branch-alias": {
  1621. "dev-master": "1.0-dev"
  1622. }
  1623. },
  1624. "autoload": {
  1625. "classmap": [
  1626. "src/"
  1627. ]
  1628. },
  1629. "notification-url": "https://packagist.org/downloads/",
  1630. "license": [
  1631. "BSD-3-Clause"
  1632. ],
  1633. "authors": [
  1634. {
  1635. "name": "Sebastian Bergmann",
  1636. "email": "sebastian@phpunit.de"
  1637. }
  1638. ],
  1639. "description": "Snapshotting of global state",
  1640. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1641. "keywords": [
  1642. "global state"
  1643. ],
  1644. "time": "2015-10-12T03:26:01+00:00"
  1645. },
  1646. {
  1647. "name": "sebastian/object-enumerator",
  1648. "version": "2.0.1",
  1649. "source": {
  1650. "type": "git",
  1651. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  1652. "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
  1653. },
  1654. "dist": {
  1655. "type": "zip",
  1656. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
  1657. "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
  1658. "shasum": ""
  1659. },
  1660. "require": {
  1661. "php": ">=5.6",
  1662. "sebastian/recursion-context": "~2.0"
  1663. },
  1664. "require-dev": {
  1665. "phpunit/phpunit": "~5"
  1666. },
  1667. "type": "library",
  1668. "extra": {
  1669. "branch-alias": {
  1670. "dev-master": "2.0.x-dev"
  1671. }
  1672. },
  1673. "autoload": {
  1674. "classmap": [
  1675. "src/"
  1676. ]
  1677. },
  1678. "notification-url": "https://packagist.org/downloads/",
  1679. "license": [
  1680. "BSD-3-Clause"
  1681. ],
  1682. "authors": [
  1683. {
  1684. "name": "Sebastian Bergmann",
  1685. "email": "sebastian@phpunit.de"
  1686. }
  1687. ],
  1688. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  1689. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  1690. "time": "2017-02-18T15:18:39+00:00"
  1691. },
  1692. {
  1693. "name": "sebastian/recursion-context",
  1694. "version": "2.0.0",
  1695. "source": {
  1696. "type": "git",
  1697. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1698. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
  1699. },
  1700. "dist": {
  1701. "type": "zip",
  1702. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  1703. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  1704. "shasum": ""
  1705. },
  1706. "require": {
  1707. "php": ">=5.3.3"
  1708. },
  1709. "require-dev": {
  1710. "phpunit/phpunit": "~4.4"
  1711. },
  1712. "type": "library",
  1713. "extra": {
  1714. "branch-alias": {
  1715. "dev-master": "2.0.x-dev"
  1716. }
  1717. },
  1718. "autoload": {
  1719. "classmap": [
  1720. "src/"
  1721. ]
  1722. },
  1723. "notification-url": "https://packagist.org/downloads/",
  1724. "license": [
  1725. "BSD-3-Clause"
  1726. ],
  1727. "authors": [
  1728. {
  1729. "name": "Jeff Welch",
  1730. "email": "whatthejeff@gmail.com"
  1731. },
  1732. {
  1733. "name": "Sebastian Bergmann",
  1734. "email": "sebastian@phpunit.de"
  1735. },
  1736. {
  1737. "name": "Adam Harvey",
  1738. "email": "aharvey@php.net"
  1739. }
  1740. ],
  1741. "description": "Provides functionality to recursively process PHP variables",
  1742. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1743. "time": "2016-11-19T07:33:16+00:00"
  1744. },
  1745. {
  1746. "name": "sebastian/resource-operations",
  1747. "version": "1.0.0",
  1748. "source": {
  1749. "type": "git",
  1750. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  1751. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  1752. },
  1753. "dist": {
  1754. "type": "zip",
  1755. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  1756. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  1757. "shasum": ""
  1758. },
  1759. "require": {
  1760. "php": ">=5.6.0"
  1761. },
  1762. "type": "library",
  1763. "extra": {
  1764. "branch-alias": {
  1765. "dev-master": "1.0.x-dev"
  1766. }
  1767. },
  1768. "autoload": {
  1769. "classmap": [
  1770. "src/"
  1771. ]
  1772. },
  1773. "notification-url": "https://packagist.org/downloads/",
  1774. "license": [
  1775. "BSD-3-Clause"
  1776. ],
  1777. "authors": [
  1778. {
  1779. "name": "Sebastian Bergmann",
  1780. "email": "sebastian@phpunit.de"
  1781. }
  1782. ],
  1783. "description": "Provides a list of PHP built-in functions that operate on resources",
  1784. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  1785. "time": "2015-07-28T20:34:47+00:00"
  1786. },
  1787. {
  1788. "name": "sebastian/version",
  1789. "version": "2.0.1",
  1790. "source": {
  1791. "type": "git",
  1792. "url": "https://github.com/sebastianbergmann/version.git",
  1793. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  1794. },
  1795. "dist": {
  1796. "type": "zip",
  1797. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  1798. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  1799. "shasum": ""
  1800. },
  1801. "require": {
  1802. "php": ">=5.6"
  1803. },
  1804. "type": "library",
  1805. "extra": {
  1806. "branch-alias": {
  1807. "dev-master": "2.0.x-dev"
  1808. }
  1809. },
  1810. "autoload": {
  1811. "classmap": [
  1812. "src/"
  1813. ]
  1814. },
  1815. "notification-url": "https://packagist.org/downloads/",
  1816. "license": [
  1817. "BSD-3-Clause"
  1818. ],
  1819. "authors": [
  1820. {
  1821. "name": "Sebastian Bergmann",
  1822. "email": "sebastian@phpunit.de",
  1823. "role": "lead"
  1824. }
  1825. ],
  1826. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1827. "homepage": "https://github.com/sebastianbergmann/version",
  1828. "time": "2016-10-03T07:35:21+00:00"
  1829. },
  1830. {
  1831. "name": "symfony/yaml",
  1832. "version": "v3.4.8",
  1833. "source": {
  1834. "type": "git",
  1835. "url": "https://github.com/symfony/yaml.git",
  1836. "reference": "a42f9da85c7c38d59f5e53f076fe81a091f894d0"
  1837. },
  1838. "dist": {
  1839. "type": "zip",
  1840. "url": "https://api.github.com/repos/symfony/yaml/zipball/a42f9da85c7c38d59f5e53f076fe81a091f894d0",
  1841. "reference": "a42f9da85c7c38d59f5e53f076fe81a091f894d0",
  1842. "shasum": ""
  1843. },
  1844. "require": {
  1845. "php": "^5.5.9|>=7.0.8"
  1846. },
  1847. "conflict": {
  1848. "symfony/console": "<3.4"
  1849. },
  1850. "require-dev": {
  1851. "symfony/console": "~3.4|~4.0"
  1852. },
  1853. "suggest": {
  1854. "symfony/console": "For validating YAML files using the lint command"
  1855. },
  1856. "type": "library",
  1857. "extra": {
  1858. "branch-alias": {
  1859. "dev-master": "3.4-dev"
  1860. }
  1861. },
  1862. "autoload": {
  1863. "psr-4": {
  1864. "Symfony\\Component\\Yaml\\": ""
  1865. },
  1866. "exclude-from-classmap": [
  1867. "/Tests/"
  1868. ]
  1869. },
  1870. "notification-url": "https://packagist.org/downloads/",
  1871. "license": [
  1872. "MIT"
  1873. ],
  1874. "authors": [
  1875. {
  1876. "name": "Fabien Potencier",
  1877. "email": "fabien@symfony.com"
  1878. },
  1879. {
  1880. "name": "Symfony Community",
  1881. "homepage": "https://symfony.com/contributors"
  1882. }
  1883. ],
  1884. "description": "Symfony Yaml Component",
  1885. "homepage": "https://symfony.com",
  1886. "time": "2018-04-03T05:14:20+00:00"
  1887. },
  1888. {
  1889. "name": "webmozart/assert",
  1890. "version": "1.3.0",
  1891. "source": {
  1892. "type": "git",
  1893. "url": "https://github.com/webmozart/assert.git",
  1894. "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
  1895. },
  1896. "dist": {
  1897. "type": "zip",
  1898. "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
  1899. "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
  1900. "shasum": ""
  1901. },
  1902. "require": {
  1903. "php": "^5.3.3 || ^7.0"
  1904. },
  1905. "require-dev": {
  1906. "phpunit/phpunit": "^4.6",
  1907. "sebastian/version": "^1.0.1"
  1908. },
  1909. "type": "library",
  1910. "extra": {
  1911. "branch-alias": {
  1912. "dev-master": "1.3-dev"
  1913. }
  1914. },
  1915. "autoload": {
  1916. "psr-4": {
  1917. "Webmozart\\Assert\\": "src/"
  1918. }
  1919. },
  1920. "notification-url": "https://packagist.org/downloads/",
  1921. "license": [
  1922. "MIT"
  1923. ],
  1924. "authors": [
  1925. {
  1926. "name": "Bernhard Schussek",
  1927. "email": "bschussek@gmail.com"
  1928. }
  1929. ],
  1930. "description": "Assertions to validate method input/output with nice error messages.",
  1931. "keywords": [
  1932. "assert",
  1933. "check",
  1934. "validate"
  1935. ],
  1936. "time": "2018-01-29T19:49:41+00:00"
  1937. }
  1938. ],
  1939. "aliases": [],
  1940. "minimum-stability": "stable",
  1941. "stability-flags": [],
  1942. "prefer-stable": false,
  1943. "prefer-lowest": false,
  1944. "platform": {
  1945. "php": ">=5.5.0"
  1946. },
  1947. "platform-dev": []
  1948. }