Skip to content

Commit df13aef

Browse files
authored
Update composer.json
when project update laravel framework from 6.x to 7.x case some problem
1 parent 07a660f commit df13aef

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
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": ">=5.5.5",
1414
"illuminate/support": "5.*|6.*|7.*|8.*",
15-
"guzzlehttp/guzzle": "^6.2"
15+
"guzzlehttp/guzzle": "~6.2"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "~4.8"

0 commit comments

Comments
 (0)