Skip to content

Commit

Permalink
Fix some composer CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpar06 committed Jul 15, 2024
1 parent 01704d6 commit fc5f61f
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 29 deletions.
5 changes: 3 additions & 2 deletions 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 Expand Up @@ -92,7 +92,8 @@
"spatie/laravel-activitylog": "^4.7",
"socialiteproviders/vatsim": "^5.0",
"socialiteproviders/ivao": "^4.0",
"mailersend/laravel-driver": "^2.6"
"mailersend/laravel-driver": "^2.6",
"composer/class-map-generator": "^1.3.3"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.8.1",
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 fc5f61f

Please sign in to comment.