Skip to content

Commit

Permalink
Merge pull request #6 from softonic/feature/laravel-5.8
Browse files Browse the repository at this point in the history
Upgrade to Laravel 5.8
  • Loading branch information
Andrea De Pirro authored May 20, 2019
2 parents a527942 + 8fb38a5 commit 09679cc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ sudo: false

matrix:
include:
- php: 7.1
env: COLLECT_COVERAGE=true VALIDATE_CODING_STYLE=false
- php: 7.2
env: COLLECT_COVERAGE=true VALIDATE_CODING_STYLE=true
- php: 7.3
env: COLLECT_COVERAGE=true VALIDATE_CODING_STYLE=true
- php: master
env: COLLECT_COVERAGE=true VALIDATE_CODING_STYLE=false
allow_failures:
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"issues": "https://github.com/softonic/laravel-transactional-event-publisher/issues"
},
"require": {
"php": ">=7.1",
"bschmitt/laravel-amqp": "^1.2",
"laravel/framework": "5.6.*"
"php": ">=7.2",
"bschmitt/laravel-amqp": "^2.0",
"laravel/framework": "5.8.*"
},
"require-dev": {
"phpunit/phpunit": "^6.0",
"friendsofphp/php-cs-fixer": "^2.4",
"phpunit/phpunit": "^7.0",
"friendsofphp/php-cs-fixer": "^2.15",
"mockery/mockery": "^1",
"php-mock/php-mock-mockery": "^1.2"
"php-mock/php-mock-mockery": "^1.3"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.2'
version: '3.7'

services:
test:
Expand Down

0 comments on commit 09679cc

Please sign in to comment.