Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dmetzner committed Apr 11, 2024
1 parent decc500 commit 4440203
Show file tree
Hide file tree
Showing 3 changed files with 1,121 additions and 1,542 deletions.
2 changes: 1 addition & 1 deletion catroweb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,7 @@ components:
# Security Schemes
###
securitySchemes:
PandaAuth:
BearerAuth:
type: http
scheme: bearer
bearerFormat: JWT
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
}
],
"require": {
"php": ">=8.0.2",
"php": ">=8.2",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"symfony/validator": "^6.0",
"jms/serializer-bundle": "^4.0",
"symfony/framework-bundle": "^6.0"
"symfony/validator": "^6.4|^7.0",
"jms/serializer-bundle": "^5.4",
"symfony/framework-bundle": "^6.4|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^11.0",
"friendsofphp/php-cs-fixer": "*",
"phpstan/phpstan": "*",
"symfony/browser-kit": "^6.0",
"symfony/yaml": "^6.0",
"symfony/browser-kit": "^6.4|^7.0",
"symfony/yaml": "^6.4|^7.0",
"hoa/regex": "~1.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit 4440203

Please sign in to comment.