Skip to content

Commit

Permalink
Merge pull request #6 from konsulting/feature/laravel5-7
Browse files Browse the repository at this point in the history
Add laravel 5.7
  • Loading branch information
rdarcy1 authored Feb 12, 2019
2 parents 8dfd5f1 + d2880c7 commit b1cddc8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2

env:
global:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"require-dev": {
"phpunit/phpunit": "~5.7|~6.0|~7.0",
"orchestra/testbench": "~3.0",
"orchestra/testbench-browser-kit": "~3.1",
"orchestra/testbench-browser-kit": "~3.1@dev",
"orchestra/database": "~3.1@dev"
},
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"php": "^5.6|^7.0",
"nesbot/carbon": "^1.21",
"laravel/socialite": "~3.0",
"laravel/framework": "~5.3.30|~5.4.0|~5.5.0|~5.6.0"
"laravel/framework": "~5.3.30|~5.4.0|~5.5.0|~5.6.0|~5.7.0"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
</testsuites>
<php>
<env name="APP_KEY" value="AckfSECXIvnK5r28GVIWUAxmbBSjTsmF"/>
<env name="MAIL_DRIVER" value="log"/>
</php>

<filter>
Expand Down

0 comments on commit b1cddc8

Please sign in to comment.