Skip to content

Commit

Permalink
Update membrane dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
carnage committed Apr 19, 2024
1 parent e889c25 commit 09d0707
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"illuminate/http": "^9.0 || ^10.0",
"illuminate/support": "^9.0 || ^10.0",
"nyholm/psr7": "^1.8",
"membrane/membrane": "^0.6.0",
"membrane/openapi-router": "0.2.1",
"membrane/membrane": "dev-main",
"membrane/openapi-router": "^0.4.0",
"symfony/psr-http-message-bridge": "^2.1"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
use Membrane\Builder\Builder;
use Membrane\Laravel\Middleware\RequestValidation;
use Membrane\Membrane;
use Membrane\OpenAPIRouter\Router\Router;
use Membrane\OpenAPIRouter\Router\ValueObject\RouteCollection;
use Membrane\OpenAPIRouter\Router;
use Membrane\OpenAPIRouter\RouteCollection;

class ServiceProvider extends \Illuminate\Support\ServiceProvider
{
Expand Down

0 comments on commit 09d0707

Please sign in to comment.