Skip to content

Commit ac07131

Browse files
committed
mb_convert_encoding depriciation warning corrected
1 parent a8cbf39 commit ac07131

File tree

2 files changed

+332
-331
lines changed

2 files changed

+332
-331
lines changed

composer.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
{
2-
"name": "anshu-krishna/html-scraper",
3-
"description": "A set of PHP classes to simplify data extraction from HTML.",
4-
"type": "library",
5-
"license": "MIT",
6-
"authors": [
7-
{
8-
"name": "Anshu Krishna",
9-
"email": "anshu.krishna5@gmail.com"
10-
}
11-
],
12-
"version": "3.5.0",
13-
"require": {
14-
"php": ">=8.0.0"
15-
},
16-
"autoload": {
17-
"psr-4": {
18-
"Krishna\\": "src"
19-
}
20-
}
21-
}
1+
{
2+
"name": "anshu-krishna/html-scraper",
3+
"description": "A set of PHP classes to simplify data extraction from HTML.",
4+
"type": "library",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Anshu Krishna",
9+
"email": "anshu.krishna5@gmail.com"
10+
}
11+
],
12+
"version": "3.5.1",
13+
"require": {
14+
"php": ">=8.0.0"
15+
},
16+
"autoload": {
17+
"psr-4": {
18+
"Krishna\\": "src"
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)