Skip to content

Commit 9772fbd

Browse files
committed
Add Laravel 10 support
1 parent b22e7e6 commit 9772fbd

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
@@ -4,13 +4,13 @@
44
"type": "library",
55
"require": {
66
"php": "^7.4|^8.0",
7-
"graham-campbell/manager": "^4.6",
8-
"illuminate/contracts": "^8.0|^9.0",
9-
"illuminate/support": "^8.0|^9.0",
7+
"graham-campbell/manager": "^5.0",
8+
"illuminate/contracts": "^8.0|^9.0|^10.0",
9+
"illuminate/support": "^8.0|^9.0|^10.0",
1010
"influxdata/influxdb-client-php": "^2.6"
1111
},
1212
"require-dev": {
13-
"orchestra/testbench": "^6.13"
13+
"orchestra/testbench": "^6.0|^7.0|^8.0"
1414
},
1515
"license": "MIT",
1616
"authors": [

0 commit comments

Comments
 (0)