You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bencode\BigInt and Bencode\Collection are now enums,
therefore dictType, listType, bigInt params no longer accept bare string values
(like 'array' or 'object' or 'gmp').
Encoding:
Traversables no longer become dictionaries by default.
You need to wrap them with DictType.
Stringables no longer become strings by default.
Use useStringable: true to return old behavior.
dump($filename, $data) became dump($data, $filename) for consistency with streams.
Decoder and Encoder objects that can be pre-configured and then used with consistent options.