:closed_lock_with_key: Security advisories as a simple composer exclusion list, updated daily
:ab: Tool to compare two revisions of a class API to check for BC breaks
:crystal_ball: Better Reflection is a reflection API that aims to improve and provide more features than PHP's built-in reflection API.
:white_check_mark: :dragon_face: Static analysis on top of mutation testing - prevents escaped mutants from being invalid according to static analysis
🎩✨🌈 OOP Proxy wrappers/utilities - generates and manages proxies of your objects
https://realfavicongenerator.net/favicon_checker?protocol=https&site=getlaminas.org%2F#.ZCSxJnZBy3A https://getlaminas.org/images/favicon/browserconfig.xml
Committing generated "composer.json" file as per "2023-03-29T19:04:03+00:00" Original commit: "https://github.com/FriendsOfPHP/security-advisories/commit/cb870abf095ca4a147f8764074a80df300e92252"
Committing generated "composer.json" file as per "2023-03-29T19:04:03+00:00" Original commit: "https://github.com/FriendsOfPHP/security-advisories/commit/cb870abf095ca4a147f8764074a80df300e92252"
#737 provides that, but we had difficulties landing it due to CI setup requiring work (for which I simply couldn't find the time ;_; )
No clue: the YAML-based exclusions are not part of this package, since I wouldn't touch YAML anyway 😛
This define()
call:
define('REGEX_EMAIL', defined('ENCODING_CHARSET') && (false !== stripos(ENCODING_CHARSET, StringConverter::UTF_8)) ? REGEX_MAIL_UTF8 : REGEX_MAIL_OLD);
Contains a function call, and can likely not be evaluated
Specified array structure after merging packages list
Signed-off-by: MarioRadu magda_marior@yahoo.com
Merge pull request #76 from MarioRadu/fix-package-versions-from-composer-files
Specified array structure after merging packages list
| Q | A |-------------- | ------ | Documentation | no | Bugfix | no | BC Break | no | New Feature | no | RFC | no | QA | yes
Fixed this error :
Error: src/PackageVersions.php:73:40: NamedArgumentNotAllowed: Method array_merge called with named unpacked array non-empty-array<array-key, array<array-key, mixed|string>> (array with string keys) (see https://psalm.dev/268)
The checks were failing because Psalm couldn't identify the correct array structure.
Allow custom session attribute names
Remove randomness from test case
Prefer literal-string
over non-empty-string
Merge pull request #563 from Slamdunk/custom_attribute_name
Allow custom session attribute names