Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into develop-stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspertey committed Nov 5, 2024
2 parents a370e3b + f834953 commit eada653
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ All notable changes to `laravel-ddd` will be documented in this file.
### Deprecated
- Domain base models are no longer required by default, and `config('ddd.base_model')` is now `null` by default.

## [1.1.3] - 2024-11-05
### Chore
- Allow `laravel/prompts` dependency to use latest version when possible.

## [1.1.2] - 2024-09-02
### Fixed
- During domain factory autoloading, ensure that `guessFactoryNamesUsing` returns a string when a domain factory is resolved.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"require": {
"php": "^8.1|^8.2|^8.3",
"illuminate/contracts": "^10.25|^11.0",
"laravel/prompts": "^0.3.1",
"laravel/prompts": "^0.1.16|^0.3.1",
"lorisleiva/lody": "^0.5.0",
"spatie/laravel-package-tools": "^1.13.0"
},
Expand Down

0 comments on commit eada653

Please sign in to comment.