Skip to content

Commit

Permalink
Merge pull request #2 from ARCANESOFT/develop
Browse files Browse the repository at this point in the history
Adding Laravel 5.4 Support
  • Loading branch information
arcanedev-maroc authored Feb 1, 2017
2 parents 27076f3 + f0ed273 commit 24aecf5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 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
4 changes: 2 additions & 2 deletions 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"
},
"require-dev": {
"phpunit/phpcov": "~3.0",
Expand All @@ -33,7 +33,7 @@
}
},
"scripts": {
"testbench": "composer require --dev \"orchestra/testbench=~3.1\""
"testbench": "composer require --dev \"orchestra/testbench=~3.4\""
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 24aecf5

Please sign in to comment.