Ben Ramsey
bbd78052d7
chore(deps-dev): upgrade PHPUnit to v11.5
2025-05-26 01:54:17 -05:00
Ben Ramsey
c94add912b
Merge branch '4.x' into 5.x
2023-01-01 15:15:10 -06:00
Ben Ramsey
0ba1ffb029
fix: ensure monotonicity for version 7 UUIDs
2022-11-05 16:29:26 -05:00
Ben Ramsey
3d3bf1b518
Update types throughout the code base
2022-08-09 18:23:17 -05:00
Ben Ramsey
f1891183f9
Upgrade PHPStan
2022-08-05 14:46:56 -05:00
Ben Ramsey
382fdf777f
chore: upgrade PHPStan
2022-04-01 17:41:59 -05:00
Ben Ramsey
dec678d60b
feat: remove deprecated Serializable interface
2022-04-01 17:41:58 -05:00
Ben Ramsey
8a8d5d4ba8
Add isNegative() to the Type\NumberInterface
2020-03-07 10:57:12 -06:00
Ben Ramsey
b3c26661ca
Correct capitalization of microsecond
2020-03-04 16:51:46 -06:00
Ben Ramsey
a21eb6c3ca
Update TypeInterface to extend JsonSerializable and Serializable
2020-03-04 16:44:05 -06:00
Ben Ramsey
b9b56c13a4
Rename toIntegerValue() to toInteger()
2020-03-02 16:05:26 -06:00
Ben Ramsey
0bd312f944
Improve test coverage
2020-02-26 20:17:49 -06:00
Ben Ramsey
ad75532dc8
Add a Type\TypeInterface that each of the ramsey/uuid types implements
2020-02-21 12:16:49 -06:00
Ben Ramsey
f42afcecbb
Rename Type\IntegerValue to Type\Integer
...
Rename `Type\IntegerValue` to `Type\Integer`. It was originally named
`IntegerValue` because static analysis sees `Integer` in docblock
annotations and treats it as the native `int` type. `Integer` is not a
reserved word in PHP, so it should be named `Integer` for consistency
with other types in this library. When using it, a class alias prevents
static analysis from complaining.
2020-02-21 11:59:49 -06:00
Ben Ramsey
c11c023796
Address static analysis issues and add additional tests
2020-01-18 12:13:59 -06:00
Ben Ramsey
07fc6b8f6f
Add Hexadecimal, IntegerValue, and Time types
2020-01-18 12:13:57 -06:00