:octocat: depedency update

This commit is contained in:
codemasher
2019-06-22 14:17:48 +02:00
parent 35d28ee643
commit 4db5a40c23
2 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
"php": "^7.2",
"ext-json": "*",
"ext-mbstring": "*",
"chillerlan/php-settings-container": "^1.0"
"chillerlan/php-settings-container": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^8.0"
+1 -6
View File
@@ -249,12 +249,7 @@ trait QROptionsTrait{
*/
public function __set(string $property, $value):void{
if(\in_array($property, ['eccLevel', 'maskPattern', 'imageTransparencyBG', 'version'], true)){
$this->{'set_'.$property}($value);
return;
}
elseif($property === 'versionMin'){
if($property === 'versionMin'){
$this->setMinMaxVersion($value, $this->versionMax);
return;