upgrade murph

This commit is contained in:
Simon Vieille 2022-04-17 18:32:36 +02:00
parent 52536ccefb
commit c4bc470e8c
Signed by: deblan
GPG Key ID: 03383D15A1D31745
3 changed files with 5 additions and 2 deletions

View File

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

View File

@ -1,7 +1,6 @@
COMPOSER_BIN ?= composer
PHP_BIN ?= php8.1
YARN_BIN ?= yarn
NPM_BIN ?= npm
all: build

View File

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