Skip to content

Commit ea2a474

Browse files
committed
Upgrade Composer dependencies
- Upgrading composer/pcre (3.3.0 => 3.3.1) - Upgrading fidry/cpu-core-counter (1.1.0 => 1.2.0) - Upgrading phpmyadmin/sql-parser (dev-master f2bafbb => dev-master 91d2bbf) - Upgrading phpstan/extension-installer (1.4.1 => 1.4.2) - Upgrading phpstan/phpdoc-parser (1.29.1 => 1.30.0) - Upgrading phpstan/phpstan (1.11.11 => 1.12.0) - Upgrading roave/security-advisories (dev-latest f8de2a8 => dev-latest 5ddbc0b) - Upgrading symfony/cache (v7.1.3 => v7.1.4) - Upgrading symfony/config (v6.4.8 => v7.1.1) - Upgrading symfony/console (v6.4.10 => v7.1.4) - Upgrading symfony/dependency-injection (v6.4.10 => v7.1.4) - Upgrading symfony/expression-language (v6.4.8 => v7.1.4) - Upgrading symfony/process (v5.4.40 => v7.1.3) - Upgrading symfony/string (v7.1.3 => v7.1.4) - Upgrading symfony/uid (v7.1.1 => v7.1.4) - Upgrading twig/twig (v3.11.0 => v3.12.0) Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
1 parent d4eaa17 commit ea2a474

4 files changed

Lines changed: 187 additions & 161 deletions

File tree

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
"psr/http-server-handler": "^1.0",
7171
"psr/http-server-middleware": "^1.0",
7272
"slim/psr7": "^1.6.1",
73-
"symfony/config": "^6.2",
74-
"symfony/dependency-injection": "^6.2",
75-
"symfony/expression-language": "^6.2",
73+
"symfony/config": "^7.1",
74+
"symfony/dependency-injection": "^7.1",
75+
"symfony/expression-language": "^7.1",
7676
"symfony/polyfill-ctype": "^1.24",
7777
"symfony/polyfill-mbstring": "^1.24",
7878
"twig/twig": "^3.9",
@@ -107,16 +107,16 @@
107107
"nyholm/psr7": "^1.8",
108108
"php-webdriver/webdriver": "^1.14",
109109
"phpmyadmin/coding-standard": "^4.0",
110-
"phpstan/extension-installer": "^1.3",
111-
"phpstan/phpstan": "^1.10.15",
112-
"phpstan/phpstan-phpunit": "^1.3",
113-
"phpstan/phpstan-strict-rules": "^1.5",
110+
"phpstan/extension-installer": "^1.4",
111+
"phpstan/phpstan": "^1.12",
112+
"phpstan/phpstan-phpunit": "^1.4",
113+
"phpstan/phpstan-strict-rules": "^1.6",
114114
"phpstan/phpstan-webmozart-assert": "^1.2",
115115
"phpunit/phpunit": "^10.4",
116116
"pragmarx/google2fa-qrcode": "^3.0",
117117
"psalm/plugin-phpunit": "^0.18.4",
118118
"roave/security-advisories": "dev-latest",
119-
"symfony/console": "^6.2",
119+
"symfony/console": "^7.1",
120120
"tecnickcom/tcpdf": "^6.4.4",
121121
"vimeo/psalm": "^5.14",
122122
"web-auth/webauthn-lib": "^4.9"

0 commit comments

Comments
 (0)