Skip to content

Commit de8da53

Browse files
committed
allow uri-templae 1.0 to be compatible with the latest Laravel
1 parent 42e2d09 commit de8da53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"require": {
3636
"php": "^7.2.5|^8.0",
3737
"guzzlehttp/guzzle": "^7.0",
38-
"guzzlehttp/uri-template": "0.2",
38+
"guzzlehttp/uri-template": "^0.2|^1.0",
3939
"justinrainbow/json-schema": "^5.2"
4040
},
4141
"require-dev": {

0 commit comments

Comments
 (0)