Skip to content

Commit

Permalink
composer.json - Add BasicPipeclient
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed May 24, 2023
1 parent d711ca6 commit 1840bd5
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
*~
/extern
/vendor
17 changes: 16 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,27 @@
}],
"autoload": {
"psr-4": {
"Civi\\Pop\\": "src/Pop"
"Civi\\Pop\\": "src/Pop",
"Civi\\Pipe\\": "extern/Civi/Pipe"
}
},
"config": {
"allow-plugins": {
"civicrm/composer-downloads-plugin": true
}
},
"extra": {
"downloads": {
"BasicPipeClient": {
"version": "5.61.0",
"url": "https://raw.githubusercontent.com/civicrm/civicrm-core/{$version}/Civi/Pipe/BasicPipeClient.php",
"path": "extern/Civi/Pipe/BasicPipeClient.php"
},
"JsonRpcMethodException": {
"version": "5.61.0",
"url": "https://raw.githubusercontent.com/civicrm/civicrm-core/{$version}/Civi/Pipe/JsonRpcMethodException.php",
"path": "extern/Civi/Pipe/JsonRpcMethodException.php"
}
}
}
}
26 changes: 21 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1840bd5

Please sign in to comment.