Skip to content
This repository was archived by the owner on Sep 23, 2020. It is now read-only.

Commit 8c42ac1

Browse files
committed
Update README
1 parent 1aa9a75 commit 8c42ac1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ Additionally, the output is not very pretty:
2626
- It outputs arrays as `array()` notation, instead of the short `[]` notation
2727
- It outputs numeric arrays with explicit and unnecessary `0 => ...` key => value syntax
2828

29-
This library aims to provide a prettier, safer, and powerful alternative to `var_export()`.
29+
This library aims to provide a prettier, safer, and powerful alternative to `var_export()`.
30+
The output is **valid and standalone PHP code, that does not depend on the `brick/varexporter` library**.
3031

3132
### Installation
3233

0 commit comments

Comments
 (0)