Skip to content

Commit

Permalink
Update composer.json to refactor DP to Pantheon (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravgoyal authored Aug 13, 2024
1 parent 98f7000 commit 73a8b33
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
{
"name": "digitalpolygon/pcx_connect",
"name": "pantheon-systems/pcx_connect",
"description": "Drupal Module for PCC Integration.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"homepage": "https://drupal.org/project/pcx_connect",
"repositories": [
{
"type": "vcs",
"url": "[email protected]:pantheon-systems/pcc-php-sdk.git"
}
],
"extra": {
"drush": {
"services": {
"drush.services.yml": "^9 || ^10 || ^11"
}
}
},
"version": "0.0.1"
"require": {
"pantheon-systems/pcc-php-sdk": "^0.0.1"
}
}

0 comments on commit 73a8b33

Please sign in to comment.