Skip to content

Commit

Permalink
Fix required search-list version
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Hermo committed Sep 11, 2018
1 parent 960c1e8 commit b77da32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ composer require marczhermo/swiftype-search
## Requirements
This module needs the following packages:
````
"marczhermo/search-list": "^0.1.0",
"marczhermo/search-list": "^0.1",
"guzzlehttp/ringphp": "^1.1",
"silverstripe/queuedjobs": "^2"
````
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"admin"
],
"require": {
"marczhermo/search-list": "^0.1.0",
"marczhermo/search-list": "^0.1",
"guzzlehttp/ringphp": "^1.1",
"silverstripe/queuedjobs": "^2"
},
Expand Down

0 comments on commit b77da32

Please sign in to comment.