Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nazbav committed Dec 28, 2023
1 parent ac7a8c2 commit cb6b15e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ NameCaseLib — библиотека PHP5, предназначенная для
- Демонстрация работы - http://namecaselib.com/case/
- Документация - http://namecaselib.com/book/


Installation
------------

### Install With Composer

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require nazbav/name-case-lib "dev-master"
```

Or, you may add

```
"nazbav/name-case-libn": "dev-master"
```

to the require section of your `composer.json` file and execute `php composer.phar update`.

Change Log
------------

## 0.4.2 (2023-12-28) (@nazbav)
- Delete includes
- Add PSR-4 support
Expand Down

0 comments on commit cb6b15e

Please sign in to comment.