Skip to content

Commit 4dd840d

Browse files
authored
Merge pull request #12 from drbyte/patch-1
Add Laravel 8 support
2 parents 6af1fe1 + 5f48a2b commit 4dd840d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
],
1818
"require": {
1919
"php": "^7.2",
20-
"illuminate/support": "5.8.*|^6.0|^7.0",
20+
"illuminate/support": "5.8.*|^6.0|^7.0|^8.0",
2121
"symfony/stopwatch": "^4.0|^5.0"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "^4.6",
25-
"phpunit/phpunit": "^8.0"
24+
"orchestra/testbench": "^4.6|^5.0|^6.0",
25+
"phpunit/phpunit": "^8.0|^9.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)