composer.lock 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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": "5d9e345faac86f61cf4288da91bf779b",
  8. "packages": [
  9. {
  10. "name": "codeigniter/framework",
  11. "version": "3.0.6",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/bcit-ci/CodeIgniter.git",
  15. "reference": "8082544c5b4b33175790f505587e202e3ca9e488"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/bcit-ci/CodeIgniter/zipball/8082544c5b4b33175790f505587e202e3ca9e488",
  20. "reference": "8082544c5b4b33175790f505587e202e3ca9e488",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.2.4"
  25. },
  26. "require-dev": {
  27. "mikey179/vfsstream": "1.1.*"
  28. },
  29. "suggest": {
  30. "paragonie/random_compat": "Provides better randomness in PHP 5.x"
  31. },
  32. "type": "project",
  33. "notification-url": "https://packagist.org/downloads/",
  34. "license": [
  35. "MIT"
  36. ],
  37. "description": "The CodeIgniter framework",
  38. "homepage": "https://codeigniter.com",
  39. "time": "2016-03-21T16:26:30+00:00"
  40. }
  41. ],
  42. "packages-dev": [],
  43. "aliases": [],
  44. "minimum-stability": "stable",
  45. "stability-flags": [],
  46. "prefer-stable": false,
  47. "prefer-lowest": false,
  48. "platform": [],
  49. "platform-dev": []
  50. }