Skip to content

Commit 342bd82

Browse files
authored
Add changes to Laravel 7.x
1 parent 4a7bea3 commit 342bd82

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
@@ -19,11 +19,11 @@
1919
],
2020
"require": {
2121
"php": "^7.2",
22-
"illuminate/support": "^5.8|^6.0"
22+
"illuminate/support": "^5.8|^6.0|^7.0"
2323
},
2424
"require-dev": {
2525
"nunomaduro/larastan": "^0.3.17",
26-
"orchestra/testbench": "^3.8|^4.0",
26+
"orchestra/testbench": "^3.8|^4.0|^5.0",
2727
"phpunit/phpunit": "^8.0"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)