+6
−5
+2
−2
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -14,7 +14,7 @@ | ||
],
|
||
"license": "GPL-2.0+",
|
||
"require": {
|
||
"php": ">=5.5.9",
|
||
"php": ">=7.0.8",
|
||
"ext-mbstring": "*",
|
||
"squizlabs/php_codesniffer": "^3.4.1",
|
||
"symfony/yaml": ">=2.0.5"
|
||
| @@ -26,6 +26,6 @@ | ||
}
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
||
"phpunit/phpunit": "^6.0 || ^7.0"
|
||
}
|
||
} |
||
Loading