In this repo i store all my websites, each in a different branch
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

542 linhas
16 KiB

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