Skip to content

Commit

Permalink
Hotfix 4.0.10 - Update lock (#260)
Browse files Browse the repository at this point in the history
Hotfix 4.0.10 - Update lock
  • Loading branch information
supercid authored Jan 2, 2020
2 parents 9618532 + 1852b5b commit 3846a33
Show file tree
Hide file tree
Showing 3 changed files with 2,057 additions and 1,777 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning (http://semver.org/).

## 4.0.10
* Update composer lock causing problems with installations using PHP < 7.2

## 4.0.9
* Return empty string instead of throwing exception in OrderStatus Handlers

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"codeception/c3": "^2.0",
"symfony/console": "3.*",
"wimg/php-compatibility": "^8.0",
"phan/phan": "^1.2"
"phan/phan": "^1.2",
"codeception/base": "3.1.1"
},
"repositories": [
{
Expand All @@ -37,8 +38,7 @@
"phpseclib/phpseclib": "2.0.*",
"vlucas/phpdotenv": ">=2.4.0 <=3.0",
"ext-json": "*",
"ext-curl": "*",
"codeception/base": "3.1.1"
"ext-curl": "*"
},
"scripts-dev": {
"post-install-cmd": "if [ -f ./vendor/bin/phpcs ]; then \"vendor/bin/phpcs\" --config-set installed_paths vendor/wimg/php-compatibility; fi",
Expand Down
Loading

0 comments on commit 3846a33

Please sign in to comment.