Merge pull request #128 from creative-commoners/pulls/1/upgrade-installer-deps

DEP Upgrade installer dependencies CMS5
This commit is contained in:
Guy Sartorelli 2022-10-28 10:05:39 +13:00 committed by GitHub
commit 6257ac9e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
"php": "^8.1", "php": "^8.1",
"silverstripe/framework": "^5", "silverstripe/framework": "^5",
"silverstripe/cms": "^5", "silverstripe/cms": "^5",
"guzzlehttp/guzzle": "^7.4.5", "guzzlehttp/guzzle": "^7.5",
"fzaninotto/faker": "^1.9.2", "fzaninotto/faker": "^1.9.2",
"silverstripe/vendor-plugin": "^2" "silverstripe/vendor-plugin": "^2"
}, },
@ -34,4 +34,4 @@
"SSilverStripe\\FrameworkTest\\": "code/" "SSilverStripe\\FrameworkTest\\": "code/"
} }
} }
} }