Skip to content

Commit

Permalink
Update PHP dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Dec 10, 2024
1 parent 0d41e7d commit ec3d8b9
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 126 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"illuminate/support": "11.34.2",
"intervention/image": "3.9.1",
"io-developer/php-whois": "4.1.10",
"league/commonmark": "2.5.3",
"league/commonmark": "2.6.0",
"league/flysystem": "3.29.1",
"league/flysystem-path-prefixing": "3.28.0",
"league/flysystem-ziparchive": "3.29.0",
Expand All @@ -68,10 +68,10 @@
"psr/http-server-middleware": "1.0.2",
"ramsey/uuid": "4.7.6",
"sabre/vobject": "4.5.6",
"symfony/cache": "7.1.9",
"symfony/console": "7.1.8",
"symfony/expression-language": "7.1.6",
"symfony/mailer": "7.1.6",
"symfony/cache": "7.2.0",
"symfony/console": "7.2.0",
"symfony/expression-language": "7.2.0",
"symfony/mailer": "7.2.0",
"symfony/polyfill-mbstring": "1.31.0",
"tecnickcom/tcpdf": "6.7.7"
},
Expand All @@ -82,7 +82,7 @@
"ext-sqlite3": "*",
"league/flysystem-memory": "3.29.0",
"php-coveralls/php-coveralls": "2.7.0",
"phpunit/phpunit": "11.4.4"
"phpunit/phpunit": "11.5.0"
},
"suggest": {
"ext-imagick": "Required to generate thumbnail images",
Expand Down
Loading

0 comments on commit ec3d8b9

Please sign in to comment.