Fork of the espurna firmware for `mhsw` switches
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.

532 lines
18 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": "7cd735ef5dd6b16144dfd2a940224676",
  8. "content-hash": "df0b70ace71b7e873d1119b4788805db",
  9. "packages": [
  10. {
  11. "name": "container-interop/container-interop",
  12. "version": "1.1.0",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/container-interop/container-interop.git",
  16. "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e",
  21. "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e",
  22. "shasum": ""
  23. },
  24. "type": "library",
  25. "autoload": {
  26. "psr-4": {
  27. "Interop\\Container\\": "src/Interop/Container/"
  28. }
  29. },
  30. "notification-url": "https://packagist.org/downloads/",
  31. "license": [
  32. "MIT"
  33. ],
  34. "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
  35. "time": "2014-12-30 15:22:37"
  36. },
  37. {
  38. "name": "monolog/monolog",
  39. "version": "1.20.0",
  40. "source": {
  41. "type": "git",
  42. "url": "https://github.com/Seldaek/monolog.git",
  43. "reference": "55841909e2bcde01b5318c35f2b74f8ecc86e037"
  44. },
  45. "dist": {
  46. "type": "zip",
  47. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/55841909e2bcde01b5318c35f2b74f8ecc86e037",
  48. "reference": "55841909e2bcde01b5318c35f2b74f8ecc86e037",
  49. "shasum": ""
  50. },
  51. "require": {
  52. "php": ">=5.3.0",
  53. "psr/log": "~1.0"
  54. },
  55. "provide": {
  56. "psr/log-implementation": "1.0.0"
  57. },
  58. "require-dev": {
  59. "aws/aws-sdk-php": "^2.4.9",
  60. "doctrine/couchdb": "~1.0@dev",
  61. "graylog2/gelf-php": "~1.0",
  62. "jakub-onderka/php-parallel-lint": "0.9",
  63. "php-amqplib/php-amqplib": "~2.4",
  64. "php-console/php-console": "^3.1.3",
  65. "phpunit/phpunit": "~4.5",
  66. "phpunit/phpunit-mock-objects": "2.3.0",
  67. "ruflin/elastica": ">=0.90 <3.0",
  68. "sentry/sentry": "^0.13",
  69. "swiftmailer/swiftmailer": "~5.3"
  70. },
  71. "suggest": {
  72. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  73. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  74. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  75. "ext-mongo": "Allow sending log messages to a MongoDB server",
  76. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  77. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  78. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  79. "php-console/php-console": "Allow sending log messages to Google Chrome",
  80. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  81. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  82. "sentry/sentry": "Allow sending log messages to a Sentry server"
  83. },
  84. "type": "library",
  85. "extra": {
  86. "branch-alias": {
  87. "dev-master": "2.0.x-dev"
  88. }
  89. },
  90. "autoload": {
  91. "psr-4": {
  92. "Monolog\\": "src/Monolog"
  93. }
  94. },
  95. "notification-url": "https://packagist.org/downloads/",
  96. "license": [
  97. "MIT"
  98. ],
  99. "authors": [
  100. {
  101. "name": "Jordi Boggiano",
  102. "email": "j.boggiano@seld.be",
  103. "homepage": "http://seld.be"
  104. }
  105. ],
  106. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  107. "homepage": "http://github.com/Seldaek/monolog",
  108. "keywords": [
  109. "log",
  110. "logging",
  111. "psr-3"
  112. ],
  113. "time": "2016-07-02 14:02:10"
  114. },
  115. {
  116. "name": "nikic/fast-route",
  117. "version": "v1.0.1",
  118. "source": {
  119. "type": "git",
  120. "url": "https://github.com/nikic/FastRoute.git",
  121. "reference": "8ea928195fa9b907f0d6e48312d323c1a13cc2af"
  122. },
  123. "dist": {
  124. "type": "zip",
  125. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/8ea928195fa9b907f0d6e48312d323c1a13cc2af",
  126. "reference": "8ea928195fa9b907f0d6e48312d323c1a13cc2af",
  127. "shasum": ""
  128. },
  129. "require": {
  130. "php": ">=5.4.0"
  131. },
  132. "type": "library",
  133. "autoload": {
  134. "psr-4": {
  135. "FastRoute\\": "src/"
  136. },
  137. "files": [
  138. "src/functions.php"
  139. ]
  140. },
  141. "notification-url": "https://packagist.org/downloads/",
  142. "license": [
  143. "BSD-3-Clause"
  144. ],
  145. "authors": [
  146. {
  147. "name": "Nikita Popov",
  148. "email": "nikic@php.net"
  149. }
  150. ],
  151. "description": "Fast request router for PHP",
  152. "keywords": [
  153. "router",
  154. "routing"
  155. ],
  156. "time": "2016-06-12 19:08:51"
  157. },
  158. {
  159. "name": "pimple/pimple",
  160. "version": "v3.0.2",
  161. "source": {
  162. "type": "git",
  163. "url": "https://github.com/silexphp/Pimple.git",
  164. "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a"
  165. },
  166. "dist": {
  167. "type": "zip",
  168. "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a30f7d6e57565a2e1a316e1baf2a483f788b258a",
  169. "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a",
  170. "shasum": ""
  171. },
  172. "require": {
  173. "php": ">=5.3.0"
  174. },
  175. "type": "library",
  176. "extra": {
  177. "branch-alias": {
  178. "dev-master": "3.0.x-dev"
  179. }
  180. },
  181. "autoload": {
  182. "psr-0": {
  183. "Pimple": "src/"
  184. }
  185. },
  186. "notification-url": "https://packagist.org/downloads/",
  187. "license": [
  188. "MIT"
  189. ],
  190. "authors": [
  191. {
  192. "name": "Fabien Potencier",
  193. "email": "fabien@symfony.com"
  194. }
  195. ],
  196. "description": "Pimple, a simple Dependency Injection Container",
  197. "homepage": "http://pimple.sensiolabs.org",
  198. "keywords": [
  199. "container",
  200. "dependency injection"
  201. ],
  202. "time": "2015-09-11 15:10:35"
  203. },
  204. {
  205. "name": "psr/http-message",
  206. "version": "1.0",
  207. "source": {
  208. "type": "git",
  209. "url": "https://github.com/php-fig/http-message.git",
  210. "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
  211. },
  212. "dist": {
  213. "type": "zip",
  214. "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
  215. "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
  216. "shasum": ""
  217. },
  218. "require": {
  219. "php": ">=5.3.0"
  220. },
  221. "type": "library",
  222. "extra": {
  223. "branch-alias": {
  224. "dev-master": "1.0.x-dev"
  225. }
  226. },
  227. "autoload": {
  228. "psr-4": {
  229. "Psr\\Http\\Message\\": "src/"
  230. }
  231. },
  232. "notification-url": "https://packagist.org/downloads/",
  233. "license": [
  234. "MIT"
  235. ],
  236. "authors": [
  237. {
  238. "name": "PHP-FIG",
  239. "homepage": "http://www.php-fig.org/"
  240. }
  241. ],
  242. "description": "Common interface for HTTP messages",
  243. "keywords": [
  244. "http",
  245. "http-message",
  246. "psr",
  247. "psr-7",
  248. "request",
  249. "response"
  250. ],
  251. "time": "2015-05-04 20:22:00"
  252. },
  253. {
  254. "name": "psr/log",
  255. "version": "1.0.0",
  256. "source": {
  257. "type": "git",
  258. "url": "https://github.com/php-fig/log.git",
  259. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  260. },
  261. "dist": {
  262. "type": "zip",
  263. "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  264. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  265. "shasum": ""
  266. },
  267. "type": "library",
  268. "autoload": {
  269. "psr-0": {
  270. "Psr\\Log\\": ""
  271. }
  272. },
  273. "notification-url": "https://packagist.org/downloads/",
  274. "license": [
  275. "MIT"
  276. ],
  277. "authors": [
  278. {
  279. "name": "PHP-FIG",
  280. "homepage": "http://www.php-fig.org/"
  281. }
  282. ],
  283. "description": "Common interface for logging libraries",
  284. "keywords": [
  285. "log",
  286. "psr",
  287. "psr-3"
  288. ],
  289. "time": "2012-12-21 11:40:51"
  290. },
  291. {
  292. "name": "slim/php-view",
  293. "version": "2.1.0",
  294. "source": {
  295. "type": "git",
  296. "url": "https://github.com/slimphp/PHP-View.git",
  297. "reference": "8bae5b10d10c51596ef8d8113b3b63678718adcb"
  298. },
  299. "dist": {
  300. "type": "zip",
  301. "url": "https://api.github.com/repos/slimphp/PHP-View/zipball/8bae5b10d10c51596ef8d8113b3b63678718adcb",
  302. "reference": "8bae5b10d10c51596ef8d8113b3b63678718adcb",
  303. "shasum": ""
  304. },
  305. "require": {
  306. "psr/http-message": "^1.0"
  307. },
  308. "require-dev": {
  309. "phpunit/phpunit": "^5.0",
  310. "slim/slim": "^3.0"
  311. },
  312. "type": "library",
  313. "autoload": {
  314. "psr-4": {
  315. "Slim\\Views\\": "src"
  316. }
  317. },
  318. "notification-url": "https://packagist.org/downloads/",
  319. "license": [
  320. "MIT"
  321. ],
  322. "authors": [
  323. {
  324. "name": "Glenn Eggleton",
  325. "email": "geggleto@gmail.com"
  326. }
  327. ],
  328. "description": "Render PHP view scripts into a PSR-7 Response object.",
  329. "keywords": [
  330. "framework",
  331. "php",
  332. "phtml",
  333. "renderer",
  334. "slim",
  335. "template",
  336. "view"
  337. ],
  338. "time": "2016-03-04 09:48:50"
  339. },
  340. {
  341. "name": "slim/slim",
  342. "version": "3.4.2",
  343. "source": {
  344. "type": "git",
  345. "url": "https://github.com/slimphp/Slim.git",
  346. "reference": "a132385f736063d00632b52b3f8a389fe66fe4fa"
  347. },
  348. "dist": {
  349. "type": "zip",
  350. "url": "https://api.github.com/repos/slimphp/Slim/zipball/a132385f736063d00632b52b3f8a389fe66fe4fa",
  351. "reference": "a132385f736063d00632b52b3f8a389fe66fe4fa",
  352. "shasum": ""
  353. },
  354. "require": {
  355. "container-interop/container-interop": "^1.1",
  356. "nikic/fast-route": "^1.0",
  357. "php": ">=5.5.0",
  358. "pimple/pimple": "^3.0",
  359. "psr/http-message": "^1.0"
  360. },
  361. "provide": {
  362. "psr/http-message-implementation": "1.0"
  363. },
  364. "require-dev": {
  365. "phpunit/phpunit": "^4.0",
  366. "squizlabs/php_codesniffer": "^2.5"
  367. },
  368. "type": "library",
  369. "autoload": {
  370. "psr-4": {
  371. "Slim\\": "Slim"
  372. }
  373. },
  374. "notification-url": "https://packagist.org/downloads/",
  375. "license": [
  376. "MIT"
  377. ],
  378. "authors": [
  379. {
  380. "name": "Rob Allen",
  381. "email": "rob@akrabat.com",
  382. "homepage": "http://akrabat.com"
  383. },
  384. {
  385. "name": "Josh Lockhart",
  386. "email": "hello@joshlockhart.com",
  387. "homepage": "https://joshlockhart.com"
  388. },
  389. {
  390. "name": "Gabriel Manricks",
  391. "email": "gmanricks@me.com",
  392. "homepage": "http://gabrielmanricks.com"
  393. },
  394. {
  395. "name": "Andrew Smith",
  396. "email": "a.smith@silentworks.co.uk",
  397. "homepage": "http://silentworks.co.uk"
  398. }
  399. ],
  400. "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
  401. "homepage": "http://slimframework.com",
  402. "keywords": [
  403. "api",
  404. "framework",
  405. "micro",
  406. "router"
  407. ],
  408. "time": "2016-05-25 11:23:38"
  409. },
  410. {
  411. "name": "slim/twig-view",
  412. "version": "2.1.1",
  413. "source": {
  414. "type": "git",
  415. "url": "https://github.com/slimphp/Twig-View.git",
  416. "reference": "16fded26a44b8e8e0e041f1cff32afa21daeb284"
  417. },
  418. "dist": {
  419. "type": "zip",
  420. "url": "https://api.github.com/repos/slimphp/Twig-View/zipball/16fded26a44b8e8e0e041f1cff32afa21daeb284",
  421. "reference": "16fded26a44b8e8e0e041f1cff32afa21daeb284",
  422. "shasum": ""
  423. },
  424. "require": {
  425. "php": ">=5.5.0",
  426. "psr/http-message": "^1.0",
  427. "twig/twig": "^1.18"
  428. },
  429. "require-dev": {
  430. "phpunit/phpunit": "^4.8.0"
  431. },
  432. "type": "library",
  433. "autoload": {
  434. "psr-4": {
  435. "Slim\\Views\\": "src"
  436. }
  437. },
  438. "notification-url": "https://packagist.org/downloads/",
  439. "license": [
  440. "MIT"
  441. ],
  442. "authors": [
  443. {
  444. "name": "Josh Lockhart",
  445. "email": "hello@joshlockhart.com",
  446. "homepage": "http://joshlockhart.com"
  447. }
  448. ],
  449. "description": "Slim Framework 3 view helper built on top of the Twig templating component",
  450. "homepage": "http://slimframework.com",
  451. "keywords": [
  452. "framework",
  453. "slim",
  454. "template",
  455. "twig",
  456. "view"
  457. ],
  458. "time": "2016-03-13 20:58:41"
  459. },
  460. {
  461. "name": "twig/twig",
  462. "version": "v1.24.1",
  463. "source": {
  464. "type": "git",
  465. "url": "https://github.com/twigphp/Twig.git",
  466. "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512"
  467. },
  468. "dist": {
  469. "type": "zip",
  470. "url": "https://api.github.com/repos/twigphp/Twig/zipball/3566d311a92aae4deec6e48682dc5a4528c4a512",
  471. "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512",
  472. "shasum": ""
  473. },
  474. "require": {
  475. "php": ">=5.2.7"
  476. },
  477. "require-dev": {
  478. "symfony/debug": "~2.7",
  479. "symfony/phpunit-bridge": "~2.7"
  480. },
  481. "type": "library",
  482. "extra": {
  483. "branch-alias": {
  484. "dev-master": "1.24-dev"
  485. }
  486. },
  487. "autoload": {
  488. "psr-0": {
  489. "Twig_": "lib/"
  490. }
  491. },
  492. "notification-url": "https://packagist.org/downloads/",
  493. "license": [
  494. "BSD-3-Clause"
  495. ],
  496. "authors": [
  497. {
  498. "name": "Fabien Potencier",
  499. "email": "fabien@symfony.com",
  500. "homepage": "http://fabien.potencier.org",
  501. "role": "Lead Developer"
  502. },
  503. {
  504. "name": "Armin Ronacher",
  505. "email": "armin.ronacher@active-4.com",
  506. "role": "Project Founder"
  507. },
  508. {
  509. "name": "Twig Team",
  510. "homepage": "http://twig.sensiolabs.org/contributors",
  511. "role": "Contributors"
  512. }
  513. ],
  514. "description": "Twig, the flexible, fast, and secure template language for PHP",
  515. "homepage": "http://twig.sensiolabs.org",
  516. "keywords": [
  517. "templating"
  518. ],
  519. "time": "2016-05-30 09:11:59"
  520. }
  521. ],
  522. "packages-dev": [],
  523. "aliases": [],
  524. "minimum-stability": "stable",
  525. "stability-flags": [],
  526. "prefer-stable": false,
  527. "prefer-lowest": false,
  528. "platform": {
  529. "php": ">=5.5.0"
  530. },
  531. "platform-dev": []
  532. }