installed.json 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718
  1. [
  2. {
  3. "name": "composer/installers",
  4. "version": "v1.0.23",
  5. "version_normalized": "1.0.23.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/composer/installers.git",
  9. "reference": "6213d900e92647831f7a406d5c530ea1f3d4360e"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/composer/installers/zipball/6213d900e92647831f7a406d5c530ea1f3d4360e",
  14. "reference": "6213d900e92647831f7a406d5c530ea1f3d4360e",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "composer-plugin-api": "^1.0"
  19. },
  20. "replace": {
  21. "roundcube/plugin-installer": "*",
  22. "shama/baton": "*"
  23. },
  24. "require-dev": {
  25. "composer/composer": "1.0.*@dev",
  26. "phpunit/phpunit": "4.1.*"
  27. },
  28. "time": "2016-01-27 12:54:22",
  29. "type": "composer-plugin",
  30. "extra": {
  31. "class": "Composer\\Installers\\Plugin",
  32. "branch-alias": {
  33. "dev-master": "1.0-dev"
  34. }
  35. },
  36. "installation-source": "dist",
  37. "autoload": {
  38. "psr-0": {
  39. "Composer\\Installers\\": "src/"
  40. }
  41. },
  42. "notification-url": "https://packagist.org/downloads/",
  43. "license": [
  44. "MIT"
  45. ],
  46. "authors": [
  47. {
  48. "name": "Kyle Robinson Young",
  49. "email": "kyle@dontkry.com",
  50. "homepage": "https://github.com/shama"
  51. }
  52. ],
  53. "description": "A multi-framework Composer library installer",
  54. "homepage": "http://composer.github.com/installers/",
  55. "keywords": [
  56. "Craft",
  57. "Dolibarr",
  58. "Hurad",
  59. "MODX Evo",
  60. "OXID",
  61. "SMF",
  62. "Thelia",
  63. "WolfCMS",
  64. "agl",
  65. "aimeos",
  66. "annotatecms",
  67. "bitrix",
  68. "cakephp",
  69. "chef",
  70. "codeigniter",
  71. "concrete5",
  72. "croogo",
  73. "dokuwiki",
  74. "drupal",
  75. "elgg",
  76. "fuelphp",
  77. "grav",
  78. "installer",
  79. "joomla",
  80. "kohana",
  81. "laravel",
  82. "lithium",
  83. "magento",
  84. "mako",
  85. "mediawiki",
  86. "modulework",
  87. "moodle",
  88. "phpbb",
  89. "piwik",
  90. "ppi",
  91. "puppet",
  92. "roundcube",
  93. "shopware",
  94. "silverstripe",
  95. "symfony",
  96. "typo3",
  97. "wordpress",
  98. "zend",
  99. "zikula"
  100. ]
  101. },
  102. {
  103. "name": "psr/cache",
  104. "version": "1.0.0",
  105. "version_normalized": "1.0.0.0",
  106. "source": {
  107. "type": "git",
  108. "url": "https://github.com/php-fig/cache.git",
  109. "reference": "9e66031f41fbbdda45ee11e93c45d480ccba3eb3"
  110. },
  111. "dist": {
  112. "type": "zip",
  113. "url": "https://api.github.com/repos/php-fig/cache/zipball/9e66031f41fbbdda45ee11e93c45d480ccba3eb3",
  114. "reference": "9e66031f41fbbdda45ee11e93c45d480ccba3eb3",
  115. "shasum": ""
  116. },
  117. "require": {
  118. "php": ">=5.3.0"
  119. },
  120. "time": "2015-12-11 02:52:07",
  121. "type": "library",
  122. "extra": {
  123. "branch-alias": {
  124. "dev-master": "1.0.x-dev"
  125. }
  126. },
  127. "installation-source": "dist",
  128. "autoload": {
  129. "psr-4": {
  130. "Psr\\Cache\\": "src/"
  131. }
  132. },
  133. "notification-url": "https://packagist.org/downloads/",
  134. "license": [
  135. "MIT"
  136. ],
  137. "authors": [
  138. {
  139. "name": "PHP-FIG",
  140. "homepage": "http://www.php-fig.org/"
  141. }
  142. ],
  143. "description": "Common interface for caching libraries",
  144. "keywords": [
  145. "cache",
  146. "psr",
  147. "psr-6"
  148. ]
  149. },
  150. {
  151. "name": "tedivm/stash",
  152. "version": "v0.14.1",
  153. "version_normalized": "0.14.1.0",
  154. "source": {
  155. "type": "git",
  156. "url": "https://github.com/tedious/Stash.git",
  157. "reference": "bcb739b08b22571e35589ebe5403af9b89a33394"
  158. },
  159. "dist": {
  160. "type": "zip",
  161. "url": "https://api.github.com/repos/tedious/Stash/zipball/bcb739b08b22571e35589ebe5403af9b89a33394",
  162. "reference": "bcb739b08b22571e35589ebe5403af9b89a33394",
  163. "shasum": ""
  164. },
  165. "require": {
  166. "php": "^5.4|^7.0",
  167. "psr/cache": "~1.0"
  168. },
  169. "provide": {
  170. "psr/cache-implementation": "1.0.0"
  171. },
  172. "require-dev": {
  173. "fabpot/php-cs-fixer": "^1.9",
  174. "phpunit/phpunit": "4.8.*",
  175. "satooshi/php-coveralls": "1.0.*"
  176. },
  177. "time": "2016-02-10 22:23:16",
  178. "type": "library",
  179. "installation-source": "dist",
  180. "autoload": {
  181. "psr-4": {
  182. "Stash\\": "src/Stash/"
  183. }
  184. },
  185. "notification-url": "https://packagist.org/downloads/",
  186. "license": [
  187. "BSD-3-Clause"
  188. ],
  189. "authors": [
  190. {
  191. "name": "Robert Hafner",
  192. "email": "tedivm@tedivm.com"
  193. },
  194. {
  195. "name": "Josh Hall-Bachner",
  196. "email": "charlequin@gmail.com"
  197. }
  198. ],
  199. "description": "The place to keep your cache.",
  200. "homepage": "http://github.com/tedious/Stash",
  201. "keywords": [
  202. "apc",
  203. "cache",
  204. "caching",
  205. "memcached",
  206. "psr-6",
  207. "psr6",
  208. "redis",
  209. "sessions"
  210. ]
  211. },
  212. {
  213. "name": "roave/security-advisories",
  214. "version": "dev-master",
  215. "version_normalized": "9999999-dev",
  216. "source": {
  217. "type": "git",
  218. "url": "https://github.com/Roave/SecurityAdvisories.git",
  219. "reference": "c18abc6df90257ddbbe2654a98cc5cc7be804411"
  220. },
  221. "dist": {
  222. "type": "zip",
  223. "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/c18abc6df90257ddbbe2654a98cc5cc7be804411",
  224. "reference": "c18abc6df90257ddbbe2654a98cc5cc7be804411",
  225. "shasum": ""
  226. },
  227. "conflict": {
  228. "aws/aws-sdk-php": ">=3,<3.2.1",
  229. "cakephp/cakephp": ">=3,<3.0.15|>=2,<2.4.99|>=2.5,<2.5.90|>=2.6,<2.6.12|>=1.3,<1.3.18|>=2.7,<2.7.6|>=3.1,<3.1.3",
  230. "codeigniter/framework": "<3.0.3",
  231. "composer/composer": "<=1.0.0-alpha11",
  232. "contao/core": ">=2.11,<3|>=3,<3.1|>=3.1,<3.2|>=3.2,<3.2.19|>=3.3,<3.4|>=3.4,<3.4.4",
  233. "doctrine/annotations": ">=1,<1.2.7",
  234. "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
  235. "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
  236. "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
  237. "doctrine/doctrine-bundle": "<1.5.2",
  238. "doctrine/doctrine-module": "<=0.7.1",
  239. "doctrine/mongodb-odm": ">=1,<1.0.2",
  240. "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
  241. "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
  242. "dompdf/dompdf": ">=0.6,<0.6.2",
  243. "firebase/php-jwt": "<2",
  244. "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
  245. "friendsofsymfony/user-bundle": ">=1.2,<1.3|>=1.3,<1.3.5",
  246. "illuminate/auth": ">=4,<4.0.99|>=4.1,<4.1.26",
  247. "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
  248. "joomla/session": "<1.3.1",
  249. "laravel/framework": ">=4,<4.0.99|>=4.1,<4.1.29",
  250. "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
  251. "monolog/monolog": ">=1.8,<1.12",
  252. "namshi/jose": "<2.2",
  253. "oro/crm": ">=1.7,<1.7.4",
  254. "oro/platform": ">=1.7,<1.7.4",
  255. "pusher/pusher-php-server": "<2.2.1",
  256. "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
  257. "silverstripe/cms": ">=3.1,<3.1.11|>=3,<=3.0.11",
  258. "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
  259. "silverstripe/framework": ">=3,<3.1|>=3.1,<3.2|>=3.2,<3.2.1",
  260. "silverstripe/userforms": "<3",
  261. "socalnick/scn-social-auth": "<1.15.2",
  262. "swiftmailer/swiftmailer": ">=4,<4.99.99|>=5,<5.2.1",
  263. "symfony/dependency-injection": ">=2,<2.0.17",
  264. "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.5|>=2.5,<2.6|>=2.6,<2.6.12|>=2.7,<2.7.7",
  265. "symfony/framework-bundle": ">=2,<2.1|>=2.1,<2.2|>=2.2,<2.3|>=2.3,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2",
  266. "symfony/http-foundation": ">=2,<2.1|>=2.1,<2.2|>=2.2,<2.3|>=2.3,<2.3.27|>=2.4,<2.5|>=2.5,<2.5.11|>=2.6,<2.6.6",
  267. "symfony/http-kernel": ">=2,<2.1|>=2.1,<2.2|>=2.2,<2.3|>=2.3,<2.3.29|>=2.4,<2.5|>=2.5,<2.5.12|>=2.6,<2.6.8",
  268. "symfony/routing": ">=2,<2.0.19",
  269. "symfony/security": ">=2.3,<2.3.37|>=2.4,<2.5|>=2.5,<2.6|>=2.6,<2.6.13|>=2.7,<2.7.9|>=2,<2.0.25|>=2.1,<2.1.13|>=2.2,<2.2.9",
  270. "symfony/security-core": ">=2.4,<2.5|>=2.5,<2.6|>=2.6,<2.6.13|>=2.7,<2.7.9",
  271. "symfony/security-http": ">=2.4,<2.5|>=2.5,<2.6|>=2.6,<2.6.12|>=2.7,<2.7.7",
  272. "symfony/serializer": ">=2,<2.0.11",
  273. "symfony/symfony": ">=2,<2.1|>=2.1,<2.2|>=2.2,<2.3|>=2.3,<2.3.37|>=2.4,<2.5|>=2.5,<2.6|>=2.6,<2.6.13|>=2.7,<2.7.9",
  274. "symfony/translation": ">=2,<2.0.17",
  275. "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
  276. "symfony/web-profiler-bundle": ">=2,<2.1|>=2.1,<2.2|>=2.2,<2.3|>=2.3,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
  277. "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
  278. "thelia/backoffice-default-template": ">=2.1,<2.1.2",
  279. "thelia/thelia": ">=2.1.0-beta1,<2.1.3|>=2.1,<2.1.2",
  280. "twig/twig": "<1.20",
  281. "typo3/cms": ">=6.2,<6.2.16|>=7,<7.1|>=7.1,<7.2|>=7.2,<7.3|>=7.3,<7.4|>=7.4,<7.5|>=7.5,<7.6|>=7.6,<7.6.1",
  282. "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.7|>=3,<3.0.1",
  283. "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
  284. "willdurand/js-translation-bundle": "<2.1.1",
  285. "yiisoft/yii": ">=1.1.14,<1.1.15",
  286. "yiisoft/yii2": "<2.0.5",
  287. "yiisoft/yii2-bootstrap": "<2.0.4",
  288. "yiisoft/yii2-dev": "<2.0.4",
  289. "yiisoft/yii2-gii": "<2.0.4",
  290. "yiisoft/yii2-jui": "<2.0.4",
  291. "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
  292. "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
  293. "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
  294. "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
  295. "zendframework/zend-diactoros": ">=1,<1.0.4",
  296. "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
  297. "zendframework/zend-http": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.3,<2.3.8|>=2.4,<2.4.1",
  298. "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
  299. "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
  300. "zendframework/zend-mail": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.3,<2.3.8|>=2.4,<2.4.1",
  301. "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
  302. "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
  303. "zendframework/zend-validator": ">=2.3,<2.3.6",
  304. "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
  305. "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
  306. "zendframework/zendframework": ">=2,<2.4.9|>=2.5,<2.5.1",
  307. "zendframework/zendframework1": ">=1,<1.11.15|>=1.12,<1.12.17",
  308. "zendframework/zendopenid": ">=2,<2.0.2",
  309. "zendframework/zendxml": ">=1,<1.0.1",
  310. "zf-commons/zfc-user": "<1.2.2",
  311. "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
  312. "zfr/zfr-oauth2-server-module": "<0.1.2"
  313. },
  314. "time": "2016-02-14 18:50:07",
  315. "type": "metapackage",
  316. "notification-url": "https://packagist.org/downloads/",
  317. "license": [
  318. "MIT"
  319. ],
  320. "authors": [
  321. {
  322. "name": "Marco Pivetta",
  323. "email": "ocramius@gmail.com",
  324. "role": "maintainer"
  325. }
  326. ],
  327. "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it"
  328. },
  329. {
  330. "name": "ircmaxell/password-compat",
  331. "version": "v1.0.4",
  332. "version_normalized": "1.0.4.0",
  333. "source": {
  334. "type": "git",
  335. "url": "https://github.com/ircmaxell/password_compat.git",
  336. "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
  337. },
  338. "dist": {
  339. "type": "zip",
  340. "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
  341. "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
  342. "shasum": ""
  343. },
  344. "require-dev": {
  345. "phpunit/phpunit": "4.*"
  346. },
  347. "time": "2014-11-20 16:49:30",
  348. "type": "library",
  349. "installation-source": "dist",
  350. "autoload": {
  351. "files": [
  352. "lib/password.php"
  353. ]
  354. },
  355. "notification-url": "https://packagist.org/downloads/",
  356. "license": [
  357. "MIT"
  358. ],
  359. "authors": [
  360. {
  361. "name": "Anthony Ferrara",
  362. "email": "ircmaxell@php.net",
  363. "homepage": "http://blog.ircmaxell.com"
  364. }
  365. ],
  366. "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
  367. "homepage": "https://github.com/ircmaxell/password_compat",
  368. "keywords": [
  369. "hashing",
  370. "password"
  371. ]
  372. },
  373. {
  374. "name": "symfony/polyfill-php55",
  375. "version": "v1.1.0",
  376. "version_normalized": "1.1.0.0",
  377. "source": {
  378. "type": "git",
  379. "url": "https://github.com/symfony/polyfill-php55.git",
  380. "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6"
  381. },
  382. "dist": {
  383. "type": "zip",
  384. "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
  385. "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
  386. "shasum": ""
  387. },
  388. "require": {
  389. "ircmaxell/password-compat": "~1.0",
  390. "php": ">=5.3.3"
  391. },
  392. "time": "2016-01-20 09:13:37",
  393. "type": "library",
  394. "extra": {
  395. "branch-alias": {
  396. "dev-master": "1.1-dev"
  397. }
  398. },
  399. "installation-source": "dist",
  400. "autoload": {
  401. "psr-4": {
  402. "Symfony\\Polyfill\\Php55\\": ""
  403. },
  404. "files": [
  405. "bootstrap.php"
  406. ]
  407. },
  408. "notification-url": "https://packagist.org/downloads/",
  409. "license": [
  410. "MIT"
  411. ],
  412. "authors": [
  413. {
  414. "name": "Nicolas Grekas",
  415. "email": "p@tchwork.com"
  416. },
  417. {
  418. "name": "Symfony Community",
  419. "homepage": "https://symfony.com/contributors"
  420. }
  421. ],
  422. "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
  423. "homepage": "https://symfony.com",
  424. "keywords": [
  425. "compatibility",
  426. "polyfill",
  427. "portable",
  428. "shim"
  429. ]
  430. },
  431. {
  432. "name": "symfony/polyfill-php54",
  433. "version": "v1.1.0",
  434. "version_normalized": "1.1.0.0",
  435. "source": {
  436. "type": "git",
  437. "url": "https://github.com/symfony/polyfill-php54.git",
  438. "reference": "74663d5a2ff3c530c1bc0571500e0feec9094054"
  439. },
  440. "dist": {
  441. "type": "zip",
  442. "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/74663d5a2ff3c530c1bc0571500e0feec9094054",
  443. "reference": "74663d5a2ff3c530c1bc0571500e0feec9094054",
  444. "shasum": ""
  445. },
  446. "require": {
  447. "php": ">=5.3.3"
  448. },
  449. "time": "2016-01-20 09:13:37",
  450. "type": "library",
  451. "extra": {
  452. "branch-alias": {
  453. "dev-master": "1.1-dev"
  454. }
  455. },
  456. "installation-source": "dist",
  457. "autoload": {
  458. "psr-4": {
  459. "Symfony\\Polyfill\\Php54\\": ""
  460. },
  461. "files": [
  462. "bootstrap.php"
  463. ],
  464. "classmap": [
  465. "Resources/stubs"
  466. ]
  467. },
  468. "notification-url": "https://packagist.org/downloads/",
  469. "license": [
  470. "MIT"
  471. ],
  472. "authors": [
  473. {
  474. "name": "Nicolas Grekas",
  475. "email": "p@tchwork.com"
  476. },
  477. {
  478. "name": "Symfony Community",
  479. "homepage": "https://symfony.com/contributors"
  480. }
  481. ],
  482. "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
  483. "homepage": "https://symfony.com",
  484. "keywords": [
  485. "compatibility",
  486. "polyfill",
  487. "portable",
  488. "shim"
  489. ]
  490. },
  491. {
  492. "name": "symfony/http-foundation",
  493. "version": "v2.8.3",
  494. "version_normalized": "2.8.3.0",
  495. "source": {
  496. "type": "git",
  497. "url": "https://github.com/symfony/http-foundation.git",
  498. "reference": "6f4e41c41e7d352ed9adf71ff6f2ec1756490a1b"
  499. },
  500. "dist": {
  501. "type": "zip",
  502. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/6f4e41c41e7d352ed9adf71ff6f2ec1756490a1b",
  503. "reference": "6f4e41c41e7d352ed9adf71ff6f2ec1756490a1b",
  504. "shasum": ""
  505. },
  506. "require": {
  507. "php": ">=5.3.9",
  508. "symfony/polyfill-php54": "~1.0",
  509. "symfony/polyfill-php55": "~1.0"
  510. },
  511. "require-dev": {
  512. "symfony/expression-language": "~2.4|~3.0.0"
  513. },
  514. "time": "2016-02-28 16:20:50",
  515. "type": "library",
  516. "extra": {
  517. "branch-alias": {
  518. "dev-master": "2.8-dev"
  519. }
  520. },
  521. "installation-source": "dist",
  522. "autoload": {
  523. "psr-4": {
  524. "Symfony\\Component\\HttpFoundation\\": ""
  525. },
  526. "exclude-from-classmap": [
  527. "/Tests/"
  528. ]
  529. },
  530. "notification-url": "https://packagist.org/downloads/",
  531. "license": [
  532. "MIT"
  533. ],
  534. "authors": [
  535. {
  536. "name": "Fabien Potencier",
  537. "email": "fabien@symfony.com"
  538. },
  539. {
  540. "name": "Symfony Community",
  541. "homepage": "https://symfony.com/contributors"
  542. }
  543. ],
  544. "description": "Symfony HttpFoundation Component",
  545. "homepage": "https://symfony.com"
  546. },
  547. {
  548. "name": "mrclay/minify",
  549. "version": "2.2.1",
  550. "version_normalized": "2.2.1.0",
  551. "source": {
  552. "type": "git",
  553. "url": "https://github.com/mrclay/minify.git",
  554. "reference": "3c11ba8232a2155a1a29552aafc528be5fb0a662"
  555. },
  556. "dist": {
  557. "type": "zip",
  558. "url": "https://api.github.com/repos/mrclay/minify/zipball/3c11ba8232a2155a1a29552aafc528be5fb0a662",
  559. "reference": "3c11ba8232a2155a1a29552aafc528be5fb0a662",
  560. "shasum": ""
  561. },
  562. "require": {
  563. "ext-pcre": "*",
  564. "php": ">=5.2.1"
  565. },
  566. "require-dev": {
  567. "tubalmartin/cssmin": "~2.4.8"
  568. },
  569. "suggest": {
  570. "tubalmartin/cssmin": "Support minify with CSSMin (YUI PHP port)"
  571. },
  572. "time": "2014-10-30 22:58:02",
  573. "type": "library",
  574. "installation-source": "dist",
  575. "autoload": {
  576. "classmap": [
  577. "min/lib/"
  578. ]
  579. },
  580. "notification-url": "https://packagist.org/downloads/",
  581. "license": [
  582. "BSD-3-Clause"
  583. ],
  584. "authors": [
  585. {
  586. "name": "Stephen Clay",
  587. "email": "steve@mrclay.org",
  588. "role": "Developer"
  589. }
  590. ],
  591. "description": "Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers",
  592. "homepage": "http://code.google.com/p/minify/"
  593. },
  594. {
  595. "name": "knplabs/gaufrette",
  596. "version": "v0.1.9",
  597. "version_normalized": "0.1.9.0",
  598. "source": {
  599. "type": "git",
  600. "url": "https://github.com/KnpLabs/Gaufrette.git",
  601. "reference": "4c73bb66ff41d7c9beb57372a82047cf5dcc6d1c"
  602. },
  603. "dist": {
  604. "type": "zip",
  605. "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/4c73bb66ff41d7c9beb57372a82047cf5dcc6d1c",
  606. "reference": "4c73bb66ff41d7c9beb57372a82047cf5dcc6d1c",
  607. "shasum": ""
  608. },
  609. "require": {
  610. "php": ">=5.3.2"
  611. },
  612. "require-dev": {
  613. "amazonwebservices/aws-sdk-for-php": "1.5.*",
  614. "aws/aws-sdk-php": "~2",
  615. "doctrine/dbal": ">=2.3",
  616. "dropbox-php/dropbox-php": "*",
  617. "google/apiclient": "~1.1",
  618. "herzult/php-ssh": "*",
  619. "microsoft/windowsazure": "dev-master",
  620. "mikey179/vfsstream": "~1.2.0",
  621. "phpseclib/phpseclib": "dev-master",
  622. "phpspec/phpspec": "2.0.*",
  623. "phpunit/phpunit": "3.7.*",
  624. "rackspace/php-opencloud": "1.9.*"
  625. },
  626. "suggest": {
  627. "amazonwebservices/aws-sdk-for-php": "to use the legacy Amazon S3 adapters",
  628. "aws/aws-sdk-php": "to use the Amazon S3 adapter",
  629. "doctrine/dbal": "to use the Doctrine DBAL adapter",
  630. "dropbox-php/dropbox-php": "to use the Dropbox adapter",
  631. "ext-apc": "to use the APC adapter",
  632. "ext-curl": "*",
  633. "ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters",
  634. "ext-mbstring": "*",
  635. "ext-mongo": "*",
  636. "ext-zip": "to use the Zip adapter",
  637. "google/apiclient": "to use GoogleCloudStorage adapter",
  638. "herzult/php-ssh": "to use SFtp adapter",
  639. "knplabs/knp-gaufrette-bundle": "to use with Symfony2",
  640. "microsoft/windowsazure": "to use Microsoft Azure Blob Storage adapter",
  641. "phpseclib/phpseclib": "to use PhpseclibSftp adapter",
  642. "rackspace/php-opencloud": "to use Opencloud adapter"
  643. },
  644. "time": "2015-03-09 08:06:57",
  645. "type": "library",
  646. "extra": {
  647. "branch-alias": {
  648. "dev-master": "0.2.x-dev"
  649. }
  650. },
  651. "installation-source": "dist",
  652. "autoload": {
  653. "psr-0": {
  654. "Gaufrette": "src/"
  655. }
  656. },
  657. "notification-url": "https://packagist.org/downloads/",
  658. "license": [
  659. "MIT"
  660. ],
  661. "authors": [
  662. {
  663. "name": "The contributors",
  664. "homepage": "http://github.com/knplabs/Gaufrette/contributors"
  665. },
  666. {
  667. "name": "KnpLabs Team",
  668. "homepage": "http://knplabs.com"
  669. }
  670. ],
  671. "description": "PHP5 library that provides a filesystem abstraction layer",
  672. "homepage": "http://knplabs.com",
  673. "keywords": [
  674. "abstraction",
  675. "file",
  676. "filesystem",
  677. "media"
  678. ]
  679. },
  680. {
  681. "name": "elgg/login_as",
  682. "version": "1.9.2",
  683. "version_normalized": "1.9.2.0",
  684. "source": {
  685. "type": "git",
  686. "url": "https://github.com/Elgg/login_as.git",
  687. "reference": "6cade385000e726875aba74498c28e0121222a1c"
  688. },
  689. "dist": {
  690. "type": "zip",
  691. "url": "https://api.github.com/repos/Elgg/login_as/zipball/6cade385000e726875aba74498c28e0121222a1c",
  692. "reference": "6cade385000e726875aba74498c28e0121222a1c",
  693. "shasum": ""
  694. },
  695. "require": {
  696. "composer/installers": ">=1.0.8"
  697. },
  698. "time": "2015-09-03 12:18:17",
  699. "type": "elgg-plugin",
  700. "installation-source": "dist",
  701. "notification-url": "https://packagist.org/downloads/",
  702. "license": [
  703. "GPL-2.0"
  704. ],
  705. "authors": [
  706. {
  707. "name": "Brett Profitt",
  708. "email": "brett@elgg.org"
  709. }
  710. ],
  711. "description": "Elgg plugin that allows admin users to login as another user.",
  712. "keywords": [
  713. "elgg",
  714. "plugin"
  715. ]
  716. }
  717. ]