Skip to content

Commit f575b8f

Browse files
author
Alexandre Salomé
committed
Merge pull request #101 from GrahamCampbell/patch-2
Tweaked dependencies
2 parents b9d902f + 72847e5 commit f575b8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
}
2727
},
2828
"require": {
29-
"symfony/process": "~2.4|~3.0"
29+
"symfony/process": "^2.3|^3.0"
3030
},
3131
"require-dev": {
32-
"psr/log": "~1.0"
32+
"psr/log": "^1.0"
3333
},
3434
"suggest": {
3535
"psr/log": "Add some log"

0 commit comments

Comments
 (0)