Blog-style website for karathan using the self-made Stellar Theme powered by HTML5Up http://blog.karathan.at

composer.lock 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511
  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": "2ffc225e314482600813086614bab2e8",
  8. "packages": [
  9. {
  10. "name": "erusev/parsedown",
  11. "version": "1.7.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/erusev/parsedown.git",
  15. "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
  20. "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-mbstring": "*",
  25. "php": ">=5.3.0"
  26. },
  27. "require-dev": {
  28. "phpunit/phpunit": "^4.8.35"
  29. },
  30. "type": "library",
  31. "autoload": {
  32. "psr-0": {
  33. "Parsedown": ""
  34. }
  35. },
  36. "notification-url": "https://packagist.org/downloads/",
  37. "license": [
  38. "MIT"
  39. ],
  40. "authors": [
  41. {
  42. "name": "Emanuil Rusev",
  43. "email": "hello@erusev.com",
  44. "homepage": "http://erusev.com"
  45. }
  46. ],
  47. "description": "Parser for Markdown.",
  48. "homepage": "http://parsedown.org",
  49. "keywords": [
  50. "markdown",
  51. "parser"
  52. ],
  53. "time": "2018-03-08T01:11:30+00:00"
  54. },
  55. {
  56. "name": "erusev/parsedown-extra",
  57. "version": "0.7.1",
  58. "source": {
  59. "type": "git",
  60. "url": "https://github.com/erusev/parsedown-extra.git",
  61. "reference": "0db5cce7354e4b76f155d092ab5eb3981c21258c"
  62. },
  63. "dist": {
  64. "type": "zip",
  65. "url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/0db5cce7354e4b76f155d092ab5eb3981c21258c",
  66. "reference": "0db5cce7354e4b76f155d092ab5eb3981c21258c",
  67. "shasum": ""
  68. },
  69. "require": {
  70. "erusev/parsedown": "~1.4"
  71. },
  72. "type": "library",
  73. "autoload": {
  74. "psr-0": {
  75. "ParsedownExtra": ""
  76. }
  77. },
  78. "notification-url": "https://packagist.org/downloads/",
  79. "license": [
  80. "MIT"
  81. ],
  82. "authors": [
  83. {
  84. "name": "Emanuil Rusev",
  85. "email": "hello@erusev.com",
  86. "homepage": "http://erusev.com"
  87. }
  88. ],
  89. "description": "An extension of Parsedown that adds support for Markdown Extra.",
  90. "homepage": "https://github.com/erusev/parsedown-extra",
  91. "keywords": [
  92. "markdown",
  93. "markdown extra",
  94. "parsedown",
  95. "parser"
  96. ],
  97. "time": "2015-11-01T10:19:22+00:00"
  98. },
  99. {
  100. "name": "picocms/composer-installer",
  101. "version": "v1.0.0",
  102. "source": {
  103. "type": "git",
  104. "url": "https://github.com/picocms/composer-installer.git",
  105. "reference": "67f53e73232c2c7a9b669e36c3fc716cf1f55b58"
  106. },
  107. "dist": {
  108. "type": "zip",
  109. "url": "https://api.github.com/repos/picocms/composer-installer/zipball/67f53e73232c2c7a9b669e36c3fc716cf1f55b58",
  110. "reference": "67f53e73232c2c7a9b669e36c3fc716cf1f55b58",
  111. "shasum": ""
  112. },
  113. "type": "composer-installer",
  114. "extra": {
  115. "class": "Pico\\Composer\\Installer\\PluginInstaller"
  116. },
  117. "autoload": {
  118. "psr-4": {
  119. "Pico\\Composer\\": "src"
  120. }
  121. },
  122. "notification-url": "https://packagist.org/downloads/",
  123. "license": [
  124. "MIT"
  125. ],
  126. "authors": [
  127. {
  128. "name": "The Pico Community",
  129. "homepage": "http://picocms.org/"
  130. },
  131. {
  132. "name": "Contributors",
  133. "homepage": "https://github.com/picocms/composer-installer/graphs/contributors"
  134. }
  135. ],
  136. "description": "A composer plugin responsible for installing plugins and themes for Pico, a stupidly simple, blazing fast, flat file CMS.",
  137. "homepage": "http://picocms.org/",
  138. "keywords": [
  139. "composer",
  140. "composer-installer",
  141. "composer-plugin",
  142. "pico",
  143. "pico-cms",
  144. "picocms",
  145. "picocms-installer",
  146. "picocms-plugin",
  147. "picocms-theme"
  148. ],
  149. "time": "2017-10-13T20:16:18+00:00"
  150. },
  151. {
  152. "name": "picocms/pico",
  153. "version": "v2.0.2",
  154. "source": {
  155. "type": "git",
  156. "url": "https://github.com/picocms/Pico.git",
  157. "reference": "bbe7f620432b97918f95cc3c8a20b22f9b015226"
  158. },
  159. "dist": {
  160. "type": "zip",
  161. "url": "https://api.github.com/repos/picocms/Pico/zipball/bbe7f620432b97918f95cc3c8a20b22f9b015226",
  162. "reference": "bbe7f620432b97918f95cc3c8a20b22f9b015226",
  163. "shasum": ""
  164. },
  165. "require": {
  166. "erusev/parsedown": "^1.7",
  167. "erusev/parsedown-extra": "^0.7",
  168. "ext-dom": "*",
  169. "php": ">=5.3.6",
  170. "symfony/yaml": "^2.8",
  171. "twig/twig": "^1.35"
  172. },
  173. "require-dev": {
  174. "phpdocumentor/phpdocumentor": "^2.8",
  175. "squizlabs/php_codesniffer": "^2.4"
  176. },
  177. "suggest": {
  178. "picocms/composer-installer": "This Composer plugin is responsible for installing Pico plugins and themes using the Composer package manager.",
  179. "picocms/pico-deprecated": "PicoDeprecated's purpose is to maintain backward compatibility to older versions of Pico.",
  180. "picocms/pico-theme": "Pico requires a theme to actually display the contents of your website. This is Pico's official default theme."
  181. },
  182. "type": "library",
  183. "autoload": {
  184. "psr-0": {
  185. "Pico": "lib/",
  186. "PicoPluginInterface": "lib/",
  187. "AbstractPicoPlugin": "lib/"
  188. }
  189. },
  190. "notification-url": "https://packagist.org/downloads/",
  191. "license": [
  192. "MIT"
  193. ],
  194. "authors": [
  195. {
  196. "name": "Gilbert Pellegrom",
  197. "email": "gilbert@pellegrom.me",
  198. "role": "Project Founder"
  199. },
  200. {
  201. "name": "The Pico Community",
  202. "homepage": "http://picocms.org/"
  203. },
  204. {
  205. "name": "Contributors",
  206. "homepage": "https://github.com/picocms/Pico/graphs/contributors"
  207. }
  208. ],
  209. "description": "Pico is a flat file CMS, this means there is no administration backend and database to deal with. You simply create .md files in the \"content\" folder and that becomes a page.",
  210. "homepage": "http://picocms.org/",
  211. "keywords": [
  212. "Simple",
  213. "cms",
  214. "content-management",
  215. "flat-file",
  216. "markdown",
  217. "markdown-to-html",
  218. "php",
  219. "pico",
  220. "pico-cms",
  221. "picocms",
  222. "twig",
  223. "website",
  224. "yaml"
  225. ],
  226. "time": "2018-08-12T11:50:09+00:00"
  227. },
  228. {
  229. "name": "picocms/pico-deprecated",
  230. "version": "v2.0.2",
  231. "source": {
  232. "type": "git",
  233. "url": "https://github.com/picocms/pico-deprecated.git",
  234. "reference": "5bda9998dc3c9c6e2bac64777b4742bc83256810"
  235. },
  236. "dist": {
  237. "type": "zip",
  238. "url": "https://api.github.com/repos/picocms/pico-deprecated/zipball/5bda9998dc3c9c6e2bac64777b4742bc83256810",
  239. "reference": "5bda9998dc3c9c6e2bac64777b4742bc83256810",
  240. "shasum": ""
  241. },
  242. "require": {
  243. "php": ">=5.3.0",
  244. "picocms/pico": "self.version"
  245. },
  246. "type": "pico-plugin",
  247. "autoload": {
  248. "classmap": [
  249. "PicoDeprecated.php"
  250. ]
  251. },
  252. "notification-url": "https://packagist.org/downloads/",
  253. "license": [
  254. "MIT"
  255. ],
  256. "authors": [
  257. {
  258. "name": "The Pico Community",
  259. "homepage": "http://picocms.org/"
  260. },
  261. {
  262. "name": "Contributors",
  263. "homepage": "https://github.com/picocms/pico-deprecated/graphs/contributors"
  264. }
  265. ],
  266. "description": "This is Pico's official PicoDeprecated plugin. Pico is a stupidly simple, blazing fast, flat file CMS.",
  267. "homepage": "http://picocms.org/",
  268. "keywords": [
  269. "compatibility",
  270. "deprecation",
  271. "pico",
  272. "pico-deprecated",
  273. "picocms",
  274. "picocms-plugin"
  275. ],
  276. "time": "2018-08-12T11:52:13+00:00"
  277. },
  278. {
  279. "name": "picocms/pico-theme",
  280. "version": "v2.0.2",
  281. "source": {
  282. "type": "git",
  283. "url": "https://github.com/picocms/pico-theme.git",
  284. "reference": "5af338c40881333d993e6b7678e4e4283805a7df"
  285. },
  286. "dist": {
  287. "type": "zip",
  288. "url": "https://api.github.com/repos/picocms/pico-theme/zipball/5af338c40881333d993e6b7678e4e4283805a7df",
  289. "reference": "5af338c40881333d993e6b7678e4e4283805a7df",
  290. "shasum": ""
  291. },
  292. "require": {
  293. "picocms/pico": "self.version"
  294. },
  295. "type": "pico-theme",
  296. "extra": {
  297. "installer-name": "default"
  298. },
  299. "notification-url": "https://packagist.org/downloads/",
  300. "license": [
  301. "MIT"
  302. ],
  303. "authors": [
  304. {
  305. "name": "The Pico Community",
  306. "homepage": "http://picocms.org/"
  307. },
  308. {
  309. "name": "Contributors",
  310. "homepage": "https://github.com/picocms/pico-theme/graphs/contributors"
  311. }
  312. ],
  313. "description": "This is Pico's official default theme. Pico is a stupidly simple, blazing fast, flat file CMS.",
  314. "homepage": "http://picocms.org/",
  315. "keywords": [
  316. "default-theme",
  317. "pico",
  318. "pico-theme",
  319. "picocms",
  320. "picocms-theme"
  321. ],
  322. "time": "2018-08-12T11:51:04+00:00"
  323. },
  324. {
  325. "name": "symfony/polyfill-ctype",
  326. "version": "v1.9.0",
  327. "source": {
  328. "type": "git",
  329. "url": "https://github.com/symfony/polyfill-ctype.git",
  330. "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
  331. },
  332. "dist": {
  333. "type": "zip",
  334. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
  335. "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
  336. "shasum": ""
  337. },
  338. "require": {
  339. "php": ">=5.3.3"
  340. },
  341. "suggest": {
  342. "ext-ctype": "For best performance"
  343. },
  344. "type": "library",
  345. "extra": {
  346. "branch-alias": {
  347. "dev-master": "1.9-dev"
  348. }
  349. },
  350. "autoload": {
  351. "psr-4": {
  352. "Symfony\\Polyfill\\Ctype\\": ""
  353. },
  354. "files": [
  355. "bootstrap.php"
  356. ]
  357. },
  358. "notification-url": "https://packagist.org/downloads/",
  359. "license": [
  360. "MIT"
  361. ],
  362. "authors": [
  363. {
  364. "name": "Symfony Community",
  365. "homepage": "https://symfony.com/contributors"
  366. },
  367. {
  368. "name": "Gert de Pagter",
  369. "email": "BackEndTea@gmail.com"
  370. }
  371. ],
  372. "description": "Symfony polyfill for ctype functions",
  373. "homepage": "https://symfony.com",
  374. "keywords": [
  375. "compatibility",
  376. "ctype",
  377. "polyfill",
  378. "portable"
  379. ],
  380. "time": "2018-08-06T14:22:27+00:00"
  381. },
  382. {
  383. "name": "symfony/yaml",
  384. "version": "v2.8.44",
  385. "source": {
  386. "type": "git",
  387. "url": "https://github.com/symfony/yaml.git",
  388. "reference": "fbf876678e29dc634430dcf0096e216eb0004467"
  389. },
  390. "dist": {
  391. "type": "zip",
  392. "url": "https://api.github.com/repos/symfony/yaml/zipball/fbf876678e29dc634430dcf0096e216eb0004467",
  393. "reference": "fbf876678e29dc634430dcf0096e216eb0004467",
  394. "shasum": ""
  395. },
  396. "require": {
  397. "php": ">=5.3.9",
  398. "symfony/polyfill-ctype": "~1.8"
  399. },
  400. "type": "library",
  401. "extra": {
  402. "branch-alias": {
  403. "dev-master": "2.8-dev"
  404. }
  405. },
  406. "autoload": {
  407. "psr-4": {
  408. "Symfony\\Component\\Yaml\\": ""
  409. },
  410. "exclude-from-classmap": [
  411. "/Tests/"
  412. ]
  413. },
  414. "notification-url": "https://packagist.org/downloads/",
  415. "license": [
  416. "MIT"
  417. ],
  418. "authors": [
  419. {
  420. "name": "Fabien Potencier",
  421. "email": "fabien@symfony.com"
  422. },
  423. {
  424. "name": "Symfony Community",
  425. "homepage": "https://symfony.com/contributors"
  426. }
  427. ],
  428. "description": "Symfony Yaml Component",
  429. "homepage": "https://symfony.com",
  430. "time": "2018-07-26T09:03:18+00:00"
  431. },
  432. {
  433. "name": "twig/twig",
  434. "version": "v1.35.4",
  435. "source": {
  436. "type": "git",
  437. "url": "https://github.com/twigphp/Twig.git",
  438. "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
  439. },
  440. "dist": {
  441. "type": "zip",
  442. "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
  443. "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
  444. "shasum": ""
  445. },
  446. "require": {
  447. "php": ">=5.3.3",
  448. "symfony/polyfill-ctype": "^1.8"
  449. },
  450. "require-dev": {
  451. "psr/container": "^1.0",
  452. "symfony/debug": "^2.7",
  453. "symfony/phpunit-bridge": "^3.3"
  454. },
  455. "type": "library",
  456. "extra": {
  457. "branch-alias": {
  458. "dev-master": "1.35-dev"
  459. }
  460. },
  461. "autoload": {
  462. "psr-0": {
  463. "Twig_": "lib/"
  464. },
  465. "psr-4": {
  466. "Twig\\": "src/"
  467. }
  468. },
  469. "notification-url": "https://packagist.org/downloads/",
  470. "license": [
  471. "BSD-3-Clause"
  472. ],
  473. "authors": [
  474. {
  475. "name": "Fabien Potencier",
  476. "email": "fabien@symfony.com",
  477. "homepage": "http://fabien.potencier.org",
  478. "role": "Lead Developer"
  479. },
  480. {
  481. "name": "Armin Ronacher",
  482. "email": "armin.ronacher@active-4.com",
  483. "role": "Project Founder"
  484. },
  485. {
  486. "name": "Twig Team",
  487. "homepage": "https://twig.symfony.com/contributors",
  488. "role": "Contributors"
  489. }
  490. ],
  491. "description": "Twig, the flexible, fast, and secure template language for PHP",
  492. "homepage": "https://twig.symfony.com",
  493. "keywords": [
  494. "templating"
  495. ],
  496. "time": "2018-07-13T07:12:17+00:00"
  497. }
  498. ],
  499. "packages-dev": [],
  500. "aliases": [],
  501. "minimum-stability": "stable",
  502. "stability-flags": {
  503. "picocms/pico": 0,
  504. "picocms/pico-theme": 0,
  505. "picocms/pico-deprecated": 0
  506. },
  507. "prefer-stable": false,
  508. "prefer-lowest": false,
  509. "platform": [],
  510. "platform-dev": []
  511. }