Skip to content

Commit 4062b70

Browse files
committed
Update README.md
1 parent db236c1 commit 4062b70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add a dependency to your project's composer.json file if you use [Composer](http
1111
```json
1212
{
1313
"require": {
14-
"petrgrishin/array-access": "*"
14+
"petrgrishin/array-access": "~1.0"
1515
}
1616
}
1717
```
@@ -34,4 +34,4 @@ $params
3434
->setValue('a.c', 30);
3535
$params->remove('a.b');
3636
$resultArrayParams = $params->getArray();
37-
```
37+
```

0 commit comments

Comments
 (0)