-
- Downloads
chore(composer): Drop PHP 5 support (#3047617)
... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
], | ], | ||
"license": "GPL-2.0+", | "license": "GPL-2.0+", | ||
"require": { | "require": { | ||
"php": ">=5.5.9", | "php": ">=7.0.8", | ||
"ext-mbstring": "*", | "ext-mbstring": "*", | ||
"squizlabs/php_codesniffer": "^3.4.1", | "squizlabs/php_codesniffer": "^3.4.1", | ||
"symfony/yaml": ">=2.0.5" | "symfony/yaml": ">=2.0.5" | ||
... | @@ -26,6 +26,6 @@ | ... | @@ -26,6 +26,6 @@ |
} | } | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" | "phpunit/phpunit": "^6.0 || ^7.0" | ||
} | } | ||
} | } |
Please register or sign in to comment