composer.lock 49 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240
  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": "903fb4c0bdca7a4f896104b330762f2a",
  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": "symfony/polyfill-mbstring",
  500. "version": "v1.17.0",
  501. "source": {
  502. "type": "git",
  503. "url": "https://github.com/symfony/polyfill-mbstring.git",
  504. "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
  505. },
  506. "dist": {
  507. "type": "zip",
  508. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
  509. "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
  510. "shasum": ""
  511. },
  512. "require": {
  513. "php": ">=5.3.3"
  514. },
  515. "suggest": {
  516. "ext-mbstring": "For best performance"
  517. },
  518. "type": "library",
  519. "extra": {
  520. "branch-alias": {
  521. "dev-master": "1.17-dev"
  522. }
  523. },
  524. "autoload": {
  525. "psr-4": {
  526. "Symfony\\Polyfill\\Mbstring\\": ""
  527. },
  528. "files": [
  529. "bootstrap.php"
  530. ]
  531. },
  532. "notification-url": "https://packagist.org/downloads/",
  533. "license": [
  534. "MIT"
  535. ],
  536. "authors": [
  537. {
  538. "name": "Nicolas Grekas",
  539. "email": "p@tchwork.com"
  540. },
  541. {
  542. "name": "Symfony Community",
  543. "homepage": "https://symfony.com/contributors"
  544. }
  545. ],
  546. "description": "Symfony polyfill for the Mbstring extension",
  547. "homepage": "https://symfony.com",
  548. "keywords": [
  549. "compatibility",
  550. "mbstring",
  551. "polyfill",
  552. "portable",
  553. "shim"
  554. ],
  555. "funding": [
  556. {
  557. "url": "https://symfony.com/sponsor",
  558. "type": "custom"
  559. },
  560. {
  561. "url": "https://github.com/fabpot",
  562. "type": "github"
  563. },
  564. {
  565. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  566. "type": "tidelift"
  567. }
  568. ],
  569. "time": "2020-05-12T16:47:27+00:00"
  570. },
  571. {
  572. "name": "twbs/bootstrap",
  573. "version": "v4.5.0",
  574. "source": {
  575. "type": "git",
  576. "url": "https://github.com/twbs/bootstrap.git",
  577. "reference": "7a6da5e3e7ad7c749dde806546a35d4d4259d965"
  578. },
  579. "dist": {
  580. "type": "zip",
  581. "url": "https://api.github.com/repos/twbs/bootstrap/zipball/7a6da5e3e7ad7c749dde806546a35d4d4259d965",
  582. "reference": "7a6da5e3e7ad7c749dde806546a35d4d4259d965",
  583. "shasum": ""
  584. },
  585. "replace": {
  586. "twitter/bootstrap": "self.version"
  587. },
  588. "type": "library",
  589. "extra": {
  590. "branch-alias": {
  591. "dev-master": "3.3.x-dev"
  592. }
  593. },
  594. "notification-url": "https://packagist.org/downloads/",
  595. "license": [
  596. "MIT"
  597. ],
  598. "authors": [
  599. {
  600. "name": "Mark Otto",
  601. "email": "markdotto@gmail.com"
  602. },
  603. {
  604. "name": "Jacob Thornton",
  605. "email": "jacobthornton@gmail.com"
  606. }
  607. ],
  608. "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  609. "homepage": "https://getbootstrap.com/",
  610. "keywords": [
  611. "JS",
  612. "css",
  613. "framework",
  614. "front-end",
  615. "mobile-first",
  616. "responsive",
  617. "sass",
  618. "web"
  619. ],
  620. "funding": [
  621. {
  622. "url": "https://opencollective.com/bootstrap",
  623. "type": "open_collective"
  624. }
  625. ],
  626. "time": "2020-05-12T17:44:42+00:00"
  627. },
  628. {
  629. "name": "twig/extensions",
  630. "version": "v1.5.4",
  631. "source": {
  632. "type": "git",
  633. "url": "https://github.com/twigphp/Twig-extensions.git",
  634. "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
  635. },
  636. "dist": {
  637. "type": "zip",
  638. "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
  639. "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
  640. "shasum": ""
  641. },
  642. "require": {
  643. "twig/twig": "^1.27|^2.0"
  644. },
  645. "require-dev": {
  646. "symfony/phpunit-bridge": "^3.4",
  647. "symfony/translation": "^2.7|^3.4"
  648. },
  649. "suggest": {
  650. "symfony/translation": "Allow the time_diff output to be translated"
  651. },
  652. "type": "library",
  653. "extra": {
  654. "branch-alias": {
  655. "dev-master": "1.5-dev"
  656. }
  657. },
  658. "autoload": {
  659. "psr-0": {
  660. "Twig_Extensions_": "lib/"
  661. },
  662. "psr-4": {
  663. "Twig\\Extensions\\": "src/"
  664. }
  665. },
  666. "notification-url": "https://packagist.org/downloads/",
  667. "license": [
  668. "MIT"
  669. ],
  670. "authors": [
  671. {
  672. "name": "Fabien Potencier",
  673. "email": "fabien@symfony.com"
  674. }
  675. ],
  676. "description": "Common additional features for Twig that do not directly belong in core",
  677. "keywords": [
  678. "i18n",
  679. "text"
  680. ],
  681. "time": "2018-12-05T18:34:18+00:00"
  682. },
  683. {
  684. "name": "twig/twig",
  685. "version": "v2.12.5",
  686. "source": {
  687. "type": "git",
  688. "url": "https://github.com/twigphp/Twig.git",
  689. "reference": "18772e0190734944277ee97a02a9a6c6555fcd94"
  690. },
  691. "dist": {
  692. "type": "zip",
  693. "url": "https://api.github.com/repos/twigphp/Twig/zipball/18772e0190734944277ee97a02a9a6c6555fcd94",
  694. "reference": "18772e0190734944277ee97a02a9a6c6555fcd94",
  695. "shasum": ""
  696. },
  697. "require": {
  698. "php": "^7.0",
  699. "symfony/polyfill-ctype": "^1.8",
  700. "symfony/polyfill-mbstring": "^1.3"
  701. },
  702. "require-dev": {
  703. "psr/container": "^1.0",
  704. "symfony/phpunit-bridge": "^4.4|^5.0"
  705. },
  706. "type": "library",
  707. "extra": {
  708. "branch-alias": {
  709. "dev-master": "2.12-dev"
  710. }
  711. },
  712. "autoload": {
  713. "psr-0": {
  714. "Twig_": "lib/"
  715. },
  716. "psr-4": {
  717. "Twig\\": "src/"
  718. }
  719. },
  720. "notification-url": "https://packagist.org/downloads/",
  721. "license": [
  722. "BSD-3-Clause"
  723. ],
  724. "authors": [
  725. {
  726. "name": "Fabien Potencier",
  727. "email": "fabien@symfony.com",
  728. "homepage": "http://fabien.potencier.org",
  729. "role": "Lead Developer"
  730. },
  731. {
  732. "name": "Twig Team",
  733. "role": "Contributors"
  734. },
  735. {
  736. "name": "Armin Ronacher",
  737. "email": "armin.ronacher@active-4.com",
  738. "role": "Project Founder"
  739. }
  740. ],
  741. "description": "Twig, the flexible, fast, and secure template language for PHP",
  742. "homepage": "https://twig.symfony.com",
  743. "keywords": [
  744. "templating"
  745. ],
  746. "time": "2020-02-11T15:31:23+00:00"
  747. },
  748. {
  749. "name": "vlucas/phpdotenv",
  750. "version": "v4.1.6",
  751. "source": {
  752. "type": "git",
  753. "url": "https://github.com/vlucas/phpdotenv.git",
  754. "reference": "0b32505d67c1abbfa829283c86bfc0642a661bf6"
  755. },
  756. "dist": {
  757. "type": "zip",
  758. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/0b32505d67c1abbfa829283c86bfc0642a661bf6",
  759. "reference": "0b32505d67c1abbfa829283c86bfc0642a661bf6",
  760. "shasum": ""
  761. },
  762. "require": {
  763. "php": "^5.5.9 || ^7.0 || ^8.0",
  764. "phpoption/phpoption": "^1.7.2",
  765. "symfony/polyfill-ctype": "^1.9"
  766. },
  767. "require-dev": {
  768. "bamarni/composer-bin-plugin": "^1.3",
  769. "ext-filter": "*",
  770. "ext-pcre": "*",
  771. "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
  772. },
  773. "suggest": {
  774. "ext-filter": "Required to use the boolean validator.",
  775. "ext-pcre": "Required to use most of the library."
  776. },
  777. "type": "library",
  778. "extra": {
  779. "branch-alias": {
  780. "dev-master": "4.1-dev"
  781. }
  782. },
  783. "autoload": {
  784. "psr-4": {
  785. "Dotenv\\": "src/"
  786. }
  787. },
  788. "notification-url": "https://packagist.org/downloads/",
  789. "license": [
  790. "BSD-3-Clause"
  791. ],
  792. "authors": [
  793. {
  794. "name": "Graham Campbell",
  795. "email": "graham@alt-three.com",
  796. "homepage": "https://gjcampbell.co.uk/"
  797. },
  798. {
  799. "name": "Vance Lucas",
  800. "email": "vance@vancelucas.com",
  801. "homepage": "https://vancelucas.com/"
  802. }
  803. ],
  804. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  805. "keywords": [
  806. "dotenv",
  807. "env",
  808. "environment"
  809. ],
  810. "funding": [
  811. {
  812. "url": "https://github.com/GrahamCampbell",
  813. "type": "github"
  814. },
  815. {
  816. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  817. "type": "tidelift"
  818. }
  819. ],
  820. "time": "2020-05-23T09:43:32+00:00"
  821. },
  822. {
  823. "name": "wpackagist-plugin/advanced-custom-fields",
  824. "version": "5.8.11",
  825. "source": {
  826. "type": "svn",
  827. "url": "https://plugins.svn.wordpress.org/advanced-custom-fields/",
  828. "reference": "tags/5.8.11"
  829. },
  830. "dist": {
  831. "type": "zip",
  832. "url": "https://downloads.wordpress.org/plugin/advanced-custom-fields.5.8.11.zip"
  833. },
  834. "require": {
  835. "composer/installers": "~1.0"
  836. },
  837. "type": "wordpress-plugin",
  838. "homepage": "https://wordpress.org/plugins/advanced-custom-fields/"
  839. },
  840. {
  841. "name": "wpackagist-plugin/advanced-forms",
  842. "version": "1.6.7",
  843. "source": {
  844. "type": "svn",
  845. "url": "https://plugins.svn.wordpress.org/advanced-forms/",
  846. "reference": "tags/1.6.7"
  847. },
  848. "dist": {
  849. "type": "zip",
  850. "url": "https://downloads.wordpress.org/plugin/advanced-forms.1.6.7.zip"
  851. },
  852. "require": {
  853. "composer/installers": "~1.0"
  854. },
  855. "type": "wordpress-plugin",
  856. "homepage": "https://wordpress.org/plugins/advanced-forms/"
  857. },
  858. {
  859. "name": "wpackagist-plugin/classic-editor",
  860. "version": "1.5",
  861. "source": {
  862. "type": "svn",
  863. "url": "https://plugins.svn.wordpress.org/classic-editor/",
  864. "reference": "tags/1.5"
  865. },
  866. "dist": {
  867. "type": "zip",
  868. "url": "https://downloads.wordpress.org/plugin/classic-editor.1.5.zip"
  869. },
  870. "require": {
  871. "composer/installers": "~1.0"
  872. },
  873. "type": "wordpress-plugin",
  874. "homepage": "https://wordpress.org/plugins/classic-editor/"
  875. },
  876. {
  877. "name": "wpackagist-plugin/timber-library",
  878. "version": "1.16.0",
  879. "source": {
  880. "type": "svn",
  881. "url": "https://plugins.svn.wordpress.org/timber-library/",
  882. "reference": "tags/1.16.0"
  883. },
  884. "dist": {
  885. "type": "zip",
  886. "url": "https://downloads.wordpress.org/plugin/timber-library.1.16.0.zip"
  887. },
  888. "require": {
  889. "composer/installers": "~1.0"
  890. },
  891. "type": "wordpress-plugin",
  892. "homepage": "https://wordpress.org/plugins/timber-library/"
  893. }
  894. ],
  895. "packages-dev": [
  896. {
  897. "name": "roave/security-advisories",
  898. "version": "dev-master",
  899. "source": {
  900. "type": "git",
  901. "url": "https://github.com/Roave/SecurityAdvisories.git",
  902. "reference": "e38de1df609b39d97144514d28b0804ad4daaddb"
  903. },
  904. "dist": {
  905. "type": "zip",
  906. "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/e38de1df609b39d97144514d28b0804ad4daaddb",
  907. "reference": "e38de1df609b39d97144514d28b0804ad4daaddb",
  908. "shasum": ""
  909. },
  910. "conflict": {
  911. "3f/pygmentize": "<1.2",
  912. "adodb/adodb-php": "<5.20.12",
  913. "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
  914. "amphp/artax": "<1.0.6|>=2,<2.0.6",
  915. "amphp/http": "<1.0.1",
  916. "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6",
  917. "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
  918. "aws/aws-sdk-php": ">=3,<3.2.1",
  919. "bagisto/bagisto": "<0.1.5",
  920. "barrelstrength/sprout-base-email": "<1.2.7",
  921. "barrelstrength/sprout-forms": "<3.9",
  922. "bolt/bolt": "<3.6.10",
  923. "brightlocal/phpwhois": "<=4.2.5",
  924. "buddypress/buddypress": "<5.1.2",
  925. "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
  926. "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",
  927. "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
  928. "cartalyst/sentry": "<=2.1.6",
  929. "centreon/centreon": "<18.10.8|>=19,<19.4.5",
  930. "cesnet/simplesamlphp-module-proxystatistics": "<3.1",
  931. "codeigniter/framework": "<=3.0.6",
  932. "composer/composer": "<=1-alpha.11",
  933. "contao-components/mediaelement": ">=2.14.2,<2.21.1",
  934. "contao/core": ">=2,<3.5.39",
  935. "contao/core-bundle": ">=4,<4.4.46|>=4.5,<4.8.6",
  936. "contao/listing-bundle": ">=4,<4.4.8",
  937. "datadog/dd-trace": ">=0.30,<0.30.2",
  938. "david-garcia/phpwhois": "<=4.3.1",
  939. "doctrine/annotations": ">=1,<1.2.7",
  940. "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
  941. "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
  942. "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
  943. "doctrine/doctrine-bundle": "<1.5.2",
  944. "doctrine/doctrine-module": "<=0.7.1",
  945. "doctrine/mongodb-odm": ">=1,<1.0.2",
  946. "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
  947. "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
  948. "dolibarr/dolibarr": "<11.0.4",
  949. "dompdf/dompdf": ">=0.6,<0.6.2",
  950. "drupal/core": ">=7,<7.70|>=8,<8.7.14|>=8.8,<8.8.6",
  951. "drupal/drupal": ">=7,<7.70|>=8,<8.7.14|>=8.8,<8.8.6",
  952. "endroid/qr-code-bundle": "<3.4.2",
  953. "enshrined/svg-sanitize": "<0.13.1",
  954. "erusev/parsedown": "<1.7.2",
  955. "ezsystems/demobundle": ">=5.4,<5.4.6.1",
  956. "ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1",
  957. "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1",
  958. "ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4",
  959. "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6",
  960. "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2",
  961. "ezsystems/ezplatform-user": ">=1,<1.0.1",
  962. "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",
  963. "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",
  964. "ezsystems/repository-forms": ">=2.3,<2.3.2.1",
  965. "ezyang/htmlpurifier": "<4.1.1",
  966. "firebase/php-jwt": "<2",
  967. "fooman/tcpdf": "<6.2.22",
  968. "fossar/tcpdf-parser": "<6.2.22",
  969. "friendsofsymfony/oauth2-php": "<1.3",
  970. "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
  971. "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
  972. "fuel/core": "<1.8.1",
  973. "getgrav/grav": "<1.7-beta.8",
  974. "gree/jose": "<=2.2",
  975. "gregwar/rst": "<1.0.3",
  976. "guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1",
  977. "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",
  978. "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",
  979. "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
  980. "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",
  981. "illuminate/view": ">=7,<7.1.2",
  982. "ivankristianto/phpwhois": "<=4.3",
  983. "james-heinrich/getid3": "<1.9.9",
  984. "joomla/session": "<1.3.1",
  985. "jsmitty12/phpwhois": "<5.1",
  986. "kazist/phpwhois": "<=4.2.6",
  987. "kreait/firebase-php": ">=3.2,<3.8.1",
  988. "la-haute-societe/tcpdf": "<6.2.22",
  989. "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",
  990. "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
  991. "league/commonmark": "<0.18.3",
  992. "librenms/librenms": "<1.53",
  993. "magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3",
  994. "magento/magento1ce": "<1.9.4.3",
  995. "magento/magento1ee": ">=1,<1.14.4.3",
  996. "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2",
  997. "monolog/monolog": ">=1.8,<1.12",
  998. "namshi/jose": "<2.2",
  999. "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
  1000. "onelogin/php-saml": "<2.10.4",
  1001. "oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5",
  1002. "openid/php-openid": "<2.3",
  1003. "oro/crm": ">=1.7,<1.7.4",
  1004. "oro/platform": ">=1.7,<1.7.4",
  1005. "padraic/humbug_get_contents": "<1.1.2",
  1006. "pagarme/pagarme-php": ">=0,<3",
  1007. "paragonie/random_compat": "<2",
  1008. "paypal/merchant-sdk-php": "<3.12",
  1009. "pear/archive_tar": "<1.4.4",
  1010. "phpfastcache/phpfastcache": ">=5,<5.0.13",
  1011. "phpmailer/phpmailer": ">=5,<5.2.27|>=6,<6.0.6",
  1012. "phpmyadmin/phpmyadmin": "<4.9.2",
  1013. "phpoffice/phpexcel": "<1.8.2",
  1014. "phpoffice/phpspreadsheet": "<1.8",
  1015. "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
  1016. "phpwhois/phpwhois": "<=4.2.5",
  1017. "phpxmlrpc/extras": "<0.6.1",
  1018. "pimcore/pimcore": "<6.3",
  1019. "prestashop/autoupgrade": ">=4,<4.10.1",
  1020. "prestashop/gamification": "<2.3.2",
  1021. "prestashop/ps_facetedsearch": "<3.4.1",
  1022. "privatebin/privatebin": "<1.2.2|>=1.3,<1.3.2",
  1023. "propel/propel": ">=2-alpha.1,<=2-alpha.7",
  1024. "propel/propel1": ">=1,<=1.7.1",
  1025. "pusher/pusher-php-server": "<2.2.1",
  1026. "robrichards/xmlseclibs": "<3.0.4",
  1027. "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
  1028. "scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11",
  1029. "sensiolabs/connect": "<4.2.3",
  1030. "serluck/phpwhois": "<=4.2.6",
  1031. "shopware/shopware": "<5.3.7",
  1032. "silverstripe/admin": ">=1.0.3,<1.0.4|>=1.1,<1.1.1",
  1033. "silverstripe/assets": ">=1,<1.4.7|>=1.5,<1.5.2",
  1034. "silverstripe/cms": "<4.3.6|>=4.4,<4.4.4",
  1035. "silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1",
  1036. "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
  1037. "silverstripe/framework": "<4.4.5|>=4.5,<4.5.2",
  1038. "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2",
  1039. "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
  1040. "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4",
  1041. "silverstripe/subsites": ">=2,<2.1.1",
  1042. "silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
  1043. "silverstripe/userforms": "<3",
  1044. "simple-updates/phpwhois": "<=1",
  1045. "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
  1046. "simplesamlphp/simplesamlphp": "<1.18.6",
  1047. "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
  1048. "simplito/elliptic-php": "<1.0.6",
  1049. "slim/slim": "<2.6",
  1050. "smarty/smarty": "<3.1.33",
  1051. "socalnick/scn-social-auth": "<1.15.2",
  1052. "spoonity/tcpdf": "<6.2.22",
  1053. "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
  1054. "ssddanbrown/bookstack": "<0.29.2",
  1055. "stormpath/sdk": ">=0,<9.9.99",
  1056. "studio-42/elfinder": "<2.1.49",
  1057. "swiftmailer/swiftmailer": ">=4,<5.4.5",
  1058. "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
  1059. "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",
  1060. "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",
  1061. "sylius/resource-bundle": "<1.3.13|>=1.4,<1.4.6|>=1.5,<1.5.1|>=1.6,<1.6.3",
  1062. "sylius/sylius": "<1.3.16|>=1.4,<1.4.12|>=1.5,<1.5.9|>=1.6,<1.6.5",
  1063. "symbiote/silverstripe-multivaluefield": ">=3,<3.0.99",
  1064. "symbiote/silverstripe-versionedfiles": "<=2.0.3",
  1065. "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
  1066. "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",
  1067. "symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
  1068. "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",
  1069. "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",
  1070. "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",
  1071. "symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
  1072. "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
  1073. "symfony/mime": ">=4.3,<4.3.8",
  1074. "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
  1075. "symfony/polyfill": ">=1,<1.10",
  1076. "symfony/polyfill-php55": ">=1,<1.10",
  1077. "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",
  1078. "symfony/routing": ">=2,<2.0.19",
  1079. "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",
  1080. "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",
  1081. "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",
  1082. "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",
  1083. "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
  1084. "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",
  1085. "symfony/serializer": ">=2,<2.0.11",
  1086. "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",
  1087. "symfony/translation": ">=2,<2.0.17",
  1088. "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
  1089. "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
  1090. "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
  1091. "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
  1092. "t3g/svg-sanitizer": "<1.0.3",
  1093. "tecnickcom/tcpdf": "<6.2.22",
  1094. "thelia/backoffice-default-template": ">=2.1,<2.1.2",
  1095. "thelia/thelia": ">=2.1-beta.1,<2.1.3",
  1096. "theonedemon/phpwhois": "<=4.2.5",
  1097. "titon/framework": ">=0,<9.9.99",
  1098. "truckersmp/phpwhois": "<=4.3.1",
  1099. "twig/twig": "<1.38|>=2,<2.7",
  1100. "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.30|>=9,<9.5.17|>=10,<10.4.2",
  1101. "typo3/cms-core": ">=8,<8.7.30|>=9,<9.5.17|>=10,<10.4.2",
  1102. "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",
  1103. "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
  1104. "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
  1105. "ua-parser/uap-php": "<3.8",
  1106. "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
  1107. "verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4",
  1108. "wallabag/tcpdf": "<6.2.22",
  1109. "willdurand/js-translation-bundle": "<2.1.1",
  1110. "yii2mod/yii2-cms": "<1.9.2",
  1111. "yiisoft/yii": ">=1.1.14,<1.1.15",
  1112. "yiisoft/yii2": "<2.0.15",
  1113. "yiisoft/yii2-bootstrap": "<2.0.4",
  1114. "yiisoft/yii2-dev": "<2.0.15",
  1115. "yiisoft/yii2-elasticsearch": "<2.0.5",
  1116. "yiisoft/yii2-gii": "<2.0.4",
  1117. "yiisoft/yii2-jui": "<2.0.4",
  1118. "yiisoft/yii2-redis": "<2.0.8",
  1119. "yourls/yourls": "<1.7.4",
  1120. "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
  1121. "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
  1122. "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
  1123. "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
  1124. "zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
  1125. "zendframework/zend-diactoros": ">=1,<1.8.4",
  1126. "zendframework/zend-feed": ">=1,<2.10.3",
  1127. "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
  1128. "zendframework/zend-http": ">=1,<2.8.1",
  1129. "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
  1130. "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
  1131. "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
  1132. "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
  1133. "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
  1134. "zendframework/zend-validator": ">=2.3,<2.3.6",
  1135. "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
  1136. "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
  1137. "zendframework/zendframework": "<2.5.1",
  1138. "zendframework/zendframework1": "<1.12.20",
  1139. "zendframework/zendopenid": ">=2,<2.0.2",
  1140. "zendframework/zendxml": ">=1,<1.0.1",
  1141. "zetacomponents/mail": "<1.8.2",
  1142. "zf-commons/zfc-user": "<1.2.2",
  1143. "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
  1144. "zfr/zfr-oauth2-server-module": "<0.1.2"
  1145. },
  1146. "type": "metapackage",
  1147. "notification-url": "https://packagist.org/downloads/",
  1148. "license": [
  1149. "MIT"
  1150. ],
  1151. "authors": [
  1152. {
  1153. "name": "Marco Pivetta",
  1154. "email": "ocramius@gmail.com",
  1155. "role": "maintainer"
  1156. },
  1157. {
  1158. "name": "Ilya Tribusean",
  1159. "email": "slash3b@gmail.com",
  1160. "role": "maintainer"
  1161. }
  1162. ],
  1163. "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
  1164. "funding": [
  1165. {
  1166. "url": "https://github.com/Ocramius",
  1167. "type": "github"
  1168. },
  1169. {
  1170. "url": "https://tidelift.com/funding/github/packagist/roave/security-advisories",
  1171. "type": "tidelift"
  1172. }
  1173. ],
  1174. "time": "2020-05-22T06:49:22+00:00"
  1175. },
  1176. {
  1177. "name": "squizlabs/php_codesniffer",
  1178. "version": "3.5.5",
  1179. "source": {
  1180. "type": "git",
  1181. "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
  1182. "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6"
  1183. },
  1184. "dist": {
  1185. "type": "zip",
  1186. "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
  1187. "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
  1188. "shasum": ""
  1189. },
  1190. "require": {
  1191. "ext-simplexml": "*",
  1192. "ext-tokenizer": "*",
  1193. "ext-xmlwriter": "*",
  1194. "php": ">=5.4.0"
  1195. },
  1196. "require-dev": {
  1197. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  1198. },
  1199. "bin": [
  1200. "bin/phpcs",
  1201. "bin/phpcbf"
  1202. ],
  1203. "type": "library",
  1204. "extra": {
  1205. "branch-alias": {
  1206. "dev-master": "3.x-dev"
  1207. }
  1208. },
  1209. "notification-url": "https://packagist.org/downloads/",
  1210. "license": [
  1211. "BSD-3-Clause"
  1212. ],
  1213. "authors": [
  1214. {
  1215. "name": "Greg Sherwood",
  1216. "role": "lead"
  1217. }
  1218. ],
  1219. "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  1220. "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
  1221. "keywords": [
  1222. "phpcs",
  1223. "standards"
  1224. ],
  1225. "time": "2020-04-17T01:09:41+00:00"
  1226. }
  1227. ],
  1228. "aliases": [],
  1229. "minimum-stability": "dev",
  1230. "stability-flags": {
  1231. "roave/security-advisories": 20
  1232. },
  1233. "prefer-stable": true,
  1234. "prefer-lowest": false,
  1235. "platform": {
  1236. "php": ">=7.1"
  1237. },
  1238. "platform-dev": [],
  1239. "plugin-api-version": "1.1.0"
  1240. }