Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylwester committed Aug 28, 2023
1 parent cfe0b26 commit bed4e0d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Speardevs PHP Standards

## Installation

### Configure `composer.json`

```json
{
"extra": {
"symfony": {
"endpoint": [
"https://api.github.com/repos/speardevs/recipes/contents/index.json",
"flex://defaults"
]
}
}
}
```

### Install with Composer

```shell
composer require speardevs/php-standards --dev
```

0 comments on commit bed4e0d

Please sign in to comment.