Skip to content

Commit f46dcfb

Browse files
author
Anthony
committed
Laravel 10 support
1 parent d7eca05 commit f46dcfb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
],
2626
"require": {
2727
"php": "^7.4|^8.0",
28-
"illuminate/database": "^7.0|^8.0|^9.0"
28+
"illuminate/database": "^7.0|^8.0|^9.0|^10.0"
2929
},
3030
"require-dev": {
31-
"symfony/var-dumper": "^5.3|^6.0",
32-
"phpunit/phpunit": "^9.5",
33-
"orchestra/testbench": "^6.19|^7.0",
31+
"symfony/var-dumper": "^5.3|^6.0|^7.0",
32+
"phpunit/phpunit": "^10.1",
33+
"orchestra/testbench": "^6.19|^7.0|^8.2",
3434
"devmakerlab/entities": "^3.1"
3535
},
3636
"scripts": {

0 commit comments

Comments
 (0)