Skip to content

Commit d42b22a

Browse files
author
Marc-Etienne Barrut
committed
update composer.json for php version & tests
1 parent cd6678f commit d42b22a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
"email": "[email protected]"
1010
}
1111
],
12+
"require": {
13+
"php": "^5.4.0"
14+
},
15+
"require-dev": {
16+
"phpunit/phpunit": "^4.8"
17+
},
1218
"autoload": {
1319
"psr-4": {
1420
"mikehaertl\\shellcommand\\": "src/"

0 commit comments

Comments
 (0)