Skip to content

Commit c0a9272

Browse files
authored
Merge pull request #167 from mikehaertl/push-dependency-constraints
Push version constraints for shellcommand and tmpfile
2 parents 7e2b552 + 9a4af4b commit c0a9272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
],
1313
"require": {
1414
"php": ">=5.3.0",
15-
"mikehaertl/php-shellcommand": "^1.0.2",
16-
"mikehaertl/php-tmpfile": "^1.0.0"
15+
"mikehaertl/php-shellcommand": "^1.5.0",
16+
"mikehaertl/php-tmpfile": "^1.1.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)