Skip to content

Commit 8ee40d1

Browse files
committed
tmp fix of ssl test.
1 parent dc0c640 commit 8ee40d1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"illuminate/database": "5.5.*",
1414
"illuminate/support": "5.5.*",
1515
"illuminate/queue": "5.5.*",
16-
"enqueue/amqp-lib": "^0.8.4"
16+
"enqueue/amqp-lib": "dev-ssl-filter-out-null-options as 0.8.4"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "~6.0",
@@ -41,5 +41,11 @@
4141
"test": "vendor/bin/phpunit"
4242
},
4343
"minimum-stability": "dev",
44-
"prefer-stable": true
44+
"prefer-stable": true,
45+
"repositories": [
46+
{
47+
"type": "vcs",
48+
"url": "git@github.com:formapro-forks/amqp-lib.git"
49+
}
50+
]
4551
}

0 commit comments

Comments
 (0)