Skip to content

Commit

Permalink
Support Laravel 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroennoten committed Aug 29, 2016
1 parent ca2f711 commit ecf1814
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
},
"require": {
"php" : "^7.0",
"laravel/framework": "~5.2.0",
"laravel/framework": "~5.2.0|~5.3.0",
"jeroennoten/laravel-package-helper": "^3.1",
"league/flysystem": "^1.0.8"
},
"require-dev": {
"phpunit/phpunit": "~4.8.20",
"orchestra/testbench": "~3.2.4",
"orchestra/testbench": "~3.2.4|~3.3.0",
"mockery/mockery": "^0.9.5",
"hamcrest/hamcrest-php": "~1.2",
"league/flysystem-aws-s3-v3": "^1.0.1"
Expand Down
3 changes: 3 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
<php>
<env name="APP_KEY" value="base64:nmqymz21RvGe59KzJSTqECYAo2rTM0tbZ3DuniuMKjM="/>
</php>
</phpunit>

0 comments on commit ecf1814

Please sign in to comment.