Skip to content

Commit b86d7ef

Browse files
committed
better fix.
1 parent f573238 commit b86d7ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/amqp-ext/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cache:
1616
install:
1717
- php Tests/fix_composer_json.php
1818
- composer self-update
19-
- composer install --ignore-platform-reqs # AMQP 1.9.3 ext is not in the distro repos.
19+
- composer install
2020

2121
script:
2222
- vendor/bin/phpunit --exclude-group=functional

pkg/amqp-ext/Tests/fix_composer_json.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
$composerJson = json_decode(file_get_contents(__DIR__.'/../composer.json'), true);
66

7-
$composerJson['config']['platform']['ext-amqp'] = '1.7';
7+
$composerJson['config']['platform']['ext-amqp'] = '1.9.3';
88

99
file_put_contents(__DIR__.'/../composer.json', json_encode($composerJson, JSON_PRETTY_PRINT));

0 commit comments

Comments
 (0)