Merge pull request #19681 from MauricioFauth/fix/vendor-thecodingmachine-safe-php8.4

Fix thecodingmachine/safe deprecations using a fork
This commit is contained in:
Maurício Meneghini Fauth 2025-04-24 19:37:33 -03:00 committed by GitHub
commit bb7113b334
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -45,6 +45,11 @@
{
"type": "composer",
"url": "https://www.phpmyadmin.net"
},
{
"type": "github",
"url": "https://github.com/MauricioFauth/thecodingmachine-safe.git",
"no-api": true
}
],
"require": {
@ -114,6 +119,7 @@
"roave/security-advisories": "dev-latest",
"symfony/console": "^5.2.3",
"tecnickcom/tcpdf": "^6.4.4",
"thecodingmachine/safe": "1.3.3.1",
"vimeo/psalm": "^4.30",
"web-auth/webauthn-lib": "^3.3.2"
},

View File

@ -563,7 +563,7 @@ composer update --no-interaction --no-dev
# Parse the required versions from composer.json
PACKAGES_VERSIONS=''
PACKAGE_LIST='tecnickcom/tcpdf pragmarx/google2fa-qrcode bacon/bacon-qr-code code-lts/u2f-php-server web-auth/webauthn-lib'
PACKAGE_LIST='tecnickcom/tcpdf pragmarx/google2fa-qrcode bacon/bacon-qr-code code-lts/u2f-php-server web-auth/webauthn-lib thecodingmachine/safe'
for PACKAGES in $PACKAGE_LIST
do