Skip to content

Commit

Permalink
🔖 Update for new release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Oct 7, 2023
1 parent 182acf8 commit 6fd49f1
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@

***

# 🧪 Sikessem development and automation tools
# 🧪 Sikessem DevTools

PHP development, debugging, testing and automation tools.

## 🔖 Contents

- [🧪 Sikessem development and automation tools](#-sikessem-development-and-automation-tools)
- [🧪 Sikessem DevTools](#-sikessem-devtools)
- [🔖 Contents](#-contents)
- [📋 Requirements](#-requirements)
- [⚡️ Installation](#️-installation)
Expand All @@ -63,21 +65,21 @@

Install [Sikessem DevTools](https://packagist.org/packages/sikessem/devtools) using [Composer](https://getcomposer.org/):

- By adding the `sikessem/devtools` dependency to your `composer.json` file:
- By including the dependency:

```json
{
"require" : {
"sikessem/devtools": "^0.x-dev"
}
}
```
```bash
composer require sikessem/devtools --dev --with-all-dependencies
```

- Or by including the dependency:
- Or by adding the `sikessem/devtools` dependency to your `composer.json` file:

```bash
composer require sikessem/devtools --dev --with-all-dependencies
```
```json
{
"require" : {
"sikessem/devtools": "^0.2"
}
}
```

## 👏 Contribution

Expand Down

0 comments on commit 6fd49f1

Please sign in to comment.