Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
webdough authored Aug 5, 2022
1 parent 30fe49c commit 31e4a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "edgarindustries/youtubefield",
"name": "toastnz/youtubefield",
"description": "Field for selecting YouTube videos. Takes various URL formats as input and stores the YouTube ID.",
"type": "silverstripe-vendormodule",
"keywords": ["silverstripe", "youtube", "formfield"],
Expand All @@ -12,7 +12,7 @@
],
"require": {
"silverstripe/framework": "^4",
"guzzlehttp/guzzle": "~6.0"
"guzzlehttp/guzzle": "^7"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 31e4a9e

Please sign in to comment.