Skip to content

Commit

Permalink
Upgrade Dependencies (#1839)
Browse files Browse the repository at this point in the history
* Fix CVEs in phpseclib

* Fix CVEs in composer

---------

Co-authored-by: Nabeel S. <nabeelio@users.noreply.github.com>
  • Loading branch information
arthurpar06 and nabeelio authored Jul 15, 2024
1 parent b9859a0 commit edeed76
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 28 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"symfony/http-client": "^6.2",
"symfony/yaml": "~6.2",
"psr/container": "1.1.1",
"composer/composer": "^2.7",
"composer/composer": "^2.7.7",
"composer/installers": "~1.12.0",
"laravel/framework": "~v10.22",
"arrilot/laravel-widgets": "~3.13.0",
Expand Down
54 changes: 27 additions & 27 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
<!-- ###+ symfony/mailer ### -->
<!-- MAILER_DSN=smtp://localhost -->
<!-- ###- symfony/mailer ### -->

<!-- ###+ symfony/postmark-mailer ### -->
<!-- MAILER_DSN=postmark://ID@default -->
<!-- ###- symfony/postmark-mailer ### -->
</php>
<source>
<include>
Expand Down
9 changes: 9 additions & 0 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,15 @@
"symfony/polyfill-php81": {
"version": "v1.24.0"
},
"symfony/postmark-mailer": {
"version": "6.4",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "4.4",
"ref": "631f81f2fbf58126ae699a04b1d0984442613a19"
}
},
"symfony/process": {
"version": "v6.0.3"
},
Expand Down

0 comments on commit edeed76

Please sign in to comment.