Skip to content

Commit

Permalink
Fix issue with MVA restoring in some cases (#183)
Browse files Browse the repository at this point in the history
* Update deps with new versions that contains fix

* Bump version

* Use php8.2 due to updated dependencies

* Set version of PHP for build in composer to install proper dependencies
  • Loading branch information
donhardman authored Dec 11, 2023
1 parent 24bc1f0 commit 65f812c
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 142 deletions.
2 changes: 1 addition & 1 deletion APP_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.7
2.0.9
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"license": "GPL-2.0-or-later",
"type": "project",
"config": {
"platform": {
"php": "8.1.0"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
Expand Down
Loading

0 comments on commit 65f812c

Please sign in to comment.