Skip to content

Commit 25c3035

Browse files
committed
Add Laravel 8 support
1 parent 48e2d75 commit 25c3035

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.2",
16-
"illuminate/notifications": "^6.0|^7.0",
17-
"illuminate/support": "^6.0|^7.0",
15+
"php": "^7.2|^8.0",
16+
"illuminate/notifications": "^6.0|^7.0|^8.0",
17+
"illuminate/support": "^6.0|^7.0|^8.0",
1818
"interfax/interfax": "^1.1"
1919
},
2020
"require-dev": {
2121
"mockery/mockery": "^1.0",
2222
"mpdf/mpdf": "^8.0",
23-
"orchestra/testbench": "~4.0|~5.0",
24-
"phpunit/phpunit": "^8.0"
23+
"orchestra/testbench": "~4.0|~5.0|~6.0",
24+
"phpunit/phpunit": "^8.0|^9.3.3"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)