Skip to content

Commit c856bd1

Browse files
committed
Update readme
1 parent e034925 commit c856bd1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,20 @@ var_dump($personArray);
127127
There is also helper abstract classes for common use for DAO ([`BaseModel`](./src/BaseModel.php)) and collection ([`BaseCollection`](./src/BaseCollection.php)) objects.
128128

129129

130+
## System requirements
131+
132+
* [PHP 8.0+](http://php.net/releases/8_0_0.php)
133+
* [ext-json](http://php.net/json)
134+
135+
136+
## Installation
137+
138+
Run composer require command
139+
```bash
140+
$ composer require inspirum/arrayable
141+
```
142+
143+
130144
## Testing
131145

132146
To run unit tests, run:

0 commit comments

Comments
 (0)