Skip to content

Commit

Permalink
Add Laravel 11 compatibility (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: Jose Manuel Cardona <[email protected]>
  • Loading branch information
joskfg and josemanuel-cardona authored Jan 16, 2025
1 parent fd8c7a1 commit 9e7ca94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"illuminate/http": "^9.0 || ^10.0 || ^11.0",
"nyholm/psr7": "^1.2",
"psr/http-server-middleware": "^1.0",
"symfony/psr-http-message-bridge": "^2.0"
"symfony/psr-http-message-bridge": "^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.7"

services:
php:
volumes:
Expand Down

0 comments on commit 9e7ca94

Please sign in to comment.