Skip to content

Commit

Permalink
Update PHP dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Oct 30, 2024
1 parent 78ec223 commit 646de2a
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 143 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"ext-session": "*",
"ext-xml": "*",
"aura/router": "3.3.0",
"doctrine/dbal": "3.9.1",
"doctrine/dbal": "3.9.3",
"ezyang/htmlpurifier": "4.17.0",
"fig/http-message-util": "1.1.5",
"fisharebest/algorithm": "1.6.0",
Expand All @@ -60,7 +60,7 @@
"league/flysystem": "2.5.0",
"league/flysystem-ziparchive": "2.3.1",
"middlewares/client-ip": "2.0.1",
"mlocati/ip-lib": "1.18.0",
"mlocati/ip-lib": "1.18.1",
"nesbot/carbon": "2.72.5",
"nyholm/psr7": "1.8.2",
"nyholm/psr7-server": "1.1.0",
Expand All @@ -70,20 +70,20 @@
"psr/http-server-handler": "1.0.2",
"psr/http-server-middleware": "1.0.2",
"ramsey/uuid": "4.2.3",
"sabre/vobject": "4.5.5",
"symfony/cache": "5.4.44",
"symfony/expression-language": "5.4.43",
"symfony/mailer": "5.4.44",
"sabre/vobject": "4.5.6",
"symfony/cache": "5.4.45",
"symfony/expression-language": "5.4.45",
"symfony/mailer": "5.4.45",
"symfony/polyfill-mbstring": "1.31.0",
"symfony/polyfill-php80": "1.31.0",
"tecnickcom/tcpdf": "6.7.6"
"tecnickcom/tcpdf": "6.7.7"
},
"require-dev": {
"ext-dom": "*",
"ext-libxml": "*",
"ext-pdo_sqlite": "*",
"ext-sqlite3": "*",
"composer/composer": "2.8.1",
"composer/composer": "2.8.2",
"league/flysystem-memory": "2.0.6",
"php-coveralls/php-coveralls": "2.7.0",
"phpunit/phpunit": "9.6.21"
Expand Down
Loading

0 comments on commit 646de2a

Please sign in to comment.