Skip to content

Commit

Permalink
upgrade laravel/framework to ^6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koenhoeijmakers committed Sep 10, 2019
1 parent dfcfe05 commit faf6c21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "Explicit request filtering.",
"require": {
"php": ">=7.2",
"laravel/framework": "5.8.*"
"laravel/framework": "^6.0"
},
"require-dev": {
"orchestra/testbench": "^3.8",
"orchestra/testbench": "^3.9",
"phpunit/phpunit": "^8.0"
},
"type": "library",
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
cacheResult="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
Expand Down

0 comments on commit faf6c21

Please sign in to comment.