Skip to content

Commit

Permalink
Use fork of padraic/humbug_get_contents to fix security check
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed Dec 16, 2024
1 parent 76e40e8 commit a1704bf
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 19 deletions.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,15 @@
"khill/php-duration": "^1.1",
"giggsey/libphonenumber-for-php": "^8.13",
"symfony/polyfill-mbstring": "^1.19",
"symfony/polyfill-iconv": "^1.19"
"symfony/polyfill-iconv": "^1.19",
"padraic/humbug_get_contents": "dev-allow-php-8 as 1.1.3"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/pjcdawkins/humbug_get_contents"
}
],
"suggest": {
"drush/drush": "For Drupal projects"
},
Expand Down
60 changes: 42 additions & 18 deletions composer.lock

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

0 comments on commit a1704bf

Please sign in to comment.