Skip to content

Commit 9f46156

Browse files
committed
fix php 7 support in composer
1 parent 06b6c9f commit 9f46156

File tree

2 files changed

+131
-113
lines changed

2 files changed

+131
-113
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"license": "Apache-2.0",
1010
"require": {
11-
"php": "^5.5"
11+
"php": ">=5.5"
1212
},
1313
"require-dev": {
1414
"gedcomx/gedcomx-php": "^3.1.2",

0 commit comments

Comments
 (0)