Skip to content

Update composer.json to be ready for packagist #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# This is a basic workflow to help you get started with Actions

name: Tests

# Controls when the action will run. Triggers the workflow on push or pull request
Expand Down
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://drive.google.com/uc?export=view&id=16hFZW-htUOv26djSxxxr8yhyLkRrM5-i" alt="MeiliSearch-Symfony" width="200" height="200" />
<img src="https://raw.githubusercontent.com/meilisearch/integration-guides/master/assets/logos/meilisearch_symfony.svg" alt="MeiliSearch-Symfony" width="200" height="200" />
</p>

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

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

**MeiliSearchBundle** is a Bundle to integrate **MeiliSearch** within your Symfony Project.
**MeiliSearchBundle** is a Bundle to integrate **MeiliSearch** within your Symfony Project.
**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.

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

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

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

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

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

### Release
### Release <!-- omit in toc -->

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "meilisearch/meilisearch-bundle",
"name": "meilisearch/search-bundle",
"description": "Seamless integration of MeiliSearch into your Symfony project.",
"keywords": [
"meilisearch",
Expand Down