Skip to content

Commit

Permalink
chore(frontend|backend|potal): Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Oct 14, 2024
1 parent 50c0640 commit 883f290
Show file tree
Hide file tree
Showing 6 changed files with 874 additions and 848 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
],
"require": {
"php": ">=8.3",
"cakephp/authentication": "^3.0.3",
"cakephp/cakephp": "5.1.0-RC1",
"cakephp/migrations": "^4.3.1",
"cakephp/authentication": "^3.1.1",
"cakephp/cakephp": "^5.1.1",
"cakephp/migrations": "^4.4.2",
"cakephp/plugin-installer": "^2.0.1",
"lcobucci/jwt": "^5.3",
"lcobucci/jwt": "^5.4",
"paragonie/csp-builder": "^3.0.1",
"sentry/sentry": "^4.8.1"
"sentry/sentry": "^4.9.0"
},
"require-dev": {
"cakephp/bake": "^3.1.1",
"cakephp/cakephp-codesniffer": "^5.1.1",
"phpstan/phpstan": "^1.11.7",
"phpunit/phpunit": "^10.5.28"
"cakephp/bake": "^3.2.0",
"cakephp/cakephp-codesniffer": "^5.1.3",
"phpstan/phpstan": "^1.12.6",
"phpunit/phpunit": "^10.5.36"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 883f290

Please sign in to comment.