composer.lock 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "hash": "804f267fbd2c33067f6cafd3576f70dd",
  3. "packages": [
  4. {
  5. "name": "phpoption/phpoption",
  6. "version": "0.9.0",
  7. "source": {
  8. "type": "git",
  9. "url": "git://github.com/schmittjoh/php-option",
  10. "reference": "0.9.0"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://github.com/schmittjoh/php-option/archive/0.9.0.zip",
  15. "reference": "0.9.0",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "php": ">=5.3.0"
  20. },
  21. "require-dev": {
  22. "phpunit/phpunit": "3.7.*"
  23. },
  24. "time": "2012-11-12 08:25:35",
  25. "type": "library",
  26. "installation-source": "dist",
  27. "autoload": {
  28. "psr-0": {
  29. "PhpOption\\": "src/"
  30. }
  31. },
  32. "license": [
  33. "Apache2"
  34. ],
  35. "authors": [
  36. {
  37. "name": "Johannes M. Schmitt",
  38. "email": "schmittjoh@gmail.com",
  39. "homepage": "http://jmsyst.com",
  40. "role": "Developer of wrapped JMSSerializerBundle"
  41. }
  42. ],
  43. "description": "Option Type for PHP",
  44. "keywords": [
  45. "php",
  46. "language",
  47. "type",
  48. "option"
  49. ]
  50. }
  51. ],
  52. "packages-dev": [
  53. ],
  54. "aliases": [
  55. ],
  56. "minimum-stability": "stable",
  57. "stability-flags": [
  58. ]
  59. }