In this repo i store all my websites, each in a different branch
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

538 lines
18 KiB

  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": "22b471175e2eaba5e05d15c51436c1bb",
  8. "packages": [
  9. {
  10. "name": "container-interop/container-interop",
  11. "version": "1.2.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/container-interop/container-interop.git",
  15. "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
  20. "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "psr/container": "^1.0"
  25. },
  26. "type": "library",
  27. "autoload": {
  28. "psr-4": {
  29. "Interop\\Container\\": "src/Interop/Container/"
  30. }
  31. },
  32. "notification-url": "https://packagist.org/downloads/",
  33. "license": [
  34. "MIT"
  35. ],
  36. "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
  37. "homepage": "https://github.com/container-interop/container-interop",
  38. "time": "2017-02-14T19:40:03+00:00"
  39. },
  40. {
  41. "name": "michelf/php-markdown",
  42. "version": "1.7.0",
  43. "source": {
  44. "type": "git",
  45. "url": "https://github.com/michelf/php-markdown.git",
  46. "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220"
  47. },
  48. "dist": {
  49. "type": "zip",
  50. "url": "https://api.github.com/repos/michelf/php-markdown/zipball/1f51cc520948f66cd2af8cbc45a5ee175e774220",
  51. "reference": "1f51cc520948f66cd2af8cbc45a5ee175e774220",
  52. "shasum": ""
  53. },
  54. "require": {
  55. "php": ">=5.3.0"
  56. },
  57. "type": "library",
  58. "extra": {
  59. "branch-alias": {
  60. "dev-lib": "1.4.x-dev"
  61. }
  62. },
  63. "autoload": {
  64. "psr-0": {
  65. "Michelf": ""
  66. }
  67. },
  68. "notification-url": "https://packagist.org/downloads/",
  69. "license": [
  70. "BSD-3-Clause"
  71. ],
  72. "authors": [
  73. {
  74. "name": "Michel Fortin",
  75. "email": "michel.fortin@michelf.ca",
  76. "homepage": "https://michelf.ca/",
  77. "role": "Developer"
  78. },
  79. {
  80. "name": "John Gruber",
  81. "homepage": "https://daringfireball.net/"
  82. }
  83. ],
  84. "description": "PHP Markdown",
  85. "homepage": "https://michelf.ca/projects/php-markdown/",
  86. "keywords": [
  87. "markdown"
  88. ],
  89. "time": "2016-10-29T18:58:20+00:00"
  90. },
  91. {
  92. "name": "nikic/fast-route",
  93. "version": "v1.2.0",
  94. "source": {
  95. "type": "git",
  96. "url": "https://github.com/nikic/FastRoute.git",
  97. "reference": "b5f95749071c82a8e0f58586987627054400cdf6"
  98. },
  99. "dist": {
  100. "type": "zip",
  101. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/b5f95749071c82a8e0f58586987627054400cdf6",
  102. "reference": "b5f95749071c82a8e0f58586987627054400cdf6",
  103. "shasum": ""
  104. },
  105. "require": {
  106. "php": ">=5.4.0"
  107. },
  108. "type": "library",
  109. "autoload": {
  110. "psr-4": {
  111. "FastRoute\\": "src/"
  112. },
  113. "files": [
  114. "src/functions.php"
  115. ]
  116. },
  117. "notification-url": "https://packagist.org/downloads/",
  118. "license": [
  119. "BSD-3-Clause"
  120. ],
  121. "authors": [
  122. {
  123. "name": "Nikita Popov",
  124. "email": "nikic@php.net"
  125. }
  126. ],
  127. "description": "Fast request router for PHP",
  128. "keywords": [
  129. "router",
  130. "routing"
  131. ],
  132. "time": "2017-01-19T11:35:12+00:00"
  133. },
  134. {
  135. "name": "pimple/pimple",
  136. "version": "v3.2.2",
  137. "source": {
  138. "type": "git",
  139. "url": "https://github.com/silexphp/Pimple.git",
  140. "reference": "4d45fb62d96418396ec58ba76e6f065bca16e10a"
  141. },
  142. "dist": {
  143. "type": "zip",
  144. "url": "https://api.github.com/repos/silexphp/Pimple/zipball/4d45fb62d96418396ec58ba76e6f065bca16e10a",
  145. "reference": "4d45fb62d96418396ec58ba76e6f065bca16e10a",
  146. "shasum": ""
  147. },
  148. "require": {
  149. "php": ">=5.3.0",
  150. "psr/container": "^1.0"
  151. },
  152. "require-dev": {
  153. "symfony/phpunit-bridge": "^3.2"
  154. },
  155. "type": "library",
  156. "extra": {
  157. "branch-alias": {
  158. "dev-master": "3.2.x-dev"
  159. }
  160. },
  161. "autoload": {
  162. "psr-0": {
  163. "Pimple": "src/"
  164. }
  165. },
  166. "notification-url": "https://packagist.org/downloads/",
  167. "license": [
  168. "MIT"
  169. ],
  170. "authors": [
  171. {
  172. "name": "Fabien Potencier",
  173. "email": "fabien@symfony.com"
  174. }
  175. ],
  176. "description": "Pimple, a simple Dependency Injection Container",
  177. "homepage": "http://pimple.sensiolabs.org",
  178. "keywords": [
  179. "container",
  180. "dependency injection"
  181. ],
  182. "time": "2017-07-23T07:32:15+00:00"
  183. },
  184. {
  185. "name": "psr/container",
  186. "version": "1.0.0",
  187. "source": {
  188. "type": "git",
  189. "url": "https://github.com/php-fig/container.git",
  190. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  191. },
  192. "dist": {
  193. "type": "zip",
  194. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  195. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  196. "shasum": ""
  197. },
  198. "require": {
  199. "php": ">=5.3.0"
  200. },
  201. "type": "library",
  202. "extra": {
  203. "branch-alias": {
  204. "dev-master": "1.0.x-dev"
  205. }
  206. },
  207. "autoload": {
  208. "psr-4": {
  209. "Psr\\Container\\": "src/"
  210. }
  211. },
  212. "notification-url": "https://packagist.org/downloads/",
  213. "license": [
  214. "MIT"
  215. ],
  216. "authors": [
  217. {
  218. "name": "PHP-FIG",
  219. "homepage": "http://www.php-fig.org/"
  220. }
  221. ],
  222. "description": "Common Container Interface (PHP FIG PSR-11)",
  223. "homepage": "https://github.com/php-fig/container",
  224. "keywords": [
  225. "PSR-11",
  226. "container",
  227. "container-interface",
  228. "container-interop",
  229. "psr"
  230. ],
  231. "time": "2017-02-14T16:28:37+00:00"
  232. },
  233. {
  234. "name": "psr/http-message",
  235. "version": "1.0.1",
  236. "source": {
  237. "type": "git",
  238. "url": "https://github.com/php-fig/http-message.git",
  239. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  240. },
  241. "dist": {
  242. "type": "zip",
  243. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  244. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  245. "shasum": ""
  246. },
  247. "require": {
  248. "php": ">=5.3.0"
  249. },
  250. "type": "library",
  251. "extra": {
  252. "branch-alias": {
  253. "dev-master": "1.0.x-dev"
  254. }
  255. },
  256. "autoload": {
  257. "psr-4": {
  258. "Psr\\Http\\Message\\": "src/"
  259. }
  260. },
  261. "notification-url": "https://packagist.org/downloads/",
  262. "license": [
  263. "MIT"
  264. ],
  265. "authors": [
  266. {
  267. "name": "PHP-FIG",
  268. "homepage": "http://www.php-fig.org/"
  269. }
  270. ],
  271. "description": "Common interface for HTTP messages",
  272. "homepage": "https://github.com/php-fig/http-message",
  273. "keywords": [
  274. "http",
  275. "http-message",
  276. "psr",
  277. "psr-7",
  278. "request",
  279. "response"
  280. ],
  281. "time": "2016-08-06T14:39:51+00:00"
  282. },
  283. {
  284. "name": "slim/slim",
  285. "version": "3.9.0",
  286. "source": {
  287. "type": "git",
  288. "url": "https://github.com/slimphp/Slim.git",
  289. "reference": "575a8b53a0a489447915029c69680156cd355304"
  290. },
  291. "dist": {
  292. "type": "zip",
  293. "url": "https://api.github.com/repos/slimphp/Slim/zipball/575a8b53a0a489447915029c69680156cd355304",
  294. "reference": "575a8b53a0a489447915029c69680156cd355304",
  295. "shasum": ""
  296. },
  297. "require": {
  298. "container-interop/container-interop": "^1.2",
  299. "nikic/fast-route": "^1.0",
  300. "php": ">=5.5.0",
  301. "pimple/pimple": "^3.0",
  302. "psr/container": "^1.0",
  303. "psr/http-message": "^1.0"
  304. },
  305. "provide": {
  306. "psr/http-message-implementation": "1.0"
  307. },
  308. "require-dev": {
  309. "phpunit/phpunit": "^4.0",
  310. "squizlabs/php_codesniffer": "^2.5"
  311. },
  312. "type": "library",
  313. "autoload": {
  314. "psr-4": {
  315. "Slim\\": "Slim"
  316. }
  317. },
  318. "notification-url": "https://packagist.org/downloads/",
  319. "license": [
  320. "MIT"
  321. ],
  322. "authors": [
  323. {
  324. "name": "Rob Allen",
  325. "email": "rob@akrabat.com",
  326. "homepage": "http://akrabat.com"
  327. },
  328. {
  329. "name": "Josh Lockhart",
  330. "email": "hello@joshlockhart.com",
  331. "homepage": "https://joshlockhart.com"
  332. },
  333. {
  334. "name": "Gabriel Manricks",
  335. "email": "gmanricks@me.com",
  336. "homepage": "http://gabrielmanricks.com"
  337. },
  338. {
  339. "name": "Andrew Smith",
  340. "email": "a.smith@silentworks.co.uk",
  341. "homepage": "http://silentworks.co.uk"
  342. }
  343. ],
  344. "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
  345. "homepage": "https://slimframework.com",
  346. "keywords": [
  347. "api",
  348. "framework",
  349. "micro",
  350. "router"
  351. ],
  352. "time": "2017-11-04T08:46:46+00:00"
  353. },
  354. {
  355. "name": "slim/twig-view",
  356. "version": "2.3.0",
  357. "source": {
  358. "type": "git",
  359. "url": "https://github.com/slimphp/Twig-View.git",
  360. "reference": "f6ff5ec3a24e11866376b8ffa235fbbb7e1d1301"
  361. },
  362. "dist": {
  363. "type": "zip",
  364. "url": "https://api.github.com/repos/slimphp/Twig-View/zipball/f6ff5ec3a24e11866376b8ffa235fbbb7e1d1301",
  365. "reference": "f6ff5ec3a24e11866376b8ffa235fbbb7e1d1301",
  366. "shasum": ""
  367. },
  368. "require": {
  369. "php": ">=5.5.0",
  370. "psr/http-message": "^1.0",
  371. "twig/twig": "^1.18|^2.0"
  372. },
  373. "require-dev": {
  374. "phpunit/phpunit": "^4.8|^5.7"
  375. },
  376. "type": "library",
  377. "autoload": {
  378. "psr-4": {
  379. "Slim\\Views\\": "src"
  380. }
  381. },
  382. "notification-url": "https://packagist.org/downloads/",
  383. "license": [
  384. "MIT"
  385. ],
  386. "authors": [
  387. {
  388. "name": "Josh Lockhart",
  389. "email": "hello@joshlockhart.com",
  390. "homepage": "http://joshlockhart.com"
  391. }
  392. ],
  393. "description": "Slim Framework 3 view helper built on top of the Twig 2 templating component",
  394. "homepage": "http://slimframework.com",
  395. "keywords": [
  396. "framework",
  397. "slim",
  398. "template",
  399. "twig",
  400. "view"
  401. ],
  402. "time": "2017-09-20T19:47:37+00:00"
  403. },
  404. {
  405. "name": "symfony/polyfill-mbstring",
  406. "version": "v1.6.0",
  407. "source": {
  408. "type": "git",
  409. "url": "https://github.com/symfony/polyfill-mbstring.git",
  410. "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
  411. },
  412. "dist": {
  413. "type": "zip",
  414. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
  415. "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
  416. "shasum": ""
  417. },
  418. "require": {
  419. "php": ">=5.3.3"
  420. },
  421. "suggest": {
  422. "ext-mbstring": "For best performance"
  423. },
  424. "type": "library",
  425. "extra": {
  426. "branch-alias": {
  427. "dev-master": "1.6-dev"
  428. }
  429. },
  430. "autoload": {
  431. "psr-4": {
  432. "Symfony\\Polyfill\\Mbstring\\": ""
  433. },
  434. "files": [
  435. "bootstrap.php"
  436. ]
  437. },
  438. "notification-url": "https://packagist.org/downloads/",
  439. "license": [
  440. "MIT"
  441. ],
  442. "authors": [
  443. {
  444. "name": "Nicolas Grekas",
  445. "email": "p@tchwork.com"
  446. },
  447. {
  448. "name": "Symfony Community",
  449. "homepage": "https://symfony.com/contributors"
  450. }
  451. ],
  452. "description": "Symfony polyfill for the Mbstring extension",
  453. "homepage": "https://symfony.com",
  454. "keywords": [
  455. "compatibility",
  456. "mbstring",
  457. "polyfill",
  458. "portable",
  459. "shim"
  460. ],
  461. "time": "2017-10-11T12:05:26+00:00"
  462. },
  463. {
  464. "name": "twig/twig",
  465. "version": "v2.4.4",
  466. "source": {
  467. "type": "git",
  468. "url": "https://github.com/twigphp/Twig.git",
  469. "reference": "eddb97148ad779f27e670e1e3f19fb323aedafeb"
  470. },
  471. "dist": {
  472. "type": "zip",
  473. "url": "https://api.github.com/repos/twigphp/Twig/zipball/eddb97148ad779f27e670e1e3f19fb323aedafeb",
  474. "reference": "eddb97148ad779f27e670e1e3f19fb323aedafeb",
  475. "shasum": ""
  476. },
  477. "require": {
  478. "php": "^7.0",
  479. "symfony/polyfill-mbstring": "~1.0"
  480. },
  481. "require-dev": {
  482. "psr/container": "^1.0",
  483. "symfony/debug": "~2.7",
  484. "symfony/phpunit-bridge": "~3.3@dev"
  485. },
  486. "type": "library",
  487. "extra": {
  488. "branch-alias": {
  489. "dev-master": "2.4-dev"
  490. }
  491. },
  492. "autoload": {
  493. "psr-0": {
  494. "Twig_": "lib/"
  495. },
  496. "psr-4": {
  497. "Twig\\": "src/"
  498. }
  499. },
  500. "notification-url": "https://packagist.org/downloads/",
  501. "license": [
  502. "BSD-3-Clause"
  503. ],
  504. "authors": [
  505. {
  506. "name": "Fabien Potencier",
  507. "email": "fabien@symfony.com",
  508. "homepage": "http://fabien.potencier.org",
  509. "role": "Lead Developer"
  510. },
  511. {
  512. "name": "Armin Ronacher",
  513. "email": "armin.ronacher@active-4.com",
  514. "role": "Project Founder"
  515. },
  516. {
  517. "name": "Twig Team",
  518. "homepage": "http://twig.sensiolabs.org/contributors",
  519. "role": "Contributors"
  520. }
  521. ],
  522. "description": "Twig, the flexible, fast, and secure template language for PHP",
  523. "homepage": "http://twig.sensiolabs.org",
  524. "keywords": [
  525. "templating"
  526. ],
  527. "time": "2017-09-27T18:10:31+00:00"
  528. }
  529. ],
  530. "packages-dev": [],
  531. "aliases": [],
  532. "minimum-stability": "stable",
  533. "stability-flags": [],
  534. "prefer-stable": false,
  535. "prefer-lowest": false,
  536. "platform": [],
  537. "platform-dev": []
  538. }