composer.lock 52 KB

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