Skip to content

Commit

Permalink
Laravel 8 Support (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogervila authored Sep 9, 2020
1 parent 21f9f96 commit b4d52f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ cache:
directories:
- $HOME/.composer/cache

before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev

script:
- composer install
- vendor/bin/phpunit
- sonar-scanner -Dsonar.projectKey=rogervila_laravel-email-failer -Dsonar.sources=. -Dsonar.exclusions='index.php, vendor/**, tests/**' -Dsonar.php.tests.reportPath=junit-logfile.xml -Dsonar.php.coverage.reportPaths=clover.xml

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
}
},
"require": {
"laravel/framework": "5.8.*|^6.0|^7.0"
"laravel/framework": "5.8.*|^6.0|^7.0|^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0",
"orchestra/testbench": "^3 || ^4 || ^5"
"orchestra/testbench": "^3 || ^4 || ^5 || ^6"
}
}

0 comments on commit b4d52f2

Please sign in to comment.