{"packages":{"reactive-apps/command-http-server":{"dev-dependabot/add-v2-config-file":{"name":"reactive-apps/command-http-server","description":"HTTP Server command","keywords":[],"homepage":"","version":"dev-dependabot/add-v2-config-file","version_normalized":"dev-dependabot/add-v2-config-file","license":["MIT"],"authors":[],"source":{"url":"https://github.com/reactive-apps/command-http-server.git","type":"git","reference":"b3db35d7c6e349ba8c2511abfe11bfb9d1f9c61c"},"dist":{"url":"https://api.github.com/repos/reactive-apps/command-http-server/zipball/b3db35d7c6e349ba8c2511abfe11bfb9d1f9c61c","type":"zip","shasum":"","reference":"b3db35d7c6e349ba8c2511abfe11bfb9d1f9c61c"},"type":"library","time":"2021-04-29T19:09:43+00:00","autoload":{"psr-4":{"ReactiveApps\\Command\\HttpServer\\":"src/"}},"extra":{"php-di-definitions":{"di":["etc/di/*.php"]},"reactive-apps":{"command":{"ReactiveApps\\Command\\HttpServer\\Command":"src/Command"},"http-controller":["src/Controller/*.php","src/Controller/**/*.php"],"required-config":{"http-server.address":"The IP + Port to listen on, for example: 0.0.0.0:8080"},"suggested-config":{"http-server.hsts":"Whether or not to set HSTS headers","http-server.public":"Public webroot to serve, note only put files in here everyone is allowed to see","http-server.public.preload.cache":"Custom cache to store the preloaded webroot files, stored in memory by default","http-server.middleware.prefix":"An array with react/http middleware added before the accesslog and webroot serving middleware","http-server.middleware.suffix":"An array with react/http middleware added after the accesslog and webroot serving middleware and before the route middleware and request handler","http-server.pool.ttl":"TTL for a child process to wait for it's next task","http-server.pool.min":"Minimum number of child processes","http-server.pool.max":"maximum number of child processes","http-server.rewrites":"Rewrites request path internally from one path to the other, invisible for visitors","http-server.thruway.realms":"An array with Thruway realms"},"listeners":{"ReactiveApps\\LifeCycleEvents\\Shutdown":["src/Listener/Shutdown.php"],"ReactiveApps\\Command\\HttpServer\\Event\\RealmClose":["src/Listener/RealmClose.php"],"ReactiveApps\\Command\\HttpServer\\Event\\RealmOpen":["src/Listener/RealmOpen.php"]}}},"require":{"php":"^7.3","cakephp/collection":"^3.6","doctrine/annotations":"^1.6","lcobucci/jwt":"^3.3","nikic/fast-route":"^1.2","react/http":"^0.8.0","reactive-apps/command":"dev-master","reactive-apps/life-cycle-events":"dev-master","roave/better-reflection":"^3.2","thecodingmachine/safe":"^0.1.16","thruway/middleware":"^0.0.2","voryx/thruway":"^0.5.3","wyrihaximus/broadcast":"dev-master","wyrihaximus/doctrine-annotation-autoloader":"^1.0","wyrihaximus/get-in-packages-composer.jason":"^1.0","wyrihaximus/json-psr7":"^1.0","wyrihaximus/psr-3-callable-throwable-logger":"^2.0","wyrihaximus/psr-3-context-logger":"^1.0","wyrihaximus/react-child-process-closure":"^1.0","wyrihaximus/react-child-process-pool":"^1.4","wyrihaximus/react-http-middleware-resume-response-body":"^1.0","wyrihaximus/react-http-middleware-rewrite":"^1.0","wyrihaximus/react-http-middleware-runner":"^1.0","wyrihaximus/react-http-middleware-session":"^3.0","wyrihaximus/react-http-middleware-twig":"^1.0","wyrihaximus/react-http-middleware-webroot-preload":"^1.0","wyrihaximus/react-http-psr-15-middleware-group":"^1.2","wyrihaximus/react-stream-json":"^1.2","wyrihaximus/recoil-promise-coroutine-wrapper":"^1.0","wyrihaximus/recoil-queue-caller-pool":"^1.2","wyrihaximus/string-get-in":"^1.0","wyrihaximus/to-child-process-or-not-to-child-process":"^1.0","wyrihaximus/to-coroutine-or-not-to-coroutine":"^1.0","wyrihaximus/to-thread-or-not-to-thread":"dev-master","zendframework/zend-diactoros":"^2.1"},"require-dev":{"monolog/monolog":"^2.0","twig/twig":"^2.8","wyrihaximus/async-test-utilities":"^1.1","wyrihaximus/cs-fixer-config":"^1.0","wyrihaximus/pool-info":"^1.0","wyrihaximus/react-parallel":"dev-master"},"suggest":{"wyrihaximus/react-parallel":"Run request handlers in threads (more performant than child processes)"},"uid":5152282},"dev-dependabot/composer/symfony/http-foundation-4.4.17":{"name":"reactive-apps/command-http-server","description":"HTTP Server command","keywords":[],"homepage":"","version":"dev-dependabot/composer/symfony/http-foundation-4.4.17","version_normalized":"dev-dependabot/composer/symfony/http-foundation-4.4.17","license":["MIT"],"authors":[],"source":{"url":"https://github.com/reactive-apps/command-http-server.git","type":"git","reference":"e1cd2a3e9af4cadf4e6166f5b50d20b4b4853b23"},"dist":{"url":"https://api.github.com/repos/reactive-apps/command-http-server/zipball/e1cd2a3e9af4cadf4e6166f5b50d20b4b4853b23","type":"zip","shasum":"","reference":"e1cd2a3e9af4cadf4e6166f5b50d20b4b4853b23"},"type":"library","time":"2020-11-30T06:21:43+00:00","autoload":{"psr-4":{"ReactiveApps\\Command\\HttpServer\\":"src/"}},"extra":{"php-di-definitions":{"di":["etc/di/*.php"]},"reactive-apps":{"command":{"ReactiveApps\\Command\\HttpServer\\Command":"src/Command"},"http-controller":["src/Controller/*.php","src/Controller/**/*.php"],"required-config":{"http-server.address":"The IP + Port to listen on, for example: 0.0.0.0:8080"},"suggested-config":{"http-server.hsts":"Whether or not to set HSTS headers","http-server.public":"Public webroot to serve, note only put files in here everyone is allowed to see","http-server.public.preload.cache":"Custom cache to store the preloaded webroot files, stored in memory by default","http-server.middleware.prefix":"An array with react/http middleware added before the accesslog and webroot serving middleware","http-server.middleware.suffix":"An array with react/http middleware added after the accesslog and webroot serving middleware and before the route middleware and request handler","http-server.pool.ttl":"TTL for a child process to wait for it's next task","http-server.pool.min":"Minimum number of child processes","http-server.pool.max":"maximum number of child processes","http-server.rewrites":"Rewrites request path internally from one path to the other, invisible for visitors","http-server.thruway.realms":"An array with Thruway realms"},"listeners":{"ReactiveApps\\LifeCycleEvents\\Shutdown":["src/Listener/Shutdown.php"],"ReactiveApps\\Command\\HttpServer\\Event\\RealmClose":["src/Listener/RealmClose.php"],"ReactiveApps\\Command\\HttpServer\\Event\\RealmOpen":["src/Listener/RealmOpen.php"]}}},"require":{"php":"^7.3","cakephp/collection":"^3.6","doctrine/annotations":"^1.6","lcobucci/jwt":"^3.3","nikic/fast-route":"^1.2","react/http":"^0.8.0","reactive-apps/command":"dev-master","reactive-apps/life-cycle-events":"dev-master","roave/better-reflection":"^3.2","thecodingmachine/safe":"^0.1.16","thruway/middleware":"^0.0.2","voryx/thruway":"^0.5.3","wyrihaximus/broadcast":"dev-master","wyrihaximus/doctrine-annotation-autoloader":"^1.0","wyrihaximus/get-in-packages-composer.jason":"^1.0","wyrihaximus/json-psr7":"^1.0","wyrihaximus/psr-3-callable-throwable-logger":"^2.0","wyrihaximus/psr-3-context-logger":"^1.0","wyrihaximus/react-child-process-closure":"^1.0","wyrihaximus/react-child-process-pool":"^1.4","wyrihaximus/react-http-middleware-resume-response-body":"^1.0","wyrihaximus/react-http-middleware-rewrite":"^1.0","wyrihaximus/react-http-middleware-runner":"^1.0","wyrihaximus/react-http-middleware-session":"^3.0","wyrihaximus/react-http-middleware-twig":"^1.0","wyrihaximus/react-http-middleware-webroot-preload":"^1.0","wyrihaximus/react-http-psr-15-middleware-group":"^1.2","wyrihaximus/react-stream-json":"^1.2","wyrihaximus/recoil-promise-coroutine-wrapper":"^1.0","wyrihaximus/recoil-queue-caller-pool":"^1.2","wyrihaximus/string-get-in":"^1.0","wyrihaximus/to-child-process-or-not-to-child-process":"^1.0","wyrihaximus/to-coroutine-or-not-to-coroutine":"^1.0","wyrihaximus/to-thread-or-not-to-thread":"dev-master","zendframework/zend-diactoros":"^2.1"},"require-dev":{"monolog/monolog":"^2.0","twig/twig":"^2.8","wyrihaximus/async-test-utilities":"^1.1","wyrihaximus/cs-fixer-config":"^1.0","wyrihaximus/pool-info":"^1.0","wyrihaximus/react-parallel":"dev-master"},"suggest":{"wyrihaximus/react-parallel":"Run request handlers in threads (more performant than child processes)"},"uid":4695833},"dev-master":{"name":"reactive-apps/command-http-server","description":"HTTP Server command","keywords":[],"homepage":"","version":"dev-master","version_normalized":"9999999-dev","license":["MIT"],"authors":[],"source":{"url":"https://github.com/reactive-apps/command-http-server.git","type":"git","reference":"61c3496a538104c9dcaf493e15575febd0c060af"},"dist":{"url":"https://api.github.com/repos/reactive-apps/command-http-server/zipball/61c3496a538104c9dcaf493e15575febd0c060af","type":"zip","shasum":"","reference":"61c3496a538104c9dcaf493e15575febd0c060af"},"type":"library","time":"2020-02-24T23:38:08+00:00","autoload":{"psr-4":{"ReactiveApps\\Command\\HttpServer\\":"src/"}},"extra":{"php-di-definitions":{"di":["etc/di/*.php"]},"reactive-apps":{"command":{"ReactiveApps\\Command\\HttpServer\\Command":"src/Command"},"http-controller":["src/Controller/*.php","src/Controller/**/*.php"],"required-config":{"http-server.address":"The IP + Port to listen on, for example: 0.0.0.0:8080"},"suggested-config":{"http-server.hsts":"Whether or not to set HSTS headers","http-server.public":"Public webroot to serve, note only put files in here everyone is allowed to see","http-server.public.preload.cache":"Custom cache to store the preloaded webroot files, stored in memory by default","http-server.middleware.prefix":"An array with react/http middleware added before the accesslog and webroot serving middleware","http-server.middleware.suffix":"An array with react/http middleware added after the accesslog and webroot serving middleware and before the route middleware and request handler","http-server.pool.ttl":"TTL for a child process to wait for it's next task","http-server.pool.min":"Minimum number of child processes","http-server.pool.max":"maximum number of child processes","http-server.rewrites":"Rewrites request path internally from one path to the other, invisible for visitors","http-server.thruway.realms":"An array with Thruway realms"},"listeners":{"ReactiveApps\\LifeCycleEvents\\Shutdown":["src/Listener/Shutdown.php"],"ReactiveApps\\Command\\HttpServer\\Event\\RealmClose":["src/Listener/RealmClose.php"],"ReactiveApps\\Command\\HttpServer\\Event\\RealmOpen":["src/Listener/RealmOpen.php"]}}},"default-branch":true,"require":{"php":"^7.3","cakephp/collection":"^3.6","doctrine/annotations":"^1.6","lcobucci/jwt":"^3.3","nikic/fast-route":"^1.2","react/http":"^0.8.0","reactive-apps/command":"dev-master","reactive-apps/life-cycle-events":"dev-master","roave/better-reflection":"^3.2","thecodingmachine/safe":"^0.1.16","thruway/middleware":"^0.0.2","voryx/thruway":"^0.5.3","wyrihaximus/broadcast":"dev-master","wyrihaximus/doctrine-annotation-autoloader":"^1.0","wyrihaximus/get-in-packages-composer.jason":"^1.0","wyrihaximus/json-psr7":"^1.0","wyrihaximus/psr-3-callable-throwable-logger":"^2.0","wyrihaximus/psr-3-context-logger":"^1.0","wyrihaximus/react-child-process-closure":"^1.0","wyrihaximus/react-child-process-pool":"^1.4","wyrihaximus/react-http-middleware-resume-response-body":"^1.0","wyrihaximus/react-http-middleware-rewrite":"^1.0","wyrihaximus/react-http-middleware-runner":"^1.0","wyrihaximus/react-http-middleware-session":"^3.0","wyrihaximus/react-http-middleware-twig":"^1.0","wyrihaximus/react-http-middleware-webroot-preload":"^1.0","wyrihaximus/react-http-psr-15-middleware-group":"^1.2","wyrihaximus/react-stream-json":"^1.2","wyrihaximus/recoil-promise-coroutine-wrapper":"^1.0","wyrihaximus/recoil-queue-caller-pool":"^1.2","wyrihaximus/string-get-in":"^1.0","wyrihaximus/to-child-process-or-not-to-child-process":"^1.0","wyrihaximus/to-coroutine-or-not-to-coroutine":"^1.0","wyrihaximus/to-thread-or-not-to-thread":"dev-master","zendframework/zend-diactoros":"^2.1"},"require-dev":{"monolog/monolog":"^2.0","twig/twig":"^2.8","wyrihaximus/async-test-utilities":"^1.1","wyrihaximus/cs-fixer-config":"^1.0","wyrihaximus/pool-info":"^1.0","wyrihaximus/react-parallel":"dev-master"},"suggest":{"wyrihaximus/react-parallel":"Run request handlers in threads (more performant than child processes)"},"uid":4251413},"dev-openapi":{"name":"reactive-apps/command-http-server","description":"HTTP Server command","keywords":[],"homepage":"","version":"dev-openapi","version_normalized":"dev-openapi","license":["MIT"],"authors":[],"source":{"url":"https://github.com/reactive-apps/command-http-server.git","type":"git","reference":"6e9271d183c6154c057b408a93467282a1803b74"},"dist":{"url":"https://api.github.com/repos/reactive-apps/command-http-server/zipball/6e9271d183c6154c057b408a93467282a1803b74","type":"zip","shasum":"","reference":"6e9271d183c6154c057b408a93467282a1803b74"},"type":"library","time":"2019-10-01T20:45:56+00:00","autoload":{"psr-4":{"ReactiveApps\\Command\\HttpServer\\":"src/"}},"extra":{"php-di-definitions":{"di":["etc/di/*.php"]},"reactive-apps":{"command":{"ReactiveApps\\Command\\HttpServer\\Command":"src/Command"},"http-controller":["src/Controller/*.php","src/Controller/**/*.php"],"required-config":{"http-server.address":"The IP + Port to listen on, for example: 0.0.0.0:8080"},"suggested-config":{"http-server.hsts":"Whether or not to set HSTS headers","http-server.public":"Public webroot to serve, note only put files in here everyone is allowed to see","http-server.public.preload.cache":"Custom cache to store the preloaded webroot files, stored in memory by default","http-server.middleware.prefix":"An array with react/http middleware added before the accesslog and webroot serving middleware","http-server.middleware.suffix":"An array with react/http middleware added after the accesslog and webroot serving middleware and before the route middleware and request handler","http-server.pool.ttl":"TTL for a child process to wait for it's next task","http-server.pool.min":"Minimum number of child processes","http-server.pool.max":"maximum number of child processes","http-server.rewrites":"Rewrites request path internally from one path to the other, invisible for visitors","http-server.thruway.realms":"An array with Thruway realms"},"listeners":{"ReactiveApps\\LifeCycleEvents\\Shutdown":["src/Listener/Shutdown.php"],"ReactiveApps\\Command\\HttpServer\\Event\\RealmClose":["src/Listener/RealmClose.php"],"ReactiveApps\\Command\\HttpServer\\Event\\RealmOpen":["src/Listener/RealmOpen.php"]}}},"require":{"php":"^7.3","cakephp/collection":"^3.6","doctrine/annotations":"^1.6","lcobucci/jwt":"^3.3","league/openapi-psr7-validator":"^0.3.2","nikic/fast-route":"^1.2","react/http":"^0.8.0","reactive-apps/command":"dev-master","reactive-apps/life-cycle-events":"dev-master","roave/better-reflection":"^3.2","thecodingmachine/safe":"^0.1.16","thruway/middleware":"^0.0.2","voryx/thruway":"^0.5.3","wyrihaximus/broadcast":"dev-master","wyrihaximus/doctrine-annotation-autoloader":"^1.0","wyrihaximus/get-in-packages-composer.jason":"^1.0","wyrihaximus/json-psr7":"^1.0","wyrihaximus/psr-3-callable-throwable-logger":"^1.0","wyrihaximus/psr-3-context-logger":"^1.0","wyrihaximus/react-child-process-closure":"^1.0","wyrihaximus/react-child-process-pool":"^1.4","wyrihaximus/react-http-middleware-resume-response-body":"^1.0","wyrihaximus/react-http-middleware-rewrite":"^1.0","wyrihaximus/react-http-middleware-runner":"^1.0","wyrihaximus/react-http-middleware-session":"^3.0","wyrihaximus/react-http-middleware-webroot-preload":"^1.0","wyrihaximus/react-http-psr-15-middleware-group":"^1.2","wyrihaximus/react-inspector-child-process-pools":"dev-master","wyrihaximus/react-inspector-parallel-pools":"dev-master","wyrihaximus/react-stream-json":"^1.2","wyrihaximus/recoil-promise-coroutine-wrapper":"^1.0","wyrihaximus/recoil-queue-caller-pool":"^1.2","wyrihaximus/string-get-in":"^1.0","wyrihaximus/to-child-process-or-not-to-child-process":"^1.0","wyrihaximus/to-coroutine-or-not-to-coroutine":"^1.0","wyrihaximus/to-thread-or-not-to-thread":"dev-master","zendframework/zend-diactoros":"^2.1","zircote/swagger-php":"^3.0"},"require-dev":{"monolog/monolog":"^1.23","twig/twig":"^2.8","wyrihaximus/async-test-utilities":"^1.1","wyrihaximus/cs-fixer-config":"^1.0","wyrihaximus/pool-info":"^1.0","wyrihaximus/react-parallel":"dev-master"},"suggest":{"wyrihaximus/react-parallel":"Run request handlers in threads (more performant than child processes)"},"uid":3271007}}}}