update murph

This commit is contained in:
Simon Vieille 2023-07-27 18:16:36 +02:00
parent dbec7a884e
commit 67871179a8
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,8 @@
## [Unreleased]
## [1.20.0] 2023-07-20
### added
### Fixed
* fix collection widget: allow_add/allow_delete and prototype
### Added
* add user admin controller and simples views in default files
* add chdir in the console entrypoint
### Changed

View file

@ -7,7 +7,7 @@
"prefer-stable": true,
"require": {
"php": ">=8.0.0",
"murph/murph-core": "^1.19"
"murph/murph-core": "^1.20"
},
"require-dev": {
"symfony/browser-kit": "^5.4",