Skip to content

Commit

Permalink
chore(frontend|backend|potal): Bump deps (#165)
Browse files Browse the repository at this point in the history
* JS SDK 8.0 changes
* Bump PHP SDK
  • Loading branch information
cleptric committed Mar 8, 2024
1 parent 20261e7 commit 33bb693
Show file tree
Hide file tree
Showing 7 changed files with 534 additions and 507 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"php": ">=8.3",
"cakephp/authentication": "^3.0.3",
"cakephp/cakephp": "dev-5.next as 5.0.4",
"cakephp/migrations": "^4.1.1",
"cakephp/migrations": "^4.2.0",
"cakephp/plugin-installer": "^2.0.1",
"lcobucci/jwt": "^5.2",
"paragonie/csp-builder": "^3.0",
"sentry/sentry": "^4.6"
"sentry/sentry": "^4.6.1"
},
"require-dev": {
"cakephp/bake": "^3.1",
"cakephp/cakephp-codesniffer": "^5.1.1",
"phpstan/phpstan": "^1.10.59",
"phpunit/phpunit": "^10.5.10"
"phpstan/phpstan": "^1.10.60",
"phpunit/phpunit": "^10.5.11"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 33bb693

Please sign in to comment.