Skip to content

Commit

Permalink
[TO BE DROPPED BEFORE MERGING]: install amp-elasticsearch from source
Browse files Browse the repository at this point in the history
  • Loading branch information
youwe-petervanderwal committed May 27, 2024
1 parent 2764a1c commit 52e5a65
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
}
}
}

0 comments on commit 52e5a65

Please sign in to comment.