Merge branch 'develop'

This commit is contained in:
Simon Vieille 2022-03-26 16:13:40 +01:00
commit f240db7ba4
3 changed files with 16 additions and 1 deletions

View File

@ -4,6 +4,10 @@
### Fixed
### Changed
## [1.12.0]
### Changed
* upgrade murph/murph-core
## [1.11.0]
### Changed
* upgrade murph/murph-core

View File

@ -1,3 +1,14 @@
## General process
Upgrade dependencies:
* `composer update`
* `yarn upgrade`
Build:
* `make build`
## [Unreleased]
## Upgrade to v1.10.0

View File

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