Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pH-7/JustHttpStatusCodes
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed Oct 31, 2021
2 parents de6e4c9 + 607babf commit 170d45a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,15 @@ It prevents you of using the wrong HTTP status code and saves time and energy wh

## 🐘 PHP Requirement

```
[PHP v7.1](https://www.php.net/releases/7_1_0.php) or newer.
```

## 🛠 Installation

```
composer require ph-7/just-http-status-codes
```

Then, if you don't already use composer in your project, include [Composer's autoload](https://getcomposer.org/doc/01-basic-usage.md#autoloading) as below in the index, bootstrap or another file that are included everywhere when you project is running
If you don't already use composer in your project, include [Composer's autoload](https://getcomposer.org/doc/01-basic-usage.md#autoloading) as below in the main index file, bootstrap or in another file that is always included in all pages.

```php
require __DIR__ . '/vendor/autoload.php';
Expand Down

0 comments on commit 170d45a

Please sign in to comment.