Skip to content

Commit 2048da9

Browse files
authored
Support for Laravel 8
Fixes #2
1 parent b9f15a1 commit 2048da9

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,8 +19,8 @@
1919
"php": "^7.3"
2020
},
2121
"require-dev": {
22-
"symfony/var-dumper": "^4.3",
23-
"phpunit/phpunit": "^8.2"
22+
"symfony/var-dumper": "^4.3 | ^5.1",
23+
"phpunit/phpunit": "^8.2 | ^9.3"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)