composer.lock 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "bb5a035d76701433053e8202eb7dd3a8",
  8. "packages": [
  9. {
  10. "name": "hybridauth/hybridauth",
  11. "version": "v3.0.0-rc.9",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/hybridauth/hybridauth.git",
  15. "reference": "6123c31700bda7acd49cef7f1f0c138b60f39070"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/hybridauth/hybridauth/zipball/6123c31700bda7acd49cef7f1f0c138b60f39070",
  20. "reference": "6123c31700bda7acd49cef7f1f0c138b60f39070",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.4.0"
  25. },
  26. "require-dev": {
  27. "ext-curl": "*",
  28. "phpunit/phpunit": "~4.8.35"
  29. },
  30. "type": "library",
  31. "extra": {
  32. "branch-alias": {
  33. "dev-master": "3.0-dev"
  34. }
  35. },
  36. "autoload": {
  37. "psr-4": {
  38. "Hybridauth\\": "src/"
  39. }
  40. },
  41. "notification-url": "https://packagist.org/downloads/",
  42. "license": [
  43. "MIT"
  44. ],
  45. "authors": [
  46. {
  47. "name": "Miled",
  48. "email": "hybridauth@gmail.com"
  49. }
  50. ],
  51. "description": "PHP Social Authentication Library",
  52. "homepage": "https://hybridauth.github.io",
  53. "keywords": [
  54. "Authentication",
  55. "OpenId",
  56. "api",
  57. "authorization",
  58. "facebook",
  59. "google",
  60. "oauth",
  61. "social",
  62. "twitter"
  63. ],
  64. "time": "2019-01-03T11:08:24+00:00"
  65. }
  66. ],
  67. "packages-dev": [],
  68. "aliases": [],
  69. "minimum-stability": "stable",
  70. "stability-flags": {
  71. "hybridauth/hybridauth": 5
  72. },
  73. "prefer-stable": false,
  74. "prefer-lowest": false,
  75. "platform": [],
  76. "platform-dev": []
  77. }