composer.lock 53 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336
  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": "c3e60299c5808b46824d8d7d6cfee013",
  8. "packages": [
  9. {
  10. "name": "altorouter/altorouter",
  11. "version": "v1.2.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/dannyvankooten/AltoRouter.git",
  15. "reference": "39c50092470128c12284d332bb57f306bb5b58e4"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/dannyvankooten/AltoRouter/zipball/39c50092470128c12284d332bb57f306bb5b58e4",
  20. "reference": "39c50092470128c12284d332bb57f306bb5b58e4",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "require-dev": {
  27. "codeclimate/php-test-reporter": "dev-master",
  28. "phpunit/phpunit": "4.5.*"
  29. },
  30. "type": "library",
  31. "autoload": {
  32. "classmap": [
  33. "AltoRouter.php"
  34. ]
  35. },
  36. "notification-url": "https://packagist.org/downloads/",
  37. "license": [
  38. "MIT"
  39. ],
  40. "authors": [
  41. {
  42. "name": "Danny van Kooten",
  43. "email": "dannyvankooten@gmail.com",
  44. "homepage": "http://dannyvankooten.com/"
  45. },
  46. {
  47. "name": "Koen Punt",
  48. "homepage": "https://github.com/koenpunt"
  49. },
  50. {
  51. "name": "niahoo",
  52. "homepage": "https://github.com/niahoo"
  53. }
  54. ],
  55. "description": "A lightning fast router for PHP",
  56. "homepage": "https://github.com/dannyvankooten/AltoRouter",
  57. "keywords": [
  58. "lightweight",
  59. "router",
  60. "routing"
  61. ],
  62. "time": "2015-11-30T00:47:43+00:00"
  63. },
  64. {
  65. "name": "asm89/twig-cache-extension",
  66. "version": "1.4.0",
  67. "source": {
  68. "type": "git",
  69. "url": "https://github.com/asm89/twig-cache-extension.git",
  70. "reference": "13787226956ec766f4770722082288097aebaaf3"
  71. },
  72. "dist": {
  73. "type": "zip",
  74. "url": "https://api.github.com/repos/asm89/twig-cache-extension/zipball/13787226956ec766f4770722082288097aebaaf3",
  75. "reference": "13787226956ec766f4770722082288097aebaaf3",
  76. "shasum": ""
  77. },
  78. "require": {
  79. "php": ">=5.3.2",
  80. "twig/twig": "^1.0|^2.0"
  81. },
  82. "require-dev": {
  83. "doctrine/cache": "~1.0",
  84. "phpunit/phpunit": "^5.0 || ^4.8.10"
  85. },
  86. "suggest": {
  87. "psr/cache-implementation": "To make use of PSR-6 cache implementation via PsrCacheAdapter."
  88. },
  89. "type": "library",
  90. "extra": {
  91. "branch-alias": {
  92. "dev-master": "1.4-dev"
  93. }
  94. },
  95. "autoload": {
  96. "psr-4": {
  97. "": "lib/"
  98. }
  99. },
  100. "notification-url": "https://packagist.org/downloads/",
  101. "license": [
  102. "MIT"
  103. ],
  104. "authors": [
  105. {
  106. "name": "Alexander",
  107. "email": "iam.asm89@gmail.com"
  108. }
  109. ],
  110. "description": "Cache fragments of templates directly within Twig.",
  111. "homepage": "https://github.com/asm89/twig-cache-extension",
  112. "keywords": [
  113. "cache",
  114. "extension",
  115. "twig"
  116. ],
  117. "time": "2020-01-01T20:47:37+00:00"
  118. },
  119. {
  120. "name": "composer/installers",
  121. "version": "v1.9.0",
  122. "source": {
  123. "type": "git",
  124. "url": "https://github.com/composer/installers.git",
  125. "reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca"
  126. },
  127. "dist": {
  128. "type": "zip",
  129. "url": "https://api.github.com/repos/composer/installers/zipball/b93bcf0fa1fccb0b7d176b0967d969691cd74cca",
  130. "reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca",
  131. "shasum": ""
  132. },
  133. "require": {
  134. "composer-plugin-api": "^1.0 || ^2.0"
  135. },
  136. "replace": {
  137. "roundcube/plugin-installer": "*",
  138. "shama/baton": "*"
  139. },
  140. "require-dev": {
  141. "composer/composer": "1.6.* || 2.0.*@dev",
  142. "composer/semver": "1.0.* || 2.0.*@dev",
  143. "phpunit/phpunit": "^4.8.36",
  144. "sebastian/comparator": "^1.2.4",
  145. "symfony/process": "^2.3"
  146. },
  147. "type": "composer-plugin",
  148. "extra": {
  149. "class": "Composer\\Installers\\Plugin",
  150. "branch-alias": {
  151. "dev-master": "1.0-dev"
  152. }
  153. },
  154. "autoload": {
  155. "psr-4": {
  156. "Composer\\Installers\\": "src/Composer/Installers"
  157. }
  158. },
  159. "notification-url": "https://packagist.org/downloads/",
  160. "license": [
  161. "MIT"
  162. ],
  163. "authors": [
  164. {
  165. "name": "Kyle Robinson Young",
  166. "email": "kyle@dontkry.com",
  167. "homepage": "https://github.com/shama"
  168. }
  169. ],
  170. "description": "A multi-framework Composer library installer",
  171. "homepage": "https://composer.github.io/installers/",
  172. "keywords": [
  173. "Craft",
  174. "Dolibarr",
  175. "Eliasis",
  176. "Hurad",
  177. "ImageCMS",
  178. "Kanboard",
  179. "Lan Management System",
  180. "MODX Evo",
  181. "MantisBT",
  182. "Mautic",
  183. "Maya",
  184. "OXID",
  185. "Plentymarkets",
  186. "Porto",
  187. "RadPHP",
  188. "SMF",
  189. "Thelia",
  190. "Whmcs",
  191. "WolfCMS",
  192. "agl",
  193. "aimeos",
  194. "annotatecms",
  195. "attogram",
  196. "bitrix",
  197. "cakephp",
  198. "chef",
  199. "cockpit",
  200. "codeigniter",
  201. "concrete5",
  202. "croogo",
  203. "dokuwiki",
  204. "drupal",
  205. "eZ Platform",
  206. "elgg",
  207. "expressionengine",
  208. "fuelphp",
  209. "grav",
  210. "installer",
  211. "itop",
  212. "joomla",
  213. "known",
  214. "kohana",
  215. "laravel",
  216. "lavalite",
  217. "lithium",
  218. "magento",
  219. "majima",
  220. "mako",
  221. "mediawiki",
  222. "modulework",
  223. "modx",
  224. "moodle",
  225. "osclass",
  226. "phpbb",
  227. "piwik",
  228. "ppi",
  229. "puppet",
  230. "pxcms",
  231. "reindex",
  232. "roundcube",
  233. "shopware",
  234. "silverstripe",
  235. "sydes",
  236. "sylius",
  237. "symfony",
  238. "typo3",
  239. "wordpress",
  240. "yawik",
  241. "zend",
  242. "zikula"
  243. ],
  244. "time": "2020-04-07T06:57:05+00:00"
  245. },
  246. {
  247. "name": "oscarotero/env",
  248. "version": "v1.2.0",
  249. "source": {
  250. "type": "git",
  251. "url": "https://github.com/oscarotero/env.git",
  252. "reference": "4ab45ce5c1f2c62549208426bfa20a3d5fa008c6"
  253. },
  254. "dist": {
  255. "type": "zip",
  256. "url": "https://api.github.com/repos/oscarotero/env/zipball/4ab45ce5c1f2c62549208426bfa20a3d5fa008c6",
  257. "reference": "4ab45ce5c1f2c62549208426bfa20a3d5fa008c6",
  258. "shasum": ""
  259. },
  260. "require": {
  261. "ext-ctype": "*",
  262. "php": ">=5.2"
  263. },
  264. "type": "library",
  265. "autoload": {
  266. "psr-0": {
  267. "Env": "src/"
  268. }
  269. },
  270. "notification-url": "https://packagist.org/downloads/",
  271. "license": [
  272. "MIT"
  273. ],
  274. "authors": [
  275. {
  276. "name": "Oscar Otero",
  277. "email": "oom@oscarotero.com",
  278. "homepage": "http://oscarotero.com",
  279. "role": "Developer"
  280. }
  281. ],
  282. "description": "Simple library to consume environment variables",
  283. "homepage": "https://github.com/oscarotero/env",
  284. "keywords": [
  285. "env"
  286. ],
  287. "time": "2019-04-03T18:28:43+00:00"
  288. },
  289. {
  290. "name": "phpoption/phpoption",
  291. "version": "1.7.3",
  292. "source": {
  293. "type": "git",
  294. "url": "https://github.com/schmittjoh/php-option.git",
  295. "reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae"
  296. },
  297. "dist": {
  298. "type": "zip",
  299. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/4acfd6a4b33a509d8c88f50e5222f734b6aeebae",
  300. "reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae",
  301. "shasum": ""
  302. },
  303. "require": {
  304. "php": "^5.5.9 || ^7.0 || ^8.0"
  305. },
  306. "require-dev": {
  307. "bamarni/composer-bin-plugin": "^1.3",
  308. "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
  309. },
  310. "type": "library",
  311. "extra": {
  312. "branch-alias": {
  313. "dev-master": "1.7-dev"
  314. }
  315. },
  316. "autoload": {
  317. "psr-4": {
  318. "PhpOption\\": "src/PhpOption/"
  319. }
  320. },
  321. "notification-url": "https://packagist.org/downloads/",
  322. "license": [
  323. "Apache-2.0"
  324. ],
  325. "authors": [
  326. {
  327. "name": "Johannes M. Schmitt",
  328. "email": "schmittjoh@gmail.com"
  329. },
  330. {
  331. "name": "Graham Campbell",
  332. "email": "graham@alt-three.com"
  333. }
  334. ],
  335. "description": "Option Type for PHP",
  336. "keywords": [
  337. "language",
  338. "option",
  339. "php",
  340. "type"
  341. ],
  342. "time": "2020-03-21T18:07:53+00:00"
  343. },
  344. {
  345. "name": "roots/wordpress",
  346. "version": "5.4.1",
  347. "source": {
  348. "type": "git",
  349. "url": "https://github.com/WordPress/WordPress.git",
  350. "reference": "5.4.1"
  351. },
  352. "dist": {
  353. "type": "zip",
  354. "url": "https://api.github.com/repos/WordPress/WordPress/zipball/5.4.1",
  355. "reference": "5.4.1"
  356. },
  357. "require": {
  358. "php": ">=5.3.2",
  359. "roots/wordpress-core-installer": ">=1.0.0"
  360. },
  361. "type": "wordpress-core",
  362. "notification-url": "https://packagist.org/downloads/",
  363. "license": [
  364. "GPL-2.0-or-later"
  365. ],
  366. "authors": [
  367. {
  368. "name": "WordPress Community",
  369. "homepage": "https://wordpress.org/about/"
  370. }
  371. ],
  372. "description": "WordPress is web software you can use to create a beautiful website or blog.",
  373. "homepage": "https://wordpress.org/",
  374. "keywords": [
  375. "blog",
  376. "cms",
  377. "wordpress"
  378. ],
  379. "time": "2020-04-29T18:50:02+00:00"
  380. },
  381. {
  382. "name": "roots/wordpress-core-installer",
  383. "version": "1.1.0",
  384. "source": {
  385. "type": "git",
  386. "url": "https://github.com/roots/wordpress-core-installer.git",
  387. "reference": "83744b1ba5bbdb5bb225f47e24da61a6cf6c5b80"
  388. },
  389. "dist": {
  390. "type": "zip",
  391. "url": "https://api.github.com/repos/roots/wordpress-core-installer/zipball/83744b1ba5bbdb5bb225f47e24da61a6cf6c5b80",
  392. "reference": "83744b1ba5bbdb5bb225f47e24da61a6cf6c5b80",
  393. "shasum": ""
  394. },
  395. "require": {
  396. "composer-plugin-api": "^1.0"
  397. },
  398. "conflict": {
  399. "composer/installers": "<1.0.6"
  400. },
  401. "replace": {
  402. "johnpbloch/wordpress-core-installer": "*"
  403. },
  404. "require-dev": {
  405. "composer/composer": "^1.0",
  406. "phpunit/phpunit": ">=4.8.35"
  407. },
  408. "type": "composer-plugin",
  409. "extra": {
  410. "class": "Roots\\Composer\\WordPressCorePlugin"
  411. },
  412. "autoload": {
  413. "psr-4": {
  414. "Roots\\Composer\\": "src/"
  415. }
  416. },
  417. "notification-url": "https://packagist.org/downloads/",
  418. "license": [
  419. "GPL-2.0-or-later"
  420. ],
  421. "authors": [
  422. {
  423. "name": "John P. Bloch",
  424. "email": "me@johnpbloch.com"
  425. },
  426. {
  427. "name": "Roots",
  428. "email": "team@roots.io"
  429. }
  430. ],
  431. "description": "A custom installer to handle deploying WordPress with composer",
  432. "keywords": [
  433. "wordpress"
  434. ],
  435. "time": "2018-12-10T00:22:15+00:00"
  436. },
  437. {
  438. "name": "roots/wp-config",
  439. "version": "1.0.0",
  440. "source": {
  441. "type": "git",
  442. "url": "https://github.com/roots/wp-config.git",
  443. "reference": "37c38230796119fb487fa03346ab0706ce6d4962"
  444. },
  445. "dist": {
  446. "type": "zip",
  447. "url": "https://api.github.com/repos/roots/wp-config/zipball/37c38230796119fb487fa03346ab0706ce6d4962",
  448. "reference": "37c38230796119fb487fa03346ab0706ce6d4962",
  449. "shasum": ""
  450. },
  451. "require": {
  452. "php": ">=5.6"
  453. },
  454. "require-dev": {
  455. "php-coveralls/php-coveralls": "^2.1",
  456. "phpunit/phpunit": "^5.7",
  457. "roave/security-advisories": "dev-master",
  458. "squizlabs/php_codesniffer": "^3.3"
  459. },
  460. "type": "library",
  461. "autoload": {
  462. "psr-4": {
  463. "Roots\\WPConfig\\": "src"
  464. }
  465. },
  466. "notification-url": "https://packagist.org/downloads/",
  467. "license": [
  468. "MIT"
  469. ],
  470. "authors": [
  471. {
  472. "name": "Austin Pray",
  473. "email": "austin@austinpray.com"
  474. }
  475. ],
  476. "description": "Collect configuration values and safely define() them",
  477. "time": "2018-08-10T14:18:38+00:00"
  478. },
  479. {
  480. "name": "roots/wp-password-bcrypt",
  481. "version": "1.0.0",
  482. "source": {
  483. "type": "git",
  484. "url": "https://github.com/roots/wp-password-bcrypt.git",
  485. "reference": "5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa"
  486. },
  487. "dist": {
  488. "type": "zip",
  489. "url": "https://api.github.com/repos/roots/wp-password-bcrypt/zipball/5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa",
  490. "reference": "5cecd2e98ccc3193443cc5c5db9b3bc7abed5ffa",
  491. "shasum": ""
  492. },
  493. "require": {
  494. "composer/installers": "~1.0",
  495. "php": ">=5.5.0"
  496. },
  497. "require-dev": {
  498. "brain/monkey": "^1.3.1",
  499. "mockery/mockery": "^0.9.4",
  500. "phpunit/phpunit": "^4.8.23|^5.2.9",
  501. "squizlabs/php_codesniffer": "^2.5.1"
  502. },
  503. "type": "library",
  504. "autoload": {
  505. "files": [
  506. "wp-password-bcrypt.php"
  507. ]
  508. },
  509. "notification-url": "https://packagist.org/downloads/",
  510. "license": [
  511. "MIT"
  512. ],
  513. "authors": [
  514. {
  515. "name": "Scott Walkinshaw",
  516. "email": "scott.walkinshaw@gmail.com",
  517. "homepage": "https://github.com/swalkinshaw"
  518. },
  519. {
  520. "name": "qwp6t",
  521. "homepage": "https://github.com/qwp6t"
  522. },
  523. {
  524. "name": "Jan Pingel",
  525. "email": "jpingel@bitpiston.com",
  526. "homepage": "http://janpingel.com"
  527. }
  528. ],
  529. "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.",
  530. "homepage": "https://roots.io/plugins/wp-password-bcrypt",
  531. "keywords": [
  532. "wordpress wp bcrypt password"
  533. ],
  534. "time": "2016-03-01T16:27:06+00:00"
  535. },
  536. {
  537. "name": "symfony/polyfill-ctype",
  538. "version": "v1.17.0",
  539. "source": {
  540. "type": "git",
  541. "url": "https://github.com/symfony/polyfill-ctype.git",
  542. "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
  543. },
  544. "dist": {
  545. "type": "zip",
  546. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
  547. "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
  548. "shasum": ""
  549. },
  550. "require": {
  551. "php": ">=5.3.3"
  552. },
  553. "suggest": {
  554. "ext-ctype": "For best performance"
  555. },
  556. "type": "library",
  557. "extra": {
  558. "branch-alias": {
  559. "dev-master": "1.17-dev"
  560. }
  561. },
  562. "autoload": {
  563. "psr-4": {
  564. "Symfony\\Polyfill\\Ctype\\": ""
  565. },
  566. "files": [
  567. "bootstrap.php"
  568. ]
  569. },
  570. "notification-url": "https://packagist.org/downloads/",
  571. "license": [
  572. "MIT"
  573. ],
  574. "authors": [
  575. {
  576. "name": "Gert de Pagter",
  577. "email": "BackEndTea@gmail.com"
  578. },
  579. {
  580. "name": "Symfony Community",
  581. "homepage": "https://symfony.com/contributors"
  582. }
  583. ],
  584. "description": "Symfony polyfill for ctype functions",
  585. "homepage": "https://symfony.com",
  586. "keywords": [
  587. "compatibility",
  588. "ctype",
  589. "polyfill",
  590. "portable"
  591. ],
  592. "funding": [
  593. {
  594. "url": "https://symfony.com/sponsor",
  595. "type": "custom"
  596. },
  597. {
  598. "url": "https://github.com/fabpot",
  599. "type": "github"
  600. },
  601. {
  602. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  603. "type": "tidelift"
  604. }
  605. ],
  606. "time": "2020-05-12T16:14:59+00:00"
  607. },
  608. {
  609. "name": "symfony/polyfill-mbstring",
  610. "version": "v1.17.0",
  611. "source": {
  612. "type": "git",
  613. "url": "https://github.com/symfony/polyfill-mbstring.git",
  614. "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
  615. },
  616. "dist": {
  617. "type": "zip",
  618. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
  619. "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
  620. "shasum": ""
  621. },
  622. "require": {
  623. "php": ">=5.3.3"
  624. },
  625. "suggest": {
  626. "ext-mbstring": "For best performance"
  627. },
  628. "type": "library",
  629. "extra": {
  630. "branch-alias": {
  631. "dev-master": "1.17-dev"
  632. }
  633. },
  634. "autoload": {
  635. "psr-4": {
  636. "Symfony\\Polyfill\\Mbstring\\": ""
  637. },
  638. "files": [
  639. "bootstrap.php"
  640. ]
  641. },
  642. "notification-url": "https://packagist.org/downloads/",
  643. "license": [
  644. "MIT"
  645. ],
  646. "authors": [
  647. {
  648. "name": "Nicolas Grekas",
  649. "email": "p@tchwork.com"
  650. },
  651. {
  652. "name": "Symfony Community",
  653. "homepage": "https://symfony.com/contributors"
  654. }
  655. ],
  656. "description": "Symfony polyfill for the Mbstring extension",
  657. "homepage": "https://symfony.com",
  658. "keywords": [
  659. "compatibility",
  660. "mbstring",
  661. "polyfill",
  662. "portable",
  663. "shim"
  664. ],
  665. "funding": [
  666. {
  667. "url": "https://symfony.com/sponsor",
  668. "type": "custom"
  669. },
  670. {
  671. "url": "https://github.com/fabpot",
  672. "type": "github"
  673. },
  674. {
  675. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  676. "type": "tidelift"
  677. }
  678. ],
  679. "time": "2020-05-12T16:47:27+00:00"
  680. },
  681. {
  682. "name": "timber/timber",
  683. "version": "1.15.2",
  684. "source": {
  685. "type": "git",
  686. "url": "https://github.com/timber/timber.git",
  687. "reference": "c0856786f5f2bb9bbcca9febc1ae8998d912734b"
  688. },
  689. "dist": {
  690. "type": "zip",
  691. "url": "https://api.github.com/repos/timber/timber/zipball/c0856786f5f2bb9bbcca9febc1ae8998d912734b",
  692. "reference": "c0856786f5f2bb9bbcca9febc1ae8998d912734b",
  693. "shasum": ""
  694. },
  695. "require": {
  696. "asm89/twig-cache-extension": "~1.0",
  697. "composer/installers": "~1.0",
  698. "php": ">=5.3.0|7.*",
  699. "twig/twig": "^1.41|^2.10",
  700. "upstatement/routes": "0.5"
  701. },
  702. "require-dev": {
  703. "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
  704. "johnpbloch/wordpress": "*",
  705. "phpunit/phpunit": "5.7.16|6.*",
  706. "squizlabs/php_codesniffer": "3.*",
  707. "wp-coding-standards/wpcs": "^2.0",
  708. "wpackagist-plugin/advanced-custom-fields": "5.*",
  709. "wpackagist-plugin/co-authors-plus": "3.2.*"
  710. },
  711. "suggest": {
  712. "satooshi/php-coveralls": "1.0.* for code coverage"
  713. },
  714. "type": "library",
  715. "autoload": {
  716. "psr-4": {
  717. "Timber\\": "lib/"
  718. }
  719. },
  720. "notification-url": "https://packagist.org/downloads/",
  721. "license": [
  722. "MIT"
  723. ],
  724. "authors": [
  725. {
  726. "name": "Jared Novack",
  727. "email": "jared@upstatement.com",
  728. "homepage": "http://upstatement.com"
  729. },
  730. {
  731. "name": "Connor J. Burton",
  732. "email": "connorjburton@gmail.com",
  733. "homepage": "http://connorburton.com"
  734. }
  735. ],
  736. "description": "Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine",
  737. "homepage": "http://timber.upstatement.com",
  738. "keywords": [
  739. "templating",
  740. "themes",
  741. "timber",
  742. "twig"
  743. ],
  744. "time": "2020-03-24T17:38:21+00:00"
  745. },
  746. {
  747. "name": "twig/twig",
  748. "version": "v2.12.5",
  749. "source": {
  750. "type": "git",
  751. "url": "https://github.com/twigphp/Twig.git",
  752. "reference": "18772e0190734944277ee97a02a9a6c6555fcd94"
  753. },
  754. "dist": {
  755. "type": "zip",
  756. "url": "https://api.github.com/repos/twigphp/Twig/zipball/18772e0190734944277ee97a02a9a6c6555fcd94",
  757. "reference": "18772e0190734944277ee97a02a9a6c6555fcd94",
  758. "shasum": ""
  759. },
  760. "require": {
  761. "php": "^7.0",
  762. "symfony/polyfill-ctype": "^1.8",
  763. "symfony/polyfill-mbstring": "^1.3"
  764. },
  765. "require-dev": {
  766. "psr/container": "^1.0",
  767. "symfony/phpunit-bridge": "^4.4|^5.0"
  768. },
  769. "type": "library",
  770. "extra": {
  771. "branch-alias": {
  772. "dev-master": "2.12-dev"
  773. }
  774. },
  775. "autoload": {
  776. "psr-0": {
  777. "Twig_": "lib/"
  778. },
  779. "psr-4": {
  780. "Twig\\": "src/"
  781. }
  782. },
  783. "notification-url": "https://packagist.org/downloads/",
  784. "license": [
  785. "BSD-3-Clause"
  786. ],
  787. "authors": [
  788. {
  789. "name": "Fabien Potencier",
  790. "email": "fabien@symfony.com",
  791. "homepage": "http://fabien.potencier.org",
  792. "role": "Lead Developer"
  793. },
  794. {
  795. "name": "Twig Team",
  796. "role": "Contributors"
  797. },
  798. {
  799. "name": "Armin Ronacher",
  800. "email": "armin.ronacher@active-4.com",
  801. "role": "Project Founder"
  802. }
  803. ],
  804. "description": "Twig, the flexible, fast, and secure template language for PHP",
  805. "homepage": "https://twig.symfony.com",
  806. "keywords": [
  807. "templating"
  808. ],
  809. "time": "2020-02-11T15:31:23+00:00"
  810. },
  811. {
  812. "name": "upstatement/routes",
  813. "version": "0.5",
  814. "source": {
  815. "type": "git",
  816. "url": "https://github.com/Upstatement/routes.git",
  817. "reference": "3267d28be0a73f197087d58384e1a358d85671b6"
  818. },
  819. "dist": {
  820. "type": "zip",
  821. "url": "https://api.github.com/repos/Upstatement/routes/zipball/3267d28be0a73f197087d58384e1a358d85671b6",
  822. "reference": "3267d28be0a73f197087d58384e1a358d85671b6",
  823. "shasum": ""
  824. },
  825. "require": {
  826. "altorouter/altorouter": "^1.1.0",
  827. "composer/installers": "~1.0",
  828. "php": ">=5.3.0"
  829. },
  830. "require-dev": {
  831. "phpunit/phpunit": "3.7.*",
  832. "satooshi/php-coveralls": "dev-master",
  833. "wp-cli/wp-cli": "*"
  834. },
  835. "type": "library",
  836. "autoload": {
  837. "psr-0": {
  838. "Routes": ""
  839. }
  840. },
  841. "notification-url": "https://packagist.org/downloads/",
  842. "license": [
  843. "MIT"
  844. ],
  845. "authors": [
  846. {
  847. "name": "Jared Novack",
  848. "email": "jared@upstatement.com",
  849. "homepage": "http://upstatement.com"
  850. }
  851. ],
  852. "description": "Manage rewrites and routes in WordPress with this dead-simple plugin",
  853. "homepage": "http://routes.upstatement.com",
  854. "keywords": [
  855. "redirects",
  856. "rewrite",
  857. "routes",
  858. "routing"
  859. ],
  860. "time": "2018-12-04T01:13:41+00:00"
  861. },
  862. {
  863. "name": "vlucas/phpdotenv",
  864. "version": "v4.1.5",
  865. "source": {
  866. "type": "git",
  867. "url": "https://github.com/vlucas/phpdotenv.git",
  868. "reference": "539bb6927c101a5605d31d11a2d17185a2ce2bf1"
  869. },
  870. "dist": {
  871. "type": "zip",
  872. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/539bb6927c101a5605d31d11a2d17185a2ce2bf1",
  873. "reference": "539bb6927c101a5605d31d11a2d17185a2ce2bf1",
  874. "shasum": ""
  875. },
  876. "require": {
  877. "php": "^5.5.9 || ^7.0 || ^8.0",
  878. "phpoption/phpoption": "^1.7.2",
  879. "symfony/polyfill-ctype": "^1.9"
  880. },
  881. "require-dev": {
  882. "bamarni/composer-bin-plugin": "^1.3",
  883. "ext-filter": "*",
  884. "ext-pcre": "*",
  885. "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
  886. },
  887. "suggest": {
  888. "ext-filter": "Required to use the boolean validator.",
  889. "ext-pcre": "Required to use most of the library."
  890. },
  891. "type": "library",
  892. "extra": {
  893. "branch-alias": {
  894. "dev-master": "4.1-dev"
  895. }
  896. },
  897. "autoload": {
  898. "psr-4": {
  899. "Dotenv\\": "src/"
  900. }
  901. },
  902. "notification-url": "https://packagist.org/downloads/",
  903. "license": [
  904. "BSD-3-Clause"
  905. ],
  906. "authors": [
  907. {
  908. "name": "Graham Campbell",
  909. "email": "graham@alt-three.com",
  910. "homepage": "https://gjcampbell.co.uk/"
  911. },
  912. {
  913. "name": "Vance Lucas",
  914. "email": "vance@vancelucas.com",
  915. "homepage": "https://vancelucas.com/"
  916. }
  917. ],
  918. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  919. "keywords": [
  920. "dotenv",
  921. "env",
  922. "environment"
  923. ],
  924. "funding": [
  925. {
  926. "url": "https://github.com/GrahamCampbell",
  927. "type": "github"
  928. },
  929. {
  930. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  931. "type": "tidelift"
  932. }
  933. ],
  934. "time": "2020-05-02T14:08:57+00:00"
  935. },
  936. {
  937. "name": "wpackagist-plugin/advanced-custom-fields",
  938. "version": "5.8.11",
  939. "source": {
  940. "type": "svn",
  941. "url": "https://plugins.svn.wordpress.org/advanced-custom-fields/",
  942. "reference": "tags/5.8.11"
  943. },
  944. "dist": {
  945. "type": "zip",
  946. "url": "https://downloads.wordpress.org/plugin/advanced-custom-fields.5.8.11.zip"
  947. },
  948. "require": {
  949. "composer/installers": "~1.0"
  950. },
  951. "type": "wordpress-plugin",
  952. "homepage": "https://wordpress.org/plugins/advanced-custom-fields/"
  953. },
  954. {
  955. "name": "wpackagist-plugin/classic-editor",
  956. "version": "1.5",
  957. "source": {
  958. "type": "svn",
  959. "url": "https://plugins.svn.wordpress.org/classic-editor/",
  960. "reference": "tags/1.5"
  961. },
  962. "dist": {
  963. "type": "zip",
  964. "url": "https://downloads.wordpress.org/plugin/classic-editor.1.5.zip"
  965. },
  966. "require": {
  967. "composer/installers": "~1.0"
  968. },
  969. "type": "wordpress-plugin",
  970. "homepage": "https://wordpress.org/plugins/classic-editor/"
  971. },
  972. {
  973. "name": "wpackagist-plugin/timber-library",
  974. "version": "1.15.2",
  975. "source": {
  976. "type": "svn",
  977. "url": "https://plugins.svn.wordpress.org/timber-library/",
  978. "reference": "tags/1.15.2"
  979. },
  980. "dist": {
  981. "type": "zip",
  982. "url": "https://downloads.wordpress.org/plugin/timber-library.1.15.2.zip"
  983. },
  984. "require": {
  985. "composer/installers": "~1.0"
  986. },
  987. "type": "wordpress-plugin",
  988. "homepage": "https://wordpress.org/plugins/timber-library/"
  989. }
  990. ],
  991. "packages-dev": [
  992. {
  993. "name": "roave/security-advisories",
  994. "version": "dev-master",
  995. "source": {
  996. "type": "git",
  997. "url": "https://github.com/Roave/SecurityAdvisories.git",
  998. "reference": "885e8b1e0bc2096989fd20938342e407e8045186"
  999. },
  1000. "dist": {
  1001. "type": "zip",
  1002. "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/885e8b1e0bc2096989fd20938342e407e8045186",
  1003. "reference": "885e8b1e0bc2096989fd20938342e407e8045186",
  1004. "shasum": ""
  1005. },
  1006. "conflict": {
  1007. "3f/pygmentize": "<1.2",
  1008. "adodb/adodb-php": "<5.20.12",
  1009. "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
  1010. "amphp/artax": "<1.0.6|>=2,<2.0.6",
  1011. "amphp/http": "<1.0.1",
  1012. "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6",
  1013. "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
  1014. "aws/aws-sdk-php": ">=3,<3.2.1",
  1015. "bagisto/bagisto": "<0.1.5",
  1016. "barrelstrength/sprout-base-email": "<1.2.7",
  1017. "barrelstrength/sprout-forms": "<3.9",
  1018. "bolt/bolt": "<3.6.10",
  1019. "brightlocal/phpwhois": "<=4.2.5",
  1020. "buddypress/buddypress": "<5.1.2",
  1021. "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
  1022. "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",
  1023. "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
  1024. "cartalyst/sentry": "<=2.1.6",
  1025. "centreon/centreon": "<18.10.8|>=19,<19.4.5",
  1026. "cesnet/simplesamlphp-module-proxystatistics": "<3.1",
  1027. "codeigniter/framework": "<=3.0.6",
  1028. "composer/composer": "<=1-alpha.11",
  1029. "contao-components/mediaelement": ">=2.14.2,<2.21.1",
  1030. "contao/core": ">=2,<3.5.39",
  1031. "contao/core-bundle": ">=4,<4.4.46|>=4.5,<4.8.6",
  1032. "contao/listing-bundle": ">=4,<4.4.8",
  1033. "datadog/dd-trace": ">=0.30,<0.30.2",
  1034. "david-garcia/phpwhois": "<=4.3.1",
  1035. "doctrine/annotations": ">=1,<1.2.7",
  1036. "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
  1037. "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
  1038. "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
  1039. "doctrine/doctrine-bundle": "<1.5.2",
  1040. "doctrine/doctrine-module": "<=0.7.1",
  1041. "doctrine/mongodb-odm": ">=1,<1.0.2",
  1042. "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
  1043. "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
  1044. "dolibarr/dolibarr": "<=10.0.6",
  1045. "dompdf/dompdf": ">=0.6,<0.6.2",
  1046. "drupal/core": ">=7,<7.69|>=8,<8.7.12|>=8.8,<8.8.4",
  1047. "drupal/drupal": ">=7,<7.69|>=8,<8.7.12|>=8.8,<8.8.4",
  1048. "endroid/qr-code-bundle": "<3.4.2",
  1049. "enshrined/svg-sanitize": "<0.13.1",
  1050. "erusev/parsedown": "<1.7.2",
  1051. "ezsystems/demobundle": ">=5.4,<5.4.6.1",
  1052. "ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1",
  1053. "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1",
  1054. "ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4",
  1055. "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6",
  1056. "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2",
  1057. "ezsystems/ezplatform-user": ">=1,<1.0.1",
  1058. "ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.14.1|>=6,<6.7.9.1|>=6.8,<6.13.6.2|>=7,<7.2.4.1|>=7.3,<7.3.2.1|>=7.5,<7.5.6.2",
  1059. "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",
  1060. "ezsystems/repository-forms": ">=2.3,<2.3.2.1",
  1061. "ezyang/htmlpurifier": "<4.1.1",
  1062. "firebase/php-jwt": "<2",
  1063. "fooman/tcpdf": "<6.2.22",
  1064. "fossar/tcpdf-parser": "<6.2.22",
  1065. "friendsofsymfony/oauth2-php": "<1.3",
  1066. "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
  1067. "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
  1068. "fuel/core": "<1.8.1",
  1069. "getgrav/grav": "<1.7-beta.8",
  1070. "gree/jose": "<=2.2",
  1071. "gregwar/rst": "<1.0.3",
  1072. "guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1",
  1073. "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",
  1074. "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30",
  1075. "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
  1076. "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",
  1077. "illuminate/view": ">=7,<7.1.2",
  1078. "ivankristianto/phpwhois": "<=4.3",
  1079. "james-heinrich/getid3": "<1.9.9",
  1080. "joomla/session": "<1.3.1",
  1081. "jsmitty12/phpwhois": "<5.1",
  1082. "kazist/phpwhois": "<=4.2.6",
  1083. "kreait/firebase-php": ">=3.2,<3.8.1",
  1084. "la-haute-societe/tcpdf": "<6.2.22",
  1085. "laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30|>=7,<7.1.2",
  1086. "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
  1087. "league/commonmark": "<0.18.3",
  1088. "librenms/librenms": "<1.53",
  1089. "magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3",
  1090. "magento/magento1ce": "<1.9.4.3",
  1091. "magento/magento1ee": ">=1,<1.14.4.3",
  1092. "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2",
  1093. "monolog/monolog": ">=1.8,<1.12",
  1094. "namshi/jose": "<2.2",
  1095. "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
  1096. "onelogin/php-saml": "<2.10.4",
  1097. "oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5",
  1098. "openid/php-openid": "<2.3",
  1099. "oro/crm": ">=1.7,<1.7.4",
  1100. "oro/platform": ">=1.7,<1.7.4",
  1101. "padraic/humbug_get_contents": "<1.1.2",
  1102. "pagarme/pagarme-php": ">=0,<3",
  1103. "paragonie/random_compat": "<2",
  1104. "paypal/merchant-sdk-php": "<3.12",
  1105. "pear/archive_tar": "<1.4.4",
  1106. "phpfastcache/phpfastcache": ">=5,<5.0.13",
  1107. "phpmailer/phpmailer": ">=5,<5.2.27|>=6,<6.0.6",
  1108. "phpmyadmin/phpmyadmin": "<4.9.2",
  1109. "phpoffice/phpexcel": "<1.8.2",
  1110. "phpoffice/phpspreadsheet": "<1.8",
  1111. "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
  1112. "phpwhois/phpwhois": "<=4.2.5",
  1113. "phpxmlrpc/extras": "<0.6.1",
  1114. "pimcore/pimcore": "<6.3",
  1115. "prestashop/autoupgrade": ">=4,<4.10.1",
  1116. "prestashop/gamification": "<2.3.2",
  1117. "prestashop/ps_facetedsearch": "<3.4.1",
  1118. "privatebin/privatebin": "<1.2.2|>=1.3,<1.3.2",
  1119. "propel/propel": ">=2-alpha.1,<=2-alpha.7",
  1120. "propel/propel1": ">=1,<=1.7.1",
  1121. "pusher/pusher-php-server": "<2.2.1",
  1122. "robrichards/xmlseclibs": "<3.0.4",
  1123. "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
  1124. "scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11",
  1125. "sensiolabs/connect": "<4.2.3",
  1126. "serluck/phpwhois": "<=4.2.6",
  1127. "shopware/shopware": "<5.3.7",
  1128. "silverstripe/admin": ">=1.0.3,<1.0.4|>=1.1,<1.1.1",
  1129. "silverstripe/assets": ">=1,<1.4.7|>=1.5,<1.5.2",
  1130. "silverstripe/cms": "<4.3.6|>=4.4,<4.4.4",
  1131. "silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1",
  1132. "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
  1133. "silverstripe/framework": "<4.4.5|>=4.5,<4.5.2",
  1134. "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2",
  1135. "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
  1136. "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4",
  1137. "silverstripe/subsites": ">=2,<2.1.1",
  1138. "silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
  1139. "silverstripe/userforms": "<3",
  1140. "simple-updates/phpwhois": "<=1",
  1141. "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
  1142. "simplesamlphp/simplesamlphp": "<1.18.6",
  1143. "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
  1144. "simplito/elliptic-php": "<1.0.6",
  1145. "slim/slim": "<2.6",
  1146. "smarty/smarty": "<3.1.33",
  1147. "socalnick/scn-social-auth": "<1.15.2",
  1148. "spoonity/tcpdf": "<6.2.22",
  1149. "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
  1150. "ssddanbrown/bookstack": "<0.29.2",
  1151. "stormpath/sdk": ">=0,<9.9.99",
  1152. "studio-42/elfinder": "<2.1.49",
  1153. "swiftmailer/swiftmailer": ">=4,<5.4.5",
  1154. "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
  1155. "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",
  1156. "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",
  1157. "sylius/resource-bundle": "<1.3.13|>=1.4,<1.4.6|>=1.5,<1.5.1|>=1.6,<1.6.3",
  1158. "sylius/sylius": "<1.3.16|>=1.4,<1.4.12|>=1.5,<1.5.9|>=1.6,<1.6.5",
  1159. "symbiote/silverstripe-multivaluefield": ">=3,<3.0.99",
  1160. "symbiote/silverstripe-versionedfiles": "<=2.0.3",
  1161. "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
  1162. "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",
  1163. "symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
  1164. "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",
  1165. "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",
  1166. "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",
  1167. "symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
  1168. "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
  1169. "symfony/mime": ">=4.3,<4.3.8",
  1170. "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
  1171. "symfony/polyfill": ">=1,<1.10",
  1172. "symfony/polyfill-php55": ">=1,<1.10",
  1173. "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",
  1174. "symfony/routing": ">=2,<2.0.19",
  1175. "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",
  1176. "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",
  1177. "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",
  1178. "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",
  1179. "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
  1180. "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",
  1181. "symfony/serializer": ">=2,<2.0.11",
  1182. "symfony/symfony": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
  1183. "symfony/translation": ">=2,<2.0.17",
  1184. "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
  1185. "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
  1186. "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
  1187. "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
  1188. "t3g/svg-sanitizer": "<1.0.3",
  1189. "tecnickcom/tcpdf": "<6.2.22",
  1190. "thelia/backoffice-default-template": ">=2.1,<2.1.2",
  1191. "thelia/thelia": ">=2.1-beta.1,<2.1.3",
  1192. "theonedemon/phpwhois": "<=4.2.5",
  1193. "titon/framework": ">=0,<9.9.99",
  1194. "truckersmp/phpwhois": "<=4.3.1",
  1195. "twig/twig": "<1.38|>=2,<2.7",
  1196. "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.30|>=9,<9.5.17|>=10,<10.4.2",
  1197. "typo3/cms-core": ">=8,<8.7.30|>=9,<9.5.17|>=10,<10.4.2",
  1198. "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",
  1199. "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
  1200. "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
  1201. "ua-parser/uap-php": "<3.8",
  1202. "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
  1203. "verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4",
  1204. "wallabag/tcpdf": "<6.2.22",
  1205. "willdurand/js-translation-bundle": "<2.1.1",
  1206. "yii2mod/yii2-cms": "<1.9.2",
  1207. "yiisoft/yii": ">=1.1.14,<1.1.15",
  1208. "yiisoft/yii2": "<2.0.15",
  1209. "yiisoft/yii2-bootstrap": "<2.0.4",
  1210. "yiisoft/yii2-dev": "<2.0.15",
  1211. "yiisoft/yii2-elasticsearch": "<2.0.5",
  1212. "yiisoft/yii2-gii": "<2.0.4",
  1213. "yiisoft/yii2-jui": "<2.0.4",
  1214. "yiisoft/yii2-redis": "<2.0.8",
  1215. "yourls/yourls": "<1.7.4",
  1216. "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
  1217. "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
  1218. "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
  1219. "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
  1220. "zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
  1221. "zendframework/zend-diactoros": ">=1,<1.8.4",
  1222. "zendframework/zend-feed": ">=1,<2.10.3",
  1223. "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
  1224. "zendframework/zend-http": ">=1,<2.8.1",
  1225. "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
  1226. "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
  1227. "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
  1228. "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
  1229. "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
  1230. "zendframework/zend-validator": ">=2.3,<2.3.6",
  1231. "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
  1232. "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
  1233. "zendframework/zendframework": "<2.5.1",
  1234. "zendframework/zendframework1": "<1.12.20",
  1235. "zendframework/zendopenid": ">=2,<2.0.2",
  1236. "zendframework/zendxml": ">=1,<1.0.1",
  1237. "zetacomponents/mail": "<1.8.2",
  1238. "zf-commons/zfc-user": "<1.2.2",
  1239. "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
  1240. "zfr/zfr-oauth2-server-module": "<0.1.2"
  1241. },
  1242. "type": "metapackage",
  1243. "notification-url": "https://packagist.org/downloads/",
  1244. "license": [
  1245. "MIT"
  1246. ],
  1247. "authors": [
  1248. {
  1249. "name": "Marco Pivetta",
  1250. "email": "ocramius@gmail.com",
  1251. "role": "maintainer"
  1252. },
  1253. {
  1254. "name": "Ilya Tribusean",
  1255. "email": "slash3b@gmail.com",
  1256. "role": "maintainer"
  1257. }
  1258. ],
  1259. "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
  1260. "funding": [
  1261. {
  1262. "url": "https://github.com/Ocramius",
  1263. "type": "github"
  1264. },
  1265. {
  1266. "url": "https://tidelift.com/funding/github/packagist/roave/security-advisories",
  1267. "type": "tidelift"
  1268. }
  1269. ],
  1270. "time": "2020-05-16T00:00:31+00:00"
  1271. },
  1272. {
  1273. "name": "squizlabs/php_codesniffer",
  1274. "version": "3.5.5",
  1275. "source": {
  1276. "type": "git",
  1277. "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
  1278. "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6"
  1279. },
  1280. "dist": {
  1281. "type": "zip",
  1282. "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
  1283. "reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
  1284. "shasum": ""
  1285. },
  1286. "require": {
  1287. "ext-simplexml": "*",
  1288. "ext-tokenizer": "*",
  1289. "ext-xmlwriter": "*",
  1290. "php": ">=5.4.0"
  1291. },
  1292. "require-dev": {
  1293. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  1294. },
  1295. "bin": [
  1296. "bin/phpcs",
  1297. "bin/phpcbf"
  1298. ],
  1299. "type": "library",
  1300. "extra": {
  1301. "branch-alias": {
  1302. "dev-master": "3.x-dev"
  1303. }
  1304. },
  1305. "notification-url": "https://packagist.org/downloads/",
  1306. "license": [
  1307. "BSD-3-Clause"
  1308. ],
  1309. "authors": [
  1310. {
  1311. "name": "Greg Sherwood",
  1312. "role": "lead"
  1313. }
  1314. ],
  1315. "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  1316. "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
  1317. "keywords": [
  1318. "phpcs",
  1319. "standards"
  1320. ],
  1321. "time": "2020-04-17T01:09:41+00:00"
  1322. }
  1323. ],
  1324. "aliases": [],
  1325. "minimum-stability": "dev",
  1326. "stability-flags": {
  1327. "roave/security-advisories": 20
  1328. },
  1329. "prefer-stable": true,
  1330. "prefer-lowest": false,
  1331. "platform": {
  1332. "php": ">=7.1"
  1333. },
  1334. "platform-dev": [],
  1335. "plugin-api-version": "1.1.0"
  1336. }