Skip to content

Commit e13cb69

Browse files
committed
Php 5.6
1 parent a18a2ce commit e13cb69

File tree

2 files changed

+127
-68
lines changed

2 files changed

+127
-68
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"require-dev": {
2424
"doctrine/instantiator": "1.0.*",
25-
"phpunit/phpunit": "^5.7",
25+
"phpunit/phpunit": "~5.6",
2626
"satooshi/php-coveralls": "^1.0"
2727
},
2828
"autoload": {
@@ -36,6 +36,9 @@
3636
}
3737
},
3838
"config": {
39-
"sort-packages": true
39+
"sort-packages": true,
40+
"platform": {
41+
"php": "5.6"
42+
}
4043
}
4144
}

0 commit comments

Comments
 (0)