Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit f82a50e

Browse files
author
Petr Knap
committed
PHP 5.5 replaced by PHP 5.6
1 parent b305416 commit f82a50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "Enumerated type for PHP",
33
"require": {
4-
"php": ">=5.5"
4+
"php": ">=5.6"
55
},
66
"WARNING": "This file is updated automatically. All keys will be overwritten, except of 'description', 'require' and 'conflict'.",
77
"name": "petrknap/php-enum",

0 commit comments

Comments
 (0)