Skip to content

Commit da3c2e0

Browse files
committed
fix: update dependencies in composer.json
1 parent c79b21d commit da3c2e0

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
@@ -15,10 +15,10 @@
1515
],
1616
"require": {
1717
"phpviet/number-to-words": "^1.2",
18-
"illuminate/support": ">6"
18+
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
1919
},
2020
"require-dev": {
21-
"orchestra/testbench": "^6.17"
21+
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0"
2222
},
2323
"autoload": {
2424
"files": [

0 commit comments

Comments
 (0)