Skip to content

Commit

Permalink
chore(frontend|backend|potal): Bump dependencies (#194)
Browse files Browse the repository at this point in the history
* chore(frontend|backend|potal): Bump dependencies
* ref(frontend): Use new feedback widget configuration keys
  • Loading branch information
cleptric authored Jul 5, 2024
1 parent 94b02a1 commit 8561f52
Show file tree
Hide file tree
Showing 7 changed files with 822 additions and 855 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"require": {
"php": ">=8.3",
"cakephp/authentication": "^3.0.3",
"cakephp/cakephp": "dev-5.next as 5.0.4",
"cakephp/migrations": "^4.3.0",
"cakephp/cakephp": "5.1.0-RC1",
"cakephp/migrations": "^4.3.1",
"cakephp/plugin-installer": "^2.0.1",
"lcobucci/jwt": "^5.3",
"paragonie/csp-builder": "^3.0.1",
"sentry/sentry": "^4.7.0"
"sentry/sentry": "^4.8.0"
},
"require-dev": {
"cakephp/bake": "^3.1.1",
"cakephp/cakephp-codesniffer": "^5.1.1",
"phpstan/phpstan": "^1.10.67",
"phpunit/phpunit": "^10.5.20"
"phpstan/phpstan": "^1.11.6",
"phpunit/phpunit": "^10.5.25"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 8561f52

Please sign in to comment.