Skip to content

Commit 82ed9ee

Browse files
authored
Merge pull request #329 from mikehaertl/push-dependency-constraints
Push version constraints for shellcommand and tmpfile
2 parents 1c9fc9f + 03393fb commit 82ed9ee

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
@@ -13,8 +13,8 @@
1313
],
1414
"require": {
1515
"php": ">=5.0.0",
16-
"mikehaertl/php-tmpfile": "^1.0.0",
17-
"mikehaertl/php-shellcommand": "^1.0.2"
16+
"mikehaertl/php-tmpfile": "^1.1.0",
17+
"mikehaertl/php-shellcommand": "^1.5.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)