composer.lock 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972
  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": "c9f965460c155a0284ce16cb52122a10",
  8. "packages": [
  9. {
  10. "name": "composer/installers",
  11. "version": "v1.9.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/composer/installers.git",
  15. "reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/composer/installers/zipball/b93bcf0fa1fccb0b7d176b0967d969691cd74cca",
  20. "reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "composer-plugin-api": "^1.0 || ^2.0"
  25. },
  26. "replace": {
  27. "roundcube/plugin-installer": "*",
  28. "shama/baton": "*"
  29. },
  30. "require-dev": {
  31. "composer/composer": "1.6.* || 2.0.*@dev",
  32. "composer/semver": "1.0.* || 2.0.*@dev",
  33. "phpunit/phpunit": "^4.8.36",
  34. "sebastian/comparator": "^1.2.4",
  35. "symfony/process": "^2.3"
  36. },
  37. "type": "composer-plugin",
  38. "extra": {
  39. "class": "Composer\\Installers\\Plugin",
  40. "branch-alias": {
  41. "dev-master": "1.0-dev"
  42. }
  43. },
  44. "autoload": {
  45. "psr-4": {
  46. "Composer\\Installers\\": "src/Composer/Installers"
  47. }
  48. },
  49. "notification-url": "https://packagist.org/downloads/",
  50. "license": [
  51. "MIT"
  52. ],
  53. "authors": [
  54. {
  55. "name": "Kyle Robinson Young",
  56. "email": "kyle@dontkry.com",
  57. "homepage": "https://github.com/shama"
  58. }
  59. ],
  60. "description": "A multi-framework Composer library installer",
  61. "homepage": "https://composer.github.io/installers/",
  62. "keywords": [
  63. "Craft",
  64. "Dolibarr",
  65. "Eliasis",
  66. "Hurad",
  67. "ImageCMS",
  68. "Kanboard",
  69. "Lan Management System",
  70. "MODX Evo",
  71. "MantisBT",
  72. "Mautic",
  73. "Maya",
  74. "OXID",
  75. "Plentymarkets",
  76. "Porto",
  77. "RadPHP",
  78. "SMF",
  79. "Thelia",
  80. "Whmcs",
  81. "WolfCMS",
  82. "agl",
  83. "aimeos",
  84. "annotatecms",
  85. "attogram",
  86. "bitrix",
  87. "cakephp",
  88. "chef",
  89. "cockpit",
  90. "codeigniter",
  91. "concrete5",
  92. "croogo",
  93. "dokuwiki",
  94. "drupal",
  95. "eZ Platform",
  96. "elgg",
  97. "expressionengine",
  98. "fuelphp",
  99. "grav",
  100. "installer",
  101. "itop",
  102. "joomla",
  103. "known",
  104. "kohana",
  105. "laravel",
  106. "lavalite",
  107. "lithium",
  108. "magento",
  109. "majima",
  110. "mako",
  111. "mediawiki",
  112. "modulework",
  113. "modx",
  114. "moodle",
  115. "osclass",
  116. "phpbb",
  117. "piwik",
  118. "ppi",
  119. "puppet",
  120. "pxcms",
  121. "reindex",
  122. "roundcube",
  123. "shopware",
  124. "silverstripe",
  125. "sydes",
  126. "sylius",
  127. "symfony",
  128. "typo3",
  129. "wordpress",
  130. "yawik",
  131. "zend",
  132. "zikula"
  133. ],
  134. "time": "2020-04-07T06:57:05+00:00"
  135. },
  136. {
  137. "name": "oscarotero/env",
  138. "version": "v1.2.0",
  139. "source": {
  140. "type": "git",
  141. "url": "https://github.com/oscarotero/env.git",
  142. "reference": "4ab45ce5c1f2c62549208426bfa20a3d5fa008c6"
  143. },
  144. "dist": {
  145. "type": "zip",
  146. "url": "https://api.github.com/repos/oscarotero/env/zipball/4ab45ce5c1f2c62549208426bfa20a3d5fa008c6",
  147. "reference": "4ab45ce5c1f2c62549208426bfa20a3d5fa008c6",
  148. "shasum": ""
  149. },
  150. "require": {
  151. "ext-ctype": "*",
  152. "php": ">=5.2"
  153. },
  154. "type": "library",
  155. "autoload": {
  156. "psr-0": {
  157. "Env": "src/"
  158. }
  159. },
  160. "notification-url": "https://packagist.org/downloads/",
  161. "license": [
  162. "MIT"
  163. ],
  164. "authors": [
  165. {
  166. "name": "Oscar Otero",
  167. "email": "oom@oscarotero.com",
  168. "homepage": "http://oscarotero.com",
  169. "role": "Developer"
  170. }
  171. ],
  172. "description": "Simple library to consume environment variables",
  173. "homepage": "https://github.com/oscarotero/env",
  174. "keywords": [
  175. "env"
  176. ],
  177. "time": "2019-04-03T18:28:43+00:00"
  178. },
  179. {
  180. "name": "phpoption/phpoption",
  181. "version": "1.7.3",
  182. "source": {
  183. "type": "git",
  184. "url": "https://github.com/schmittjoh/php-option.git",
  185. "reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae"
  186. },
  187. "dist": {
  188. "type": "zip",
  189. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/4acfd6a4b33a509d8c88f50e5222f734b6aeebae",
  190. "reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae",
  191. "shasum": ""
  192. },
  193. "require": {
  194. "php": "^5.5.9 || ^7.0 || ^8.0"
  195. },
  196. "require-dev": {
  197. "bamarni/composer-bin-plugin": "^1.3",
  198. "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
  199. },
  200. "type": "library",
  201. "extra": {
  202. "branch-alias": {
  203. "dev-master": "1.7-dev"
  204. }
  205. },
  206. "autoload": {
  207. "psr-4": {
  208. "PhpOption\\": "src/PhpOption/"
  209. }
  210. },
  211. "notification-url": "https://packagist.org/downloads/",
  212. "license": [
  213. "Apache-2.0"
  214. ],
  215. "authors": [
  216. {
  217. "name": "Johannes M. Schmitt",
  218. "email": "schmittjoh@gmail.com"
  219. },
  220. {
  221. "name": "Graham Campbell",
  222. "email": "graham@alt-three.com"
  223. }
  224. ],
  225. "description": "Option Type for PHP",
  226. "keywords": [
  227. "language",
  228. "option",
  229. "php",
  230. "type"
  231. ],
  232. "time": "2020-03-21T18:07:53+00:00"
  233. },
  234. {
  235. "name": "roots/wordpress",
  236. "version": "5.4.1",
  237. "source": {
  238. "type": "git",
  239. "url": "https://github.com/WordPress/WordPress.git",
  240. "reference": "5.4.1"
  241. },
  242. "dist": {
  243. "type": "zip",
  244. "url": "https://api.github.com/repos/WordPress/WordPress/zipball/5.4.1",
  245. "reference": "5.4.1"
  246. },
  247. "require": {
  248. "php": ">=5.3.2",
  249. "roots/wordpress-core-installer": ">=1.0.0"
  250. },
  251. "type": "wordpress-core",
  252. "notification-url": "https://packagist.org/downloads/",
  253. "license": [
  254. "GPL-2.0-or-later"
  255. ],
  256. "authors": [
  257. {
  258. "name": "WordPress Community",
  259. "homepage": "https://wordpress.org/about/"
  260. }
  261. ],
  262. "description": "WordPress is web software you can use to create a beautiful website or blog.",
  263. "homepage": "https://wordpress.org/",
  264. "keywords": [
  265. "blog",
  266. "cms",
  267. "wordpress"
  268. ],
  269. "time": "2020-04-29T18:50:02+00:00"
  270. },
  271. {
  272. "name": "roots/wordpress-core-installer",
  273. "version": "1.1.0",
  274. "source": {
  275. "type": "git",
  276. "url": "https://github.com/roots/wordpress-core-installer.git",
  277. "reference": "83744b1ba5bbdb5bb225f47e24da61a6cf6c5b80"
  278. },
  279. "dist": {
  280. "type": "zip",
  281. "url": "https://api.github.com/repos/roots/wordpress-core-installer/zipball/83744b1ba5bbdb5bb225f47e24da61a6cf6c5b80",
  282. "reference": "83744b1ba5bbdb5bb225f47e24da61a6cf6c5b80",
  283. "shasum": ""
  284. },
  285. "require": {
  286. "composer-plugin-api": "^1.0"
  287. },
  288. "conflict": {
  289. "composer/installers": "<1.0.6"
  290. },
  291. "replace": {
  292. "johnpbloch/wordpress-core-installer": "*"
  293. },
  294. "require-dev": {
  295. "composer/composer": "^1.0",
  296. "phpunit/phpunit": ">=4.8.35"
  297. },
  298. "type": "composer-plugin",
  299. "extra": {
  300. "class": "Roots\\Composer\\WordPressCorePlugin"
  301. },
  302. "autoload": {
  303. "psr-4": {
  304. "Roots\\Composer\\": "src/"
  305. }
  306. },
  307. "notification-url": "https://packagist.org/downloads/",
  308. "license": [
  309. "GPL-2.0-or-later"
  310. ],
  311. "authors": [
  312. {
  313. "name": "John P. Bloch",
  314. "email": "me@johnpbloch.com"
  315. },
  316. {
  317. "name": "Roots",
  318. "email": "team@roots.io"
  319. }
  320. ],
  321. "description": "A custom installer to handle deploying WordPress with composer",
  322. "keywords": [
  323. "wordpress"
  324. ],
  325. "time": "2018-12-10T00:22:15+00:00"
  326. },
  327. {
  328. "name": "roots/wp-config",
  329. "version": "1.0.0",
  330. "source": {
  331. "type": "git",
  332. "url": "https://github.com/roots/wp-config.git",
  333. "reference": "37c38230796119fb487fa03346ab0706ce6d4962"
  334. },
  335. "dist": {
  336. "type": "zip",
  337. "url": "https://api.github.com/repos/roots/wp-config/zipball/37c38230796119fb487fa03346ab0706ce6d4962",
  338. "reference": "37c38230796119fb487fa03346ab0706ce6d4962",
  339. "shasum": ""
  340. },
  341. "require": {
  342. "php": ">=5.6"
  343. },
  344. "require-dev": {
  345. "php-coveralls/php-coveralls": "^2.1",
  346. "phpunit/phpunit": "^5.7",
  347. "roave/security-advisories": "dev-master",
  348. "squizlabs/php_codesniffer": "^3.3"
  349. },
  350. "type": "library",
  351. "autoload": {
  352. "psr-4": {
  353. "Roots\\WPConfig\\": "src"
  354. }
  355. },
  356. "notification-url": "https://packagist.org/downloads/",
  357. "license": [
  358. "MIT"
  359. ],
  360. "authors": [
  361. {
  362. "name": "Austin Pray",
  363. "email": "austin@austinpray.com"
  364. }
  365. ],
  366. "description": "Collect configuration values and safely define() them",
  367. "time": "2018-08-10T14:18:38+00:00"
  368. },
  369. {
  370. "name": "roots/wp-password-bcrypt",
  371. "version": "1.0.0",
  372. "source": {
  373. "type": "git",
  374. "url": "https://github.com/roots/wp-password-bcrypt.git",
  375. "reference": "5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa"
  376. },
  377. "dist": {
  378. "type": "zip",
  379. "url": "https://api.github.com/repos/roots/wp-password-bcrypt/zipball/5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa",
  380. "reference": "5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa",
  381. "shasum": ""
  382. },
  383. "require": {
  384. "composer/installers": "~1.0",
  385. "php": ">=5.5.0"
  386. },
  387. "require-dev": {
  388. "brain/monkey": "^1.3.1",
  389. "mockery/mockery": "^0.9.4",
  390. "phpunit/phpunit": "^4.8.23|^5.2.9",
  391. "squizlabs/php_codesniffer": "^2.5.1"
  392. },
  393. "type": "library",
  394. "autoload": {
  395. "files": [
  396. "wp-password-bcrypt.php"
  397. ]
  398. },
  399. "notification-url": "https://packagist.org/downloads/",
  400. "license": [
  401. "MIT"
  402. ],
  403. "authors": [
  404. {
  405. "name": "Scott Walkinshaw",
  406. "email": "scott.walkinshaw@gmail.com",
  407. "homepage": "https://github.com/swalkinshaw"
  408. },
  409. {
  410. "name": "qwp6t",
  411. "homepage": "https://github.com/qwp6t"
  412. },
  413. {
  414. "name": "Jan Pingel",
  415. "email": "jpingel@bitpiston.com",
  416. "homepage": "http://janpingel.com"
  417. }
  418. ],
  419. "description": "WordPress plugin which replaces wp_hash_password and wp_check_password's phpass hasher with PHP 5.5's password_hash and password_verify using bcrypt.",
  420. "homepage": "https://roots.io/plugins/wp-password-bcrypt",
  421. "keywords": [
  422. "wordpress wp bcrypt password"
  423. ],
  424. "time": "2016-03-01T16:27:06+00:00"
  425. },
  426. {
  427. "name": "symfony/polyfill-ctype",
  428. "version": "v1.17.0",
  429. "source": {
  430. "type": "git",
  431. "url": "https://github.com/symfony/polyfill-ctype.git",
  432. "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
  433. },
  434. "dist": {
  435. "type": "zip",
  436. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
  437. "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
  438. "shasum": ""
  439. },
  440. "require": {
  441. "php": ">=5.3.3"
  442. },
  443. "suggest": {
  444. "ext-ctype": "For best performance"
  445. },
  446. "type": "library",
  447. "extra": {
  448. "branch-alias": {
  449. "dev-master": "1.17-dev"
  450. }
  451. },
  452. "autoload": {
  453. "psr-4": {
  454. "Symfony\\Polyfill\\Ctype\\": ""
  455. },
  456. "files": [
  457. "bootstrap.php"
  458. ]
  459. },
  460. "notification-url": "https://packagist.org/downloads/",
  461. "license": [
  462. "MIT"
  463. ],
  464. "authors": [
  465. {
  466. "name": "Gert de Pagter",
  467. "email": "BackEndTea@gmail.com"
  468. },
  469. {
  470. "name": "Symfony Community",
  471. "homepage": "https://symfony.com/contributors"
  472. }
  473. ],
  474. "description": "Symfony polyfill for ctype functions",
  475. "homepage": "https://symfony.com",
  476. "keywords": [
  477. "compatibility",
  478. "ctype",
  479. "polyfill",
  480. "portable"
  481. ],
  482. "funding": [
  483. {
  484. "url": "https://symfony.com/sponsor",
  485. "type": "custom"
  486. },
  487. {
  488. "url": "https://github.com/fabpot",
  489. "type": "github"
  490. },
  491. {
  492. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  493. "type": "tidelift"
  494. }
  495. ],
  496. "time": "2020-05-12T16:14:59+00:00"
  497. },
  498. {
  499. "name": "vlucas/phpdotenv",
  500. "version": "v4.1.5",
  501. "source": {
  502. "type": "git",
  503. "url": "https://github.com/vlucas/phpdotenv.git",
  504. "reference": "539bb6927c101a5605d31d11a2d17185a2ce2bf1"
  505. },
  506. "dist": {
  507. "type": "zip",
  508. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/539bb6927c101a5605d31d11a2d17185a2ce2bf1",
  509. "reference": "539bb6927c101a5605d31d11a2d17185a2ce2bf1",
  510. "shasum": ""
  511. },
  512. "require": {
  513. "php": "^5.5.9 || ^7.0 || ^8.0",
  514. "phpoption/phpoption": "^1.7.2",
  515. "symfony/polyfill-ctype": "^1.9"
  516. },
  517. "require-dev": {
  518. "bamarni/composer-bin-plugin": "^1.3",
  519. "ext-filter": "*",
  520. "ext-pcre": "*",
  521. "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
  522. },
  523. "suggest": {
  524. "ext-filter": "Required to use the boolean validator.",
  525. "ext-pcre": "Required to use most of the library."
  526. },
  527. "type": "library",
  528. "extra": {
  529. "branch-alias": {
  530. "dev-master": "4.1-dev"
  531. }
  532. },
  533. "autoload": {
  534. "psr-4": {
  535. "Dotenv\\": "src/"
  536. }
  537. },
  538. "notification-url": "https://packagist.org/downloads/",
  539. "license": [
  540. "BSD-3-Clause"
  541. ],
  542. "authors": [
  543. {
  544. "name": "Graham Campbell",
  545. "email": "graham@alt-three.com",
  546. "homepage": "https://gjcampbell.co.uk/"
  547. },
  548. {
  549. "name": "Vance Lucas",
  550. "email": "vance@vancelucas.com",
  551. "homepage": "https://vancelucas.com/"
  552. }
  553. ],
  554. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  555. "keywords": [
  556. "dotenv",
  557. "env",
  558. "environment"
  559. ],
  560. "funding": [
  561. {
  562. "url": "https://github.com/GrahamCampbell",
  563. "type": "github"
  564. },
  565. {
  566. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  567. "type": "tidelift"
  568. }
  569. ],
  570. "time": "2020-05-02T14:08:57+00:00"
  571. },
  572. {
  573. "name": "wpackagist-plugin/advanced-custom-fields",
  574. "version": "5.8.11",
  575. "source": {
  576. "type": "svn",
  577. "url": "https://plugins.svn.wordpress.org/advanced-custom-fields/",
  578. "reference": "tags/5.8.11"
  579. },
  580. "dist": {
  581. "type": "zip",
  582. "url": "https://downloads.wordpress.org/plugin/advanced-custom-fields.5.8.11.zip"
  583. },
  584. "require": {
  585. "composer/installers": "~1.0"
  586. },
  587. "type": "wordpress-plugin",
  588. "homepage": "https://wordpress.org/plugins/advanced-custom-fields/"
  589. },
  590. {
  591. "name": "wpackagist-plugin/classic-editor",
  592. "version": "1.5",
  593. "source": {
  594. "type": "svn",
  595. "url": "https://plugins.svn.wordpress.org/classic-editor/",
  596. "reference": "tags/1.5"
  597. },
  598. "dist": {
  599. "type": "zip",
  600. "url": "https://downloads.wordpress.org/plugin/classic-editor.1.5.zip"
  601. },
  602. "require": {
  603. "composer/installers": "~1.0"
  604. },
  605. "type": "wordpress-plugin",
  606. "homepage": "https://wordpress.org/plugins/classic-editor/"
  607. },
  608. {
  609. "name": "wpackagist-plugin/timber-library",
  610. "version": "1.15.2",
  611. "source": {
  612. "type": "svn",
  613. "url": "https://plugins.svn.wordpress.org/timber-library/",
  614. "reference": "tags/1.15.2"
  615. },
  616. "dist": {
  617. "type": "zip",
  618. "url": "https://downloads.wordpress.org/plugin/timber-library.1.15.2.zip"
  619. },
  620. "require": {
  621. "composer/installers": "~1.0"
  622. },
  623. "type": "wordpress-plugin",
  624. "homepage": "https://wordpress.org/plugins/timber-library/"
  625. }
  626. ],
  627. "packages-dev": [
  628. {
  629. "name": "roave/security-advisories",
  630. "version": "dev-master",
  631. "source": {
  632. "type": "git",
  633. "url": "https://github.com/Roave/SecurityAdvisories.git",
  634. "reference": "885e8b1e0bc2096989fd20938342e407e8045186"
  635. },
  636. "dist": {
  637. "type": "zip",
  638. "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/885e8b1e0bc2096989fd20938342e407e8045186",
  639. "reference": "885e8b1e0bc2096989fd20938342e407e8045186",
  640. "shasum": ""
  641. },
  642. "conflict": {
  643. "3f/pygmentize": "<1.2",
  644. "adodb/adodb-php": "<5.20.12",
  645. "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
  646. "amphp/artax": "<1.0.6|>=2,<2.0.6",
  647. "amphp/http": "<1.0.1",
  648. "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6",
  649. "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
  650. "aws/aws-sdk-php": ">=3,<3.2.1",
  651. "bagisto/bagisto": "<0.1.5",
  652. "barrelstrength/sprout-base-email": "<1.2.7",
  653. "barrelstrength/sprout-forms": "<3.9",
  654. "bolt/bolt": "<3.6.10",
  655. "brightlocal/phpwhois": "<=4.2.5",
  656. "buddypress/buddypress": "<5.1.2",
  657. "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
  658. "cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.5.18|>=3.6,<3.6.15|>=3.7,<3.7.7",
  659. "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
  660. "cartalyst/sentry": "<=2.1.6",
  661. "centreon/centreon": "<18.10.8|>=19,<19.4.5",
  662. "cesnet/simplesamlphp-module-proxystatistics": "<3.1",
  663. "codeigniter/framework": "<=3.0.6",
  664. "composer/composer": "<=1-alpha.11",
  665. "contao-components/mediaelement": ">=2.14.2,<2.21.1",
  666. "contao/core": ">=2,<3.5.39",
  667. "contao/core-bundle": ">=4,<4.4.46|>=4.5,<4.8.6",
  668. "contao/listing-bundle": ">=4,<4.4.8",
  669. "datadog/dd-trace": ">=0.30,<0.30.2",
  670. "david-garcia/phpwhois": "<=4.3.1",
  671. "doctrine/annotations": ">=1,<1.2.7",
  672. "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
  673. "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
  674. "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
  675. "doctrine/doctrine-bundle": "<1.5.2",
  676. "doctrine/doctrine-module": "<=0.7.1",
  677. "doctrine/mongodb-odm": ">=1,<1.0.2",
  678. "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
  679. "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
  680. "dolibarr/dolibarr": "<=10.0.6",
  681. "dompdf/dompdf": ">=0.6,<0.6.2",
  682. "drupal/core": ">=7,<7.69|>=8,<8.7.12|>=8.8,<8.8.4",
  683. "drupal/drupal": ">=7,<7.69|>=8,<8.7.12|>=8.8,<8.8.4",
  684. "endroid/qr-code-bundle": "<3.4.2",
  685. "enshrined/svg-sanitize": "<0.13.1",
  686. "erusev/parsedown": "<1.7.2",
  687. "ezsystems/demobundle": ">=5.4,<5.4.6.1",
  688. "ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1",
  689. "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1",
  690. "ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4",
  691. "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6",
  692. "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2",
  693. "ezsystems/ezplatform-user": ">=1,<1.0.1",
  694. "ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.14.1|>=6,<6.7.9.1|>=6.8,<6.13.6.2|>=7,<7.2.4.1|>=7.3,<7.3.2.1|>=7.5,<7.5.6.2",
  695. "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.14.1|>=2011,<2017.12.7.2|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3|>=2019.3,<2019.3.4.2",
  696. "ezsystems/repository-forms": ">=2.3,<2.3.2.1",
  697. "ezyang/htmlpurifier": "<4.1.1",
  698. "firebase/php-jwt": "<2",
  699. "fooman/tcpdf": "<6.2.22",
  700. "fossar/tcpdf-parser": "<6.2.22",
  701. "friendsofsymfony/oauth2-php": "<1.3",
  702. "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
  703. "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
  704. "fuel/core": "<1.8.1",
  705. "getgrav/grav": "<1.7-beta.8",
  706. "gree/jose": "<=2.2",
  707. "gregwar/rst": "<1.0.3",
  708. "guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1",
  709. "illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10",
  710. "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30",
  711. "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
  712. "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
  713. "illuminate/view": ">=7,<7.1.2",
  714. "ivankristianto/phpwhois": "<=4.3",
  715. "james-heinrich/getid3": "<1.9.9",
  716. "joomla/session": "<1.3.1",
  717. "jsmitty12/phpwhois": "<5.1",
  718. "kazist/phpwhois": "<=4.2.6",
  719. "kreait/firebase-php": ">=3.2,<3.8.1",
  720. "la-haute-societe/tcpdf": "<6.2.22",
  721. "laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30|>=7,<7.1.2",
  722. "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
  723. "league/commonmark": "<0.18.3",
  724. "librenms/librenms": "<1.53",
  725. "magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3",
  726. "magento/magento1ce": "<1.9.4.3",
  727. "magento/magento1ee": ">=1,<1.14.4.3",
  728. "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2",
  729. "monolog/monolog": ">=1.8,<1.12",
  730. "namshi/jose": "<2.2",
  731. "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
  732. "onelogin/php-saml": "<2.10.4",
  733. "oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5",
  734. "openid/php-openid": "<2.3",
  735. "oro/crm": ">=1.7,<1.7.4",
  736. "oro/platform": ">=1.7,<1.7.4",
  737. "padraic/humbug_get_contents": "<1.1.2",
  738. "pagarme/pagarme-php": ">=0,<3",
  739. "paragonie/random_compat": "<2",
  740. "paypal/merchant-sdk-php": "<3.12",
  741. "pear/archive_tar": "<1.4.4",
  742. "phpfastcache/phpfastcache": ">=5,<5.0.13",
  743. "phpmailer/phpmailer": ">=5,<5.2.27|>=6,<6.0.6",
  744. "phpmyadmin/phpmyadmin": "<4.9.2",
  745. "phpoffice/phpexcel": "<1.8.2",
  746. "phpoffice/phpspreadsheet": "<1.8",
  747. "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
  748. "phpwhois/phpwhois": "<=4.2.5",
  749. "phpxmlrpc/extras": "<0.6.1",
  750. "pimcore/pimcore": "<6.3",
  751. "prestashop/autoupgrade": ">=4,<4.10.1",
  752. "prestashop/gamification": "<2.3.2",
  753. "prestashop/ps_facetedsearch": "<3.4.1",
  754. "privatebin/privatebin": "<1.2.2|>=1.3,<1.3.2",
  755. "propel/propel": ">=2-alpha.1,<=2-alpha.7",
  756. "propel/propel1": ">=1,<=1.7.1",
  757. "pusher/pusher-php-server": "<2.2.1",
  758. "robrichards/xmlseclibs": "<3.0.4",
  759. "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
  760. "scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11",
  761. "sensiolabs/connect": "<4.2.3",
  762. "serluck/phpwhois": "<=4.2.6",
  763. "shopware/shopware": "<5.3.7",
  764. "silverstripe/admin": ">=1.0.3,<1.0.4|>=1.1,<1.1.1",
  765. "silverstripe/assets": ">=1,<1.4.7|>=1.5,<1.5.2",
  766. "silverstripe/cms": "<4.3.6|>=4.4,<4.4.4",
  767. "silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1",
  768. "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
  769. "silverstripe/framework": "<4.4.5|>=4.5,<4.5.2",
  770. "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2",
  771. "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
  772. "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4",
  773. "silverstripe/subsites": ">=2,<2.1.1",
  774. "silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
  775. "silverstripe/userforms": "<3",
  776. "simple-updates/phpwhois": "<=1",
  777. "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
  778. "simplesamlphp/simplesamlphp": "<1.18.6",
  779. "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
  780. "simplito/elliptic-php": "<1.0.6",
  781. "slim/slim": "<2.6",
  782. "smarty/smarty": "<3.1.33",
  783. "socalnick/scn-social-auth": "<1.15.2",
  784. "spoonity/tcpdf": "<6.2.22",
  785. "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
  786. "ssddanbrown/bookstack": "<0.29.2",
  787. "stormpath/sdk": ">=0,<9.9.99",
  788. "studio-42/elfinder": "<2.1.49",
  789. "swiftmailer/swiftmailer": ">=4,<5.4.5",
  790. "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
  791. "sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
  792. "sylius/grid-bundle": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
  793. "sylius/resource-bundle": "<1.3.13|>=1.4,<1.4.6|>=1.5,<1.5.1|>=1.6,<1.6.3",
  794. "sylius/sylius": "<1.3.16|>=1.4,<1.4.12|>=1.5,<1.5.9|>=1.6,<1.6.5",
  795. "symbiote/silverstripe-multivaluefield": ">=3,<3.0.99",
  796. "symbiote/silverstripe-versionedfiles": "<=2.0.3",
  797. "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
  798. "symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
  799. "symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
  800. "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
  801. "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
  802. "symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
  803. "symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
  804. "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
  805. "symfony/mime": ">=4.3,<4.3.8",
  806. "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
  807. "symfony/polyfill": ">=1,<1.10",
  808. "symfony/polyfill-php55": ">=1,<1.10",
  809. "symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
  810. "symfony/routing": ">=2,<2.0.19",
  811. "symfony/security": ">=2,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=4.4,<4.4.7|>=5,<5.0.7",
  812. "symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
  813. "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.37|>=3,<3.3.17|>=3.4,<3.4.7|>=4,<4.0.7",
  814. "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
  815. "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
  816. "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
  817. "symfony/serializer": ">=2,<2.0.11",
  818. "symfony/symfony": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
  819. "symfony/translation": ">=2,<2.0.17",
  820. "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
  821. "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
  822. "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
  823. "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
  824. "t3g/svg-sanitizer": "<1.0.3",
  825. "tecnickcom/tcpdf": "<6.2.22",
  826. "thelia/backoffice-default-template": ">=2.1,<2.1.2",
  827. "thelia/thelia": ">=2.1-beta.1,<2.1.3",
  828. "theonedemon/phpwhois": "<=4.2.5",
  829. "titon/framework": ">=0,<9.9.99",
  830. "truckersmp/phpwhois": "<=4.3.1",
  831. "twig/twig": "<1.38|>=2,<2.7",
  832. "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.30|>=9,<9.5.17|>=10,<10.4.2",
  833. "typo3/cms-core": ">=8,<8.7.30|>=9,<9.5.17|>=10,<10.4.2",
  834. "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5",
  835. "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
  836. "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
  837. "ua-parser/uap-php": "<3.8",
  838. "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
  839. "verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4",
  840. "wallabag/tcpdf": "<6.2.22",
  841. "willdurand/js-translation-bundle": "<2.1.1",
  842. "yii2mod/yii2-cms": "<1.9.2",
  843. "yiisoft/yii": ">=1.1.14,<1.1.15",
  844. "yiisoft/yii2": "<2.0.15",
  845. "yiisoft/yii2-bootstrap": "<2.0.4",
  846. "yiisoft/yii2-dev": "<2.0.15",
  847. "yiisoft/yii2-elasticsearch": "<2.0.5",
  848. "yiisoft/yii2-gii": "<2.0.4",
  849. "yiisoft/yii2-jui": "<2.0.4",
  850. "yiisoft/yii2-redis": "<2.0.8",
  851. "yourls/yourls": "<1.7.4",
  852. "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
  853. "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
  854. "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
  855. "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
  856. "zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
  857. "zendframework/zend-diactoros": ">=1,<1.8.4",
  858. "zendframework/zend-feed": ">=1,<2.10.3",
  859. "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
  860. "zendframework/zend-http": ">=1,<2.8.1",
  861. "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
  862. "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
  863. "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
  864. "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
  865. "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
  866. "zendframework/zend-validator": ">=2.3,<2.3.6",
  867. "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
  868. "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
  869. "zendframework/zendframework": "<2.5.1",
  870. "zendframework/zendframework1": "<1.12.20",
  871. "zendframework/zendopenid": ">=2,<2.0.2",
  872. "zendframework/zendxml": ">=1,<1.0.1",
  873. "zetacomponents/mail": "<1.8.2",
  874. "zf-commons/zfc-user": "<1.2.2",
  875. "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
  876. "zfr/zfr-oauth2-server-module": "<0.1.2"
  877. },
  878. "type": "metapackage",
  879. "notification-url": "https://packagist.org/downloads/",
  880. "license": [
  881. "MIT"
  882. ],
  883. "authors": [
  884. {
  885. "name": "Marco Pivetta",
  886. "email": "ocramius@gmail.com",
  887. "role": "maintainer"
  888. },
  889. {
  890. "name": "Ilya Tribusean",
  891. "email": "slash3b@gmail.com",
  892. "role": "maintainer"
  893. }
  894. ],
  895. "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
  896. "funding": [
  897. {
  898. "url": "https://github.com/Ocramius",
  899. "type": "github"
  900. },
  901. {
  902. "url": "https://tidelift.com/funding/github/packagist/roave/security-advisories",
  903. "type": "tidelift"
  904. }
  905. ],
  906. "time": "2020-05-16T00:00:31+00:00"
  907. },
  908. {
  909. "name": "squizlabs/php_codesniffer",
  910. "version": "3.5.5",
  911. "source": {
  912. "type": "git",
  913. "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
  914. "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6"
  915. },
  916. "dist": {
  917. "type": "zip",
  918. "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
  919. "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
  920. "shasum": ""
  921. },
  922. "require": {
  923. "ext-simplexml": "*",
  924. "ext-tokenizer": "*",
  925. "ext-xmlwriter": "*",
  926. "php": ">=5.4.0"
  927. },
  928. "require-dev": {
  929. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  930. },
  931. "bin": [
  932. "bin/phpcs",
  933. "bin/phpcbf"
  934. ],
  935. "type": "library",
  936. "extra": {
  937. "branch-alias": {
  938. "dev-master": "3.x-dev"
  939. }
  940. },
  941. "notification-url": "https://packagist.org/downloads/",
  942. "license": [
  943. "BSD-3-Clause"
  944. ],
  945. "authors": [
  946. {
  947. "name": "Greg Sherwood",
  948. "role": "lead"
  949. }
  950. ],
  951. "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  952. "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
  953. "keywords": [
  954. "phpcs",
  955. "standards"
  956. ],
  957. "time": "2020-04-17T01:09:41+00:00"
  958. }
  959. ],
  960. "aliases": [],
  961. "minimum-stability": "dev",
  962. "stability-flags": {
  963. "roave/security-advisories": 20
  964. },
  965. "prefer-stable": true,
  966. "prefer-lowest": false,
  967. "platform": {
  968. "php": ">=7.1"
  969. },
  970. "platform-dev": [],
  971. "plugin-api-version": "1.1.0"
  972. }