Skip to content

Commit a88af50

Browse files
authored
Merge pull request #9 from alessiobrendt/master
laravel 10 support
2 parents 4449933 + ad8cffc commit a88af50

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
@@ -16,11 +16,11 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.4|^8.0",
20-
"illuminate/support": "^8.0|^9.0"
19+
"php": "^7.4|^8.0|^8.1",
20+
"illuminate/support": "^8.0|^9.0|^10.0"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench": "^6.4",
23+
"orchestra/testbench": "^8.0",
2424
"phpunit/phpunit": "^9.4"
2525
},
2626
"autoload": {
@@ -50,4 +50,4 @@
5050
}
5151
}
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)