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

Commit 5cf8d54

Browse files
svenluijtenThePixelDeveloper
authored andcommitted
Add PHP version constraint (#38)
* Add PHP version constraint Because you're using `[]` in the code, we need at least version 5.5.* of PHP to be installed on the system. * Add comma
1 parent 4ef6d93 commit 5cf8d54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"role": "Developer"
1313
}
1414
],
15+
"require": {
16+
"php": ">=5.5.0"
17+
},
1518
"require-dev": {
1619
"phpspec/phpspec": "^2.4"
1720
},

0 commit comments

Comments
 (0)