Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ElisDN committed Dec 3, 2023
1 parent 38d3d20 commit f9d668e
Show file tree
Hide file tree
Showing 5 changed files with 418 additions and 407 deletions.
21 changes: 11 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"type": "project",
"license": "BSD-3-Clause",
"require": {
"php": "^8.2",
"ext-PDO": "^8.2",
"ext-curl": "^8.2",
"php": "^8.3",
"ext-PDO": "^8.3",
"ext-curl": "^8.3",
"ext-dom": "20031129",
"ext-fileinfo": "^8.2",
"ext-gd": "^8.2",
"ext-iconv": "^8.2",
"ext-mbstring": "^8.2",
"ext-posix": "^8.2",
"ext-xml": "^8.2",
"ext-fileinfo": "^8.3",
"ext-gd": "^8.3",
"ext-iconv": "^8.3",
"ext-mbstring": "^8.3",
"ext-posix": "^8.3",
"ext-xml": "^8.3",
"codemix/yii2-streamlog": "^1.3",
"laminas/laminas-diactoros": "^3.0",
"laminas/laminas-feed": "^2.12",
Expand Down Expand Up @@ -50,7 +50,8 @@
"symfony/polyfill-php73": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*",
"symfony/polyfill-php82": "*"
"symfony/polyfill-php82": "*",
"symfony/polyfill-php83": "*"
},
"autoload": {
"files": [
Expand Down
Loading

0 comments on commit f9d668e

Please sign in to comment.