Skip to content

Commit a919f0f

Browse files
author
Graham Campbell
committed
Added missing require block
1 parent f10c8a4 commit a919f0f

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
@@ -10,6 +10,9 @@
1010
"email": "opensource@ijaap.nl"
1111
}
1212
],
13+
"require": {
14+
"php": ">=5.5"
15+
},
1316
"autoload" : {
1417
"psr-4" : {
1518
"phpDocumentor\\Reflection\\": ["src"]

0 commit comments

Comments
 (0)