Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

composer.lock 9.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  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": "f2d61491375dfee1980ffd91f147a685",
  8. "packages": [
  9. {
  10. "name": "altorouter/altorouter",
  11. "version": "v1.2.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/dannyvankooten/AltoRouter.git",
  15. "reference": "39c50092470128c12284d332bb57f306bb5b58e4"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/dannyvankooten/AltoRouter/zipball/39c50092470128c12284d332bb57f306bb5b58e4",
  20. "reference": "39c50092470128c12284d332bb57f306bb5b58e4",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "require-dev": {
  27. "codeclimate/php-test-reporter": "dev-master",
  28. "phpunit/phpunit": "4.5.*"
  29. },
  30. "type": "library",
  31. "autoload": {
  32. "classmap": [
  33. "AltoRouter.php"
  34. ]
  35. },
  36. "notification-url": "https://packagist.org/downloads/",
  37. "license": [
  38. "MIT"
  39. ],
  40. "authors": [
  41. {
  42. "name": "Danny van Kooten",
  43. "email": "dannyvankooten@gmail.com",
  44. "homepage": "http://dannyvankooten.com/"
  45. },
  46. {
  47. "name": "Koen Punt",
  48. "homepage": "https://github.com/koenpunt"
  49. },
  50. {
  51. "name": "niahoo",
  52. "homepage": "https://github.com/niahoo"
  53. }
  54. ],
  55. "description": "A lightning fast router for PHP",
  56. "homepage": "https://github.com/dannyvankooten/AltoRouter",
  57. "keywords": [
  58. "lightweight",
  59. "router",
  60. "routing"
  61. ],
  62. "time": "2015-11-30T00:47:43+00:00"
  63. },
  64. {
  65. "name": "psr/log",
  66. "version": "1.0.2",
  67. "source": {
  68. "type": "git",
  69. "url": "https://github.com/php-fig/log.git",
  70. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  71. },
  72. "dist": {
  73. "type": "zip",
  74. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  75. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  76. "shasum": ""
  77. },
  78. "require": {
  79. "php": ">=5.3.0"
  80. },
  81. "type": "library",
  82. "extra": {
  83. "branch-alias": {
  84. "dev-master": "1.0.x-dev"
  85. }
  86. },
  87. "autoload": {
  88. "psr-4": {
  89. "Psr\\Log\\": "Psr/Log/"
  90. }
  91. },
  92. "notification-url": "https://packagist.org/downloads/",
  93. "license": [
  94. "MIT"
  95. ],
  96. "authors": [
  97. {
  98. "name": "PHP-FIG",
  99. "homepage": "http://www.php-fig.org/"
  100. }
  101. ],
  102. "description": "Common interface for logging libraries",
  103. "homepage": "https://github.com/php-fig/log",
  104. "keywords": [
  105. "log",
  106. "psr",
  107. "psr-3"
  108. ],
  109. "time": "2016-10-10T12:19:37+00:00"
  110. },
  111. {
  112. "name": "smarty/smarty",
  113. "version": "v3.1.31",
  114. "source": {
  115. "type": "git",
  116. "url": "https://github.com/smarty-php/smarty.git",
  117. "reference": "c7d42e4a327c402897dd587871434888fde1e7a9"
  118. },
  119. "dist": {
  120. "type": "zip",
  121. "url": "https://api.github.com/repos/smarty-php/smarty/zipball/c7d42e4a327c402897dd587871434888fde1e7a9",
  122. "reference": "c7d42e4a327c402897dd587871434888fde1e7a9",
  123. "shasum": ""
  124. },
  125. "require": {
  126. "php": ">=5.2"
  127. },
  128. "type": "library",
  129. "extra": {
  130. "branch-alias": {
  131. "dev-master": "3.1.x-dev"
  132. }
  133. },
  134. "autoload": {
  135. "files": [
  136. "libs/bootstrap.php"
  137. ]
  138. },
  139. "notification-url": "https://packagist.org/downloads/",
  140. "license": [
  141. "LGPL-3.0"
  142. ],
  143. "authors": [
  144. {
  145. "name": "Monte Ohrt",
  146. "email": "monte@ohrt.com"
  147. },
  148. {
  149. "name": "Uwe Tews",
  150. "email": "uwe.tews@googlemail.com"
  151. },
  152. {
  153. "name": "Rodney Rehm",
  154. "email": "rodney.rehm@medialize.de"
  155. }
  156. ],
  157. "description": "Smarty - the compiling PHP template engine",
  158. "homepage": "http://www.smarty.net",
  159. "keywords": [
  160. "templating"
  161. ],
  162. "time": "2016-12-14T21:57:25+00:00"
  163. },
  164. {
  165. "name": "symfony/debug",
  166. "version": "v4.0.0",
  167. "source": {
  168. "type": "git",
  169. "url": "https://github.com/symfony/debug.git",
  170. "reference": "26a15dab86c3820473716be4f846eac774ad4ad9"
  171. },
  172. "dist": {
  173. "type": "zip",
  174. "url": "https://api.github.com/repos/symfony/debug/zipball/26a15dab86c3820473716be4f846eac774ad4ad9",
  175. "reference": "26a15dab86c3820473716be4f846eac774ad4ad9",
  176. "shasum": ""
  177. },
  178. "require": {
  179. "php": "^7.1.3",
  180. "psr/log": "~1.0"
  181. },
  182. "conflict": {
  183. "symfony/http-kernel": "<3.4"
  184. },
  185. "require-dev": {
  186. "symfony/http-kernel": "~3.4|~4.0"
  187. },
  188. "type": "library",
  189. "extra": {
  190. "branch-alias": {
  191. "dev-master": "4.0-dev"
  192. }
  193. },
  194. "autoload": {
  195. "psr-4": {
  196. "Symfony\\Component\\Debug\\": ""
  197. },
  198. "exclude-from-classmap": [
  199. "/Tests/"
  200. ]
  201. },
  202. "notification-url": "https://packagist.org/downloads/",
  203. "license": [
  204. "MIT"
  205. ],
  206. "authors": [
  207. {
  208. "name": "Fabien Potencier",
  209. "email": "fabien@symfony.com"
  210. },
  211. {
  212. "name": "Symfony Community",
  213. "homepage": "https://symfony.com/contributors"
  214. }
  215. ],
  216. "description": "Symfony Debug Component",
  217. "homepage": "https://symfony.com",
  218. "time": "2017-11-21T09:27:49+00:00"
  219. },
  220. {
  221. "name": "twbs/bootstrap",
  222. "version": "v3.3.7",
  223. "source": {
  224. "type": "git",
  225. "url": "https://github.com/twbs/bootstrap.git",
  226. "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
  227. },
  228. "dist": {
  229. "type": "zip",
  230. "url": "https://api.github.com/repos/twbs/bootstrap/zipball/0b9c4a4007c44201dce9a6cc1a38407005c26c86",
  231. "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86",
  232. "shasum": ""
  233. },
  234. "replace": {
  235. "twitter/bootstrap": "self.version"
  236. },
  237. "type": "library",
  238. "extra": {
  239. "branch-alias": {
  240. "dev-master": "3.3.x-dev"
  241. }
  242. },
  243. "notification-url": "https://packagist.org/downloads/",
  244. "license": [
  245. "MIT"
  246. ],
  247. "authors": [
  248. {
  249. "name": "Jacob Thornton",
  250. "email": "jacobthornton@gmail.com"
  251. },
  252. {
  253. "name": "Mark Otto",
  254. "email": "markdotto@gmail.com"
  255. }
  256. ],
  257. "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  258. "homepage": "http://getbootstrap.com",
  259. "keywords": [
  260. "JS",
  261. "css",
  262. "framework",
  263. "front-end",
  264. "less",
  265. "mobile-first",
  266. "responsive",
  267. "web"
  268. ],
  269. "time": "2016-07-25T15:51:55+00:00"
  270. }
  271. ],
  272. "packages-dev": [],
  273. "aliases": [],
  274. "minimum-stability": "stable",
  275. "stability-flags": [],
  276. "prefer-stable": false,
  277. "prefer-lowest": false,
  278. "platform": [],
  279. "platform-dev": []
  280. }