composer.lock 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "a22bdfa6600e7832d499e2f16f86176c",
  8. "packages": [
  9. {
  10. "name": "danielstjules/stringy",
  11. "version": "1.9.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/danielstjules/Stringy.git",
  15. "reference": "3cf18e9e424a6dedc38b7eb7ef580edb0929461b"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/3cf18e9e424a6dedc38b7eb7ef580edb0929461b",
  20. "reference": "3cf18e9e424a6dedc38b7eb7ef580edb0929461b",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-mbstring": "*",
  25. "php": ">=5.3.0"
  26. },
  27. "require-dev": {
  28. "phpunit/phpunit": "~4.0"
  29. },
  30. "type": "library",
  31. "autoload": {
  32. "psr-4": {
  33. "Stringy\\": "src/"
  34. },
  35. "files": [
  36. "src/Create.php"
  37. ]
  38. },
  39. "notification-url": "https://packagist.org/downloads/",
  40. "license": [
  41. "MIT"
  42. ],
  43. "authors": [
  44. {
  45. "name": "Daniel St. Jules",
  46. "email": "[email protected]",
  47. "homepage": "http://www.danielstjules.com"
  48. }
  49. ],
  50. "description": "A string manipulation library with multibyte support",
  51. "homepage": "https://github.com/danielstjules/Stringy",
  52. "keywords": [
  53. "UTF",
  54. "helpers",
  55. "manipulation",
  56. "methods",
  57. "multibyte",
  58. "string",
  59. "utf-8",
  60. "utility",
  61. "utils"
  62. ],
  63. "time": "2015-02-10 06:19:18"
  64. },
  65. {
  66. "name": "doctrine/inflector",
  67. "version": "v1.0.1",
  68. "source": {
  69. "type": "git",
  70. "url": "https://github.com/doctrine/inflector.git",
  71. "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
  72. },
  73. "dist": {
  74. "type": "zip",
  75. "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
  76. "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
  77. "shasum": ""
  78. },
  79. "require": {
  80. "php": ">=5.3.2"
  81. },
  82. "require-dev": {
  83. "phpunit/phpunit": "4.*"
  84. },
  85. "type": "library",
  86. "extra": {
  87. "branch-alias": {
  88. "dev-master": "1.0.x-dev"
  89. }
  90. },
  91. "autoload": {
  92. "psr-0": {
  93. "Doctrine\\Common\\Inflector\\": "lib/"
  94. }
  95. },
  96. "notification-url": "https://packagist.org/downloads/",
  97. "license": [
  98. "MIT"
  99. ],
  100. "authors": [
  101. {
  102. "name": "Roman Borschel",
  103. "email": "[email protected]"
  104. },
  105. {
  106. "name": "Benjamin Eberlei",
  107. "email": "[email protected]"
  108. },
  109. {
  110. "name": "Guilherme Blanco",
  111. "email": "[email protected]"
  112. },
  113. {
  114. "name": "Jonathan Wage",
  115. "email": "[email protected]"
  116. },
  117. {
  118. "name": "Johannes Schmitt",
  119. "email": "[email protected]"
  120. }
  121. ],
  122. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  123. "homepage": "http://www.doctrine-project.org",
  124. "keywords": [
  125. "inflection",
  126. "pluralize",
  127. "singularize",
  128. "string"
  129. ],
  130. "time": "2014-12-20 21:24:13"
  131. },
  132. {
  133. "name": "illuminate/contracts",
  134. "version": "v5.0.0",
  135. "source": {
  136. "type": "git",
  137. "url": "https://github.com/illuminate/contracts.git",
  138. "reference": "78f1dba092d5fcb6d3a19537662abe31c4d128fd"
  139. },
  140. "dist": {
  141. "type": "zip",
  142. "url": "https://api.github.com/repos/illuminate/contracts/zipball/78f1dba092d5fcb6d3a19537662abe31c4d128fd",
  143. "reference": "78f1dba092d5fcb6d3a19537662abe31c4d128fd",
  144. "shasum": ""
  145. },
  146. "require": {
  147. "php": ">=5.4.0"
  148. },
  149. "type": "library",
  150. "extra": {
  151. "branch-alias": {
  152. "dev-master": "5.0-dev"
  153. }
  154. },
  155. "autoload": {
  156. "psr-4": {
  157. "Illuminate\\Contracts\\": ""
  158. }
  159. },
  160. "notification-url": "https://packagist.org/downloads/",
  161. "license": [
  162. "MIT"
  163. ],
  164. "authors": [
  165. {
  166. "name": "Taylor Otwell",
  167. "email": "[email protected]"
  168. }
  169. ],
  170. "description": "The Illuminate Contracts package.",
  171. "time": "2015-01-30 16:27:08"
  172. },
  173. {
  174. "name": "illuminate/support",
  175. "version": "v5.0.26",
  176. "source": {
  177. "type": "git",
  178. "url": "https://github.com/illuminate/support.git",
  179. "reference": "29e8618a45d090572e092abf193a257bf28c48d9"
  180. },
  181. "dist": {
  182. "type": "zip",
  183. "url": "https://api.github.com/repos/illuminate/support/zipball/29e8618a45d090572e092abf193a257bf28c48d9",
  184. "reference": "29e8618a45d090572e092abf193a257bf28c48d9",
  185. "shasum": ""
  186. },
  187. "require": {
  188. "danielstjules/stringy": "~1.8",
  189. "doctrine/inflector": "~1.0",
  190. "ext-mbstring": "*",
  191. "illuminate/contracts": "5.0.*",
  192. "php": ">=5.4.0"
  193. },
  194. "suggest": {
  195. "jeremeamia/superclosure": "Required to be able to serialize closures (~2.0)."
  196. },
  197. "type": "library",
  198. "extra": {
  199. "branch-alias": {
  200. "dev-master": "5.0-dev"
  201. }
  202. },
  203. "autoload": {
  204. "psr-4": {
  205. "Illuminate\\Support\\": ""
  206. },
  207. "files": [
  208. "helpers.php"
  209. ]
  210. },
  211. "notification-url": "https://packagist.org/downloads/",
  212. "license": [
  213. "MIT"
  214. ],
  215. "authors": [
  216. {
  217. "name": "Taylor Otwell",
  218. "email": "[email protected]"
  219. }
  220. ],
  221. "description": "The Illuminate Support package.",
  222. "homepage": "http://laravel.com",
  223. "time": "2015-03-27 14:49:11"
  224. }
  225. ],
  226. "packages-dev": [],
  227. "aliases": [],
  228. "minimum-stability": "stable",
  229. "stability-flags": [],
  230. "prefer-stable": false,
  231. "prefer-lowest": false,
  232. "platform": {
  233. "php": ">=5.4.0"
  234. },
  235. "platform-dev": []
  236. }