Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 6b3b504

Browse files
author
Jens Schulze
committed
fix travis build
1 parent bc1b2da commit 6b3b504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

set_guzzle5.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
2-
SRC='"guzzlehttp/guzzle": "~6.0"'
3-
DST='"guzzlehttp/guzzle": "~5.0"'
2+
SRC='"guzzlehttp/guzzle": "^6.0"'
3+
DST='"guzzlehttp/guzzle": "^5.0"'
44
sed -ibak -e "s|$SRC|$DST|g" composer.json

0 commit comments

Comments
 (0)