Skip to content

Commit

Permalink
Merge pull request phpmyadmin#19280 from MauricioFauth/php-dep-upgrade
Browse files Browse the repository at this point in the history
Upgrade Composer dependencies
  • Loading branch information
MauricioFauth authored Aug 31, 2024
2 parents d4eaa17 + ea2a474 commit 51fe1a5
Show file tree
Hide file tree
Showing 4 changed files with 187 additions and 161 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"slim/psr7": "^1.6.1",
"symfony/config": "^6.2",
"symfony/dependency-injection": "^6.2",
"symfony/expression-language": "^6.2",
"symfony/config": "^7.1",
"symfony/dependency-injection": "^7.1",
"symfony/expression-language": "^7.1",
"symfony/polyfill-ctype": "^1.24",
"symfony/polyfill-mbstring": "^1.24",
"twig/twig": "^3.9",
Expand Down Expand Up @@ -107,16 +107,16 @@
"nyholm/psr7": "^1.8",
"php-webdriver/webdriver": "^1.14",
"phpmyadmin/coding-standard": "^4.0",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10.15",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-strict-rules": "^1.5",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan-phpunit": "^1.4",
"phpstan/phpstan-strict-rules": "^1.6",
"phpstan/phpstan-webmozart-assert": "^1.2",
"phpunit/phpunit": "^10.4",
"pragmarx/google2fa-qrcode": "^3.0",
"psalm/plugin-phpunit": "^0.18.4",
"roave/security-advisories": "dev-latest",
"symfony/console": "^6.2",
"symfony/console": "^7.1",
"tecnickcom/tcpdf": "^6.4.4",
"vimeo/psalm": "^5.14",
"web-auth/webauthn-lib": "^4.9"
Expand Down
Loading

0 comments on commit 51fe1a5

Please sign in to comment.