Skip to content

Commit 3888e9f

Browse files
authored
Merge pull request #18 from keatliang2005/laravel-10
Update dependency to support Laravel 10
2 parents a493647 + 23ee097 commit 3888e9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
],
1010
"require": {
1111
"php": "^7.3|^8.0",
12-
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0",
12+
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
1313
"league/iso3166": "^3.0|^4.0"
1414
},
1515
"require-dev": {
16-
"orchestra/testbench": "^3.5|^4.0|^5.0|^7.0",
17-
"phpunit/phpunit": "^7.0|^8.0|^9.0"
16+
"orchestra/testbench": "^3.5|^4.0|^5.0|^7.0|^8.0",
17+
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0"
1818
},
1919
"license": "Apache-2.0",
2020
"authors": [

0 commit comments

Comments
 (0)