Skip to content

Commit 2c85135

Browse files
authored
Fix version constraints.
1 parent 69c1608 commit 2c85135

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
@@ -9,8 +9,8 @@
99
}
1010
],
1111
"require": {
12-
"illuminate/routing": "6.0",
13-
"illuminate/support": "6.0",
12+
"illuminate/routing": "^6.0",
13+
"illuminate/support": "^6.0",
1414
"jenssegers/model": "^1.2.1"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)