Skip to content

Commit

Permalink
Require PHPUnit 5.7 (#3)
Browse files Browse the repository at this point in the history
* Require PHPUnit 5.7

* Added RabbitMq service

* Updated versions
  • Loading branch information
Nyholm authored Jun 18, 2017
1 parent 4b7d761 commit 9c0fcf2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@ language: php
cache:
directories:
- $HOME/.composer/cache

branches:
except:
- /^analysis-.*$/

services:
- rabbitmq

php:
- 7.0
- 7.1

env:
global:
- TEST_COMMAND="composer test"
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@
"psr/log": "~1.0",

"happyr/mq2php-bundle": "^0.2.3",
"simple-bus/symfony-bridge": "^4.1",
"simple-bus/symfony-bridge": "^4.1.5",
"simple-bus/doctrine-orm-bridge": "^4.0",
"simple-bus/jms-serializer-bundle-bridge": "^2.0",
"simple-bus/jms-serializer-bundle-bridge": "^2.0.2",
"simple-bus/rabbitmq-bundle-bridge": "^3.1",
"simple-bus/asynchronous-bundle": "^2.3",
"simple-bus/asynchronous": "^2.1"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"symfony/symfony": "^3.0",
"simple-bus/jms-serializer-bundle-bridge": "^2.0",
"nyholm/symfony-bundle-test": "^1.0.2"
Expand Down

0 comments on commit 9c0fcf2

Please sign in to comment.