installed.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. {
  2. "packages": [
  3. {
  4. "name": "laminas/laminas-xml",
  5. "version": "1.4.0",
  6. "version_normalized": "1.4.0.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/laminas/laminas-xml.git",
  10. "reference": "dcadeefdb6d7ed6b39d772b47e3845003d6ea60f"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/laminas/laminas-xml/zipball/dcadeefdb6d7ed6b39d772b47e3845003d6ea60f",
  15. "reference": "dcadeefdb6d7ed6b39d772b47e3845003d6ea60f",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "ext-dom": "*",
  20. "ext-simplexml": "*",
  21. "php": "^7.3 || ~8.0.0 || ~8.1.0"
  22. },
  23. "conflict": {
  24. "zendframework/zendxml": "*"
  25. },
  26. "require-dev": {
  27. "ext-iconv": "*",
  28. "laminas/laminas-coding-standard": "~1.0.0",
  29. "phpunit/phpunit": "^9.5.8",
  30. "squizlabs/php_codesniffer": "3.6.1 as 2.9999999.9999999"
  31. },
  32. "time": "2021-11-30T02:16:35+00:00",
  33. "type": "library",
  34. "installation-source": "dist",
  35. "autoload": {
  36. "psr-4": {
  37. "Laminas\\Xml\\": "src/"
  38. }
  39. },
  40. "notification-url": "https://packagist.org/downloads/",
  41. "license": [
  42. "BSD-3-Clause"
  43. ],
  44. "description": "Utility library for XML usage, best practices, and security in PHP",
  45. "homepage": "https://laminas.dev",
  46. "keywords": [
  47. "laminas",
  48. "security",
  49. "xml"
  50. ],
  51. "support": {
  52. "chat": "https://laminas.dev/chat",
  53. "forum": "https://discourse.laminas.dev",
  54. "issues": "https://github.com/laminas/laminas-xml/issues",
  55. "rss": "https://github.com/laminas/laminas-xml/releases.atom",
  56. "source": "https://github.com/laminas/laminas-xml"
  57. },
  58. "funding": [
  59. {
  60. "url": "https://funding.communitybridge.org/projects/laminas-project",
  61. "type": "community_bridge"
  62. }
  63. ],
  64. "install-path": "../laminas/laminas-xml"
  65. },
  66. {
  67. "name": "laminas/laminas-zendframework-bridge",
  68. "version": "1.4.1",
  69. "version_normalized": "1.4.1.0",
  70. "source": {
  71. "type": "git",
  72. "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
  73. "reference": "88bf037259869891afce6504cacc4f8a07b24d0f"
  74. },
  75. "dist": {
  76. "type": "zip",
  77. "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/88bf037259869891afce6504cacc4f8a07b24d0f",
  78. "reference": "88bf037259869891afce6504cacc4f8a07b24d0f",
  79. "shasum": ""
  80. },
  81. "require": {
  82. "php": "^7.3 || ~8.0.0 || ~8.1.0"
  83. },
  84. "require-dev": {
  85. "phpunit/phpunit": "^9.3",
  86. "psalm/plugin-phpunit": "^0.15.1",
  87. "squizlabs/php_codesniffer": "^3.5",
  88. "vimeo/psalm": "^4.6"
  89. },
  90. "time": "2021-12-21T14:34:37+00:00",
  91. "type": "library",
  92. "extra": {
  93. "laminas": {
  94. "module": "Laminas\\ZendFrameworkBridge"
  95. }
  96. },
  97. "installation-source": "dist",
  98. "autoload": {
  99. "files": [
  100. "src/autoload.php"
  101. ],
  102. "psr-4": {
  103. "Laminas\\ZendFrameworkBridge\\": "src//"
  104. }
  105. },
  106. "notification-url": "https://packagist.org/downloads/",
  107. "license": [
  108. "BSD-3-Clause"
  109. ],
  110. "description": "Alias legacy ZF class names to Laminas Project equivalents.",
  111. "keywords": [
  112. "ZendFramework",
  113. "autoloading",
  114. "laminas",
  115. "zf"
  116. ],
  117. "support": {
  118. "forum": "https://discourse.laminas.dev/",
  119. "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
  120. "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
  121. "source": "https://github.com/laminas/laminas-zendframework-bridge"
  122. },
  123. "funding": [
  124. {
  125. "url": "https://funding.communitybridge.org/projects/laminas-project",
  126. "type": "community_bridge"
  127. }
  128. ],
  129. "install-path": "../laminas/laminas-zendframework-bridge"
  130. },
  131. {
  132. "name": "p3k/picofeed",
  133. "version": "1.0.0",
  134. "version_normalized": "1.0.0.0",
  135. "source": {
  136. "type": "git",
  137. "url": "https://github.com/rhukster/picofeed.git",
  138. "reference": "8eacaa62f50a0935e26ca33f8d30d283344ca397"
  139. },
  140. "dist": {
  141. "type": "zip",
  142. "url": "https://api.github.com/repos/rhukster/picofeed/zipball/8eacaa62f50a0935e26ca33f8d30d283344ca397",
  143. "reference": "8eacaa62f50a0935e26ca33f8d30d283344ca397",
  144. "shasum": ""
  145. },
  146. "require": {
  147. "ext-dom": "*",
  148. "ext-iconv": "*",
  149. "ext-libxml": "*",
  150. "ext-simplexml": "*",
  151. "ext-xml": "*",
  152. "laminas/laminas-xml": "^1.2",
  153. "php": ">=5.3.0"
  154. },
  155. "replace": {
  156. "miniflux/picofeed": "0.1.35"
  157. },
  158. "require-dev": {
  159. "phpdocumentor/reflection-docblock": "2.0.4",
  160. "phpunit/phpunit": "4.8.26",
  161. "symfony/yaml": "2.8.7"
  162. },
  163. "suggest": {
  164. "ext-curl": "PicoFeed will use cURL if present"
  165. },
  166. "time": "2023-02-19T19:58:09+00:00",
  167. "bin": [
  168. "picofeed"
  169. ],
  170. "type": "library",
  171. "installation-source": "dist",
  172. "autoload": {
  173. "psr-0": {
  174. "PicoFeed": "lib/"
  175. }
  176. },
  177. "license": [
  178. "MIT"
  179. ],
  180. "authors": [
  181. {
  182. "name": "Frédéric Guillot"
  183. }
  184. ],
  185. "description": "Modern library to handle RSS/Atom feeds",
  186. "homepage": "https://github.com/aaronpk/picoFeed",
  187. "support": {
  188. "source": "https://github.com/rhukster/picofeed/tree/1.0.0"
  189. },
  190. "install-path": "../p3k/picofeed"
  191. },
  192. {
  193. "name": "scssphp/scssphp",
  194. "version": "v1.11.0",
  195. "version_normalized": "1.11.0.0",
  196. "source": {
  197. "type": "git",
  198. "url": "https://github.com/scssphp/scssphp.git",
  199. "reference": "33749d12c2569bb24071f94e9af828662dabb068"
  200. },
  201. "dist": {
  202. "type": "zip",
  203. "url": "https://api.github.com/repos/scssphp/scssphp/zipball/33749d12c2569bb24071f94e9af828662dabb068",
  204. "reference": "33749d12c2569bb24071f94e9af828662dabb068",
  205. "shasum": ""
  206. },
  207. "require": {
  208. "ext-ctype": "*",
  209. "ext-json": "*",
  210. "php": ">=5.6.0"
  211. },
  212. "require-dev": {
  213. "bamarni/composer-bin-plugin": "^1.4",
  214. "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3 || ^9.4",
  215. "sass/sass-spec": "*",
  216. "squizlabs/php_codesniffer": "~3.5",
  217. "symfony/phpunit-bridge": "^5.1",
  218. "thoughtbot/bourbon": "^7.0",
  219. "twbs/bootstrap": "~5.0",
  220. "twbs/bootstrap4": "4.6.1",
  221. "zurb/foundation": "~6.5"
  222. },
  223. "suggest": {
  224. "ext-iconv": "Can be used as fallback when ext-mbstring is not available",
  225. "ext-mbstring": "For best performance, mbstring should be installed as it is faster than ext-iconv"
  226. },
  227. "time": "2022-09-02T21:24:55+00:00",
  228. "bin": [
  229. "bin/pscss"
  230. ],
  231. "type": "library",
  232. "extra": {
  233. "bamarni-bin": {
  234. "forward-command": false,
  235. "bin-links": false
  236. }
  237. },
  238. "installation-source": "dist",
  239. "autoload": {
  240. "psr-4": {
  241. "ScssPhp\\ScssPhp\\": "src/"
  242. }
  243. },
  244. "notification-url": "https://packagist.org/downloads/",
  245. "license": [
  246. "MIT"
  247. ],
  248. "authors": [
  249. {
  250. "name": "Anthon Pang",
  251. "email": "apang@softwaredevelopment.ca",
  252. "homepage": "https://github.com/robocoder"
  253. },
  254. {
  255. "name": "Cédric Morin",
  256. "email": "cedric@yterium.com",
  257. "homepage": "https://github.com/Cerdic"
  258. }
  259. ],
  260. "description": "scssphp is a compiler for SCSS written in PHP.",
  261. "homepage": "http://scssphp.github.io/scssphp/",
  262. "keywords": [
  263. "css",
  264. "less",
  265. "sass",
  266. "scss",
  267. "stylesheet"
  268. ],
  269. "support": {
  270. "issues": "https://github.com/scssphp/scssphp/issues",
  271. "source": "https://github.com/scssphp/scssphp/tree/v1.11.0"
  272. },
  273. "install-path": "../scssphp/scssphp"
  274. }
  275. ],
  276. "dev": false,
  277. "dev-package-names": []
  278. }