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 8, 2024
1 parent e2f5847 commit 494a076
Show file tree
Hide file tree
Showing 2 changed files with 324 additions and 390 deletions.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,26 +43,26 @@
"ext-session": "*",
"ext-xml": "*",
"aura/router": "3.3.0",
"doctrine/dbal": "3.8.6",
"doctrine/dbal": "3.9.1",
"ezyang/htmlpurifier": "4.17.0",
"fig/http-message-util": "1.1.5",
"fisharebest/algorithm": "1.6.0",
"fisharebest/ext-calendar": "2.6.0",
"fisharebest/flysystem-chroot-adapter": "2.0.0",
"fisharebest/localization": "1.17.0",
"guzzlehttp/guzzle": "7.8.1",
"guzzlehttp/guzzle": "7.9.2",
"illuminate/container": "8.83.27",
"illuminate/database": "8.83.27",
"illuminate/support": "8.83.27",
"intervention/image": "2.7.2",
"io-developer/php-whois": "4.1.10",
"league/commonmark": "2.4.2",
"league/commonmark": "2.5.3",
"league/flysystem": "2.5.0",
"league/flysystem-ziparchive": "2.3.1",
"middlewares/client-ip": "2.0.1",
"mlocati/ip-lib": "1.18.0",
"nesbot/carbon": "2.72.5",
"nyholm/psr7": "1.8.1",
"nyholm/psr7": "1.8.2",
"nyholm/psr7-server": "1.1.0",
"oscarotero/middleland": "1.0.1",
"psr/cache": "1.0.1",
Expand All @@ -71,22 +71,22 @@
"psr/http-server-middleware": "1.0.2",
"ramsey/uuid": "4.2.3",
"sabre/vobject": "4.5.5",
"symfony/cache": "5.4.40",
"symfony/expression-language": "5.4.40",
"symfony/mailer": "5.4.41",
"symfony/polyfill-mbstring": "1.30.0",
"symfony/polyfill-php80": "1.30.0",
"tecnickcom/tcpdf": "6.7.5"
"symfony/cache": "5.4.44",
"symfony/expression-language": "5.4.43",
"symfony/mailer": "5.4.44",
"symfony/polyfill-mbstring": "1.31.0",
"symfony/polyfill-php80": "1.31.0",
"tecnickcom/tcpdf": "6.7.6"
},
"require-dev": {
"ext-dom": "*",
"ext-libxml": "*",
"ext-pdo_sqlite": "*",
"ext-sqlite3": "*",
"composer/composer": "2.7.7",
"composer/composer": "2.8.1",
"league/flysystem-memory": "2.0.6",
"php-coveralls/php-coveralls": "2.7.0",
"phpunit/phpunit": "9.6.19"
"phpunit/phpunit": "9.6.21"
},
"suggest": {
"ext-imagick": "Required to generate thumbnail images",
Expand Down
Loading

0 comments on commit 494a076

Please sign in to comment.