Skip to content

Commit ca012e8

Browse files
committed
Support Laravel 7; Drop 5.8
1 parent a400378 commit ca012e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
],
1414
"require": {
1515
"php": "^7.2",
16-
"illuminate/notifications": "5.8.*|^6.0",
17-
"illuminate/support": "5.8.*|^6.0",
16+
"illuminate/notifications": "^6.0|^7.0",
17+
"illuminate/support": "^6.0|^7.0",
1818
"interfax/interfax": "^1.1"
1919
},
2020
"require-dev": {
2121
"mockery/mockery": "^1.0",
2222
"mpdf/mpdf": "^8.0",
23-
"orchestra/testbench": "~3.8|~4.0",
23+
"orchestra/testbench": "~4.0|~5.0",
2424
"phpunit/phpunit": "^8.0"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)