Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
5.3.6 source code.tar.gz | 2025-03-21 | 11.5 kB | |
5.3.6 source code.zip | 2025-03-21 | 19.5 kB | |
README.md | 2025-03-21 | 637 Bytes | |
Totals: 3 Items | 31.6 kB | 0 |
- Support for
libphonenumber
v9.
Note: this is the last minor/patch version in the v5 realm of this package.
libphonenumber
shifted from using class constants to native enums. Conditional statements were added to achieve combined support for v8 and v9 while keeping Laravel-Phone
as-is. This way future updates on libphonenumber
are still within reach without having to account for breaking changes for the time being.
Starting from the next major version, Laravel-Phone
will only support enums and some breaking changes will apply.