Skip to content

Commit

Permalink
Merge pull request #17 from loonpwn/feat/release-1.1.0
Browse files Browse the repository at this point in the history
Feat/release 1.1.0
  • Loading branch information
harlan-zw authored Sep 17, 2020
2 parents cb9423c + 159ae01 commit 2355e45
Show file tree
Hide file tree
Showing 10 changed files with 4,177 additions and 2,370 deletions.
17 changes: 8 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,23 @@
{
"name": "Harlan Wilton",
"email": "[email protected]",
"homepage": "https://harlanzw.com"
"homepage": "https://harlanzw.com",
"role": "Developer"
}
],
"homepage": "https://github.com/loonpwn/swiftype",
"keywords": ["Laravel", "Swiftype"],
"require": {
"elastic/app-search": "^7.4"
"php": "^7.3",
"elastic/app-search": "^7.4",
"illuminate/support": "^6.0|^7.0|^8.0"
},
"require-dev": {
"illuminate/support": "~6",
"phpunit/phpunit": "~8",
"mockery/mockery": "^1.1",
"orchestra/testbench": "^4.3.0",
"sempro/phpunit-pretty-print": "^1.0",
"fzaninotto/faker": "^1.8"
"orchestra/testbench": "^6.0"
},
"scripts": {
"test": "phpunit -v"
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 2355e45

Please sign in to comment.