mirror of
https://github.com/jbcr/SyliusElasticsearchPlugin.git
synced 2026-03-24 00:42:08 +01:00
* initial commit * initial commit * not fixed * hot not fix * basic webpack implementation * implement webpack * implement webpack * added fixes and mobile support * deleated package-lock.json * Delete yarn.lock * adding new lines and deleated public build * Change input to symfony form row * GHA fix * GHA fix * Gha fix build->encore * Fix spec ImageTransformer * Gha fix node version changed to 14.x * scrutinizer node fix * scrutinizer node fix * scrutinizer node fix Co-authored-by: kuba-end <kostek660i@gmail.com> Co-authored-by: Tomasz Grochowski <tg@urias.it>
9 lines
276 B
JSON
Executable File
9 lines
276 B
JSON
Executable File
{
|
|
"name": "sylius/plugin-elasticsearch-test-application",
|
|
"description": "Sylius application for plugin testing purposes (composer.json needed for project dir resolving)",
|
|
"license": "MIT",
|
|
"require": {
|
|
"symfony/webpack-encore-bundle": "^1.13"
|
|
}
|
|
}
|