composer.lock 53 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324
  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": "df4174eeaca5350cba29729b00378961",
  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.5",
  182. "source": {
  183. "type": "git",
  184. "url": "https://github.com/schmittjoh/php-option.git",
  185. "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525"
  186. },
  187. "dist": {
  188. "type": "zip",
  189. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525",
  190. "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525",
  191. "shasum": ""
  192. },
  193. "require": {
  194. "php": "^5.5.9 || ^7.0 || ^8.0"
  195. },
  196. "require-dev": {
  197. "bamarni/composer-bin-plugin": "^1.4.1",
  198. "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.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. "funding": [
  233. {
  234. "url": "https://github.com/GrahamCampbell",
  235. "type": "github"
  236. },
  237. {
  238. "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
  239. "type": "tidelift"
  240. }
  241. ],
  242. "time": "2020-07-20T17:29:33+00:00"
  243. },
  244. {
  245. "name": "roots/wordpress",
  246. "version": "5.5.1",
  247. "source": {
  248. "type": "git",
  249. "url": "https://github.com/WordPress/WordPress.git",
  250. "reference": "5.5.1"
  251. },
  252. "dist": {
  253. "type": "zip",
  254. "url": "https://api.github.com/repos/WordPress/WordPress/zipball/5.5.1",
  255. "reference": "5.5.1"
  256. },
  257. "require": {
  258. "php": ">=5.3.2",
  259. "roots/wordpress-core-installer": ">=1.0.0"
  260. },
  261. "type": "wordpress-core",
  262. "notification-url": "https://packagist.org/downloads/",
  263. "license": [
  264. "GPL-2.0-or-later"
  265. ],
  266. "authors": [
  267. {
  268. "name": "WordPress Community",
  269. "homepage": "https://wordpress.org/about/"
  270. }
  271. ],
  272. "description": "WordPress is web software you can use to create a beautiful website or blog.",
  273. "homepage": "https://wordpress.org/",
  274. "keywords": [
  275. "blog",
  276. "cms",
  277. "wordpress"
  278. ],
  279. "funding": [
  280. {
  281. "url": "https://github.com/roots",
  282. "type": "github"
  283. },
  284. {
  285. "url": "https://www.patreon.com/rootsdev",
  286. "type": "patreon"
  287. }
  288. ],
  289. "time": "2020-09-01T18:56:09+00:00"
  290. },
  291. {
  292. "name": "roots/wordpress-core-installer",
  293. "version": "1.1.0",
  294. "source": {
  295. "type": "git",
  296. "url": "https://github.com/roots/wordpress-core-installer.git",
  297. "reference": "83744b1ba5bbdb5bb225f47e24da61a6cf6c5b80"
  298. },
  299. "dist": {
  300. "type": "zip",
  301. "url": "https://api.github.com/repos/roots/wordpress-core-installer/zipball/83744b1ba5bbdb5bb225f47e24da61a6cf6c5b80",
  302. "reference": "83744b1ba5bbdb5bb225f47e24da61a6cf6c5b80",
  303. "shasum": ""
  304. },
  305. "require": {
  306. "composer-plugin-api": "^1.0"
  307. },
  308. "conflict": {
  309. "composer/installers": "<1.0.6"
  310. },
  311. "replace": {
  312. "johnpbloch/wordpress-core-installer": "*"
  313. },
  314. "require-dev": {
  315. "composer/composer": "^1.0",
  316. "phpunit/phpunit": ">=4.8.35"
  317. },
  318. "type": "composer-plugin",
  319. "extra": {
  320. "class": "Roots\\Composer\\WordPressCorePlugin"
  321. },
  322. "autoload": {
  323. "psr-4": {
  324. "Roots\\Composer\\": "src/"
  325. }
  326. },
  327. "notification-url": "https://packagist.org/downloads/",
  328. "license": [
  329. "GPL-2.0-or-later"
  330. ],
  331. "authors": [
  332. {
  333. "name": "John P. Bloch",
  334. "email": "me@johnpbloch.com"
  335. },
  336. {
  337. "name": "Roots",
  338. "email": "team@roots.io"
  339. }
  340. ],
  341. "description": "A custom installer to handle deploying WordPress with composer",
  342. "keywords": [
  343. "wordpress"
  344. ],
  345. "time": "2018-12-10T00:22:15+00:00"
  346. },
  347. {
  348. "name": "roots/wp-config",
  349. "version": "1.0.0",
  350. "source": {
  351. "type": "git",
  352. "url": "https://github.com/roots/wp-config.git",
  353. "reference": "37c38230796119fb487fa03346ab0706ce6d4962"
  354. },
  355. "dist": {
  356. "type": "zip",
  357. "url": "https://api.github.com/repos/roots/wp-config/zipball/37c38230796119fb487fa03346ab0706ce6d4962",
  358. "reference": "37c38230796119fb487fa03346ab0706ce6d4962",
  359. "shasum": ""
  360. },
  361. "require": {
  362. "php": ">=5.6"
  363. },
  364. "require-dev": {
  365. "php-coveralls/php-coveralls": "^2.1",
  366. "phpunit/phpunit": "^5.7",
  367. "roave/security-advisories": "dev-master",
  368. "squizlabs/php_codesniffer": "^3.3"
  369. },
  370. "type": "library",
  371. "autoload": {
  372. "psr-4": {
  373. "Roots\\WPConfig\\": "src"
  374. }
  375. },
  376. "notification-url": "https://packagist.org/downloads/",
  377. "license": [
  378. "MIT"
  379. ],
  380. "authors": [
  381. {
  382. "name": "Austin Pray",
  383. "email": "austin@austinpray.com"
  384. }
  385. ],
  386. "description": "Collect configuration values and safely define() them",
  387. "time": "2018-08-10T14:18:38+00:00"
  388. },
  389. {
  390. "name": "roots/wp-password-bcrypt",
  391. "version": "1.0.0",
  392. "source": {
  393. "type": "git",
  394. "url": "https://github.com/roots/wp-password-bcrypt.git",
  395. "reference": "5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa"
  396. },
  397. "dist": {
  398. "type": "zip",
  399. "url": "https://api.github.com/repos/roots/wp-password-bcrypt/zipball/5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa",
  400. "reference": "5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa",
  401. "shasum": ""
  402. },
  403. "require": {
  404. "composer/installers": "~1.0",
  405. "php": ">=5.5.0"
  406. },
  407. "require-dev": {
  408. "brain/monkey": "^1.3.1",
  409. "mockery/mockery": "^0.9.4",
  410. "phpunit/phpunit": "^4.8.23|^5.2.9",
  411. "squizlabs/php_codesniffer": "^2.5.1"
  412. },
  413. "type": "library",
  414. "autoload": {
  415. "files": [
  416. "wp-password-bcrypt.php"
  417. ]
  418. },
  419. "notification-url": "https://packagist.org/downloads/",
  420. "license": [
  421. "MIT"
  422. ],
  423. "authors": [
  424. {
  425. "name": "Scott Walkinshaw",
  426. "email": "scott.walkinshaw@gmail.com",
  427. "homepage": "https://github.com/swalkinshaw"
  428. },
  429. {
  430. "name": "qwp6t",
  431. "homepage": "https://github.com/qwp6t"
  432. },
  433. {
  434. "name": "Jan Pingel",
  435. "email": "jpingel@bitpiston.com",
  436. "homepage": "http://janpingel.com"
  437. }
  438. ],
  439. "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.",
  440. "homepage": "https://roots.io/plugins/wp-password-bcrypt",
  441. "keywords": [
  442. "wordpress wp bcrypt password"
  443. ],
  444. "time": "2016-03-01T16:27:06+00:00"
  445. },
  446. {
  447. "name": "symfony/polyfill-ctype",
  448. "version": "v1.18.1",
  449. "source": {
  450. "type": "git",
  451. "url": "https://github.com/symfony/polyfill-ctype.git",
  452. "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
  453. },
  454. "dist": {
  455. "type": "zip",
  456. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
  457. "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
  458. "shasum": ""
  459. },
  460. "require": {
  461. "php": ">=5.3.3"
  462. },
  463. "suggest": {
  464. "ext-ctype": "For best performance"
  465. },
  466. "type": "library",
  467. "extra": {
  468. "branch-alias": {
  469. "dev-master": "1.18-dev"
  470. },
  471. "thanks": {
  472. "name": "symfony/polyfill",
  473. "url": "https://github.com/symfony/polyfill"
  474. }
  475. },
  476. "autoload": {
  477. "psr-4": {
  478. "Symfony\\Polyfill\\Ctype\\": ""
  479. },
  480. "files": [
  481. "bootstrap.php"
  482. ]
  483. },
  484. "notification-url": "https://packagist.org/downloads/",
  485. "license": [
  486. "MIT"
  487. ],
  488. "authors": [
  489. {
  490. "name": "Gert de Pagter",
  491. "email": "BackEndTea@gmail.com"
  492. },
  493. {
  494. "name": "Symfony Community",
  495. "homepage": "https://symfony.com/contributors"
  496. }
  497. ],
  498. "description": "Symfony polyfill for ctype functions",
  499. "homepage": "https://symfony.com",
  500. "keywords": [
  501. "compatibility",
  502. "ctype",
  503. "polyfill",
  504. "portable"
  505. ],
  506. "funding": [
  507. {
  508. "url": "https://symfony.com/sponsor",
  509. "type": "custom"
  510. },
  511. {
  512. "url": "https://github.com/fabpot",
  513. "type": "github"
  514. },
  515. {
  516. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  517. "type": "tidelift"
  518. }
  519. ],
  520. "time": "2020-07-14T12:35:20+00:00"
  521. },
  522. {
  523. "name": "symfony/polyfill-mbstring",
  524. "version": "v1.18.1",
  525. "source": {
  526. "type": "git",
  527. "url": "https://github.com/symfony/polyfill-mbstring.git",
  528. "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
  529. },
  530. "dist": {
  531. "type": "zip",
  532. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
  533. "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
  534. "shasum": ""
  535. },
  536. "require": {
  537. "php": ">=5.3.3"
  538. },
  539. "suggest": {
  540. "ext-mbstring": "For best performance"
  541. },
  542. "type": "library",
  543. "extra": {
  544. "branch-alias": {
  545. "dev-master": "1.18-dev"
  546. },
  547. "thanks": {
  548. "name": "symfony/polyfill",
  549. "url": "https://github.com/symfony/polyfill"
  550. }
  551. },
  552. "autoload": {
  553. "psr-4": {
  554. "Symfony\\Polyfill\\Mbstring\\": ""
  555. },
  556. "files": [
  557. "bootstrap.php"
  558. ]
  559. },
  560. "notification-url": "https://packagist.org/downloads/",
  561. "license": [
  562. "MIT"
  563. ],
  564. "authors": [
  565. {
  566. "name": "Nicolas Grekas",
  567. "email": "p@tchwork.com"
  568. },
  569. {
  570. "name": "Symfony Community",
  571. "homepage": "https://symfony.com/contributors"
  572. }
  573. ],
  574. "description": "Symfony polyfill for the Mbstring extension",
  575. "homepage": "https://symfony.com",
  576. "keywords": [
  577. "compatibility",
  578. "mbstring",
  579. "polyfill",
  580. "portable",
  581. "shim"
  582. ],
  583. "funding": [
  584. {
  585. "url": "https://symfony.com/sponsor",
  586. "type": "custom"
  587. },
  588. {
  589. "url": "https://github.com/fabpot",
  590. "type": "github"
  591. },
  592. {
  593. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  594. "type": "tidelift"
  595. }
  596. ],
  597. "time": "2020-07-14T12:35:20+00:00"
  598. },
  599. {
  600. "name": "twbs/bootstrap",
  601. "version": "v4.5.0",
  602. "source": {
  603. "type": "git",
  604. "url": "https://github.com/twbs/bootstrap.git",
  605. "reference": "7a6da5e3e7ad7c749dde806546a35d4d4259d965"
  606. },
  607. "dist": {
  608. "type": "zip",
  609. "url": "https://api.github.com/repos/twbs/bootstrap/zipball/7a6da5e3e7ad7c749dde806546a35d4d4259d965",
  610. "reference": "7a6da5e3e7ad7c749dde806546a35d4d4259d965",
  611. "shasum": ""
  612. },
  613. "replace": {
  614. "twitter/bootstrap": "self.version"
  615. },
  616. "type": "library",
  617. "extra": {
  618. "branch-alias": {
  619. "dev-master": "3.3.x-dev"
  620. }
  621. },
  622. "notification-url": "https://packagist.org/downloads/",
  623. "license": [
  624. "MIT"
  625. ],
  626. "authors": [
  627. {
  628. "name": "Mark Otto",
  629. "email": "markdotto@gmail.com"
  630. },
  631. {
  632. "name": "Jacob Thornton",
  633. "email": "jacobthornton@gmail.com"
  634. }
  635. ],
  636. "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  637. "homepage": "https://getbootstrap.com/",
  638. "keywords": [
  639. "JS",
  640. "css",
  641. "framework",
  642. "front-end",
  643. "mobile-first",
  644. "responsive",
  645. "sass",
  646. "web"
  647. ],
  648. "funding": [
  649. {
  650. "url": "https://opencollective.com/bootstrap",
  651. "type": "open_collective"
  652. }
  653. ],
  654. "time": "2020-05-12T17:44:42+00:00"
  655. },
  656. {
  657. "name": "twig/extensions",
  658. "version": "v1.5.4",
  659. "source": {
  660. "type": "git",
  661. "url": "https://github.com/twigphp/Twig-extensions.git",
  662. "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
  663. },
  664. "dist": {
  665. "type": "zip",
  666. "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
  667. "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
  668. "shasum": ""
  669. },
  670. "require": {
  671. "twig/twig": "^1.27|^2.0"
  672. },
  673. "require-dev": {
  674. "symfony/phpunit-bridge": "^3.4",
  675. "symfony/translation": "^2.7|^3.4"
  676. },
  677. "suggest": {
  678. "symfony/translation": "Allow the time_diff output to be translated"
  679. },
  680. "type": "library",
  681. "extra": {
  682. "branch-alias": {
  683. "dev-master": "1.5-dev"
  684. }
  685. },
  686. "autoload": {
  687. "psr-0": {
  688. "Twig_Extensions_": "lib/"
  689. },
  690. "psr-4": {
  691. "Twig\\Extensions\\": "src/"
  692. }
  693. },
  694. "notification-url": "https://packagist.org/downloads/",
  695. "license": [
  696. "MIT"
  697. ],
  698. "authors": [
  699. {
  700. "name": "Fabien Potencier",
  701. "email": "fabien@symfony.com"
  702. }
  703. ],
  704. "description": "Common additional features for Twig that do not directly belong in core",
  705. "keywords": [
  706. "i18n",
  707. "text"
  708. ],
  709. "abandoned": true,
  710. "time": "2018-12-05T18:34:18+00:00"
  711. },
  712. {
  713. "name": "twig/twig",
  714. "version": "v2.13.1",
  715. "source": {
  716. "type": "git",
  717. "url": "https://github.com/twigphp/Twig.git",
  718. "reference": "57e96259776ddcacf1814885fc3950460c8e18ef"
  719. },
  720. "dist": {
  721. "type": "zip",
  722. "url": "https://api.github.com/repos/twigphp/Twig/zipball/57e96259776ddcacf1814885fc3950460c8e18ef",
  723. "reference": "57e96259776ddcacf1814885fc3950460c8e18ef",
  724. "shasum": ""
  725. },
  726. "require": {
  727. "php": ">=7.1.3",
  728. "symfony/polyfill-ctype": "^1.8",
  729. "symfony/polyfill-mbstring": "^1.3"
  730. },
  731. "require-dev": {
  732. "psr/container": "^1.0",
  733. "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
  734. },
  735. "type": "library",
  736. "extra": {
  737. "branch-alias": {
  738. "dev-master": "2.13-dev"
  739. }
  740. },
  741. "autoload": {
  742. "psr-0": {
  743. "Twig_": "lib/"
  744. },
  745. "psr-4": {
  746. "Twig\\": "src/"
  747. }
  748. },
  749. "notification-url": "https://packagist.org/downloads/",
  750. "license": [
  751. "BSD-3-Clause"
  752. ],
  753. "authors": [
  754. {
  755. "name": "Fabien Potencier",
  756. "email": "fabien@symfony.com",
  757. "homepage": "http://fabien.potencier.org",
  758. "role": "Lead Developer"
  759. },
  760. {
  761. "name": "Twig Team",
  762. "role": "Contributors"
  763. },
  764. {
  765. "name": "Armin Ronacher",
  766. "email": "armin.ronacher@active-4.com",
  767. "role": "Project Founder"
  768. }
  769. ],
  770. "description": "Twig, the flexible, fast, and secure template language for PHP",
  771. "homepage": "https://twig.symfony.com",
  772. "keywords": [
  773. "templating"
  774. ],
  775. "funding": [
  776. {
  777. "url": "https://github.com/fabpot",
  778. "type": "github"
  779. },
  780. {
  781. "url": "https://tidelift.com/funding/github/packagist/twig/twig",
  782. "type": "tidelift"
  783. }
  784. ],
  785. "time": "2020-08-05T15:09:04+00:00"
  786. },
  787. {
  788. "name": "vlucas/phpdotenv",
  789. "version": "v4.1.8",
  790. "source": {
  791. "type": "git",
  792. "url": "https://github.com/vlucas/phpdotenv.git",
  793. "reference": "572af79d913627a9d70374d27a6f5d689a35de32"
  794. },
  795. "dist": {
  796. "type": "zip",
  797. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/572af79d913627a9d70374d27a6f5d689a35de32",
  798. "reference": "572af79d913627a9d70374d27a6f5d689a35de32",
  799. "shasum": ""
  800. },
  801. "require": {
  802. "php": "^5.5.9 || ^7.0 || ^8.0",
  803. "phpoption/phpoption": "^1.7.3",
  804. "symfony/polyfill-ctype": "^1.17"
  805. },
  806. "require-dev": {
  807. "bamarni/composer-bin-plugin": "^1.4.1",
  808. "ext-filter": "*",
  809. "ext-pcre": "*",
  810. "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0"
  811. },
  812. "suggest": {
  813. "ext-filter": "Required to use the boolean validator.",
  814. "ext-pcre": "Required to use most of the library."
  815. },
  816. "type": "library",
  817. "extra": {
  818. "branch-alias": {
  819. "dev-master": "4.1-dev"
  820. }
  821. },
  822. "autoload": {
  823. "psr-4": {
  824. "Dotenv\\": "src/"
  825. }
  826. },
  827. "notification-url": "https://packagist.org/downloads/",
  828. "license": [
  829. "BSD-3-Clause"
  830. ],
  831. "authors": [
  832. {
  833. "name": "Graham Campbell",
  834. "email": "graham@alt-three.com",
  835. "homepage": "https://gjcampbell.co.uk/"
  836. },
  837. {
  838. "name": "Vance Lucas",
  839. "email": "vance@vancelucas.com",
  840. "homepage": "https://vancelucas.com/"
  841. }
  842. ],
  843. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  844. "keywords": [
  845. "dotenv",
  846. "env",
  847. "environment"
  848. ],
  849. "funding": [
  850. {
  851. "url": "https://github.com/GrahamCampbell",
  852. "type": "github"
  853. },
  854. {
  855. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  856. "type": "tidelift"
  857. }
  858. ],
  859. "time": "2020-07-14T19:22:52+00:00"
  860. },
  861. {
  862. "name": "wpackagist-plugin/advanced-custom-fields",
  863. "version": "5.9.1",
  864. "source": {
  865. "type": "svn",
  866. "url": "https://plugins.svn.wordpress.org/advanced-custom-fields/",
  867. "reference": "tags/5.9.1"
  868. },
  869. "dist": {
  870. "type": "zip",
  871. "url": "https://downloads.wordpress.org/plugin/advanced-custom-fields.5.9.1.zip"
  872. },
  873. "require": {
  874. "composer/installers": "~1.0"
  875. },
  876. "type": "wordpress-plugin",
  877. "homepage": "https://wordpress.org/plugins/advanced-custom-fields/"
  878. },
  879. {
  880. "name": "wpackagist-plugin/advanced-forms",
  881. "version": "1.7.0",
  882. "source": {
  883. "type": "svn",
  884. "url": "https://plugins.svn.wordpress.org/advanced-forms/",
  885. "reference": "tags/1.7.0"
  886. },
  887. "dist": {
  888. "type": "zip",
  889. "url": "https://downloads.wordpress.org/plugin/advanced-forms.1.7.0.zip"
  890. },
  891. "require": {
  892. "composer/installers": "~1.0"
  893. },
  894. "type": "wordpress-plugin",
  895. "homepage": "https://wordpress.org/plugins/advanced-forms/"
  896. },
  897. {
  898. "name": "wpackagist-plugin/classic-editor",
  899. "version": "1.6",
  900. "source": {
  901. "type": "svn",
  902. "url": "https://plugins.svn.wordpress.org/classic-editor/",
  903. "reference": "tags/1.6"
  904. },
  905. "dist": {
  906. "type": "zip",
  907. "url": "https://downloads.wordpress.org/plugin/classic-editor.1.6.zip"
  908. },
  909. "require": {
  910. "composer/installers": "~1.0"
  911. },
  912. "type": "wordpress-plugin",
  913. "homepage": "https://wordpress.org/plugins/classic-editor/"
  914. },
  915. {
  916. "name": "wpackagist-plugin/timber-library",
  917. "version": "1.18.1",
  918. "source": {
  919. "type": "svn",
  920. "url": "https://plugins.svn.wordpress.org/timber-library/",
  921. "reference": "tags/1.18.1"
  922. },
  923. "dist": {
  924. "type": "zip",
  925. "url": "https://downloads.wordpress.org/plugin/timber-library.1.18.1.zip"
  926. },
  927. "require": {
  928. "composer/installers": "~1.0"
  929. },
  930. "type": "wordpress-plugin",
  931. "homepage": "https://wordpress.org/plugins/timber-library/"
  932. },
  933. {
  934. "name": "wpackagist-plugin/wp-mail-smtp",
  935. "version": "2.4.0",
  936. "source": {
  937. "type": "svn",
  938. "url": "https://plugins.svn.wordpress.org/wp-mail-smtp/",
  939. "reference": "tags/2.4.0"
  940. },
  941. "dist": {
  942. "type": "zip",
  943. "url": "https://downloads.wordpress.org/plugin/wp-mail-smtp.2.4.0.zip"
  944. },
  945. "require": {
  946. "composer/installers": "~1.0"
  947. },
  948. "type": "wordpress-plugin",
  949. "homepage": "https://wordpress.org/plugins/wp-mail-smtp/"
  950. }
  951. ],
  952. "packages-dev": [
  953. {
  954. "name": "roave/security-advisories",
  955. "version": "dev-master",
  956. "source": {
  957. "type": "git",
  958. "url": "https://github.com/Roave/SecurityAdvisories.git",
  959. "reference": "e859317fce42b1ec2d42b204285beaba541e8dbf"
  960. },
  961. "dist": {
  962. "type": "zip",
  963. "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/e859317fce42b1ec2d42b204285beaba541e8dbf",
  964. "reference": "e859317fce42b1ec2d42b204285beaba541e8dbf",
  965. "shasum": ""
  966. },
  967. "conflict": {
  968. "3f/pygmentize": "<1.2",
  969. "adodb/adodb-php": "<5.20.12",
  970. "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
  971. "amphp/artax": "<1.0.6|>=2,<2.0.6",
  972. "amphp/http": "<1.0.1",
  973. "amphp/http-client": ">=4,<4.4",
  974. "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6",
  975. "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
  976. "aws/aws-sdk-php": ">=3,<3.2.1",
  977. "bagisto/bagisto": "<0.1.5",
  978. "barrelstrength/sprout-base-email": "<1.2.7",
  979. "barrelstrength/sprout-forms": "<3.9",
  980. "baserproject/basercms": ">=4,<=4.3.6",
  981. "bolt/bolt": "<3.7.1",
  982. "brightlocal/phpwhois": "<=4.2.5",
  983. "buddypress/buddypress": "<5.1.2",
  984. "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
  985. "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",
  986. "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
  987. "cartalyst/sentry": "<=2.1.6",
  988. "centreon/centreon": "<18.10.8|>=19,<19.4.5",
  989. "cesnet/simplesamlphp-module-proxystatistics": "<3.1",
  990. "codeigniter/framework": "<=3.0.6",
  991. "composer/composer": "<=1-alpha.11",
  992. "contao-components/mediaelement": ">=2.14.2,<2.21.1",
  993. "contao/core": ">=2,<3.5.39",
  994. "contao/core-bundle": ">=4,<4.4.52|>=4.5,<4.9.6|= 4.10.0",
  995. "contao/listing-bundle": ">=4,<4.4.8",
  996. "datadog/dd-trace": ">=0.30,<0.30.2",
  997. "david-garcia/phpwhois": "<=4.3.1",
  998. "derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1",
  999. "doctrine/annotations": ">=1,<1.2.7",
  1000. "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
  1001. "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
  1002. "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
  1003. "doctrine/doctrine-bundle": "<1.5.2",
  1004. "doctrine/doctrine-module": "<=0.7.1",
  1005. "doctrine/mongodb-odm": ">=1,<1.0.2",
  1006. "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
  1007. "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
  1008. "dolibarr/dolibarr": "<11.0.4",
  1009. "dompdf/dompdf": ">=0.6,<0.6.2",
  1010. "drupal/core": ">=7,<7.73|>=8,<8.8.10|>=8.9,<8.9.6|>=9,<9.0.6",
  1011. "drupal/drupal": ">=7,<7.73|>=8,<8.8.10|>=8.9,<8.9.6|>=9,<9.0.6",
  1012. "endroid/qr-code-bundle": "<3.4.2",
  1013. "enshrined/svg-sanitize": "<0.13.1",
  1014. "erusev/parsedown": "<1.7.2",
  1015. "ezsystems/demobundle": ">=5.4,<5.4.6.1",
  1016. "ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1",
  1017. "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1",
  1018. "ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4",
  1019. "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6",
  1020. "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1",
  1021. "ezsystems/ezplatform-kernel": ">=1,<1.0.2.1",
  1022. "ezsystems/ezplatform-user": ">=1,<1.0.1",
  1023. "ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.14.2|>=6,<6.7.9.1|>=6.8,<6.13.6.3|>=7,<7.2.4.1|>=7.3,<7.3.2.1|>=7.5,<7.5.7.1",
  1024. "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",
  1025. "ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
  1026. "ezsystems/repository-forms": ">=2.3,<2.3.2.1",
  1027. "ezyang/htmlpurifier": "<4.1.1",
  1028. "firebase/php-jwt": "<2",
  1029. "fooman/tcpdf": "<6.2.22",
  1030. "fossar/tcpdf-parser": "<6.2.22",
  1031. "friendsofsymfony/oauth2-php": "<1.3",
  1032. "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
  1033. "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
  1034. "friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
  1035. "fuel/core": "<1.8.1",
  1036. "getgrav/grav": "<1.7-beta.8",
  1037. "gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3",
  1038. "gree/jose": "<=2.2",
  1039. "gregwar/rst": "<1.0.3",
  1040. "guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1",
  1041. "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",
  1042. "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.31|>=7,<7.22.4",
  1043. "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29|>=5.5,<=5.5.44|>=6,<6.18.34|>=7,<7.23.2",
  1044. "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",
  1045. "illuminate/view": ">=7,<7.1.2",
  1046. "ivankristianto/phpwhois": "<=4.3",
  1047. "james-heinrich/getid3": "<1.9.9",
  1048. "joomla/session": "<1.3.1",
  1049. "jsmitty12/phpwhois": "<5.1",
  1050. "kazist/phpwhois": "<=4.2.6",
  1051. "kitodo/presentation": "<3.1.2",
  1052. "kreait/firebase-php": ">=3.2,<3.8.1",
  1053. "la-haute-societe/tcpdf": "<6.2.22",
  1054. "laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.34|>=7,<7.23.2",
  1055. "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
  1056. "league/commonmark": "<0.18.3",
  1057. "librenms/librenms": "<1.53",
  1058. "livewire/livewire": ">2.2.4,<2.2.6",
  1059. "magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3",
  1060. "magento/magento1ce": "<1.9.4.3",
  1061. "magento/magento1ee": ">=1,<1.14.4.3",
  1062. "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2",
  1063. "marcwillmann/turn": "<0.3.3",
  1064. "mittwald/typo3_forum": "<1.2.1",
  1065. "monolog/monolog": ">=1.8,<1.12",
  1066. "namshi/jose": "<2.2",
  1067. "nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6",
  1068. "nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13",
  1069. "nystudio107/craft-seomatic": "<3.3",
  1070. "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
  1071. "october/backend": ">=1.0.319,<1.0.467",
  1072. "october/cms": ">=1.0.319,<1.0.466",
  1073. "october/october": ">=1.0.319,<1.0.466",
  1074. "october/rain": ">=1.0.319,<1.0.468",
  1075. "onelogin/php-saml": "<2.10.4",
  1076. "oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5",
  1077. "openid/php-openid": "<2.3",
  1078. "openmage/magento-lts": "<19.4.6|>=20,<20.0.2",
  1079. "oro/crm": ">=1.7,<1.7.4",
  1080. "oro/platform": ">=1.7,<1.7.4",
  1081. "padraic/humbug_get_contents": "<1.1.2",
  1082. "pagarme/pagarme-php": ">=0,<3",
  1083. "paragonie/random_compat": "<2",
  1084. "paypal/merchant-sdk-php": "<3.12",
  1085. "pear/archive_tar": "<1.4.4",
  1086. "personnummer/personnummer": "<3.0.2",
  1087. "phpfastcache/phpfastcache": ">=5,<5.0.13",
  1088. "phpmailer/phpmailer": "<6.1.6",
  1089. "phpmussel/phpmussel": ">=1,<1.6",
  1090. "phpmyadmin/phpmyadmin": "<4.9.2",
  1091. "phpoffice/phpexcel": "<1.8.2",
  1092. "phpoffice/phpspreadsheet": "<1.8",
  1093. "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
  1094. "phpwhois/phpwhois": "<=4.2.5",
  1095. "phpxmlrpc/extras": "<0.6.1",
  1096. "pimcore/pimcore": "<6.3",
  1097. "prestashop/autoupgrade": ">=4,<4.10.1",
  1098. "prestashop/contactform": ">1.0.1,<4.3",
  1099. "prestashop/gamification": "<2.3.2",
  1100. "prestashop/ps_facetedsearch": "<3.4.1",
  1101. "privatebin/privatebin": "<1.2.2|>=1.3,<1.3.2",
  1102. "propel/propel": ">=2-alpha.1,<=2-alpha.7",
  1103. "propel/propel1": ">=1,<=1.7.1",
  1104. "pusher/pusher-php-server": "<2.2.1",
  1105. "rainlab/debugbar-plugin": "<3.1",
  1106. "robrichards/xmlseclibs": "<3.0.4",
  1107. "sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1",
  1108. "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
  1109. "scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11",
  1110. "sensiolabs/connect": "<4.2.3",
  1111. "serluck/phpwhois": "<=4.2.6",
  1112. "shopware/core": "<=6.3.1",
  1113. "shopware/platform": "<=6.3.1",
  1114. "shopware/shopware": "<5.3.7",
  1115. "silverstripe/admin": ">=1.0.3,<1.0.4|>=1.1,<1.1.1",
  1116. "silverstripe/assets": ">=1,<1.4.7|>=1.5,<1.5.2",
  1117. "silverstripe/cms": "<4.3.6|>=4.4,<4.4.4",
  1118. "silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1",
  1119. "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
  1120. "silverstripe/framework": "<4.4.7|>=4.5,<4.5.4",
  1121. "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2|>=3.2,<3.2.4",
  1122. "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
  1123. "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4",
  1124. "silverstripe/subsites": ">=2,<2.1.1",
  1125. "silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
  1126. "silverstripe/userforms": "<3",
  1127. "simple-updates/phpwhois": "<=1",
  1128. "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
  1129. "simplesamlphp/simplesamlphp": "<1.18.6",
  1130. "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
  1131. "simplito/elliptic-php": "<1.0.6",
  1132. "slim/slim": "<2.6",
  1133. "smarty/smarty": "<3.1.33",
  1134. "socalnick/scn-social-auth": "<1.15.2",
  1135. "spoonity/tcpdf": "<6.2.22",
  1136. "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
  1137. "ssddanbrown/bookstack": "<0.29.2",
  1138. "stormpath/sdk": ">=0,<9.9.99",
  1139. "studio-42/elfinder": "<2.1.49",
  1140. "sulu/sulu": "<1.6.34|>=2,<2.0.10|>=2.1,<2.1.1",
  1141. "swiftmailer/swiftmailer": ">=4,<5.4.5",
  1142. "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
  1143. "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",
  1144. "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",
  1145. "sylius/resource-bundle": "<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4",
  1146. "sylius/sylius": "<1.3.16|>=1.4,<1.4.12|>=1.5,<1.5.9|>=1.6,<1.6.5",
  1147. "symbiote/silverstripe-multivaluefield": ">=3,<3.0.99",
  1148. "symbiote/silverstripe-versionedfiles": "<=2.0.3",
  1149. "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
  1150. "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",
  1151. "symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
  1152. "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",
  1153. "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",
  1154. "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",
  1155. "symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5",
  1156. "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
  1157. "symfony/mime": ">=4.3,<4.3.8",
  1158. "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
  1159. "symfony/polyfill": ">=1,<1.10",
  1160. "symfony/polyfill-php55": ">=1,<1.10",
  1161. "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",
  1162. "symfony/routing": ">=2,<2.0.19",
  1163. "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",
  1164. "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",
  1165. "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",
  1166. "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",
  1167. "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
  1168. "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",
  1169. "symfony/serializer": ">=2,<2.0.11",
  1170. "symfony/symfony": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5",
  1171. "symfony/translation": ">=2,<2.0.17",
  1172. "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
  1173. "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
  1174. "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
  1175. "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
  1176. "t3g/svg-sanitizer": "<1.0.3",
  1177. "tecnickcom/tcpdf": "<6.2.22",
  1178. "thelia/backoffice-default-template": ">=2.1,<2.1.2",
  1179. "thelia/thelia": ">=2.1-beta.1,<2.1.3",
  1180. "theonedemon/phpwhois": "<=4.2.5",
  1181. "titon/framework": ">=0,<9.9.99",
  1182. "truckersmp/phpwhois": "<=4.3.1",
  1183. "twig/twig": "<1.38|>=2,<2.7",
  1184. "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.30|>=9,<9.5.20|>=10,<10.4.6",
  1185. "typo3/cms-core": ">=8,<8.7.30|>=9,<9.5.20|>=10,<10.4.6",
  1186. "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",
  1187. "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
  1188. "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
  1189. "ua-parser/uap-php": "<3.8",
  1190. "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
  1191. "verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4",
  1192. "wallabag/tcpdf": "<6.2.22",
  1193. "willdurand/js-translation-bundle": "<2.1.1",
  1194. "yii2mod/yii2-cms": "<1.9.2",
  1195. "yiisoft/yii": ">=1.1.14,<1.1.15",
  1196. "yiisoft/yii2": "<2.0.38",
  1197. "yiisoft/yii2-bootstrap": "<2.0.4",
  1198. "yiisoft/yii2-dev": "<2.0.15",
  1199. "yiisoft/yii2-elasticsearch": "<2.0.5",
  1200. "yiisoft/yii2-gii": "<2.0.4",
  1201. "yiisoft/yii2-jui": "<2.0.4",
  1202. "yiisoft/yii2-redis": "<2.0.8",
  1203. "yourls/yourls": "<1.7.4",
  1204. "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
  1205. "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
  1206. "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
  1207. "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
  1208. "zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
  1209. "zendframework/zend-diactoros": ">=1,<1.8.4",
  1210. "zendframework/zend-feed": ">=1,<2.10.3",
  1211. "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
  1212. "zendframework/zend-http": ">=1,<2.8.1",
  1213. "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
  1214. "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
  1215. "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
  1216. "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
  1217. "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
  1218. "zendframework/zend-validator": ">=2.3,<2.3.6",
  1219. "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
  1220. "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
  1221. "zendframework/zendframework": "<2.5.1",
  1222. "zendframework/zendframework1": "<1.12.20",
  1223. "zendframework/zendopenid": ">=2,<2.0.2",
  1224. "zendframework/zendxml": ">=1,<1.0.1",
  1225. "zetacomponents/mail": "<1.8.2",
  1226. "zf-commons/zfc-user": "<1.2.2",
  1227. "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
  1228. "zfr/zfr-oauth2-server-module": "<0.1.2"
  1229. },
  1230. "type": "metapackage",
  1231. "notification-url": "https://packagist.org/downloads/",
  1232. "license": [
  1233. "MIT"
  1234. ],
  1235. "authors": [
  1236. {
  1237. "name": "Marco Pivetta",
  1238. "email": "ocramius@gmail.com",
  1239. "role": "maintainer"
  1240. },
  1241. {
  1242. "name": "Ilya Tribusean",
  1243. "email": "slash3b@gmail.com",
  1244. "role": "maintainer"
  1245. }
  1246. ],
  1247. "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
  1248. "funding": [
  1249. {
  1250. "url": "https://github.com/Ocramius",
  1251. "type": "github"
  1252. },
  1253. {
  1254. "url": "https://tidelift.com/funding/github/packagist/roave/security-advisories",
  1255. "type": "tidelift"
  1256. }
  1257. ],
  1258. "time": "2020-10-02T17:02:13+00:00"
  1259. },
  1260. {
  1261. "name": "squizlabs/php_codesniffer",
  1262. "version": "3.5.6",
  1263. "source": {
  1264. "type": "git",
  1265. "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
  1266. "reference": "e97627871a7eab2f70e59166072a6b767d5834e0"
  1267. },
  1268. "dist": {
  1269. "type": "zip",
  1270. "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e97627871a7eab2f70e59166072a6b767d5834e0",
  1271. "reference": "e97627871a7eab2f70e59166072a6b767d5834e0",
  1272. "shasum": ""
  1273. },
  1274. "require": {
  1275. "ext-simplexml": "*",
  1276. "ext-tokenizer": "*",
  1277. "ext-xmlwriter": "*",
  1278. "php": ">=5.4.0"
  1279. },
  1280. "require-dev": {
  1281. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  1282. },
  1283. "bin": [
  1284. "bin/phpcs",
  1285. "bin/phpcbf"
  1286. ],
  1287. "type": "library",
  1288. "extra": {
  1289. "branch-alias": {
  1290. "dev-master": "3.x-dev"
  1291. }
  1292. },
  1293. "notification-url": "https://packagist.org/downloads/",
  1294. "license": [
  1295. "BSD-3-Clause"
  1296. ],
  1297. "authors": [
  1298. {
  1299. "name": "Greg Sherwood",
  1300. "role": "lead"
  1301. }
  1302. ],
  1303. "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  1304. "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
  1305. "keywords": [
  1306. "phpcs",
  1307. "standards"
  1308. ],
  1309. "time": "2020-08-10T04:50:15+00:00"
  1310. }
  1311. ],
  1312. "aliases": [],
  1313. "minimum-stability": "dev",
  1314. "stability-flags": {
  1315. "roave/security-advisories": 20
  1316. },
  1317. "prefer-stable": true,
  1318. "prefer-lowest": false,
  1319. "platform": {
  1320. "php": ">=7.3"
  1321. },
  1322. "platform-dev": [],
  1323. "plugin-api-version": "1.1.0"
  1324. }