Skip to content

Commit

Permalink
feat: remove paragonie/random_compat dev dependency
Browse files Browse the repository at this point in the history
Removing the paragonie/random_compat dev dependency, because it is
unnecessary, given the fact that the AWS SDK requires PHP 7.2. PHP 7.0+
guarantees the existence of the CSPRNG.

This cleans up the list of dependencies and reduces unnecessary network
traffic.

Fixes #3020
  • Loading branch information
ziegenberg committed Jan 31, 2025
1 parent ea62ad0 commit afa705f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "enhancement",
"category": "",
"description": "Remove paragonie/random_compat dev dependency."
}
]
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"andrewsville/php-token-reflection": "^1.4",
"psr/cache": "^2.0 || ^3.0",
"psr/simple-cache": "^2.0 || ^3.0",
"paragonie/random_compat": ">= 2",
"sebastian/comparator": "^1.2.3 || ^4.0 || ^5.0",
"symfony/filesystem": "^v6.4.0 || ^v7.1.0",
"yoast/phpunit-polyfills": "^2.0",
Expand Down

0 comments on commit afa705f

Please sign in to comment.