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.

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