You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

140 lines
4.6 KiB

  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. "hash": "08543114c4fc08343de999396b54476d",
  8. "packages": [
  9. {
  10. "name": "p3k/slim-savant",
  11. "version": "0.1.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/aaronpk/Slim-Savant.git",
  15. "reference": "129291da1223f5c95ad8f4e1bca21901ae45e53e"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/aaronpk/Slim-Savant/zipball/129291da1223f5c95ad8f4e1bca21901ae45e53e",
  20. "reference": "129291da1223f5c95ad8f4e1bca21901ae45e53e",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">5.3.0",
  25. "saltybeagle/savant3": "dev-master",
  26. "slim/slim": ">=2.4.0"
  27. },
  28. "type": "library",
  29. "autoload": {
  30. "files": [
  31. "Savant.php",
  32. "SlimSavant.php"
  33. ]
  34. },
  35. "notification-url": "https://packagist.org/downloads/",
  36. "license": [
  37. "Apache 2.0"
  38. ],
  39. "authors": [
  40. {
  41. "name": "Aaron Parecki",
  42. "homepage": "http://aaronparecki.com"
  43. }
  44. ],
  45. "description": "Savant renderer for Slim",
  46. "time": "2015-07-21 01:40:52"
  47. },
  48. {
  49. "name": "saltybeagle/savant3",
  50. "version": "dev-master",
  51. "source": {
  52. "type": "git",
  53. "url": "https://github.com/saltybeagle/Savant3.git",
  54. "reference": "ebf4385bf44bec8c7a169571ac178f626017c466"
  55. },
  56. "dist": {
  57. "type": "zip",
  58. "url": "https://api.github.com/repos/saltybeagle/Savant3/zipball/ebf4385bf44bec8c7a169571ac178f626017c466",
  59. "reference": "ebf4385bf44bec8c7a169571ac178f626017c466",
  60. "shasum": ""
  61. },
  62. "type": "library",
  63. "autoload": {
  64. "classmap": [
  65. "Savant3.php",
  66. "Savant3",
  67. "Savant3/resources"
  68. ]
  69. },
  70. "notification-url": "https://packagist.org/downloads/",
  71. "license": [
  72. "LGPL"
  73. ],
  74. "authors": [
  75. {
  76. "name": "Brett Bieber",
  77. "email": "brett.bieber@gmail.com"
  78. }
  79. ],
  80. "description": "Savant3 template engine",
  81. "time": "2014-01-07 17:10:32"
  82. },
  83. {
  84. "name": "slim/slim",
  85. "version": "2.6.2",
  86. "source": {
  87. "type": "git",
  88. "url": "https://github.com/slimphp/Slim.git",
  89. "reference": "20a02782f76830b67ae56a5c08eb1f563c351a37"
  90. },
  91. "dist": {
  92. "type": "zip",
  93. "url": "https://api.github.com/repos/slimphp/Slim/zipball/20a02782f76830b67ae56a5c08eb1f563c351a37",
  94. "reference": "20a02782f76830b67ae56a5c08eb1f563c351a37",
  95. "shasum": ""
  96. },
  97. "require": {
  98. "php": ">=5.3.0"
  99. },
  100. "suggest": {
  101. "ext-mcrypt": "Required for HTTP cookie encryption"
  102. },
  103. "type": "library",
  104. "autoload": {
  105. "psr-0": {
  106. "Slim": "."
  107. }
  108. },
  109. "notification-url": "https://packagist.org/downloads/",
  110. "license": [
  111. "MIT"
  112. ],
  113. "authors": [
  114. {
  115. "name": "Josh Lockhart",
  116. "email": "info@joshlockhart.com",
  117. "homepage": "http://www.joshlockhart.com/"
  118. }
  119. ],
  120. "description": "Slim Framework, a PHP micro framework",
  121. "homepage": "http://github.com/codeguy/Slim",
  122. "keywords": [
  123. "microframework",
  124. "rest",
  125. "router"
  126. ],
  127. "time": "2015-03-08 18:41:17"
  128. }
  129. ],
  130. "packages-dev": [],
  131. "aliases": [],
  132. "minimum-stability": "stable",
  133. "stability-flags": {
  134. "saltybeagle/savant3": 20
  135. },
  136. "prefer-stable": false,
  137. "prefer-lowest": false,
  138. "platform": [],
  139. "platform-dev": []
  140. }