Skip to content

Commit 49bad56

Browse files
authored
Merge pull request #1 from meilisearch/packagist
Update composer.json to be ready for packagist
2 parents 6b1c951 + 2420b9c commit 49bad56

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# This is a basic workflow to help you get started with Actions
2-
31
name: Tests
42

53
# Controls when the action will run. Triggers the workflow on push or pull request

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://drive.google.com/uc?export=view&id=16hFZW-htUOv26djSxxxr8yhyLkRrM5-i" alt="MeiliSearch-Symfony" width="200" height="200" />
2+
<img src="https://raw.githubusercontent.com/meilisearch/integration-guides/master/assets/logos/meilisearch_symfony.svg" alt="MeiliSearch-Symfony" width="200" height="200" />
33
</p>
44

55
<h1 align="center">MeiliSearch Symfony Bundle</h1>
@@ -23,16 +23,14 @@
2323

2424
<p align="center">⚡ Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine MeiliSearch Symfony Bundle</p>
2525

26-
**MeiliSearchBundle** is a Bundle to integrate **MeiliSearch** within your Symfony Project.
26+
**MeiliSearchBundle** is a Bundle to integrate **MeiliSearch** within your Symfony Project.
2727
**MeiliSearch** is a powerful, fast, open-source, easy to use and deploy search engine. Both searching and indexing are highly customizable. Features such as typo-tolerance, filters, and synonyms are provided out-of-the-box.
2828

2929
## Table of Contents <!-- omit in toc -->
3030
- [🤖 Compatibility with MeiliSearch](#-compatibility-with-meilisearch)
3131
- [✨ Features](#-features)
3232
- [📖 Documentation](#-documentation)
3333
- [⚙️ Development Workflow](#️-development-workflow)
34-
- [Run Docker environment](#run-docker-environment)
35-
- [Release](#release)
3634

3735
## 🤖 Compatibility with MeiliSearch
3836
This package is compatible with the following MeiliSearch versions:
@@ -51,20 +49,20 @@ If you want to contribute, this section describes the steps to follow.
5149

5250
Thank you for your interest in a MeiliSearch tool! ♥️
5351

54-
### Run Docker Environment
52+
### Run Docker Environment <!-- omit in toc -->
5553
To start and build your Docker environment, just execute the next command in a terminal:
5654
```sh
5755
docker-compose up -d
5856
```
5957

60-
#### Tests
61-
Each Pull Request should pass the tests, and the linter to be accepted.
58+
#### Tests <!-- omit in toc -->
59+
Each Pull Request should pass the tests, and the linter to be accepted.
6260
To execute the tests, run the next command:
6361
```sh
6462
docker-compose exec -e MEILISEARCH_URL=http://meilisearch:7700 php composer test:unit
6563
```
6664

67-
### Release
65+
### Release <!-- omit in toc -->
6866

6967
MeiliSearch tools follow the [Semantic Versioning Convention](https://semver.org/).
7068

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "meilisearch/meilisearch-bundle",
2+
"name": "meilisearch/search-bundle",
33
"description": "Seamless integration of MeiliSearch into your Symfony project.",
44
"keywords": [
55
"meilisearch",

0 commit comments

Comments
 (0)