Skip to content

Commit

Permalink
Merge pull request #1 from ARCANEDEV/feature-laravel_5.4_support
Browse files Browse the repository at this point in the history
Adding Laravel 5.4 Support
  • Loading branch information
arcanedev-maroc authored Feb 7, 2017
2 parents 1e4715e + fd6c2e5 commit bef8a1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ checks:

tools:
external_code_coverage:
timeout: 900
runs: 9
timeout: 600
runs: 3
php_code_sniffer:
enabled: true
config:
Expand Down
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ matrix:
- php: nightly

env:
- TESTBENCH_VERSION=3.1.*
- TESTBENCH_VERSION=3.2.*
- TESTBENCH_VERSION=3.3.*
- TESTBENCH_VERSION=3.4.*

before_script:
- travis_retry composer self-update
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "MIT",
"require": {
"php": ">=5.6.4",
"arcanedev/support": "~3.0",
"arcanedev/support": "~4.0",
"mobiledetect/mobiledetectlib": "~2.8"
},
"require-dev": {
Expand Down

0 comments on commit bef8a1a

Please sign in to comment.