Upgrade Laravel 5.0 -> 5.1 and Guzzle 5 -> 6

This commit is contained in:
Frank John Begornia
2026-01-07 02:02:37 +08:00
parent 2bea1ce79a
commit dca4b79831

View File

@@ -5,10 +5,10 @@
"license": "MIT",
"type": "project",
"require": {
"laravel/framework": "5.0.*",
"laravel/framework": "5.1.*",
"webpatser/laravel-uuid": "^2.0",
"netshell/paypal": "dev-master",
"guzzlehttp/guzzle": "~5.0",
"guzzlehttp/guzzle": "~6.0",
"google/recaptcha": "~1.1",
"spatie/laravel-analytics": "^1.4",
"league/flysystem-sftp": "^1.0",