composer.lock 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  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": "adc7409d2b1c9b9524946d4acd812379",
  8. "packages": [
  9. {
  10. "name": "cygnite/framework",
  11. "version": "v1.3.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/cygnite/framework.git",
  15. "reference": "5c1866eb64b1f59f6d9c855a782a42fc56b53c40"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/cygnite/framework/zipball/5c1866eb64b1f59f6d9c855a782a42fc56b53c40",
  20. "reference": "5c1866eb64b1f59f6d9c855a782a42fc56b53c40",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.3",
  25. "swiftmailer/swiftmailer": "~5.1",
  26. "symfony/console": "2.3.*",
  27. "tracy/tracy": "2.2",
  28. "twig/twig": "1.*"
  29. },
  30. "require-dev": {
  31. "mockery/mockery": "dev-master",
  32. "phpunit/phpunit": "dev-master"
  33. },
  34. "type": "library",
  35. "autoload": {
  36. "psr-0": {
  37. "Cygnite": "src/"
  38. }
  39. },
  40. "notification-url": "https://packagist.org/downloads/",
  41. "license": [
  42. "MIT"
  43. ],
  44. "authors": [
  45. {
  46. "name": "Sanjoy Dey",
  47. "email": "[email protected]"
  48. }
  49. ],
  50. "description": "Cygnite PHP Framework",
  51. "homepage": "http://www.cygniteframework.com",
  52. "keywords": [
  53. "Cygnite",
  54. "framework"
  55. ],
  56. "time": "2016-06-30T18:34:53+00:00"
  57. },
  58. {
  59. "name": "swiftmailer/swiftmailer",
  60. "version": "v5.4.9",
  61. "source": {
  62. "type": "git",
  63. "url": "https://github.com/swiftmailer/swiftmailer.git",
  64. "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91"
  65. },
  66. "dist": {
  67. "type": "zip",
  68. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/7ffc1ea296ed14bf8260b6ef11b80208dbadba91",
  69. "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91",
  70. "shasum": ""
  71. },
  72. "require": {
  73. "php": ">=5.3.3"
  74. },
  75. "require-dev": {
  76. "mockery/mockery": "~0.9.1",
  77. "symfony/phpunit-bridge": "~3.2"
  78. },
  79. "type": "library",
  80. "extra": {
  81. "branch-alias": {
  82. "dev-master": "5.4-dev"
  83. }
  84. },
  85. "autoload": {
  86. "files": [
  87. "lib/swift_required.php"
  88. ]
  89. },
  90. "notification-url": "https://packagist.org/downloads/",
  91. "license": [
  92. "MIT"
  93. ],
  94. "authors": [
  95. {
  96. "name": "Chris Corbyn"
  97. },
  98. {
  99. "name": "Fabien Potencier",
  100. "email": "[email protected]"
  101. }
  102. ],
  103. "description": "Swiftmailer, free feature-rich PHP mailer",
  104. "homepage": "https://swiftmailer.symfony.com",
  105. "keywords": [
  106. "email",
  107. "mail",
  108. "mailer"
  109. ],
  110. "time": "2018-01-23T07:37:21+00:00"
  111. },
  112. {
  113. "name": "symfony/console",
  114. "version": "v2.3.42",
  115. "target-dir": "Symfony/Component/Console",
  116. "source": {
  117. "type": "git",
  118. "url": "https://github.com/symfony/console.git",
  119. "reference": "20c12c6d6c5a087a66d4e77999451713a92a3507"
  120. },
  121. "dist": {
  122. "type": "zip",
  123. "url": "https://api.github.com/repos/symfony/console/zipball/20c12c6d6c5a087a66d4e77999451713a92a3507",
  124. "reference": "20c12c6d6c5a087a66d4e77999451713a92a3507",
  125. "shasum": ""
  126. },
  127. "require": {
  128. "php": ">=5.3.3"
  129. },
  130. "require-dev": {
  131. "symfony/event-dispatcher": "~2.1"
  132. },
  133. "suggest": {
  134. "symfony/event-dispatcher": ""
  135. },
  136. "type": "library",
  137. "extra": {
  138. "branch-alias": {
  139. "dev-master": "2.3-dev"
  140. }
  141. },
  142. "autoload": {
  143. "psr-0": {
  144. "Symfony\\Component\\Console\\": ""
  145. },
  146. "exclude-from-classmap": [
  147. "/Tests/"
  148. ]
  149. },
  150. "notification-url": "https://packagist.org/downloads/",
  151. "license": [
  152. "MIT"
  153. ],
  154. "authors": [
  155. {
  156. "name": "Fabien Potencier",
  157. "email": "[email protected]"
  158. },
  159. {
  160. "name": "Symfony Community",
  161. "homepage": "https://symfony.com/contributors"
  162. }
  163. ],
  164. "description": "Symfony Console Component",
  165. "homepage": "https://symfony.com",
  166. "time": "2016-05-26T08:04:58+00:00"
  167. },
  168. {
  169. "name": "tracy/tracy",
  170. "version": "v2.2.0",
  171. "source": {
  172. "type": "git",
  173. "url": "https://github.com/nette/tracy.git",
  174. "reference": "ac474bb6f5282f7b1d1c409e1317d2e803a386cb"
  175. },
  176. "dist": {
  177. "type": "zip",
  178. "url": "https://api.github.com/repos/nette/tracy/zipball/ac474bb6f5282f7b1d1c409e1317d2e803a386cb",
  179. "reference": "ac474bb6f5282f7b1d1c409e1317d2e803a386cb",
  180. "shasum": ""
  181. },
  182. "require": {
  183. "php": ">=5.3.1"
  184. },
  185. "require-dev": {
  186. "nette/tester": "~1.0"
  187. },
  188. "type": "library",
  189. "autoload": {
  190. "classmap": [
  191. "src/Tracy"
  192. ],
  193. "files": [
  194. "src/shortcuts.php"
  195. ]
  196. },
  197. "notification-url": "https://packagist.org/downloads/",
  198. "license": [
  199. "BSD-3-Clause",
  200. "GPL-2.0",
  201. "GPL-3.0"
  202. ],
  203. "authors": [
  204. {
  205. "name": "David Grudl",
  206. "homepage": "http://davidgrudl.com"
  207. },
  208. {
  209. "name": "Nette Community",
  210. "homepage": "http://nette.org/contributors"
  211. }
  212. ],
  213. "description": "Tracy: useful PHP debugger",
  214. "homepage": "http://tracy.nette.org",
  215. "keywords": [
  216. "debug",
  217. "debugger",
  218. "nette"
  219. ],
  220. "time": "2014-05-12T15:43:35+00:00"
  221. },
  222. {
  223. "name": "twig/twig",
  224. "version": "v1.35.0",
  225. "source": {
  226. "type": "git",
  227. "url": "https://github.com/twigphp/Twig.git",
  228. "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f"
  229. },
  230. "dist": {
  231. "type": "zip",
  232. "url": "https://api.github.com/repos/twigphp/Twig/zipball/daa657073e55b0a78cce8fdd22682fddecc6385f",
  233. "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f",
  234. "shasum": ""
  235. },
  236. "require": {
  237. "php": ">=5.3.3"
  238. },
  239. "require-dev": {
  240. "psr/container": "^1.0",
  241. "symfony/debug": "~2.7",
  242. "symfony/phpunit-bridge": "~3.3@dev"
  243. },
  244. "type": "library",
  245. "extra": {
  246. "branch-alias": {
  247. "dev-master": "1.35-dev"
  248. }
  249. },
  250. "autoload": {
  251. "psr-0": {
  252. "Twig_": "lib/"
  253. },
  254. "psr-4": {
  255. "Twig\\": "src/"
  256. }
  257. },
  258. "notification-url": "https://packagist.org/downloads/",
  259. "license": [
  260. "BSD-3-Clause"
  261. ],
  262. "authors": [
  263. {
  264. "name": "Fabien Potencier",
  265. "email": "[email protected]",
  266. "homepage": "http://fabien.potencier.org",
  267. "role": "Lead Developer"
  268. },
  269. {
  270. "name": "Armin Ronacher",
  271. "email": "[email protected]",
  272. "role": "Project Founder"
  273. },
  274. {
  275. "name": "Twig Team",
  276. "homepage": "http://twig.sensiolabs.org/contributors",
  277. "role": "Contributors"
  278. }
  279. ],
  280. "description": "Twig, the flexible, fast, and secure template language for PHP",
  281. "homepage": "http://twig.sensiolabs.org",
  282. "keywords": [
  283. "templating"
  284. ],
  285. "time": "2017-09-27T18:06:46+00:00"
  286. }
  287. ],
  288. "packages-dev": [],
  289. "aliases": [],
  290. "minimum-stability": "stable",
  291. "stability-flags": [],
  292. "prefer-stable": false,
  293. "prefer-lowest": false,
  294. "platform": [],
  295. "platform-dev": []
  296. }