Skip to content

Commit 77f493a

Browse files
committed
issue #13 - increase minimal PHP version
JsonSerializable interface is only available since PHP >= 5.4.0
1 parent e589ca1 commit 77f493a

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
@@ -21,7 +21,7 @@
2121
"email" : "[email protected]"
2222
},
2323
"require": {
24-
"php" : ">=5.3.3"
24+
"php" : ">=5.4"
2525
},
2626
"require-dev": {
2727
"friendsofphp/php-cs-fixer": "~2.0",

0 commit comments

Comments
 (0)