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.

3110 lines
109 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": "8a665a6a52dc1ccb7779bb81aa6b6355",
  8. "packages": [],
  9. "packages-dev": [
  10. {
  11. "name": "amphp/amp",
  12. "version": "v2.5.1",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/amphp/amp.git",
  16. "reference": "ecdc3c476b3ccff02f8e5d5bcc04f7ccfd18751c"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/amphp/amp/zipball/ecdc3c476b3ccff02f8e5d5bcc04f7ccfd18751c",
  21. "reference": "ecdc3c476b3ccff02f8e5d5bcc04f7ccfd18751c",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": ">=7"
  26. },
  27. "require-dev": {
  28. "amphp/php-cs-fixer-config": "dev-master",
  29. "amphp/phpunit-util": "^1",
  30. "ext-json": "*",
  31. "jetbrains/phpstorm-stubs": "^2019.3",
  32. "phpunit/phpunit": "^6.0.9 | ^7",
  33. "psalm/phar": "^3.11@dev",
  34. "react/promise": "^2"
  35. },
  36. "type": "library",
  37. "extra": {
  38. "branch-alias": {
  39. "dev-master": "2.x-dev"
  40. }
  41. },
  42. "autoload": {
  43. "psr-4": {
  44. "Amp\\": "lib"
  45. },
  46. "files": [
  47. "lib/functions.php",
  48. "lib/Internal/functions.php"
  49. ]
  50. },
  51. "notification-url": "https://packagist.org/downloads/",
  52. "license": [
  53. "MIT"
  54. ],
  55. "authors": [
  56. {
  57. "name": "Daniel Lowrey",
  58. "email": "rdlowrey@php.net"
  59. },
  60. {
  61. "name": "Aaron Piotrowski",
  62. "email": "aaron@trowski.com"
  63. },
  64. {
  65. "name": "Bob Weinand",
  66. "email": "bobwei9@hotmail.com"
  67. },
  68. {
  69. "name": "Niklas Keller",
  70. "email": "me@kelunik.com"
  71. }
  72. ],
  73. "description": "A non-blocking concurrency framework for PHP applications.",
  74. "homepage": "http://amphp.org/amp",
  75. "keywords": [
  76. "async",
  77. "asynchronous",
  78. "awaitable",
  79. "concurrency",
  80. "event",
  81. "event-loop",
  82. "future",
  83. "non-blocking",
  84. "promise"
  85. ],
  86. "support": {
  87. "irc": "irc://irc.freenode.org/amphp",
  88. "issues": "https://github.com/amphp/amp/issues",
  89. "source": "https://github.com/amphp/amp/tree/v2.5.1"
  90. },
  91. "funding": [
  92. {
  93. "url": "https://github.com/amphp",
  94. "type": "github"
  95. }
  96. ],
  97. "time": "2020-11-03T16:23:45+00:00"
  98. },
  99. {
  100. "name": "amphp/byte-stream",
  101. "version": "v1.8.0",
  102. "source": {
  103. "type": "git",
  104. "url": "https://github.com/amphp/byte-stream.git",
  105. "reference": "f0c20cf598a958ba2aa8c6e5a71c697d652c7088"
  106. },
  107. "dist": {
  108. "type": "zip",
  109. "url": "https://api.github.com/repos/amphp/byte-stream/zipball/f0c20cf598a958ba2aa8c6e5a71c697d652c7088",
  110. "reference": "f0c20cf598a958ba2aa8c6e5a71c697d652c7088",
  111. "shasum": ""
  112. },
  113. "require": {
  114. "amphp/amp": "^2",
  115. "php": ">=7.1"
  116. },
  117. "require-dev": {
  118. "amphp/php-cs-fixer-config": "dev-master",
  119. "amphp/phpunit-util": "^1.4",
  120. "friendsofphp/php-cs-fixer": "^2.3",
  121. "jetbrains/phpstorm-stubs": "^2019.3",
  122. "phpunit/phpunit": "^6 || ^7 || ^8",
  123. "psalm/phar": "^3.11.4"
  124. },
  125. "type": "library",
  126. "extra": {
  127. "branch-alias": {
  128. "dev-master": "1.x-dev"
  129. }
  130. },
  131. "autoload": {
  132. "psr-4": {
  133. "Amp\\ByteStream\\": "lib"
  134. },
  135. "files": [
  136. "lib/functions.php"
  137. ]
  138. },
  139. "notification-url": "https://packagist.org/downloads/",
  140. "license": [
  141. "MIT"
  142. ],
  143. "authors": [
  144. {
  145. "name": "Aaron Piotrowski",
  146. "email": "aaron@trowski.com"
  147. },
  148. {
  149. "name": "Niklas Keller",
  150. "email": "me@kelunik.com"
  151. }
  152. ],
  153. "description": "A stream abstraction to make working with non-blocking I/O simple.",
  154. "homepage": "http://amphp.org/byte-stream",
  155. "keywords": [
  156. "amp",
  157. "amphp",
  158. "async",
  159. "io",
  160. "non-blocking",
  161. "stream"
  162. ],
  163. "support": {
  164. "irc": "irc://irc.freenode.org/amphp",
  165. "issues": "https://github.com/amphp/byte-stream/issues",
  166. "source": "https://github.com/amphp/byte-stream/tree/master"
  167. },
  168. "time": "2020-06-29T18:35:05+00:00"
  169. },
  170. {
  171. "name": "christophwurst/nextcloud",
  172. "version": "dev-master",
  173. "source": {
  174. "type": "git",
  175. "url": "https://github.com/ChristophWurst/nextcloud_composer.git",
  176. "reference": "aae151a47c39125bc49b18ddee211bc5cab20533"
  177. },
  178. "dist": {
  179. "type": "zip",
  180. "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/aae151a47c39125bc49b18ddee211bc5cab20533",
  181. "reference": "aae151a47c39125bc49b18ddee211bc5cab20533",
  182. "shasum": ""
  183. },
  184. "require": {
  185. "php": "^7.3 || ~8.0.0",
  186. "psr/container": "^1.0",
  187. "psr/event-dispatcher": "^1.0",
  188. "psr/log": "^1.1"
  189. },
  190. "type": "library",
  191. "extra": {
  192. "branch-alias": {
  193. "dev-master": "22.0.0-dev"
  194. }
  195. },
  196. "notification-url": "https://packagist.org/downloads/",
  197. "license": [
  198. "AGPL-3.0-or-later"
  199. ],
  200. "authors": [
  201. {
  202. "name": "Christoph Wurst",
  203. "email": "christoph@winzerhof-wurst.at"
  204. }
  205. ],
  206. "description": "Composer package containing Nextcloud's public API (classes, interfaces)",
  207. "time": "2021-04-13T23:43:29+00:00"
  208. },
  209. {
  210. "name": "composer/package-versions-deprecated",
  211. "version": "1.11.99.1",
  212. "source": {
  213. "type": "git",
  214. "url": "https://github.com/composer/package-versions-deprecated.git",
  215. "reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6"
  216. },
  217. "dist": {
  218. "type": "zip",
  219. "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
  220. "reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
  221. "shasum": ""
  222. },
  223. "require": {
  224. "composer-plugin-api": "^1.1.0 || ^2.0",
  225. "php": "^7 || ^8"
  226. },
  227. "replace": {
  228. "ocramius/package-versions": "1.11.99"
  229. },
  230. "require-dev": {
  231. "composer/composer": "^1.9.3 || ^2.0@dev",
  232. "ext-zip": "^1.13",
  233. "phpunit/phpunit": "^6.5 || ^7"
  234. },
  235. "type": "composer-plugin",
  236. "extra": {
  237. "class": "PackageVersions\\Installer",
  238. "branch-alias": {
  239. "dev-master": "1.x-dev"
  240. }
  241. },
  242. "autoload": {
  243. "psr-4": {
  244. "PackageVersions\\": "src/PackageVersions"
  245. }
  246. },
  247. "notification-url": "https://packagist.org/downloads/",
  248. "license": [
  249. "MIT"
  250. ],
  251. "authors": [
  252. {
  253. "name": "Marco Pivetta",
  254. "email": "ocramius@gmail.com"
  255. },
  256. {
  257. "name": "Jordi Boggiano",
  258. "email": "j.boggiano@seld.be"
  259. }
  260. ],
  261. "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
  262. "support": {
  263. "issues": "https://github.com/composer/package-versions-deprecated/issues",
  264. "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.1"
  265. },
  266. "funding": [
  267. {
  268. "url": "https://packagist.com",
  269. "type": "custom"
  270. },
  271. {
  272. "url": "https://github.com/composer",
  273. "type": "github"
  274. },
  275. {
  276. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  277. "type": "tidelift"
  278. }
  279. ],
  280. "time": "2020-11-11T10:22:58+00:00"
  281. },
  282. {
  283. "name": "composer/semver",
  284. "version": "3.2.4",
  285. "source": {
  286. "type": "git",
  287. "url": "https://github.com/composer/semver.git",
  288. "reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464"
  289. },
  290. "dist": {
  291. "type": "zip",
  292. "url": "https://api.github.com/repos/composer/semver/zipball/a02fdf930a3c1c3ed3a49b5f63859c0c20e10464",
  293. "reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464",
  294. "shasum": ""
  295. },
  296. "require": {
  297. "php": "^5.3.2 || ^7.0 || ^8.0"
  298. },
  299. "require-dev": {
  300. "phpstan/phpstan": "^0.12.54",
  301. "symfony/phpunit-bridge": "^4.2 || ^5"
  302. },
  303. "type": "library",
  304. "extra": {
  305. "branch-alias": {
  306. "dev-main": "3.x-dev"
  307. }
  308. },
  309. "autoload": {
  310. "psr-4": {
  311. "Composer\\Semver\\": "src"
  312. }
  313. },
  314. "notification-url": "https://packagist.org/downloads/",
  315. "license": [
  316. "MIT"
  317. ],
  318. "authors": [
  319. {
  320. "name": "Nils Adermann",
  321. "email": "naderman@naderman.de",
  322. "homepage": "http://www.naderman.de"
  323. },
  324. {
  325. "name": "Jordi Boggiano",
  326. "email": "j.boggiano@seld.be",
  327. "homepage": "http://seld.be"
  328. },
  329. {
  330. "name": "Rob Bast",
  331. "email": "rob.bast@gmail.com",
  332. "homepage": "http://robbast.nl"
  333. }
  334. ],
  335. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  336. "keywords": [
  337. "semantic",
  338. "semver",
  339. "validation",
  340. "versioning"
  341. ],
  342. "support": {
  343. "irc": "irc://irc.freenode.org/composer",
  344. "issues": "https://github.com/composer/semver/issues",
  345. "source": "https://github.com/composer/semver/tree/3.2.4"
  346. },
  347. "funding": [
  348. {
  349. "url": "https://packagist.com",
  350. "type": "custom"
  351. },
  352. {
  353. "url": "https://github.com/composer",
  354. "type": "github"
  355. },
  356. {
  357. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  358. "type": "tidelift"
  359. }
  360. ],
  361. "time": "2020-11-13T08:59:24+00:00"
  362. },
  363. {
  364. "name": "composer/xdebug-handler",
  365. "version": "1.4.5",
  366. "source": {
  367. "type": "git",
  368. "url": "https://github.com/composer/xdebug-handler.git",
  369. "reference": "f28d44c286812c714741478d968104c5e604a1d4"
  370. },
  371. "dist": {
  372. "type": "zip",
  373. "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f28d44c286812c714741478d968104c5e604a1d4",
  374. "reference": "f28d44c286812c714741478d968104c5e604a1d4",
  375. "shasum": ""
  376. },
  377. "require": {
  378. "php": "^5.3.2 || ^7.0 || ^8.0",
  379. "psr/log": "^1.0"
  380. },
  381. "require-dev": {
  382. "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
  383. },
  384. "type": "library",
  385. "autoload": {
  386. "psr-4": {
  387. "Composer\\XdebugHandler\\": "src"
  388. }
  389. },
  390. "notification-url": "https://packagist.org/downloads/",
  391. "license": [
  392. "MIT"
  393. ],
  394. "authors": [
  395. {
  396. "name": "John Stevenson",
  397. "email": "john-stevenson@blueyonder.co.uk"
  398. }
  399. ],
  400. "description": "Restarts a process without Xdebug.",
  401. "keywords": [
  402. "Xdebug",
  403. "performance"
  404. ],
  405. "support": {
  406. "irc": "irc://irc.freenode.org/composer",
  407. "issues": "https://github.com/composer/xdebug-handler/issues",
  408. "source": "https://github.com/composer/xdebug-handler/tree/1.4.5"
  409. },
  410. "funding": [
  411. {
  412. "url": "https://packagist.com",
  413. "type": "custom"
  414. },
  415. {
  416. "url": "https://github.com/composer",
  417. "type": "github"
  418. },
  419. {
  420. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  421. "type": "tidelift"
  422. }
  423. ],
  424. "time": "2020-11-13T08:04:11+00:00"
  425. },
  426. {
  427. "name": "dnoegel/php-xdg-base-dir",
  428. "version": "v0.1.1",
  429. "source": {
  430. "type": "git",
  431. "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
  432. "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
  433. },
  434. "dist": {
  435. "type": "zip",
  436. "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
  437. "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
  438. "shasum": ""
  439. },
  440. "require": {
  441. "php": ">=5.3.2"
  442. },
  443. "require-dev": {
  444. "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
  445. },
  446. "type": "library",
  447. "autoload": {
  448. "psr-4": {
  449. "XdgBaseDir\\": "src/"
  450. }
  451. },
  452. "notification-url": "https://packagist.org/downloads/",
  453. "license": [
  454. "MIT"
  455. ],
  456. "description": "implementation of xdg base directory specification for php",
  457. "support": {
  458. "issues": "https://github.com/dnoegel/php-xdg-base-dir/issues",
  459. "source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1"
  460. },
  461. "time": "2019-12-04T15:06:13+00:00"
  462. },
  463. {
  464. "name": "doctrine/annotations",
  465. "version": "1.11.1",
  466. "source": {
  467. "type": "git",
  468. "url": "https://github.com/doctrine/annotations.git",
  469. "reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad"
  470. },
  471. "dist": {
  472. "type": "zip",
  473. "url": "https://api.github.com/repos/doctrine/annotations/zipball/ce77a7ba1770462cd705a91a151b6c3746f9c6ad",
  474. "reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad",
  475. "shasum": ""
  476. },
  477. "require": {
  478. "doctrine/lexer": "1.*",
  479. "ext-tokenizer": "*",
  480. "php": "^7.1 || ^8.0"
  481. },
  482. "require-dev": {
  483. "doctrine/cache": "1.*",
  484. "doctrine/coding-standard": "^6.0 || ^8.1",
  485. "phpstan/phpstan": "^0.12.20",
  486. "phpunit/phpunit": "^7.5 || ^9.1.5"
  487. },
  488. "type": "library",
  489. "extra": {
  490. "branch-alias": {
  491. "dev-master": "1.11.x-dev"
  492. }
  493. },
  494. "autoload": {
  495. "psr-4": {
  496. "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  497. }
  498. },
  499. "notification-url": "https://packagist.org/downloads/",
  500. "license": [
  501. "MIT"
  502. ],
  503. "authors": [
  504. {
  505. "name": "Guilherme Blanco",
  506. "email": "guilhermeblanco@gmail.com"
  507. },
  508. {
  509. "name": "Roman Borschel",
  510. "email": "roman@code-factory.org"
  511. },
  512. {
  513. "name": "Benjamin Eberlei",
  514. "email": "kontakt@beberlei.de"
  515. },
  516. {
  517. "name": "Jonathan Wage",
  518. "email": "jonwage@gmail.com"
  519. },
  520. {
  521. "name": "Johannes Schmitt",
  522. "email": "schmittjoh@gmail.com"
  523. }
  524. ],
  525. "description": "Docblock Annotations Parser",
  526. "homepage": "https://www.doctrine-project.org/projects/annotations.html",
  527. "keywords": [
  528. "annotations",
  529. "docblock",
  530. "parser"
  531. ],
  532. "support": {
  533. "issues": "https://github.com/doctrine/annotations/issues",
  534. "source": "https://github.com/doctrine/annotations/tree/1.11.1"
  535. },
  536. "time": "2020-10-26T10:28:16+00:00"
  537. },
  538. {
  539. "name": "doctrine/lexer",
  540. "version": "1.2.1",
  541. "source": {
  542. "type": "git",
  543. "url": "https://github.com/doctrine/lexer.git",
  544. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
  545. },
  546. "dist": {
  547. "type": "zip",
  548. "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
  549. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
  550. "shasum": ""
  551. },
  552. "require": {
  553. "php": "^7.2 || ^8.0"
  554. },
  555. "require-dev": {
  556. "doctrine/coding-standard": "^6.0",
  557. "phpstan/phpstan": "^0.11.8",
  558. "phpunit/phpunit": "^8.2"
  559. },
  560. "type": "library",
  561. "extra": {
  562. "branch-alias": {
  563. "dev-master": "1.2.x-dev"
  564. }
  565. },
  566. "autoload": {
  567. "psr-4": {
  568. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  569. }
  570. },
  571. "notification-url": "https://packagist.org/downloads/",
  572. "license": [
  573. "MIT"
  574. ],
  575. "authors": [
  576. {
  577. "name": "Guilherme Blanco",
  578. "email": "guilhermeblanco@gmail.com"
  579. },
  580. {
  581. "name": "Roman Borschel",
  582. "email": "roman@code-factory.org"
  583. },
  584. {
  585. "name": "Johannes Schmitt",
  586. "email": "schmittjoh@gmail.com"
  587. }
  588. ],
  589. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  590. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  591. "keywords": [
  592. "annotations",
  593. "docblock",
  594. "lexer",
  595. "parser",
  596. "php"
  597. ],
  598. "support": {
  599. "issues": "https://github.com/doctrine/lexer/issues",
  600. "source": "https://github.com/doctrine/lexer/tree/1.2.1"
  601. },
  602. "funding": [
  603. {
  604. "url": "https://www.doctrine-project.org/sponsorship.html",
  605. "type": "custom"
  606. },
  607. {
  608. "url": "https://www.patreon.com/phpdoctrine",
  609. "type": "patreon"
  610. },
  611. {
  612. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
  613. "type": "tidelift"
  614. }
  615. ],
  616. "time": "2020-05-25T17:44:05+00:00"
  617. },
  618. {
  619. "name": "felixfbecker/advanced-json-rpc",
  620. "version": "v3.1.1",
  621. "source": {
  622. "type": "git",
  623. "url": "https://github.com/felixfbecker/php-advanced-json-rpc.git",
  624. "reference": "0ed363f8de17d284d479ec813c9ad3f6834b5c40"
  625. },
  626. "dist": {
  627. "type": "zip",
  628. "url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/0ed363f8de17d284d479ec813c9ad3f6834b5c40",
  629. "reference": "0ed363f8de17d284d479ec813c9ad3f6834b5c40",
  630. "shasum": ""
  631. },
  632. "require": {
  633. "netresearch/jsonmapper": "^1.0 || ^2.0",
  634. "php": ">=7.0",
  635. "phpdocumentor/reflection-docblock": "^4.0.0 || ^5.0.0"
  636. },
  637. "require-dev": {
  638. "phpunit/phpunit": "^6.0.0"
  639. },
  640. "type": "library",
  641. "autoload": {
  642. "psr-4": {
  643. "AdvancedJsonRpc\\": "lib/"
  644. }
  645. },
  646. "notification-url": "https://packagist.org/downloads/",
  647. "license": [
  648. "ISC"
  649. ],
  650. "authors": [
  651. {
  652. "name": "Felix Becker",
  653. "email": "felix.b@outlook.com"
  654. }
  655. ],
  656. "description": "A more advanced JSONRPC implementation",
  657. "support": {
  658. "issues": "https://github.com/felixfbecker/php-advanced-json-rpc/issues",
  659. "source": "https://github.com/felixfbecker/php-advanced-json-rpc/tree/master"
  660. },
  661. "time": "2020-03-11T15:21:41+00:00"
  662. },
  663. {
  664. "name": "felixfbecker/language-server-protocol",
  665. "version": "v1.5.0",
  666. "source": {
  667. "type": "git",
  668. "url": "https://github.com/felixfbecker/php-language-server-protocol.git",
  669. "reference": "85e83cacd2ed573238678c6875f8f0d7ec699541"
  670. },
  671. "dist": {
  672. "type": "zip",
  673. "url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/85e83cacd2ed573238678c6875f8f0d7ec699541",
  674. "reference": "85e83cacd2ed573238678c6875f8f0d7ec699541",
  675. "shasum": ""
  676. },
  677. "require": {
  678. "php": ">=7.1"
  679. },
  680. "require-dev": {
  681. "phpstan/phpstan": "*",
  682. "squizlabs/php_codesniffer": "^3.1",
  683. "vimeo/psalm": "^4.0"
  684. },
  685. "type": "library",
  686. "extra": {
  687. "branch-alias": {
  688. "dev-master": "1.x-dev"
  689. }
  690. },
  691. "autoload": {
  692. "psr-4": {
  693. "LanguageServerProtocol\\": "src/"
  694. }
  695. },
  696. "notification-url": "https://packagist.org/downloads/",
  697. "license": [
  698. "ISC"
  699. ],
  700. "authors": [
  701. {
  702. "name": "Felix Becker",
  703. "email": "felix.b@outlook.com"
  704. }
  705. ],
  706. "description": "PHP classes for the Language Server Protocol",
  707. "keywords": [
  708. "language",
  709. "microsoft",
  710. "php",
  711. "server"
  712. ],
  713. "support": {
  714. "issues": "https://github.com/felixfbecker/php-language-server-protocol/issues",
  715. "source": "https://github.com/felixfbecker/php-language-server-protocol/tree/v1.5.0"
  716. },
  717. "time": "2020-10-23T13:55:30+00:00"
  718. },
  719. {
  720. "name": "friendsofphp/php-cs-fixer",
  721. "version": "v2.17.3",
  722. "source": {
  723. "type": "git",
  724. "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
  725. "reference": "bd32f5dd72cdfc7b53f54077f980e144bfa2f595"
  726. },
  727. "dist": {
  728. "type": "zip",
  729. "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/bd32f5dd72cdfc7b53f54077f980e144bfa2f595",
  730. "reference": "bd32f5dd72cdfc7b53f54077f980e144bfa2f595",
  731. "shasum": ""
  732. },
  733. "require": {
  734. "composer/semver": "^1.4 || ^2.0 || ^3.0",
  735. "composer/xdebug-handler": "^1.2",
  736. "doctrine/annotations": "^1.2",
  737. "ext-json": "*",
  738. "ext-tokenizer": "*",
  739. "php": "^5.6 || ^7.0 || ^8.0",
  740. "php-cs-fixer/diff": "^1.3",
  741. "symfony/console": "^3.4.43 || ^4.1.6 || ^5.0",
  742. "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0",
  743. "symfony/filesystem": "^3.0 || ^4.0 || ^5.0",
  744. "symfony/finder": "^3.0 || ^4.0 || ^5.0",
  745. "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0",
  746. "symfony/polyfill-php70": "^1.0",
  747. "symfony/polyfill-php72": "^1.4",
  748. "symfony/process": "^3.0 || ^4.0 || ^5.0",
  749. "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
  750. },
  751. "require-dev": {
  752. "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
  753. "justinrainbow/json-schema": "^5.0",
  754. "keradus/cli-executor": "^1.4",
  755. "mikey179/vfsstream": "^1.6",
  756. "php-coveralls/php-coveralls": "^2.4.2",
  757. "php-cs-fixer/accessible-object": "^1.0",
  758. "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
  759. "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
  760. "phpspec/prophecy-phpunit": "^1.1 || ^2.0",
  761. "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.4.4 <9.5",
  762. "phpunitgoodpractices/polyfill": "^1.5",
  763. "phpunitgoodpractices/traits": "^1.9.1",
  764. "sanmai/phpunit-legacy-adapter": "^6.4 || ^8.2.1",
  765. "symfony/phpunit-bridge": "^5.1",
  766. "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
  767. },
  768. "suggest": {
  769. "ext-dom": "For handling output formats in XML",
  770. "ext-mbstring": "For handling non-UTF8 characters.",
  771. "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.",
  772. "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.",
  773. "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
  774. },
  775. "bin": [
  776. "php-cs-fixer"
  777. ],
  778. "type": "application",
  779. "autoload": {
  780. "psr-4": {
  781. "PhpCsFixer\\": "src/"
  782. },
  783. "classmap": [
  784. "tests/Test/AbstractFixerTestCase.php",
  785. "tests/Test/AbstractIntegrationCaseFactory.php",
  786. "tests/Test/AbstractIntegrationTestCase.php",
  787. "tests/Test/Assert/AssertTokensTrait.php",
  788. "tests/Test/IntegrationCase.php",
  789. "tests/Test/IntegrationCaseFactory.php",
  790. "tests/Test/IntegrationCaseFactoryInterface.php",
  791. "tests/Test/InternalIntegrationCaseFactory.php",
  792. "tests/Test/IsIdenticalConstraint.php",
  793. "tests/TestCase.php"
  794. ]
  795. },
  796. "notification-url": "https://packagist.org/downloads/",
  797. "license": [
  798. "MIT"
  799. ],
  800. "authors": [
  801. {
  802. "name": "Fabien Potencier",
  803. "email": "fabien@symfony.com"
  804. },
  805. {
  806. "name": "Dariusz Rumiński",
  807. "email": "dariusz.ruminski@gmail.com"
  808. }
  809. ],
  810. "description": "A tool to automatically fix PHP code style",
  811. "support": {
  812. "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
  813. "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.17.3"
  814. },
  815. "funding": [
  816. {
  817. "url": "https://github.com/keradus",
  818. "type": "github"
  819. }
  820. ],
  821. "time": "2020-12-24T11:14:44+00:00"
  822. },
  823. {
  824. "name": "netresearch/jsonmapper",
  825. "version": "v2.1.0",
  826. "source": {
  827. "type": "git",
  828. "url": "https://github.com/cweiske/jsonmapper.git",
  829. "reference": "e0f1e33a71587aca81be5cffbb9746510e1fe04e"
  830. },
  831. "dist": {
  832. "type": "zip",
  833. "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/e0f1e33a71587aca81be5cffbb9746510e1fe04e",
  834. "reference": "e0f1e33a71587aca81be5cffbb9746510e1fe04e",
  835. "shasum": ""
  836. },
  837. "require": {
  838. "ext-json": "*",
  839. "ext-pcre": "*",
  840. "ext-reflection": "*",
  841. "ext-spl": "*",
  842. "php": ">=5.6"
  843. },
  844. "require-dev": {
  845. "phpunit/phpunit": "~4.8.35 || ~5.7 || ~6.4 || ~7.0",
  846. "squizlabs/php_codesniffer": "~3.5"
  847. },
  848. "type": "library",
  849. "autoload": {
  850. "psr-0": {
  851. "JsonMapper": "src/"
  852. }
  853. },
  854. "notification-url": "https://packagist.org/downloads/",
  855. "license": [
  856. "OSL-3.0"
  857. ],
  858. "authors": [
  859. {
  860. "name": "Christian Weiske",
  861. "email": "cweiske@cweiske.de",
  862. "homepage": "http://github.com/cweiske/jsonmapper/",
  863. "role": "Developer"
  864. }
  865. ],
  866. "description": "Map nested JSON structures onto PHP classes",
  867. "support": {
  868. "email": "cweiske@cweiske.de",
  869. "issues": "https://github.com/cweiske/jsonmapper/issues",
  870. "source": "https://github.com/cweiske/jsonmapper/tree/master"
  871. },
  872. "time": "2020-04-16T18:48:43+00:00"
  873. },
  874. {
  875. "name": "nextcloud/coding-standard",
  876. "version": "v0.4.0",
  877. "source": {
  878. "type": "git",
  879. "url": "https://github.com/nextcloud/coding-standard.git",
  880. "reference": "57654010946567d063d231ff0e1ea44e1289f965"
  881. },
  882. "dist": {
  883. "type": "zip",
  884. "url": "https://api.github.com/repos/nextcloud/coding-standard/zipball/57654010946567d063d231ff0e1ea44e1289f965",
  885. "reference": "57654010946567d063d231ff0e1ea44e1289f965",
  886. "shasum": ""
  887. },
  888. "require": {
  889. "friendsofphp/php-cs-fixer": "^2.17",
  890. "php": "^7.3|^8.0"
  891. },
  892. "type": "library",
  893. "autoload": {
  894. "psr-4": {
  895. "Nextcloud\\CodingStandard\\": "src"
  896. }
  897. },
  898. "notification-url": "https://packagist.org/downloads/",
  899. "license": [
  900. "MIT"
  901. ],
  902. "authors": [
  903. {
  904. "name": "Christoph Wurst",
  905. "email": "christoph@winzerhof-wurst.at"
  906. }
  907. ],
  908. "description": "Nextcloud coding standards for the php cs fixer",
  909. "support": {
  910. "issues": "https://github.com/nextcloud/coding-standard/issues",
  911. "source": "https://github.com/nextcloud/coding-standard/tree/v0.4.0"
  912. },
  913. "time": "2020-12-14T07:22:40+00:00"
  914. },
  915. {
  916. "name": "nikic/php-parser",
  917. "version": "v4.10.4",
  918. "source": {
  919. "type": "git",
  920. "url": "https://github.com/nikic/PHP-Parser.git",
  921. "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e"
  922. },
  923. "dist": {
  924. "type": "zip",
  925. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e",
  926. "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e",
  927. "shasum": ""
  928. },
  929. "require": {
  930. "ext-tokenizer": "*",
  931. "php": ">=7.0"
  932. },
  933. "require-dev": {
  934. "ircmaxell/php-yacc": "^0.0.7",
  935. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
  936. },
  937. "bin": [
  938. "bin/php-parse"
  939. ],
  940. "type": "library",
  941. "extra": {
  942. "branch-alias": {
  943. "dev-master": "4.9-dev"
  944. }
  945. },
  946. "autoload": {
  947. "psr-4": {
  948. "PhpParser\\": "lib/PhpParser"
  949. }
  950. },
  951. "notification-url": "https://packagist.org/downloads/",
  952. "license": [
  953. "BSD-3-Clause"
  954. ],
  955. "authors": [
  956. {
  957. "name": "Nikita Popov"
  958. }
  959. ],
  960. "description": "A PHP parser written in PHP",
  961. "keywords": [
  962. "parser",
  963. "php"
  964. ],
  965. "support": {
  966. "issues": "https://github.com/nikic/PHP-Parser/issues",
  967. "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.4"
  968. },
  969. "time": "2020-12-20T10:01:03+00:00"
  970. },
  971. {
  972. "name": "openlss/lib-array2xml",
  973. "version": "1.0.0",
  974. "source": {
  975. "type": "git",
  976. "url": "https://github.com/nullivex/lib-array2xml.git",
  977. "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90"
  978. },
  979. "dist": {
  980. "type": "zip",
  981. "url": "https://api.github.com/repos/nullivex/lib-array2xml/zipball/a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
  982. "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
  983. "shasum": ""
  984. },
  985. "require": {
  986. "php": ">=5.3.2"
  987. },
  988. "type": "library",
  989. "autoload": {
  990. "psr-0": {
  991. "LSS": ""
  992. }
  993. },
  994. "notification-url": "https://packagist.org/downloads/",
  995. "license": [
  996. "Apache-2.0"
  997. ],
  998. "authors": [
  999. {
  1000. "name": "Bryan Tong",
  1001. "email": "bryan@nullivex.com",
  1002. "homepage": "https://www.nullivex.com"
  1003. },
  1004. {
  1005. "name": "Tony Butler",
  1006. "email": "spudz76@gmail.com",
  1007. "homepage": "https://www.nullivex.com"
  1008. }
  1009. ],
  1010. "description": "Array2XML conversion library credit to lalit.org",
  1011. "homepage": "https://www.nullivex.com",
  1012. "keywords": [
  1013. "array",
  1014. "array conversion",
  1015. "xml",
  1016. "xml conversion"
  1017. ],
  1018. "support": {
  1019. "issues": "https://github.com/nullivex/lib-array2xml/issues",
  1020. "source": "https://github.com/nullivex/lib-array2xml/tree/master"
  1021. },
  1022. "time": "2019-03-29T20:06:56+00:00"
  1023. },
  1024. {
  1025. "name": "php-cs-fixer/diff",
  1026. "version": "v1.3.1",
  1027. "source": {
  1028. "type": "git",
  1029. "url": "https://github.com/PHP-CS-Fixer/diff.git",
  1030. "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759"
  1031. },
  1032. "dist": {
  1033. "type": "zip",
  1034. "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/dbd31aeb251639ac0b9e7e29405c1441907f5759",
  1035. "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759",
  1036. "shasum": ""
  1037. },
  1038. "require": {
  1039. "php": "^5.6 || ^7.0 || ^8.0"
  1040. },
  1041. "require-dev": {
  1042. "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0",
  1043. "symfony/process": "^3.3"
  1044. },
  1045. "type": "library",
  1046. "autoload": {
  1047. "classmap": [
  1048. "src/"
  1049. ]
  1050. },
  1051. "notification-url": "https://packagist.org/downloads/",
  1052. "license": [
  1053. "BSD-3-Clause"
  1054. ],
  1055. "authors": [
  1056. {
  1057. "name": "Sebastian Bergmann",
  1058. "email": "sebastian@phpunit.de"
  1059. },
  1060. {
  1061. "name": "Kore Nordmann",
  1062. "email": "mail@kore-nordmann.de"
  1063. },
  1064. {
  1065. "name": "SpacePossum"
  1066. }
  1067. ],
  1068. "description": "sebastian/diff v2 backport support for PHP5.6",
  1069. "homepage": "https://github.com/PHP-CS-Fixer",
  1070. "keywords": [
  1071. "diff"
  1072. ],
  1073. "support": {
  1074. "issues": "https://github.com/PHP-CS-Fixer/diff/issues",
  1075. "source": "https://github.com/PHP-CS-Fixer/diff/tree/v1.3.1"
  1076. },
  1077. "time": "2020-10-14T08:39:05+00:00"
  1078. },
  1079. {
  1080. "name": "phpdocumentor/reflection-common",
  1081. "version": "2.2.0",
  1082. "source": {
  1083. "type": "git",
  1084. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  1085. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
  1086. },
  1087. "dist": {
  1088. "type": "zip",
  1089. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  1090. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  1091. "shasum": ""
  1092. },
  1093. "require": {
  1094. "php": "^7.2 || ^8.0"
  1095. },
  1096. "type": "library",
  1097. "extra": {
  1098. "branch-alias": {
  1099. "dev-2.x": "2.x-dev"
  1100. }
  1101. },
  1102. "autoload": {
  1103. "psr-4": {
  1104. "phpDocumentor\\Reflection\\": "src/"
  1105. }
  1106. },
  1107. "notification-url": "https://packagist.org/downloads/",
  1108. "license": [
  1109. "MIT"
  1110. ],
  1111. "authors": [
  1112. {
  1113. "name": "Jaap van Otterdijk",
  1114. "email": "opensource@ijaap.nl"
  1115. }
  1116. ],
  1117. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  1118. "homepage": "http://www.phpdoc.org",
  1119. "keywords": [
  1120. "FQSEN",
  1121. "phpDocumentor",
  1122. "phpdoc",
  1123. "reflection",
  1124. "static analysis"
  1125. ],
  1126. "support": {
  1127. "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
  1128. "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
  1129. },
  1130. "time": "2020-06-27T09:03:43+00:00"
  1131. },
  1132. {
  1133. "name": "phpdocumentor/reflection-docblock",
  1134. "version": "5.2.2",
  1135. "source": {
  1136. "type": "git",
  1137. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  1138. "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
  1139. },
  1140. "dist": {
  1141. "type": "zip",
  1142. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
  1143. "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
  1144. "shasum": ""
  1145. },
  1146. "require": {
  1147. "ext-filter": "*",
  1148. "php": "^7.2 || ^8.0",
  1149. "phpdocumentor/reflection-common": "^2.2",
  1150. "phpdocumentor/type-resolver": "^1.3",
  1151. "webmozart/assert": "^1.9.1"
  1152. },
  1153. "require-dev": {
  1154. "mockery/mockery": "~1.3.2"
  1155. },
  1156. "type": "library",
  1157. "extra": {
  1158. "branch-alias": {
  1159. "dev-master": "5.x-dev"
  1160. }
  1161. },
  1162. "autoload": {
  1163. "psr-4": {
  1164. "phpDocumentor\\Reflection\\": "src"
  1165. }
  1166. },
  1167. "notification-url": "https://packagist.org/downloads/",
  1168. "license": [
  1169. "MIT"
  1170. ],
  1171. "authors": [
  1172. {
  1173. "name": "Mike van Riel",
  1174. "email": "me@mikevanriel.com"
  1175. },
  1176. {
  1177. "name": "Jaap van Otterdijk",
  1178. "email": "account@ijaap.nl"
  1179. }
  1180. ],
  1181. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  1182. "support": {
  1183. "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
  1184. "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
  1185. },
  1186. "time": "2020-09-03T19:13:55+00:00"
  1187. },
  1188. {
  1189. "name": "phpdocumentor/type-resolver",
  1190. "version": "1.4.0",
  1191. "source": {
  1192. "type": "git",
  1193. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  1194. "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
  1195. },
  1196. "dist": {
  1197. "type": "zip",
  1198. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
  1199. "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
  1200. "shasum": ""
  1201. },
  1202. "require": {
  1203. "php": "^7.2 || ^8.0",
  1204. "phpdocumentor/reflection-common": "^2.0"
  1205. },
  1206. "require-dev": {
  1207. "ext-tokenizer": "*"
  1208. },
  1209. "type": "library",
  1210. "extra": {
  1211. "branch-alias": {
  1212. "dev-1.x": "1.x-dev"
  1213. }
  1214. },
  1215. "autoload": {
  1216. "psr-4": {
  1217. "phpDocumentor\\Reflection\\": "src"
  1218. }
  1219. },
  1220. "notification-url": "https://packagist.org/downloads/",
  1221. "license": [
  1222. "MIT"
  1223. ],
  1224. "authors": [
  1225. {
  1226. "name": "Mike van Riel",
  1227. "email": "me@mikevanriel.com"
  1228. }
  1229. ],
  1230. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  1231. "support": {
  1232. "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
  1233. "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0"
  1234. },
  1235. "time": "2020-09-17T18:55:26+00:00"
  1236. },
  1237. {
  1238. "name": "psr/container",
  1239. "version": "1.0.0",
  1240. "source": {
  1241. "type": "git",
  1242. "url": "https://github.com/php-fig/container.git",
  1243. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  1244. },
  1245. "dist": {
  1246. "type": "zip",
  1247. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1248. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1249. "shasum": ""
  1250. },
  1251. "require": {
  1252. "php": ">=5.3.0"
  1253. },
  1254. "type": "library",
  1255. "extra": {
  1256. "branch-alias": {
  1257. "dev-master": "1.0.x-dev"
  1258. }
  1259. },
  1260. "autoload": {
  1261. "psr-4": {
  1262. "Psr\\Container\\": "src/"
  1263. }
  1264. },
  1265. "notification-url": "https://packagist.org/downloads/",
  1266. "license": [
  1267. "MIT"
  1268. ],
  1269. "authors": [
  1270. {
  1271. "name": "PHP-FIG",
  1272. "homepage": "http://www.php-fig.org/"
  1273. }
  1274. ],
  1275. "description": "Common Container Interface (PHP FIG PSR-11)",
  1276. "homepage": "https://github.com/php-fig/container",
  1277. "keywords": [
  1278. "PSR-11",
  1279. "container",
  1280. "container-interface",
  1281. "container-interop",
  1282. "psr"
  1283. ],
  1284. "support": {
  1285. "issues": "https://github.com/php-fig/container/issues",
  1286. "source": "https://github.com/php-fig/container/tree/master"
  1287. },
  1288. "time": "2017-02-14T16:28:37+00:00"
  1289. },
  1290. {
  1291. "name": "psr/event-dispatcher",
  1292. "version": "1.0.0",
  1293. "source": {
  1294. "type": "git",
  1295. "url": "https://github.com/php-fig/event-dispatcher.git",
  1296. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  1297. },
  1298. "dist": {
  1299. "type": "zip",
  1300. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  1301. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  1302. "shasum": ""
  1303. },
  1304. "require": {
  1305. "php": ">=7.2.0"
  1306. },
  1307. "type": "library",
  1308. "extra": {
  1309. "branch-alias": {
  1310. "dev-master": "1.0.x-dev"
  1311. }
  1312. },
  1313. "autoload": {
  1314. "psr-4": {
  1315. "Psr\\EventDispatcher\\": "src/"
  1316. }
  1317. },
  1318. "notification-url": "https://packagist.org/downloads/",
  1319. "license": [
  1320. "MIT"
  1321. ],
  1322. "authors": [
  1323. {
  1324. "name": "PHP-FIG",
  1325. "homepage": "http://www.php-fig.org/"
  1326. }
  1327. ],
  1328. "description": "Standard interfaces for event handling.",
  1329. "keywords": [
  1330. "events",
  1331. "psr",
  1332. "psr-14"
  1333. ],
  1334. "support": {
  1335. "issues": "https://github.com/php-fig/event-dispatcher/issues",
  1336. "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  1337. },
  1338. "time": "2019-01-08T18:20:26+00:00"
  1339. },
  1340. {
  1341. "name": "psr/log",
  1342. "version": "1.1.3",
  1343. "source": {
  1344. "type": "git",
  1345. "url": "https://github.com/php-fig/log.git",
  1346. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  1347. },
  1348. "dist": {
  1349. "type": "zip",
  1350. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  1351. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  1352. "shasum": ""
  1353. },
  1354. "require": {
  1355. "php": ">=5.3.0"
  1356. },
  1357. "type": "library",
  1358. "extra": {
  1359. "branch-alias": {
  1360. "dev-master": "1.1.x-dev"
  1361. }
  1362. },
  1363. "autoload": {
  1364. "psr-4": {
  1365. "Psr\\Log\\": "Psr/Log/"
  1366. }
  1367. },
  1368. "notification-url": "https://packagist.org/downloads/",
  1369. "license": [
  1370. "MIT"
  1371. ],
  1372. "authors": [
  1373. {
  1374. "name": "PHP-FIG",
  1375. "homepage": "http://www.php-fig.org/"
  1376. }
  1377. ],
  1378. "description": "Common interface for logging libraries",
  1379. "homepage": "https://github.com/php-fig/log",
  1380. "keywords": [
  1381. "log",
  1382. "psr",
  1383. "psr-3"
  1384. ],
  1385. "support": {
  1386. "source": "https://github.com/php-fig/log/tree/1.1.3"
  1387. },
  1388. "time": "2020-03-23T09:12:05+00:00"
  1389. },
  1390. {
  1391. "name": "sebastian/diff",
  1392. "version": "4.0.4",
  1393. "source": {
  1394. "type": "git",
  1395. "url": "https://github.com/sebastianbergmann/diff.git",
  1396. "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
  1397. },
  1398. "dist": {
  1399. "type": "zip",
  1400. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
  1401. "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
  1402. "shasum": ""
  1403. },
  1404. "require": {
  1405. "php": ">=7.3"
  1406. },
  1407. "require-dev": {
  1408. "phpunit/phpunit": "^9.3",
  1409. "symfony/process": "^4.2 || ^5"
  1410. },
  1411. "type": "library",
  1412. "extra": {
  1413. "branch-alias": {
  1414. "dev-master": "4.0-dev"
  1415. }
  1416. },
  1417. "autoload": {
  1418. "classmap": [
  1419. "src/"
  1420. ]
  1421. },
  1422. "notification-url": "https://packagist.org/downloads/",
  1423. "license": [
  1424. "BSD-3-Clause"
  1425. ],
  1426. "authors": [
  1427. {
  1428. "name": "Sebastian Bergmann",
  1429. "email": "sebastian@phpunit.de"
  1430. },
  1431. {
  1432. "name": "Kore Nordmann",
  1433. "email": "mail@kore-nordmann.de"
  1434. }
  1435. ],
  1436. "description": "Diff implementation",
  1437. "homepage": "https://github.com/sebastianbergmann/diff",
  1438. "keywords": [
  1439. "diff",
  1440. "udiff",
  1441. "unidiff",
  1442. "unified diff"
  1443. ],
  1444. "support": {
  1445. "issues": "https://github.com/sebastianbergmann/diff/issues",
  1446. "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
  1447. },
  1448. "funding": [
  1449. {
  1450. "url": "https://github.com/sebastianbergmann",
  1451. "type": "github"
  1452. }
  1453. ],
  1454. "time": "2020-10-26T13:10:38+00:00"
  1455. },
  1456. {
  1457. "name": "symfony/console",
  1458. "version": "v5.2.1",
  1459. "source": {
  1460. "type": "git",
  1461. "url": "https://github.com/symfony/console.git",
  1462. "reference": "47c02526c532fb381374dab26df05e7313978976"
  1463. },
  1464. "dist": {
  1465. "type": "zip",
  1466. "url": "https://api.github.com/repos/symfony/console/zipball/47c02526c532fb381374dab26df05e7313978976",
  1467. "reference": "47c02526c532fb381374dab26df05e7313978976",
  1468. "shasum": ""
  1469. },
  1470. "require": {
  1471. "php": ">=7.2.5",
  1472. "symfony/polyfill-mbstring": "~1.0",
  1473. "symfony/polyfill-php73": "^1.8",
  1474. "symfony/polyfill-php80": "^1.15",
  1475. "symfony/service-contracts": "^1.1|^2",
  1476. "symfony/string": "^5.1"
  1477. },
  1478. "conflict": {
  1479. "symfony/dependency-injection": "<4.4",
  1480. "symfony/dotenv": "<5.1",
  1481. "symfony/event-dispatcher": "<4.4",
  1482. "symfony/lock": "<4.4",
  1483. "symfony/process": "<4.4"
  1484. },
  1485. "provide": {
  1486. "psr/log-implementation": "1.0"
  1487. },
  1488. "require-dev": {
  1489. "psr/log": "~1.0",
  1490. "symfony/config": "^4.4|^5.0",
  1491. "symfony/dependency-injection": "^4.4|^5.0",
  1492. "symfony/event-dispatcher": "^4.4|^5.0",
  1493. "symfony/lock": "^4.4|^5.0",
  1494. "symfony/process": "^4.4|^5.0",
  1495. "symfony/var-dumper": "^4.4|^5.0"
  1496. },
  1497. "suggest": {
  1498. "psr/log": "For using the console logger",
  1499. "symfony/event-dispatcher": "",
  1500. "symfony/lock": "",
  1501. "symfony/process": ""
  1502. },
  1503. "type": "library",
  1504. "autoload": {
  1505. "psr-4": {
  1506. "Symfony\\Component\\Console\\": ""
  1507. },
  1508. "exclude-from-classmap": [
  1509. "/Tests/"
  1510. ]
  1511. },
  1512. "notification-url": "https://packagist.org/downloads/",
  1513. "license": [
  1514. "MIT"
  1515. ],
  1516. "authors": [
  1517. {
  1518. "name": "Fabien Potencier",
  1519. "email": "fabien@symfony.com"
  1520. },
  1521. {
  1522. "name": "Symfony Community",
  1523. "homepage": "https://symfony.com/contributors"
  1524. }
  1525. ],
  1526. "description": "Symfony Console Component",
  1527. "homepage": "https://symfony.com",
  1528. "keywords": [
  1529. "cli",
  1530. "command line",
  1531. "console",
  1532. "terminal"
  1533. ],
  1534. "support": {
  1535. "source": "https://github.com/symfony/console/tree/v5.2.1"
  1536. },
  1537. "funding": [
  1538. {
  1539. "url": "https://symfony.com/sponsor",
  1540. "type": "custom"
  1541. },
  1542. {
  1543. "url": "https://github.com/fabpot",
  1544. "type": "github"
  1545. },
  1546. {
  1547. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1548. "type": "tidelift"
  1549. }
  1550. ],
  1551. "time": "2020-12-18T08:03:05+00:00"
  1552. },
  1553. {
  1554. "name": "symfony/deprecation-contracts",
  1555. "version": "v2.2.0",
  1556. "source": {
  1557. "type": "git",
  1558. "url": "https://github.com/symfony/deprecation-contracts.git",
  1559. "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
  1560. },
  1561. "dist": {
  1562. "type": "zip",
  1563. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
  1564. "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
  1565. "shasum": ""
  1566. },
  1567. "require": {
  1568. "php": ">=7.1"
  1569. },
  1570. "type": "library",
  1571. "extra": {
  1572. "branch-alias": {
  1573. "dev-master": "2.2-dev"
  1574. },
  1575. "thanks": {
  1576. "name": "symfony/contracts",
  1577. "url": "https://github.com/symfony/contracts"
  1578. }
  1579. },
  1580. "autoload": {
  1581. "files": [
  1582. "function.php"
  1583. ]
  1584. },
  1585. "notification-url": "https://packagist.org/downloads/",
  1586. "license": [
  1587. "MIT"
  1588. ],
  1589. "authors": [
  1590. {
  1591. "name": "Nicolas Grekas",
  1592. "email": "p@tchwork.com"
  1593. },
  1594. {
  1595. "name": "Symfony Community",
  1596. "homepage": "https://symfony.com/contributors"
  1597. }
  1598. ],
  1599. "description": "A generic function and convention to trigger deprecation notices",
  1600. "homepage": "https://symfony.com",
  1601. "support": {
  1602. "source": "https://github.com/symfony/deprecation-contracts/tree/master"
  1603. },
  1604. "funding": [
  1605. {
  1606. "url": "https://symfony.com/sponsor",
  1607. "type": "custom"
  1608. },
  1609. {
  1610. "url": "https://github.com/fabpot",
  1611. "type": "github"
  1612. },
  1613. {
  1614. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1615. "type": "tidelift"
  1616. }
  1617. ],
  1618. "time": "2020-09-07T11:33:47+00:00"
  1619. },
  1620. {
  1621. "name": "symfony/event-dispatcher",
  1622. "version": "v5.2.1",
  1623. "source": {
  1624. "type": "git",
  1625. "url": "https://github.com/symfony/event-dispatcher.git",
  1626. "reference": "1c93f7a1dff592c252574c79a8635a8a80856042"
  1627. },
  1628. "dist": {
  1629. "type": "zip",
  1630. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1c93f7a1dff592c252574c79a8635a8a80856042",
  1631. "reference": "1c93f7a1dff592c252574c79a8635a8a80856042",
  1632. "shasum": ""
  1633. },
  1634. "require": {
  1635. "php": ">=7.2.5",
  1636. "symfony/deprecation-contracts": "^2.1",
  1637. "symfony/event-dispatcher-contracts": "^2",
  1638. "symfony/polyfill-php80": "^1.15"
  1639. },
  1640. "conflict": {
  1641. "symfony/dependency-injection": "<4.4"
  1642. },
  1643. "provide": {
  1644. "psr/event-dispatcher-implementation": "1.0",
  1645. "symfony/event-dispatcher-implementation": "2.0"
  1646. },
  1647. "require-dev": {
  1648. "psr/log": "~1.0",
  1649. "symfony/config": "^4.4|^5.0",
  1650. "symfony/dependency-injection": "^4.4|^5.0",
  1651. "symfony/error-handler": "^4.4|^5.0",
  1652. "symfony/expression-language": "^4.4|^5.0",
  1653. "symfony/http-foundation": "^4.4|^5.0",
  1654. "symfony/service-contracts": "^1.1|^2",
  1655. "symfony/stopwatch": "^4.4|^5.0"
  1656. },
  1657. "suggest": {
  1658. "symfony/dependency-injection": "",
  1659. "symfony/http-kernel": ""
  1660. },
  1661. "type": "library",
  1662. "autoload": {
  1663. "psr-4": {
  1664. "Symfony\\Component\\EventDispatcher\\": ""
  1665. },
  1666. "exclude-from-classmap": [
  1667. "/Tests/"
  1668. ]
  1669. },
  1670. "notification-url": "https://packagist.org/downloads/",
  1671. "license": [
  1672. "MIT"
  1673. ],
  1674. "authors": [
  1675. {
  1676. "name": "Fabien Potencier",
  1677. "email": "fabien@symfony.com"
  1678. },
  1679. {
  1680. "name": "Symfony Community",
  1681. "homepage": "https://symfony.com/contributors"
  1682. }
  1683. ],
  1684. "description": "Symfony EventDispatcher Component",
  1685. "homepage": "https://symfony.com",
  1686. "support": {
  1687. "source": "https://github.com/symfony/event-dispatcher/tree/v5.2.1"
  1688. },
  1689. "funding": [
  1690. {
  1691. "url": "https://symfony.com/sponsor",
  1692. "type": "custom"
  1693. },
  1694. {
  1695. "url": "https://github.com/fabpot",
  1696. "type": "github"
  1697. },
  1698. {
  1699. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1700. "type": "tidelift"
  1701. }
  1702. ],
  1703. "time": "2020-12-18T08:03:05+00:00"
  1704. },
  1705. {
  1706. "name": "symfony/event-dispatcher-contracts",
  1707. "version": "v2.2.0",
  1708. "source": {
  1709. "type": "git",
  1710. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  1711. "reference": "0ba7d54483095a198fa51781bc608d17e84dffa2"
  1712. },
  1713. "dist": {
  1714. "type": "zip",
  1715. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0ba7d54483095a198fa51781bc608d17e84dffa2",
  1716. "reference": "0ba7d54483095a198fa51781bc608d17e84dffa2",
  1717. "shasum": ""
  1718. },
  1719. "require": {
  1720. "php": ">=7.2.5",
  1721. "psr/event-dispatcher": "^1"
  1722. },
  1723. "suggest": {
  1724. "symfony/event-dispatcher-implementation": ""
  1725. },
  1726. "type": "library",
  1727. "extra": {
  1728. "branch-alias": {
  1729. "dev-master": "2.2-dev"
  1730. },
  1731. "thanks": {
  1732. "name": "symfony/contracts",
  1733. "url": "https://github.com/symfony/contracts"
  1734. }
  1735. },
  1736. "autoload": {
  1737. "psr-4": {
  1738. "Symfony\\Contracts\\EventDispatcher\\": ""
  1739. }
  1740. },
  1741. "notification-url": "https://packagist.org/downloads/",
  1742. "license": [
  1743. "MIT"
  1744. ],
  1745. "authors": [
  1746. {
  1747. "name": "Nicolas Grekas",
  1748. "email": "p@tchwork.com"
  1749. },
  1750. {
  1751. "name": "Symfony Community",
  1752. "homepage": "https://symfony.com/contributors"
  1753. }
  1754. ],
  1755. "description": "Generic abstractions related to dispatching event",
  1756. "homepage": "https://symfony.com",
  1757. "keywords": [
  1758. "abstractions",
  1759. "contracts",
  1760. "decoupling",
  1761. "interfaces",
  1762. "interoperability",
  1763. "standards"
  1764. ],
  1765. "support": {
  1766. "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.2.0"
  1767. },
  1768. "funding": [
  1769. {
  1770. "url": "https://symfony.com/sponsor",
  1771. "type": "custom"
  1772. },
  1773. {
  1774. "url": "https://github.com/fabpot",
  1775. "type": "github"
  1776. },
  1777. {
  1778. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1779. "type": "tidelift"
  1780. }
  1781. ],
  1782. "time": "2020-09-07T11:33:47+00:00"
  1783. },
  1784. {
  1785. "name": "symfony/filesystem",
  1786. "version": "v5.2.1",
  1787. "source": {
  1788. "type": "git",
  1789. "url": "https://github.com/symfony/filesystem.git",
  1790. "reference": "fa8f8cab6b65e2d99a118e082935344c5ba8c60d"
  1791. },
  1792. "dist": {
  1793. "type": "zip",
  1794. "url": "https://api.github.com/repos/symfony/filesystem/zipball/fa8f8cab6b65e2d99a118e082935344c5ba8c60d",
  1795. "reference": "fa8f8cab6b65e2d99a118e082935344c5ba8c60d",
  1796. "shasum": ""
  1797. },
  1798. "require": {
  1799. "php": ">=7.2.5",
  1800. "symfony/polyfill-ctype": "~1.8"
  1801. },
  1802. "type": "library",
  1803. "autoload": {
  1804. "psr-4": {
  1805. "Symfony\\Component\\Filesystem\\": ""
  1806. },
  1807. "exclude-from-classmap": [
  1808. "/Tests/"
  1809. ]
  1810. },
  1811. "notification-url": "https://packagist.org/downloads/",
  1812. "license": [
  1813. "MIT"
  1814. ],
  1815. "authors": [
  1816. {
  1817. "name": "Fabien Potencier",
  1818. "email": "fabien@symfony.com"
  1819. },
  1820. {
  1821. "name": "Symfony Community",
  1822. "homepage": "https://symfony.com/contributors"
  1823. }
  1824. ],
  1825. "description": "Symfony Filesystem Component",
  1826. "homepage": "https://symfony.com",
  1827. "support": {
  1828. "source": "https://github.com/symfony/filesystem/tree/v5.2.1"
  1829. },
  1830. "funding": [
  1831. {
  1832. "url": "https://symfony.com/sponsor",
  1833. "type": "custom"
  1834. },
  1835. {
  1836. "url": "https://github.com/fabpot",
  1837. "type": "github"
  1838. },
  1839. {
  1840. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1841. "type": "tidelift"
  1842. }
  1843. ],
  1844. "time": "2020-11-30T17:05:38+00:00"
  1845. },
  1846. {
  1847. "name": "symfony/finder",
  1848. "version": "v5.2.1",
  1849. "source": {
  1850. "type": "git",
  1851. "url": "https://github.com/symfony/finder.git",
  1852. "reference": "0b9231a5922fd7287ba5b411893c0ecd2733e5ba"
  1853. },
  1854. "dist": {
  1855. "type": "zip",
  1856. "url": "https://api.github.com/repos/symfony/finder/zipball/0b9231a5922fd7287ba5b411893c0ecd2733e5ba",
  1857. "reference": "0b9231a5922fd7287ba5b411893c0ecd2733e5ba",
  1858. "shasum": ""
  1859. },
  1860. "require": {
  1861. "php": ">=7.2.5"
  1862. },
  1863. "type": "library",
  1864. "autoload": {
  1865. "psr-4": {
  1866. "Symfony\\Component\\Finder\\": ""
  1867. },
  1868. "exclude-from-classmap": [
  1869. "/Tests/"
  1870. ]
  1871. },
  1872. "notification-url": "https://packagist.org/downloads/",
  1873. "license": [
  1874. "MIT"
  1875. ],
  1876. "authors": [
  1877. {
  1878. "name": "Fabien Potencier",
  1879. "email": "fabien@symfony.com"
  1880. },
  1881. {
  1882. "name": "Symfony Community",
  1883. "homepage": "https://symfony.com/contributors"
  1884. }
  1885. ],
  1886. "description": "Symfony Finder Component",
  1887. "homepage": "https://symfony.com",
  1888. "support": {
  1889. "source": "https://github.com/symfony/finder/tree/v5.2.1"
  1890. },
  1891. "funding": [
  1892. {
  1893. "url": "https://symfony.com/sponsor",
  1894. "type": "custom"
  1895. },
  1896. {
  1897. "url": "https://github.com/fabpot",
  1898. "type": "github"
  1899. },
  1900. {
  1901. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1902. "type": "tidelift"
  1903. }
  1904. ],
  1905. "time": "2020-12-08T17:02:38+00:00"
  1906. },
  1907. {
  1908. "name": "symfony/options-resolver",
  1909. "version": "v5.2.1",
  1910. "source": {
  1911. "type": "git",
  1912. "url": "https://github.com/symfony/options-resolver.git",
  1913. "reference": "87a2a4a766244e796dd9cb9d6f58c123358cd986"
  1914. },
  1915. "dist": {
  1916. "type": "zip",
  1917. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/87a2a4a766244e796dd9cb9d6f58c123358cd986",
  1918. "reference": "87a2a4a766244e796dd9cb9d6f58c123358cd986",
  1919. "shasum": ""
  1920. },
  1921. "require": {
  1922. "php": ">=7.2.5",
  1923. "symfony/deprecation-contracts": "^2.1",
  1924. "symfony/polyfill-php73": "~1.0",
  1925. "symfony/polyfill-php80": "^1.15"
  1926. },
  1927. "type": "library",
  1928. "autoload": {
  1929. "psr-4": {
  1930. "Symfony\\Component\\OptionsResolver\\": ""
  1931. },
  1932. "exclude-from-classmap": [
  1933. "/Tests/"
  1934. ]
  1935. },
  1936. "notification-url": "https://packagist.org/downloads/",
  1937. "license": [
  1938. "MIT"
  1939. ],
  1940. "authors": [
  1941. {
  1942. "name": "Fabien Potencier",
  1943. "email": "fabien@symfony.com"
  1944. },
  1945. {
  1946. "name": "Symfony Community",
  1947. "homepage": "https://symfony.com/contributors"
  1948. }
  1949. ],
  1950. "description": "Symfony OptionsResolver Component",
  1951. "homepage": "https://symfony.com",
  1952. "keywords": [
  1953. "config",
  1954. "configuration",
  1955. "options"
  1956. ],
  1957. "support": {
  1958. "source": "https://github.com/symfony/options-resolver/tree/v5.2.1"
  1959. },
  1960. "funding": [
  1961. {
  1962. "url": "https://symfony.com/sponsor",
  1963. "type": "custom"
  1964. },
  1965. {
  1966. "url": "https://github.com/fabpot",
  1967. "type": "github"
  1968. },
  1969. {
  1970. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1971. "type": "tidelift"
  1972. }
  1973. ],
  1974. "time": "2020-10-24T12:08:07+00:00"
  1975. },
  1976. {
  1977. "name": "symfony/polyfill-ctype",
  1978. "version": "v1.20.0",
  1979. "source": {
  1980. "type": "git",
  1981. "url": "https://github.com/symfony/polyfill-ctype.git",
  1982. "reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41"
  1983. },
  1984. "dist": {
  1985. "type": "zip",
  1986. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f4ba089a5b6366e453971d3aad5fe8e897b37f41",
  1987. "reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41",
  1988. "shasum": ""
  1989. },
  1990. "require": {
  1991. "php": ">=7.1"
  1992. },
  1993. "suggest": {
  1994. "ext-ctype": "For best performance"
  1995. },
  1996. "type": "library",
  1997. "extra": {
  1998. "branch-alias": {
  1999. "dev-main": "1.20-dev"
  2000. },
  2001. "thanks": {
  2002. "name": "symfony/polyfill",
  2003. "url": "https://github.com/symfony/polyfill"
  2004. }
  2005. },
  2006. "autoload": {
  2007. "psr-4": {
  2008. "Symfony\\Polyfill\\Ctype\\": ""
  2009. },
  2010. "files": [
  2011. "bootstrap.php"
  2012. ]
  2013. },
  2014. "notification-url": "https://packagist.org/downloads/",
  2015. "license": [
  2016. "MIT"
  2017. ],
  2018. "authors": [
  2019. {
  2020. "name": "Gert de Pagter",
  2021. "email": "BackEndTea@gmail.com"
  2022. },
  2023. {
  2024. "name": "Symfony Community",
  2025. "homepage": "https://symfony.com/contributors"
  2026. }
  2027. ],
  2028. "description": "Symfony polyfill for ctype functions",
  2029. "homepage": "https://symfony.com",
  2030. "keywords": [
  2031. "compatibility",
  2032. "ctype",
  2033. "polyfill",
  2034. "portable"
  2035. ],
  2036. "support": {
  2037. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.20.0"
  2038. },
  2039. "funding": [
  2040. {
  2041. "url": "https://symfony.com/sponsor",
  2042. "type": "custom"
  2043. },
  2044. {
  2045. "url": "https://github.com/fabpot",
  2046. "type": "github"
  2047. },
  2048. {
  2049. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2050. "type": "tidelift"
  2051. }
  2052. ],
  2053. "time": "2020-10-23T14:02:19+00:00"
  2054. },
  2055. {
  2056. "name": "symfony/polyfill-intl-grapheme",
  2057. "version": "v1.20.0",
  2058. "source": {
  2059. "type": "git",
  2060. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  2061. "reference": "c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c"
  2062. },
  2063. "dist": {
  2064. "type": "zip",
  2065. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c",
  2066. "reference": "c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c",
  2067. "shasum": ""
  2068. },
  2069. "require": {
  2070. "php": ">=7.1"
  2071. },
  2072. "suggest": {
  2073. "ext-intl": "For best performance"
  2074. },
  2075. "type": "library",
  2076. "extra": {
  2077. "branch-alias": {
  2078. "dev-main": "1.20-dev"
  2079. },
  2080. "thanks": {
  2081. "name": "symfony/polyfill",
  2082. "url": "https://github.com/symfony/polyfill"
  2083. }
  2084. },
  2085. "autoload": {
  2086. "psr-4": {
  2087. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  2088. },
  2089. "files": [
  2090. "bootstrap.php"
  2091. ]
  2092. },
  2093. "notification-url": "https://packagist.org/downloads/",
  2094. "license": [
  2095. "MIT"
  2096. ],
  2097. "authors": [
  2098. {
  2099. "name": "Nicolas Grekas",
  2100. "email": "p@tchwork.com"
  2101. },
  2102. {
  2103. "name": "Symfony Community",
  2104. "homepage": "https://symfony.com/contributors"
  2105. }
  2106. ],
  2107. "description": "Symfony polyfill for intl's grapheme_* functions",
  2108. "homepage": "https://symfony.com",
  2109. "keywords": [
  2110. "compatibility",
  2111. "grapheme",
  2112. "intl",
  2113. "polyfill",
  2114. "portable",
  2115. "shim"
  2116. ],
  2117. "support": {
  2118. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.20.0"
  2119. },
  2120. "funding": [
  2121. {
  2122. "url": "https://symfony.com/sponsor",
  2123. "type": "custom"
  2124. },
  2125. {
  2126. "url": "https://github.com/fabpot",
  2127. "type": "github"
  2128. },
  2129. {
  2130. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2131. "type": "tidelift"
  2132. }
  2133. ],
  2134. "time": "2020-10-23T14:02:19+00:00"
  2135. },
  2136. {
  2137. "name": "symfony/polyfill-intl-normalizer",
  2138. "version": "v1.20.0",
  2139. "source": {
  2140. "type": "git",
  2141. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  2142. "reference": "727d1096295d807c309fb01a851577302394c897"
  2143. },
  2144. "dist": {
  2145. "type": "zip",
  2146. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/727d1096295d807c309fb01a851577302394c897",
  2147. "reference": "727d1096295d807c309fb01a851577302394c897",
  2148. "shasum": ""
  2149. },
  2150. "require": {
  2151. "php": ">=7.1"
  2152. },
  2153. "suggest": {
  2154. "ext-intl": "For best performance"
  2155. },
  2156. "type": "library",
  2157. "extra": {
  2158. "branch-alias": {
  2159. "dev-main": "1.20-dev"
  2160. },
  2161. "thanks": {
  2162. "name": "symfony/polyfill",
  2163. "url": "https://github.com/symfony/polyfill"
  2164. }
  2165. },
  2166. "autoload": {
  2167. "psr-4": {
  2168. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  2169. },
  2170. "files": [
  2171. "bootstrap.php"
  2172. ],
  2173. "classmap": [
  2174. "Resources/stubs"
  2175. ]
  2176. },
  2177. "notification-url": "https://packagist.org/downloads/",
  2178. "license": [
  2179. "MIT"
  2180. ],
  2181. "authors": [
  2182. {
  2183. "name": "Nicolas Grekas",
  2184. "email": "p@tchwork.com"
  2185. },
  2186. {
  2187. "name": "Symfony Community",
  2188. "homepage": "https://symfony.com/contributors"
  2189. }
  2190. ],
  2191. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  2192. "homepage": "https://symfony.com",
  2193. "keywords": [
  2194. "compatibility",
  2195. "intl",
  2196. "normalizer",
  2197. "polyfill",
  2198. "portable",
  2199. "shim"
  2200. ],
  2201. "support": {
  2202. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.20.0"
  2203. },
  2204. "funding": [
  2205. {
  2206. "url": "https://symfony.com/sponsor",
  2207. "type": "custom"
  2208. },
  2209. {
  2210. "url": "https://github.com/fabpot",
  2211. "type": "github"
  2212. },
  2213. {
  2214. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2215. "type": "tidelift"
  2216. }
  2217. ],
  2218. "time": "2020-10-23T14:02:19+00:00"
  2219. },
  2220. {
  2221. "name": "symfony/polyfill-mbstring",
  2222. "version": "v1.20.0",
  2223. "source": {
  2224. "type": "git",
  2225. "url": "https://github.com/symfony/polyfill-mbstring.git",
  2226. "reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
  2227. },
  2228. "dist": {
  2229. "type": "zip",
  2230. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
  2231. "reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
  2232. "shasum": ""
  2233. },
  2234. "require": {
  2235. "php": ">=7.1"
  2236. },
  2237. "suggest": {
  2238. "ext-mbstring": "For best performance"
  2239. },
  2240. "type": "library",
  2241. "extra": {
  2242. "branch-alias": {
  2243. "dev-main": "1.20-dev"
  2244. },
  2245. "thanks": {
  2246. "name": "symfony/polyfill",
  2247. "url": "https://github.com/symfony/polyfill"
  2248. }
  2249. },
  2250. "autoload": {
  2251. "psr-4": {
  2252. "Symfony\\Polyfill\\Mbstring\\": ""
  2253. },
  2254. "files": [
  2255. "bootstrap.php"
  2256. ]
  2257. },
  2258. "notification-url": "https://packagist.org/downloads/",
  2259. "license": [
  2260. "MIT"
  2261. ],
  2262. "authors": [
  2263. {
  2264. "name": "Nicolas Grekas",
  2265. "email": "p@tchwork.com"
  2266. },
  2267. {
  2268. "name": "Symfony Community",
  2269. "homepage": "https://symfony.com/contributors"
  2270. }
  2271. ],
  2272. "description": "Symfony polyfill for the Mbstring extension",
  2273. "homepage": "https://symfony.com",
  2274. "keywords": [
  2275. "compatibility",
  2276. "mbstring",
  2277. "polyfill",
  2278. "portable",
  2279. "shim"
  2280. ],
  2281. "support": {
  2282. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.20.0"
  2283. },
  2284. "funding": [
  2285. {
  2286. "url": "https://symfony.com/sponsor",
  2287. "type": "custom"
  2288. },
  2289. {
  2290. "url": "https://github.com/fabpot",
  2291. "type": "github"
  2292. },
  2293. {
  2294. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2295. "type": "tidelift"
  2296. }
  2297. ],
  2298. "time": "2020-10-23T14:02:19+00:00"
  2299. },
  2300. {
  2301. "name": "symfony/polyfill-php70",
  2302. "version": "v1.20.0",
  2303. "source": {
  2304. "type": "git",
  2305. "url": "https://github.com/symfony/polyfill-php70.git",
  2306. "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644"
  2307. },
  2308. "dist": {
  2309. "type": "zip",
  2310. "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644",
  2311. "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644",
  2312. "shasum": ""
  2313. },
  2314. "require": {
  2315. "php": ">=7.1"
  2316. },
  2317. "type": "metapackage",
  2318. "extra": {
  2319. "branch-alias": {
  2320. "dev-main": "1.20-dev"
  2321. },
  2322. "thanks": {
  2323. "name": "symfony/polyfill",
  2324. "url": "https://github.com/symfony/polyfill"
  2325. }
  2326. },
  2327. "notification-url": "https://packagist.org/downloads/",
  2328. "license": [
  2329. "MIT"
  2330. ],
  2331. "authors": [
  2332. {
  2333. "name": "Nicolas Grekas",
  2334. "email": "p@tchwork.com"
  2335. },
  2336. {
  2337. "name": "Symfony Community",
  2338. "homepage": "https://symfony.com/contributors"
  2339. }
  2340. ],
  2341. "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  2342. "homepage": "https://symfony.com",
  2343. "keywords": [
  2344. "compatibility",
  2345. "polyfill",
  2346. "portable",
  2347. "shim"
  2348. ],
  2349. "support": {
  2350. "source": "https://github.com/symfony/polyfill-php70/tree/v1.20.0"
  2351. },
  2352. "funding": [
  2353. {
  2354. "url": "https://symfony.com/sponsor",
  2355. "type": "custom"
  2356. },
  2357. {
  2358. "url": "https://github.com/fabpot",
  2359. "type": "github"
  2360. },
  2361. {
  2362. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2363. "type": "tidelift"
  2364. }
  2365. ],
  2366. "time": "2020-10-23T14:02:19+00:00"
  2367. },
  2368. {
  2369. "name": "symfony/polyfill-php72",
  2370. "version": "v1.20.0",
  2371. "source": {
  2372. "type": "git",
  2373. "url": "https://github.com/symfony/polyfill-php72.git",
  2374. "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930"
  2375. },
  2376. "dist": {
  2377. "type": "zip",
  2378. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cede45fcdfabdd6043b3592e83678e42ec69e930",
  2379. "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930",
  2380. "shasum": ""
  2381. },
  2382. "require": {
  2383. "php": ">=7.1"
  2384. },
  2385. "type": "library",
  2386. "extra": {
  2387. "branch-alias": {
  2388. "dev-main": "1.20-dev"
  2389. },
  2390. "thanks": {
  2391. "name": "symfony/polyfill",
  2392. "url": "https://github.com/symfony/polyfill"
  2393. }
  2394. },
  2395. "autoload": {
  2396. "psr-4": {
  2397. "Symfony\\Polyfill\\Php72\\": ""
  2398. },
  2399. "files": [
  2400. "bootstrap.php"
  2401. ]
  2402. },
  2403. "notification-url": "https://packagist.org/downloads/",
  2404. "license": [
  2405. "MIT"
  2406. ],
  2407. "authors": [
  2408. {
  2409. "name": "Nicolas Grekas",
  2410. "email": "p@tchwork.com"
  2411. },
  2412. {
  2413. "name": "Symfony Community",
  2414. "homepage": "https://symfony.com/contributors"
  2415. }
  2416. ],
  2417. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  2418. "homepage": "https://symfony.com",
  2419. "keywords": [
  2420. "compatibility",
  2421. "polyfill",
  2422. "portable",
  2423. "shim"
  2424. ],
  2425. "support": {
  2426. "source": "https://github.com/symfony/polyfill-php72/tree/v1.20.0"
  2427. },
  2428. "funding": [
  2429. {
  2430. "url": "https://symfony.com/sponsor",
  2431. "type": "custom"
  2432. },
  2433. {
  2434. "url": "https://github.com/fabpot",
  2435. "type": "github"
  2436. },
  2437. {
  2438. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2439. "type": "tidelift"
  2440. }
  2441. ],
  2442. "time": "2020-10-23T14:02:19+00:00"
  2443. },
  2444. {
  2445. "name": "symfony/polyfill-php73",
  2446. "version": "v1.20.0",
  2447. "source": {
  2448. "type": "git",
  2449. "url": "https://github.com/symfony/polyfill-php73.git",
  2450. "reference": "8ff431c517be11c78c48a39a66d37431e26a6bed"
  2451. },
  2452. "dist": {
  2453. "type": "zip",
  2454. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/8ff431c517be11c78c48a39a66d37431e26a6bed",
  2455. "reference": "8ff431c517be11c78c48a39a66d37431e26a6bed",
  2456. "shasum": ""
  2457. },
  2458. "require": {
  2459. "php": ">=7.1"
  2460. },
  2461. "type": "library",
  2462. "extra": {
  2463. "branch-alias": {
  2464. "dev-main": "1.20-dev"
  2465. },
  2466. "thanks": {
  2467. "name": "symfony/polyfill",
  2468. "url": "https://github.com/symfony/polyfill"
  2469. }
  2470. },
  2471. "autoload": {
  2472. "psr-4": {
  2473. "Symfony\\Polyfill\\Php73\\": ""
  2474. },
  2475. "files": [
  2476. "bootstrap.php"
  2477. ],
  2478. "classmap": [
  2479. "Resources/stubs"
  2480. ]
  2481. },
  2482. "notification-url": "https://packagist.org/downloads/",
  2483. "license": [
  2484. "MIT"
  2485. ],
  2486. "authors": [
  2487. {
  2488. "name": "Nicolas Grekas",
  2489. "email": "p@tchwork.com"
  2490. },
  2491. {
  2492. "name": "Symfony Community",
  2493. "homepage": "https://symfony.com/contributors"
  2494. }
  2495. ],
  2496. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  2497. "homepage": "https://symfony.com",
  2498. "keywords": [
  2499. "compatibility",
  2500. "polyfill",
  2501. "portable",
  2502. "shim"
  2503. ],
  2504. "support": {
  2505. "source": "https://github.com/symfony/polyfill-php73/tree/v1.20.0"
  2506. },
  2507. "funding": [
  2508. {
  2509. "url": "https://symfony.com/sponsor",
  2510. "type": "custom"
  2511. },
  2512. {
  2513. "url": "https://github.com/fabpot",
  2514. "type": "github"
  2515. },
  2516. {
  2517. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2518. "type": "tidelift"
  2519. }
  2520. ],
  2521. "time": "2020-10-23T14:02:19+00:00"
  2522. },
  2523. {
  2524. "name": "symfony/polyfill-php80",
  2525. "version": "v1.20.0",
  2526. "source": {
  2527. "type": "git",
  2528. "url": "https://github.com/symfony/polyfill-php80.git",
  2529. "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de"
  2530. },
  2531. "dist": {
  2532. "type": "zip",
  2533. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
  2534. "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
  2535. "shasum": ""
  2536. },
  2537. "require": {
  2538. "php": ">=7.1"
  2539. },
  2540. "type": "library",
  2541. "extra": {
  2542. "branch-alias": {
  2543. "dev-main": "1.20-dev"
  2544. },
  2545. "thanks": {
  2546. "name": "symfony/polyfill",
  2547. "url": "https://github.com/symfony/polyfill"
  2548. }
  2549. },
  2550. "autoload": {
  2551. "psr-4": {
  2552. "Symfony\\Polyfill\\Php80\\": ""
  2553. },
  2554. "files": [
  2555. "bootstrap.php"
  2556. ],
  2557. "classmap": [
  2558. "Resources/stubs"
  2559. ]
  2560. },
  2561. "notification-url": "https://packagist.org/downloads/",
  2562. "license": [
  2563. "MIT"
  2564. ],
  2565. "authors": [
  2566. {
  2567. "name": "Ion Bazan",
  2568. "email": "ion.bazan@gmail.com"
  2569. },
  2570. {
  2571. "name": "Nicolas Grekas",
  2572. "email": "p@tchwork.com"
  2573. },
  2574. {
  2575. "name": "Symfony Community",
  2576. "homepage": "https://symfony.com/contributors"
  2577. }
  2578. ],
  2579. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  2580. "homepage": "https://symfony.com",
  2581. "keywords": [
  2582. "compatibility",
  2583. "polyfill",
  2584. "portable",
  2585. "shim"
  2586. ],
  2587. "support": {
  2588. "source": "https://github.com/symfony/polyfill-php80/tree/v1.20.0"
  2589. },
  2590. "funding": [
  2591. {
  2592. "url": "https://symfony.com/sponsor",
  2593. "type": "custom"
  2594. },
  2595. {
  2596. "url": "https://github.com/fabpot",
  2597. "type": "github"
  2598. },
  2599. {
  2600. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2601. "type": "tidelift"
  2602. }
  2603. ],
  2604. "time": "2020-10-23T14:02:19+00:00"
  2605. },
  2606. {
  2607. "name": "symfony/process",
  2608. "version": "v5.2.1",
  2609. "source": {
  2610. "type": "git",
  2611. "url": "https://github.com/symfony/process.git",
  2612. "reference": "bd8815b8b6705298beaa384f04fabd459c10bedd"
  2613. },
  2614. "dist": {
  2615. "type": "zip",
  2616. "url": "https://api.github.com/repos/symfony/process/zipball/bd8815b8b6705298beaa384f04fabd459c10bedd",
  2617. "reference": "bd8815b8b6705298beaa384f04fabd459c10bedd",
  2618. "shasum": ""
  2619. },
  2620. "require": {
  2621. "php": ">=7.2.5",
  2622. "symfony/polyfill-php80": "^1.15"
  2623. },
  2624. "type": "library",
  2625. "autoload": {
  2626. "psr-4": {
  2627. "Symfony\\Component\\Process\\": ""
  2628. },
  2629. "exclude-from-classmap": [
  2630. "/Tests/"
  2631. ]
  2632. },
  2633. "notification-url": "https://packagist.org/downloads/",
  2634. "license": [
  2635. "MIT"
  2636. ],
  2637. "authors": [
  2638. {
  2639. "name": "Fabien Potencier",
  2640. "email": "fabien@symfony.com"
  2641. },
  2642. {
  2643. "name": "Symfony Community",
  2644. "homepage": "https://symfony.com/contributors"
  2645. }
  2646. ],
  2647. "description": "Symfony Process Component",
  2648. "homepage": "https://symfony.com",
  2649. "support": {
  2650. "source": "https://github.com/symfony/process/tree/v5.2.1"
  2651. },
  2652. "funding": [
  2653. {
  2654. "url": "https://symfony.com/sponsor",
  2655. "type": "custom"
  2656. },
  2657. {
  2658. "url": "https://github.com/fabpot",
  2659. "type": "github"
  2660. },
  2661. {
  2662. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2663. "type": "tidelift"
  2664. }
  2665. ],
  2666. "time": "2020-12-08T17:03:37+00:00"
  2667. },
  2668. {
  2669. "name": "symfony/service-contracts",
  2670. "version": "v2.2.0",
  2671. "source": {
  2672. "type": "git",
  2673. "url": "https://github.com/symfony/service-contracts.git",
  2674. "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
  2675. },
  2676. "dist": {
  2677. "type": "zip",
  2678. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
  2679. "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
  2680. "shasum": ""
  2681. },
  2682. "require": {
  2683. "php": ">=7.2.5",
  2684. "psr/container": "^1.0"
  2685. },
  2686. "suggest": {
  2687. "symfony/service-implementation": ""
  2688. },
  2689. "type": "library",
  2690. "extra": {
  2691. "branch-alias": {
  2692. "dev-master": "2.2-dev"
  2693. },
  2694. "thanks": {
  2695. "name": "symfony/contracts",
  2696. "url": "https://github.com/symfony/contracts"
  2697. }
  2698. },
  2699. "autoload": {
  2700. "psr-4": {
  2701. "Symfony\\Contracts\\Service\\": ""
  2702. }
  2703. },
  2704. "notification-url": "https://packagist.org/downloads/",
  2705. "license": [
  2706. "MIT"
  2707. ],
  2708. "authors": [
  2709. {
  2710. "name": "Nicolas Grekas",
  2711. "email": "p@tchwork.com"
  2712. },
  2713. {
  2714. "name": "Symfony Community",
  2715. "homepage": "https://symfony.com/contributors"
  2716. }
  2717. ],
  2718. "description": "Generic abstractions related to writing services",
  2719. "homepage": "https://symfony.com",
  2720. "keywords": [
  2721. "abstractions",
  2722. "contracts",
  2723. "decoupling",
  2724. "interfaces",
  2725. "interoperability",
  2726. "standards"
  2727. ],
  2728. "support": {
  2729. "source": "https://github.com/symfony/service-contracts/tree/master"
  2730. },
  2731. "funding": [
  2732. {
  2733. "url": "https://symfony.com/sponsor",
  2734. "type": "custom"
  2735. },
  2736. {
  2737. "url": "https://github.com/fabpot",
  2738. "type": "github"
  2739. },
  2740. {
  2741. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2742. "type": "tidelift"
  2743. }
  2744. ],
  2745. "time": "2020-09-07T11:33:47+00:00"
  2746. },
  2747. {
  2748. "name": "symfony/stopwatch",
  2749. "version": "v5.2.1",
  2750. "source": {
  2751. "type": "git",
  2752. "url": "https://github.com/symfony/stopwatch.git",
  2753. "reference": "2b105c0354f39a63038a1d8bf776ee92852813af"
  2754. },
  2755. "dist": {
  2756. "type": "zip",
  2757. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/2b105c0354f39a63038a1d8bf776ee92852813af",
  2758. "reference": "2b105c0354f39a63038a1d8bf776ee92852813af",
  2759. "shasum": ""
  2760. },
  2761. "require": {
  2762. "php": ">=7.2.5",
  2763. "symfony/service-contracts": "^1.0|^2"
  2764. },
  2765. "type": "library",
  2766. "autoload": {
  2767. "psr-4": {
  2768. "Symfony\\Component\\Stopwatch\\": ""
  2769. },
  2770. "exclude-from-classmap": [
  2771. "/Tests/"
  2772. ]
  2773. },
  2774. "notification-url": "https://packagist.org/downloads/",
  2775. "license": [
  2776. "MIT"
  2777. ],
  2778. "authors": [
  2779. {
  2780. "name": "Fabien Potencier",
  2781. "email": "fabien@symfony.com"
  2782. },
  2783. {
  2784. "name": "Symfony Community",
  2785. "homepage": "https://symfony.com/contributors"
  2786. }
  2787. ],
  2788. "description": "Symfony Stopwatch Component",
  2789. "homepage": "https://symfony.com",
  2790. "support": {
  2791. "source": "https://github.com/symfony/stopwatch/tree/v5.2.1"
  2792. },
  2793. "funding": [
  2794. {
  2795. "url": "https://symfony.com/sponsor",
  2796. "type": "custom"
  2797. },
  2798. {
  2799. "url": "https://github.com/fabpot",
  2800. "type": "github"
  2801. },
  2802. {
  2803. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2804. "type": "tidelift"
  2805. }
  2806. ],
  2807. "time": "2020-11-01T16:14:45+00:00"
  2808. },
  2809. {
  2810. "name": "symfony/string",
  2811. "version": "v5.2.1",
  2812. "source": {
  2813. "type": "git",
  2814. "url": "https://github.com/symfony/string.git",
  2815. "reference": "5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed"
  2816. },
  2817. "dist": {
  2818. "type": "zip",
  2819. "url": "https://api.github.com/repos/symfony/string/zipball/5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed",
  2820. "reference": "5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed",
  2821. "shasum": ""
  2822. },
  2823. "require": {
  2824. "php": ">=7.2.5",
  2825. "symfony/polyfill-ctype": "~1.8",
  2826. "symfony/polyfill-intl-grapheme": "~1.0",
  2827. "symfony/polyfill-intl-normalizer": "~1.0",
  2828. "symfony/polyfill-mbstring": "~1.0",
  2829. "symfony/polyfill-php80": "~1.15"
  2830. },
  2831. "require-dev": {
  2832. "symfony/error-handler": "^4.4|^5.0",
  2833. "symfony/http-client": "^4.4|^5.0",
  2834. "symfony/translation-contracts": "^1.1|^2",
  2835. "symfony/var-exporter": "^4.4|^5.0"
  2836. },
  2837. "type": "library",
  2838. "autoload": {
  2839. "psr-4": {
  2840. "Symfony\\Component\\String\\": ""
  2841. },
  2842. "files": [
  2843. "Resources/functions.php"
  2844. ],
  2845. "exclude-from-classmap": [
  2846. "/Tests/"
  2847. ]
  2848. },
  2849. "notification-url": "https://packagist.org/downloads/",
  2850. "license": [
  2851. "MIT"
  2852. ],
  2853. "authors": [
  2854. {
  2855. "name": "Nicolas Grekas",
  2856. "email": "p@tchwork.com"
  2857. },
  2858. {
  2859. "name": "Symfony Community",
  2860. "homepage": "https://symfony.com/contributors"
  2861. }
  2862. ],
  2863. "description": "Symfony String component",
  2864. "homepage": "https://symfony.com",
  2865. "keywords": [
  2866. "grapheme",
  2867. "i18n",
  2868. "string",
  2869. "unicode",
  2870. "utf-8",
  2871. "utf8"
  2872. ],
  2873. "support": {
  2874. "source": "https://github.com/symfony/string/tree/v5.2.1"
  2875. },
  2876. "funding": [
  2877. {
  2878. "url": "https://symfony.com/sponsor",
  2879. "type": "custom"
  2880. },
  2881. {
  2882. "url": "https://github.com/fabpot",
  2883. "type": "github"
  2884. },
  2885. {
  2886. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2887. "type": "tidelift"
  2888. }
  2889. ],
  2890. "time": "2020-12-05T07:33:16+00:00"
  2891. },
  2892. {
  2893. "name": "vimeo/psalm",
  2894. "version": "4.3.2",
  2895. "source": {
  2896. "type": "git",
  2897. "url": "https://github.com/vimeo/psalm.git",
  2898. "reference": "57b53ff26237074fdf5cbcb034f7da5172be4524"
  2899. },
  2900. "dist": {
  2901. "type": "zip",
  2902. "url": "https://api.github.com/repos/vimeo/psalm/zipball/57b53ff26237074fdf5cbcb034f7da5172be4524",
  2903. "reference": "57b53ff26237074fdf5cbcb034f7da5172be4524",
  2904. "shasum": ""
  2905. },
  2906. "require": {
  2907. "amphp/amp": "^2.1",
  2908. "amphp/byte-stream": "^1.5",
  2909. "composer/package-versions-deprecated": "^1.8.0",
  2910. "composer/semver": "^1.4 || ^2.0 || ^3.0",
  2911. "composer/xdebug-handler": "^1.1",
  2912. "dnoegel/php-xdg-base-dir": "^0.1.1",
  2913. "ext-dom": "*",
  2914. "ext-json": "*",
  2915. "ext-libxml": "*",
  2916. "ext-mbstring": "*",
  2917. "ext-simplexml": "*",
  2918. "ext-tokenizer": "*",
  2919. "felixfbecker/advanced-json-rpc": "^3.0.3",
  2920. "felixfbecker/language-server-protocol": "^1.4",
  2921. "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0",
  2922. "nikic/php-parser": "^4.10.1",
  2923. "openlss/lib-array2xml": "^1.0",
  2924. "php": "^7.1|^8",
  2925. "sebastian/diff": "^3.0 || ^4.0",
  2926. "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
  2927. "webmozart/path-util": "^2.3"
  2928. },
  2929. "provide": {
  2930. "psalm/psalm": "self.version"
  2931. },
  2932. "require-dev": {
  2933. "amphp/amp": "^2.4.2",
  2934. "bamarni/composer-bin-plugin": "^1.2",
  2935. "brianium/paratest": "^4.0||^6.0",
  2936. "ext-curl": "*",
  2937. "phpdocumentor/reflection-docblock": "^5",
  2938. "phpmyadmin/sql-parser": "5.1.0||dev-master",
  2939. "phpspec/prophecy": ">=1.9.0",
  2940. "phpunit/phpunit": "^9.0",
  2941. "psalm/plugin-phpunit": "^0.13",
  2942. "slevomat/coding-standard": "^6.3.11",
  2943. "squizlabs/php_codesniffer": "^3.5",
  2944. "symfony/process": "^4.3",
  2945. "weirdan/prophecy-shim": "^1.0 || ^2.0"
  2946. },
  2947. "suggest": {
  2948. "ext-igbinary": "^2.0.5"
  2949. },
  2950. "bin": [
  2951. "psalm",
  2952. "psalm-language-server",
  2953. "psalm-plugin",
  2954. "psalm-refactor",
  2955. "psalter"
  2956. ],
  2957. "type": "library",
  2958. "extra": {
  2959. "branch-alias": {
  2960. "dev-master": "4.x-dev",
  2961. "dev-3.x": "3.x-dev",
  2962. "dev-2.x": "2.x-dev",
  2963. "dev-1.x": "1.x-dev"
  2964. }
  2965. },
  2966. "autoload": {
  2967. "psr-4": {
  2968. "Psalm\\": "src/Psalm/"
  2969. },
  2970. "files": [
  2971. "src/functions.php",
  2972. "src/spl_object_id.php"
  2973. ]
  2974. },
  2975. "notification-url": "https://packagist.org/downloads/",
  2976. "license": [
  2977. "MIT"
  2978. ],
  2979. "authors": [
  2980. {
  2981. "name": "Matthew Brown"
  2982. }
  2983. ],
  2984. "description": "A static analysis tool for finding errors in PHP applications",
  2985. "keywords": [
  2986. "code",
  2987. "inspection",
  2988. "php"
  2989. ],
  2990. "support": {
  2991. "issues": "https://github.com/vimeo/psalm/issues",
  2992. "source": "https://github.com/vimeo/psalm/tree/4.3.2"
  2993. },
  2994. "time": "2020-12-29T17:37:09+00:00"
  2995. },
  2996. {
  2997. "name": "webmozart/assert",
  2998. "version": "1.9.1",
  2999. "source": {
  3000. "type": "git",
  3001. "url": "https://github.com/webmozarts/assert.git",
  3002. "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
  3003. },
  3004. "dist": {
  3005. "type": "zip",
  3006. "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
  3007. "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
  3008. "shasum": ""
  3009. },
  3010. "require": {
  3011. "php": "^5.3.3 || ^7.0 || ^8.0",
  3012. "symfony/polyfill-ctype": "^1.8"
  3013. },
  3014. "conflict": {
  3015. "phpstan/phpstan": "<0.12.20",
  3016. "vimeo/psalm": "<3.9.1"
  3017. },
  3018. "require-dev": {
  3019. "phpunit/phpunit": "^4.8.36 || ^7.5.13"
  3020. },
  3021. "type": "library",
  3022. "autoload": {
  3023. "psr-4": {
  3024. "Webmozart\\Assert\\": "src/"
  3025. }
  3026. },
  3027. "notification-url": "https://packagist.org/downloads/",
  3028. "license": [
  3029. "MIT"
  3030. ],
  3031. "authors": [
  3032. {
  3033. "name": "Bernhard Schussek",
  3034. "email": "bschussek@gmail.com"
  3035. }
  3036. ],
  3037. "description": "Assertions to validate method input/output with nice error messages.",
  3038. "keywords": [
  3039. "assert",
  3040. "check",
  3041. "validate"
  3042. ],
  3043. "support": {
  3044. "issues": "https://github.com/webmozart/assert/issues",
  3045. "source": "https://github.com/webmozart/assert/tree/master"
  3046. },
  3047. "time": "2020-07-08T17:02:28+00:00"
  3048. },
  3049. {
  3050. "name": "webmozart/path-util",
  3051. "version": "2.3.0",
  3052. "source": {
  3053. "type": "git",
  3054. "url": "https://github.com/webmozart/path-util.git",
  3055. "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
  3056. },
  3057. "dist": {
  3058. "type": "zip",
  3059. "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
  3060. "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
  3061. "shasum": ""
  3062. },
  3063. "require": {
  3064. "php": ">=5.3.3",
  3065. "webmozart/assert": "~1.0"
  3066. },
  3067. "require-dev": {
  3068. "phpunit/phpunit": "^4.6",
  3069. "sebastian/version": "^1.0.1"
  3070. },
  3071. "type": "library",
  3072. "extra": {
  3073. "branch-alias": {
  3074. "dev-master": "2.3-dev"
  3075. }
  3076. },
  3077. "autoload": {
  3078. "psr-4": {
  3079. "Webmozart\\PathUtil\\": "src/"
  3080. }
  3081. },
  3082. "notification-url": "https://packagist.org/downloads/",
  3083. "license": [
  3084. "MIT"
  3085. ],
  3086. "authors": [
  3087. {
  3088. "name": "Bernhard Schussek",
  3089. "email": "bschussek@gmail.com"
  3090. }
  3091. ],
  3092. "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
  3093. "support": {
  3094. "issues": "https://github.com/webmozart/path-util/issues",
  3095. "source": "https://github.com/webmozart/path-util/tree/2.3.0"
  3096. },
  3097. "time": "2015-12-17T08:42:14+00:00"
  3098. }
  3099. ],
  3100. "aliases": [],
  3101. "minimum-stability": "stable",
  3102. "stability-flags": {
  3103. "christophwurst/nextcloud": 20
  3104. },
  3105. "prefer-stable": false,
  3106. "prefer-lowest": false,
  3107. "platform": [],
  3108. "platform-dev": [],
  3109. "plugin-api-version": "1.1.0"
  3110. }