Skip to content

Commit 4f17edb

Browse files
authored
Merge pull request #6 from bpedroza/laravel-8
Laravel 8 compatibility
2 parents 219e9dd + 3bda781 commit 4f17edb

File tree

2 files changed

+804
-1593
lines changed

2 files changed

+804
-1593
lines changed

composer.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"type": "project",
1212
"require": {
1313
"php": "^7.2",
14-
"illuminate/support": "~5.5|^6.0|^7.0",
15-
"illuminate/mail": "~5.5|^6.0|^7.0",
16-
"illuminate/view": "~5.5|^6.0|^7.0"
14+
"illuminate/support": "~5.5|^6.0|^7.0|^8.0",
15+
"illuminate/mail": "~5.5|^6.0|^7.0|^8.0",
16+
"illuminate/view": "~5.5|^6.0|^7.0|^8.0"
1717
},
1818
"require-dev": {
1919
"mockery/mockery": "^1.0",
@@ -31,5 +31,8 @@
3131
},
3232
"config": {
3333
"preferred-install": "dist"
34+
},
35+
"scripts": {
36+
"test": "phpunit"
3437
}
3538
}

0 commit comments

Comments
 (0)