Skip to content

Commit 881eb7a

Browse files
authored
Refactor into MappingStrategy class and fix recursive mapping (#3)
* Refactor into MappingStrategy class and fix recursive mapping * Improve PHP 7.4 compatibility * Adjust CI config
1 parent 0c4fab4 commit 881eb7a

8 files changed

Lines changed: 665 additions & 309 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
matrix:
3737
include:
3838
# ORM 4 requires PHP >= 7.2
39+
# Entity fields are not casted to integers in PHP 7.4 and 8.0
3940
- { php: '7.4', orm: '4' }
4041
- { php: '8.0', orm: '4' }
4142
- { php: '8.1', orm: '4' }

0 commit comments

Comments
 (0)