Skip to content

Commit

Permalink
Update PHP dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
damiendart committed Sep 28, 2024
1 parent 5fc627b commit e193092
Show file tree
Hide file tree
Showing 2 changed files with 379 additions and 1,119 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,24 @@
"symfony/polyfill-php81": "*"
},
"require": {
"php": "8.2.*",
"ext-ctype": "*",
"ext-json": "*",
"ext-mbstring": "*",
"filp/whoops": "^2.15.4",
"filp/whoops": "^2.16.0",
"guzzlehttp/guzzle": "^7.9.2",
"php": "8.2.*",
"sentry/sdk": "^3.6"
"sentry/sentry": "^4.9"
},
"require-dev": {
"ext-dom": "*",
"friendsofphp/php-cs-fixer": "^3.64.0",
"league/commonmark": "^2.5.3",
"michelf/php-smartypants": "^1.8.1",
"phpstan/phpstan": "^1.12.3",
"phpstan/phpstan-strict-rules": "^1.6",
"phpunit/phpunit": "^11.3.5",
"phpstan/phpstan": "^1.12.5",
"phpstan/phpstan-strict-rules": "^1.6.1",
"phpunit/phpunit": "^11.3.6",
"roave/security-advisories": "dev-latest",
"symfony/yaml": "^7.1.4",
"symfony/yaml": "^7.1.5",
"twig/twig": "^3.14",
"voku/html-min": "^4.5.1"
},
Expand Down
Loading

0 comments on commit e193092

Please sign in to comment.