Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit bd1fb4a

Browse files
committed
change PHP-Version to 7.2 because it's 2020
1 parent 1770d25 commit bd1fb4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "babymarkt/deepl-php-lib",
33
"type": "library",
4-
"description": "DeepL API Client Library supporting PHP >= 5.3 && PHP < 8.0",
4+
"description": "DeepL API Client Library supporting PHP >= 7.2 && PHP < 8.0",
55
"keywords": [
66
"babymarkt",
77
"deepl",
@@ -19,10 +19,10 @@
1919
}
2020
],
2121
"require": {
22-
"php": ">=5.3 <8.0"
22+
"php": ">=7.2 <8.0"
2323
},
2424
"require-dev": {
25-
"php": ">=5.3 <8.0",
25+
"php": ">=7.2 <8.0",
2626
"phpmd/phpmd": "2.4.*",
2727
"phpunit/phpunit": "^4.8",
2828
"squizlabs/php_codesniffer": "^2.9"

0 commit comments

Comments
 (0)