Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit b557772

Browse files
authored
Merge pull request #62 from actuallymab/feature/laravel-8-support
Laravel 8 Support
2 parents bf51741 + 8d296f6 commit b557772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
],
1717
"require": {
1818
"php": "^7.1.3",
19-
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0"
19+
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^7.4",
23-
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0|^5.0",
23+
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0|^5.0|^6.0",
2424
"fzaninotto/faker": "^1.8",
2525
"scrutinizer/ocular": "^1.5"
2626
},

0 commit comments

Comments
 (0)