Skip to content

Commit 07d8a2f

Browse files
committed
Some minor changes
1 parent 8269116 commit 07d8a2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you notice any bugs, please feel free to raise an issue or pull request.
99

1010
## Example
1111

12-
In both of the following examples, `$result` would contain a PHP array containing the representation of string or text file provided.
12+
In both of the following examples, `$result` would contain a PHP array containing the representation of the string or text file provided.
1313

1414
### Raw String
1515

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["array", "parser", "php"],
55
"license": "MIT",
66
"require": {
7-
"php": ">=5.6.0"
7+
"php": ">=5.3.3"
88
},
99
"autoload": {
1010
"psr-4": {

0 commit comments

Comments
 (0)