composer.lock 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  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#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "3e98a54758bf2c2cd597cb8af73cb288",
  8. "packages": [
  9. {
  10. "name": "clancats/core",
  11. "version": "v2.0.6",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/ClanCats/Core.git",
  15. "reference": "9d4f7ce2ad42a42818e1b5bb1e754ac73ed59ef3"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/ClanCats/Core/zipball/9d4f7ce2ad42a42818e1b5bb1e754ac73ed59ef3",
  20. "reference": "9d4f7ce2ad42a42818e1b5bb1e754ac73ed59ef3",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "composer/installers": "~1.0",
  25. "nesbot/carbon": "~1.0",
  26. "php": ">=5.3"
  27. },
  28. "type": "library",
  29. "notification-url": "https://packagist.org/downloads/",
  30. "license": [
  31. "MIT"
  32. ],
  33. "description": "The ClanCatsFramework Core repository",
  34. "time": "2014-12-16T20:49:40+00:00"
  35. },
  36. {
  37. "name": "composer/installers",
  38. "version": "v1.5.0",
  39. "source": {
  40. "type": "git",
  41. "url": "https://github.com/composer/installers.git",
  42. "reference": "049797d727261bf27f2690430d935067710049c2"
  43. },
  44. "dist": {
  45. "type": "zip",
  46. "url": "https://api.github.com/repos/composer/installers/zipball/049797d727261bf27f2690430d935067710049c2",
  47. "reference": "049797d727261bf27f2690430d935067710049c2",
  48. "shasum": ""
  49. },
  50. "require": {
  51. "composer-plugin-api": "^1.0"
  52. },
  53. "replace": {
  54. "roundcube/plugin-installer": "*",
  55. "shama/baton": "*"
  56. },
  57. "require-dev": {
  58. "composer/composer": "1.0.*@dev",
  59. "phpunit/phpunit": "^4.8.36"
  60. },
  61. "type": "composer-plugin",
  62. "extra": {
  63. "class": "Composer\\Installers\\Plugin",
  64. "branch-alias": {
  65. "dev-master": "1.0-dev"
  66. }
  67. },
  68. "autoload": {
  69. "psr-4": {
  70. "Composer\\Installers\\": "src/Composer/Installers"
  71. }
  72. },
  73. "notification-url": "https://packagist.org/downloads/",
  74. "license": [
  75. "MIT"
  76. ],
  77. "authors": [
  78. {
  79. "name": "Kyle Robinson Young",
  80. "email": "[email protected]",
  81. "homepage": "https://github.com/shama"
  82. }
  83. ],
  84. "description": "A multi-framework Composer library installer",
  85. "homepage": "https://composer.github.io/installers/",
  86. "keywords": [
  87. "Craft",
  88. "Dolibarr",
  89. "Eliasis",
  90. "Hurad",
  91. "ImageCMS",
  92. "Kanboard",
  93. "Lan Management System",
  94. "MODX Evo",
  95. "Mautic",
  96. "Maya",
  97. "OXID",
  98. "Plentymarkets",
  99. "Porto",
  100. "RadPHP",
  101. "SMF",
  102. "Thelia",
  103. "WolfCMS",
  104. "agl",
  105. "aimeos",
  106. "annotatecms",
  107. "attogram",
  108. "bitrix",
  109. "cakephp",
  110. "chef",
  111. "cockpit",
  112. "codeigniter",
  113. "concrete5",
  114. "croogo",
  115. "dokuwiki",
  116. "drupal",
  117. "eZ Platform",
  118. "elgg",
  119. "expressionengine",
  120. "fuelphp",
  121. "grav",
  122. "installer",
  123. "itop",
  124. "joomla",
  125. "kohana",
  126. "laravel",
  127. "lavalite",
  128. "lithium",
  129. "magento",
  130. "majima",
  131. "mako",
  132. "mediawiki",
  133. "modulework",
  134. "modx",
  135. "moodle",
  136. "osclass",
  137. "phpbb",
  138. "piwik",
  139. "ppi",
  140. "puppet",
  141. "pxcms",
  142. "reindex",
  143. "roundcube",
  144. "shopware",
  145. "silverstripe",
  146. "sydes",
  147. "symfony",
  148. "typo3",
  149. "wordpress",
  150. "yawik",
  151. "zend",
  152. "zikula"
  153. ],
  154. "time": "2017-12-29T09:13:20+00:00"
  155. },
  156. {
  157. "name": "nesbot/carbon",
  158. "version": "1.23.0",
  159. "source": {
  160. "type": "git",
  161. "url": "https://github.com/briannesbitt/Carbon.git",
  162. "reference": "4a874a39b2b00d7e0146cd46fab6f47c41ce9e65"
  163. },
  164. "dist": {
  165. "type": "zip",
  166. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4a874a39b2b00d7e0146cd46fab6f47c41ce9e65",
  167. "reference": "4a874a39b2b00d7e0146cd46fab6f47c41ce9e65",
  168. "shasum": ""
  169. },
  170. "require": {
  171. "php": ">=5.3.0",
  172. "symfony/translation": "~2.6 || ~3.0 || ~4.0"
  173. },
  174. "require-dev": {
  175. "friendsofphp/php-cs-fixer": "~2",
  176. "phpunit/phpunit": "^4.8.35 || ^5.7"
  177. },
  178. "type": "library",
  179. "extra": {
  180. "branch-alias": {
  181. "dev-master": "1.23-dev"
  182. }
  183. },
  184. "autoload": {
  185. "psr-4": {
  186. "Carbon\\": "src/Carbon/"
  187. }
  188. },
  189. "notification-url": "https://packagist.org/downloads/",
  190. "license": [
  191. "MIT"
  192. ],
  193. "authors": [
  194. {
  195. "name": "Brian Nesbitt",
  196. "email": "[email protected]",
  197. "homepage": "http://nesbot.com"
  198. }
  199. ],
  200. "description": "A simple API extension for DateTime.",
  201. "homepage": "http://carbon.nesbot.com",
  202. "keywords": [
  203. "date",
  204. "datetime",
  205. "time"
  206. ],
  207. "time": "2018-02-28T09:22:05+00:00"
  208. },
  209. {
  210. "name": "symfony/polyfill-mbstring",
  211. "version": "v1.7.0",
  212. "source": {
  213. "type": "git",
  214. "url": "https://github.com/symfony/polyfill-mbstring.git",
  215. "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
  216. },
  217. "dist": {
  218. "type": "zip",
  219. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
  220. "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
  221. "shasum": ""
  222. },
  223. "require": {
  224. "php": ">=5.3.3"
  225. },
  226. "suggest": {
  227. "ext-mbstring": "For best performance"
  228. },
  229. "type": "library",
  230. "extra": {
  231. "branch-alias": {
  232. "dev-master": "1.7-dev"
  233. }
  234. },
  235. "autoload": {
  236. "psr-4": {
  237. "Symfony\\Polyfill\\Mbstring\\": ""
  238. },
  239. "files": [
  240. "bootstrap.php"
  241. ]
  242. },
  243. "notification-url": "https://packagist.org/downloads/",
  244. "license": [
  245. "MIT"
  246. ],
  247. "authors": [
  248. {
  249. "name": "Nicolas Grekas",
  250. "email": "[email protected]"
  251. },
  252. {
  253. "name": "Symfony Community",
  254. "homepage": "https://symfony.com/contributors"
  255. }
  256. ],
  257. "description": "Symfony polyfill for the Mbstring extension",
  258. "homepage": "https://symfony.com",
  259. "keywords": [
  260. "compatibility",
  261. "mbstring",
  262. "polyfill",
  263. "portable",
  264. "shim"
  265. ],
  266. "time": "2018-01-30T19:27:44+00:00"
  267. },
  268. {
  269. "name": "symfony/translation",
  270. "version": "v3.4.4",
  271. "source": {
  272. "type": "git",
  273. "url": "https://github.com/symfony/translation.git",
  274. "reference": "10b32cf0eae28b9b39fe26c456c42b19854c4b84"
  275. },
  276. "dist": {
  277. "type": "zip",
  278. "url": "https://api.github.com/repos/symfony/translation/zipball/10b32cf0eae28b9b39fe26c456c42b19854c4b84",
  279. "reference": "10b32cf0eae28b9b39fe26c456c42b19854c4b84",
  280. "shasum": ""
  281. },
  282. "require": {
  283. "php": "^5.5.9|>=7.0.8",
  284. "symfony/polyfill-mbstring": "~1.0"
  285. },
  286. "conflict": {
  287. "symfony/config": "<2.8",
  288. "symfony/dependency-injection": "<3.4",
  289. "symfony/yaml": "<3.4"
  290. },
  291. "require-dev": {
  292. "psr/log": "~1.0",
  293. "symfony/config": "~2.8|~3.0|~4.0",
  294. "symfony/dependency-injection": "~3.4|~4.0",
  295. "symfony/finder": "~2.8|~3.0|~4.0",
  296. "symfony/intl": "^2.8.18|^3.2.5|~4.0",
  297. "symfony/yaml": "~3.4|~4.0"
  298. },
  299. "suggest": {
  300. "psr/log": "To use logging capability in translator",
  301. "symfony/config": "",
  302. "symfony/yaml": ""
  303. },
  304. "type": "library",
  305. "extra": {
  306. "branch-alias": {
  307. "dev-master": "3.4-dev"
  308. }
  309. },
  310. "autoload": {
  311. "psr-4": {
  312. "Symfony\\Component\\Translation\\": ""
  313. },
  314. "exclude-from-classmap": [
  315. "/Tests/"
  316. ]
  317. },
  318. "notification-url": "https://packagist.org/downloads/",
  319. "license": [
  320. "MIT"
  321. ],
  322. "authors": [
  323. {
  324. "name": "Fabien Potencier",
  325. "email": "[email protected]"
  326. },
  327. {
  328. "name": "Symfony Community",
  329. "homepage": "https://symfony.com/contributors"
  330. }
  331. ],
  332. "description": "Symfony Translation Component",
  333. "homepage": "https://symfony.com",
  334. "time": "2018-01-18T22:16:57+00:00"
  335. }
  336. ],
  337. "packages-dev": [],
  338. "aliases": [],
  339. "minimum-stability": "stable",
  340. "stability-flags": [],
  341. "prefer-stable": false,
  342. "prefer-lowest": false,
  343. "platform": [],
  344. "platform-dev": []
  345. }