Skip to content

Commit

Permalink
Remove zendframework/zend-httphandlerrunner with laminas/laminas-http…
Browse files Browse the repository at this point in the history
…handlerrunner
  • Loading branch information
Koen Eelen committed Apr 22, 2024
1 parent 43c3ff5 commit e525a2d
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 67 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"slim/psr7": "^0.5",
"symfony/console": "^3.4",
"symfony/yaml": "^4.3",
"zendframework/zend-httphandlerrunner": "^1.1"
"laminas/laminas-httphandlerrunner": "^2.2"
},
"require-dev": {
"escapestudios/symfony2-coding-standard": "~2.9",
Expand Down
133 changes: 68 additions & 65 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

use CultuurNet\UDB3\JwtProvider\Factory\ConfigFactory;
use CultuurNet\UDB3\JwtProvider\Factory\ContainerFactory;
use Laminas\HttpHandlerRunner\Emitter\SapiStreamEmitter;
use League\Route\Router;
use Slim\Psr7\Factory\ServerRequestFactory;
use Zend\HttpHandlerRunner\Emitter\SapiStreamEmitter;

require_once __DIR__ . '/../vendor/autoload.php';

Expand Down

0 comments on commit e525a2d

Please sign in to comment.