Skip to content

Commit 41d55df

Browse files
authored
Merge pull request #16 from Jamesking56/patch-1
Laravel 10 Compatibility
2 parents 1e7ab24 + a8ef6a2 commit 41d55df

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
@@ -8,10 +8,10 @@
88
"colour"
99
],
1010
"require": {
11-
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0"
11+
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0"
1212
},
1313
"require-dev": {
14-
"orchestra/testbench": "^5.0|^7.0",
14+
"orchestra/testbench": "^5.0|^7.0|^8.0",
1515
"phpunit/phpunit": "^9.0"
1616
},
1717
"license": "Apache-2.0",

0 commit comments

Comments
 (0)