forked from webgriffe/esb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TO BE DROPPED BEFORE MERGING]: install amp-elasticsearch from source
- Loading branch information
1 parent
2e4911c
commit 29f1bf0
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ | |
"symfony/property-info": "^4.3", | ||
"doctrine/annotations": "^1.8", | ||
"ramsey/uuid": "^3.8", | ||
"webgriffe/amp-elasticsearch": "^2.1", | ||
"webgriffe/amp-elasticsearch": "dev-php-8.3-support#6b26a581fc99c6aba5b06fc2eabfe2dec98578c9 as 2.1", | ||
"pagerfanta/pagerfanta": "^2.4", | ||
"symfony/deprecation-contracts": "^2.1", | ||
"amphp/http-server-form-parser": "^1.1" | ||
|
@@ -68,5 +68,11 @@ | |
"phpstan": "vendor/bin/phpstan analyse --no-progress -l max -c phpstan.neon src/", | ||
"phpunit": "vendor/bin/phpunit", | ||
"tests": ["@ecs", "@phpstan", "@phpunit"] | ||
}, | ||
"repositories": { | ||
"amp-elasticsearch-from-src": { | ||
"type": "vcs", | ||
"url": "[email protected]:youwe-petervanderwal/amp-elasticsearch.git" | ||
} | ||
} | ||
} |