Skip to content

Commit c8224f6

Browse files
committed
update meta
1 parent fd06829 commit c8224f6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hexlet/pairs",
3-
"description": "",
3+
"description": "Pairs implementation",
44
"license": "MIT",
55
"keywords": ["pairs"],
66
"authors": [
@@ -9,7 +9,9 @@
99
"email": "[email protected]"
1010
}
1111
],
12-
"require": {},
12+
"require": {
13+
"php": ">=5.3.0"
14+
},
1315
"require-dev": {
1416
"phpunit/phpunit": "*",
1517
"squizlabs/php_codesniffer": "2.*"

0 commit comments

Comments
 (0)