Skip to content

Commit 10c8c4f

Browse files
committed
Use my msgpack branch for PHP 7.3
1 parent 8ad27d5 commit 10c8c4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .travis/travis.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ function install_igbinary() {
7777
}
7878

7979
function install_msgpack() {
80-
git clone https://github.com/msgpack/msgpack-php.git
80+
git clone https://github.com/sodabrew/msgpack-php.git
8181
pushd msgpack-php
82+
git checkout php-7.3
8283
phpize
8384
./configure
8485
make

0 commit comments

Comments
 (0)