Base for a static organization website

composer.lock 6.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  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. "hash": "835f21e6226cf30929364323a74608bb",
  8. "content-hash": "a9f8e00f27c11aa12e90f5bf1e22fe85",
  9. "packages": [
  10. {
  11. "name": "cakephp/cakephp",
  12. "version": "2.7.6",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/cakephp/cakephp.git",
  16. "reference": "df3c786f57844ee7ba39c74090989b575b589a2b"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/cakephp/cakephp/zipball/df3c786f57844ee7ba39c74090989b575b589a2b",
  21. "reference": "df3c786f57844ee7ba39c74090989b575b589a2b",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "ext-mcrypt": "*",
  26. "php": ">=5.3.0"
  27. },
  28. "require-dev": {
  29. "cakephp/cakephp-codesniffer": "^1.0.0",
  30. "cakephp/debug_kit": "^2.2.0",
  31. "phpunit/phpunit": "3.7.*"
  32. },
  33. "bin": [
  34. "lib/Cake/Console/cake"
  35. ],
  36. "type": "library",
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "authors": [
  42. {
  43. "name": "CakePHP Community",
  44. "homepage": "https://github.com/cakephp/cakephp/graphs/contributors"
  45. }
  46. ],
  47. "description": "The CakePHP framework",
  48. "homepage": "http://cakephp.org",
  49. "keywords": [
  50. "framework"
  51. ],
  52. "time": "2015-11-06 03:30:43"
  53. }
  54. ],
  55. "packages-dev": [
  56. {
  57. "name": "cakephp/debug_kit",
  58. "version": "2.2.6",
  59. "source": {
  60. "type": "git",
  61. "url": "https://github.com/cakephp/debug_kit.git",
  62. "reference": "6c318a779b63bd567fd17811aecc7654a74bbec5"
  63. },
  64. "dist": {
  65. "type": "zip",
  66. "url": "https://api.github.com/repos/cakephp/debug_kit/zipball/6c318a779b63bd567fd17811aecc7654a74bbec5",
  67. "reference": "6c318a779b63bd567fd17811aecc7654a74bbec5",
  68. "shasum": ""
  69. },
  70. "require": {
  71. "composer/installers": "*",
  72. "php": ">=5.3.0"
  73. },
  74. "type": "cakephp-plugin",
  75. "extra": {
  76. "branch-alias": {
  77. "dev-master": "2.2.x-dev"
  78. },
  79. "installer-name": "DebugKit"
  80. },
  81. "notification-url": "https://packagist.org/downloads/",
  82. "license": [
  83. "MIT"
  84. ],
  85. "authors": [
  86. {
  87. "name": "Mark Story",
  88. "homepage": "http://mark-story.com",
  89. "role": "Author"
  90. },
  91. {
  92. "name": "CakePHP Community",
  93. "homepage": "https://github.com/cakephp/debug_kit/graphs/contributors"
  94. }
  95. ],
  96. "description": "CakePHP Debug Kit",
  97. "homepage": "https://github.com/cakephp/debug_kit",
  98. "keywords": [
  99. "cakephp",
  100. "debug",
  101. "kit"
  102. ],
  103. "time": "2015-09-13 20:07:55"
  104. },
  105. {
  106. "name": "composer/installers",
  107. "version": "v1.0.22",
  108. "source": {
  109. "type": "git",
  110. "url": "https://github.com/composer/installers.git",
  111. "reference": "bd9b14f094c89c8b5804a4e41edeb7853bb85046"
  112. },
  113. "dist": {
  114. "type": "zip",
  115. "url": "https://api.github.com/repos/composer/installers/zipball/bd9b14f094c89c8b5804a4e41edeb7853bb85046",
  116. "reference": "bd9b14f094c89c8b5804a4e41edeb7853bb85046",
  117. "shasum": ""
  118. },
  119. "require": {
  120. "composer-plugin-api": "1.0.0"
  121. },
  122. "replace": {
  123. "roundcube/plugin-installer": "*",
  124. "shama/baton": "*"
  125. },
  126. "require-dev": {
  127. "composer/composer": "1.0.*@dev",
  128. "phpunit/phpunit": "4.1.*"
  129. },
  130. "type": "composer-plugin",
  131. "extra": {
  132. "class": "Composer\\Installers\\Plugin",
  133. "branch-alias": {
  134. "dev-master": "1.0-dev"
  135. }
  136. },
  137. "autoload": {
  138. "psr-0": {
  139. "Composer\\Installers\\": "src/"
  140. }
  141. },
  142. "notification-url": "https://packagist.org/downloads/",
  143. "license": [
  144. "MIT"
  145. ],
  146. "authors": [
  147. {
  148. "name": "Kyle Robinson Young",
  149. "email": "kyle@dontkry.com",
  150. "homepage": "https://github.com/shama"
  151. }
  152. ],
  153. "description": "A multi-framework Composer library installer",
  154. "homepage": "http://composer.github.com/installers/",
  155. "keywords": [
  156. "Craft",
  157. "Dolibarr",
  158. "Hurad",
  159. "MODX Evo",
  160. "OXID",
  161. "SMF",
  162. "Thelia",
  163. "WolfCMS",
  164. "agl",
  165. "aimeos",
  166. "annotatecms",
  167. "bitrix",
  168. "cakephp",
  169. "chef",
  170. "codeigniter",
  171. "concrete5",
  172. "croogo",
  173. "dokuwiki",
  174. "drupal",
  175. "elgg",
  176. "fuelphp",
  177. "grav",
  178. "installer",
  179. "joomla",
  180. "kohana",
  181. "laravel",
  182. "lithium",
  183. "magento",
  184. "mako",
  185. "mediawiki",
  186. "modulework",
  187. "moodle",
  188. "phpbb",
  189. "piwik",
  190. "ppi",
  191. "puppet",
  192. "roundcube",
  193. "shopware",
  194. "silverstripe",
  195. "symfony",
  196. "typo3",
  197. "wordpress",
  198. "zend",
  199. "zikula"
  200. ],
  201. "time": "2015-10-29 23:28:48"
  202. }
  203. ],
  204. "aliases": [],
  205. "minimum-stability": "stable",
  206. "stability-flags": [],
  207. "prefer-stable": false,
  208. "prefer-lowest": false,
  209. "platform": [],
  210. "platform-dev": []
  211. }