Skip to content

Commit

Permalink
added guzzle to composer
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsekaean committed Nov 18, 2018
1 parent e6732fa commit 1c2804a
Showing 1 changed file with 28 additions and 27 deletions.
55 changes: 28 additions & 27 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
{
"name": "silverstripers/elemental-search",
"description": "Full text search for elemental module",
"type": "silverstripe-vendormodule",
"keywords": ["silverstripe", "elemental", "full text", "search"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Nivanka Fonseka",
"email": "[email protected]"
}],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"dnadesign/silverstripe-elemental": "^3.0"
},
"autoload": {
"psr-4": {
}
},
"extra": {
"expose": [
],
"installer-name": "elemental-search"
}

}
{
"name": "silverstripers/elemental-search",
"description": "Full text search for elemental module",
"type": "silverstripe-vendormodule",
"keywords": ["silverstripe", "elemental", "full text", "search"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Nivanka Fonseka",
"email": "[email protected]"
}],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"dnadesign/silverstripe-elemental": "^3.0",
"guzzlehttp/guzzle": "6.3.3"
},
"autoload": {
"psr-4": {
}
},
"extra": {
"expose": [
],
"installer-name": "elemental-search"
}

}

0 comments on commit 1c2804a

Please sign in to comment.