chore(deps): Allow thecodingmachine/safe v3#1448
Conversation
1c95ed3 to
f283100
Compare
|
BOX 4.6.3 PHAR distribution ( Box version 4.6.3@9ec22a4 2025-02-19 20:32:43 UTC) still raises lot of deprecated errors. I.e: Running on PHP 8.4.4 platform |
| "symfony/process": "^6.4.0 || ^7.0.0", | ||
| "symfony/var-dumper": "^6.4.0 || ^7.0.0", | ||
| "thecodingmachine/safe": "^2.5", | ||
| "thecodingmachine/safe": "^2.5 || 3.0", |
There was a problem hiding this comment.
I think we need to drop 2.5 here
There was a problem hiding this comment.
Thanks Oskar to point this constraint to our attention, but the solution is more easy and better !
@theofidry You've just to fix the constraint like this (because there are two bug releases following initial 3.0)
"thecodingmachine/safe": "^2.5 || ^3.0",There was a problem hiding this comment.
Oh indeed, I dod not see the missing ^
There was a problem hiding this comment.
I couldn't remove 2.5 here because PHP-Scoper was still depending on it. PHP-Scoper no longer does now so this will be gone in the next update
There was a problem hiding this comment.
the recommendation is just to fix the constraint about major version 3, not to remove the 2.5 versions BC
There was a problem hiding this comment.
No description provided.