Skip to content

Commit 2a534ca

Browse files
authored
Merge pull request #358 from php-opencloud/issue-355
allow uri-template 1.0 to be compatible with the latest Laravel
2 parents 42e2d09 + de8da53 commit 2a534ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
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)