composer.lock 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. ],
  6. "hash": "098e204bfe65a46e1866261c43a5ae88",
  7. "packages": [
  8. ],
  9. "packages-dev": [
  10. {
  11. "name": "mikey179/vfsStream",
  12. "version": "v1.1.0",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/mikey179/vfsStream",
  16. "reference": "v1.1.0"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://github.com/mikey179/vfsStream/zipball/v1.1.0",
  21. "reference": "v1.1.0",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": ">=5.3.0"
  26. },
  27. "type": "library",
  28. "autoload": {
  29. "psr-0": {
  30. "org\\bovigo\\vfs": "src/main/php"
  31. }
  32. },
  33. "notification-url": "https://packagist.org/downloads/",
  34. "license": [
  35. "BSD"
  36. ],
  37. "homepage": "http://vfs.bovigo.org/",
  38. "time": "2012-08-25 05:49:29"
  39. }
  40. ],
  41. "aliases": [
  42. ],
  43. "minimum-stability": "stable",
  44. "stability-flags": [
  45. ],
  46. "platform": {
  47. "php": ">=5.3.2"
  48. },
  49. "platform-dev": [
  50. ]
  51. }