Skip to content

Commit

Permalink
Update to Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
francescomalatesta committed Oct 3, 2020
1 parent de63f1f commit 0edf85f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .phpunit.result.cache

This file was deleted.

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: php

php:
- 7.1
- 7.2
- 7.3

services:
sqlite:
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
}
],
"require": {
"php" : "^7.1",
"illuminate/database": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0"
"php" : "^7.3",
"illuminate/database": "^8.0",
"illuminate/support": "^8.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/database": "^4.0|^5.0",
"orchestra/testbench": "^4.0|^5.0",
"orchestra/database": "^6.0",
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^8.0",
"squizlabs/php_codesniffer": "^2.3"
},
Expand Down

0 comments on commit 0edf85f

Please sign in to comment.