Skip to content

Commit

Permalink
Merge pull request #5 from ARCANEDEV/updat-laravel_6.0_support
Browse files Browse the repository at this point in the history
Adding Laravel 6.0 support
  • Loading branch information
arcanedev-maroc authored Sep 4, 2019
2 parents 243c9be + b3808ed commit eacca0e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ checks:
tools:
external_code_coverage:
timeout: 600
runs: 4
runs: 2
php_code_sniffer:
enabled: true
config:
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ language: php
sudo: false

php:
- 7.1.3
- 7.1
- 7.2
- 7.3
- nightly
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"type": "library",
"license": "MIT",
"require": {
"php": ">=7.1.3",
"illuminate/support": "~5.8"
"php": ">=7.2.0",
"illuminate/support": "~6.0"
},
"require-dev": {
"ext-dom": "*",
"phpunit/phpunit": "~7.0|~8.0",
"phpunit/phpcov": "~5.0|~6.0"
"phpunit/phpunit": "~8.0",
"phpunit/phpcov": "~6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit eacca0e

Please sign in to comment.