upgrade murph/murph-core

This commit is contained in:
Simon Vieille 2022-03-14 10:13:23 +01:00
parent 47b83ee968
commit 2d8637617b
2 changed files with 7 additions and 1 deletions

View file

@ -4,6 +4,12 @@
### Fixed
### Changed
## [1.9.1] - 2022-03-14
### Added
* add murph version in autoload file
### Changed
* remove AdminController constructor
## [1.9.0] - 2022-03-13
### Added
* add murph version in admin ui

View file

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