Commits on Source (2)
-
Craig Smith authored7e8af8df
-
semantic-release-bot authored
## [4.13.1](v4.13.0...v4.13.1) (2024-03-04) ### Bug Fixes * adds toJsonResource to valueObjects ([7e8af8df](7e8af8df))
Showing
- CHANGELOG.md 7 additions, 0 deletionsCHANGELOG.md
- composer.json 1 addition, 0 deletionscomposer.json
- src/ValueObjects/ValueObject.php 20 additions, 7 deletionssrc/ValueObjects/ValueObject.php
- tests/ValueObjectTest.php 38 additions, 0 deletionstests/ValueObjectTest.php
- tests/ValueObjects/ComplexValue.php 1 addition, 1 deletiontests/ValueObjects/ComplexValue.php
... | ... | @@ -24,6 +24,7 @@ |
}, | ||
"require-dev": { | ||
"filament/filament": "^3.2", | ||
"phpsa/laravel-api-controller": "*", | ||
"nunomaduro/larastan": "^1.0|^2.0", | ||
"orchestra/testbench": "^7.0|^8.0|^9.0", | ||
"phpunit/phpunit": "^9.0|^10.0" | ||
... | ... |