Skip to content

Commit 3cbee31

Browse files
Update voku/portable-utf8 dependency to dev-master and fix JSON formatting
1 parent c0c5460 commit 3cbee31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": "^8.1|^8.2|^8.3|^8.4",
2020
"spatie/laravel-package-tools": "^1.16",
2121
"illuminate/contracts": "^10.0|^11.0|^12.0",
22-
"voku/portable-utf8": "^6.0",
22+
"voku/portable-utf8": "dev-master",
2323
"voku/simple_html_dom": "^4.8"
2424
},
2525
"require-dev": {
@@ -33,7 +33,7 @@
3333
"phpstan/extension-installer": "^1.3",
3434
"phpstan/phpstan-deprecation-rules": "^1.1",
3535
"phpstan/phpstan-phpunit": "^1.3"
36-
},
36+
},
3737
"autoload": {
3838
"psr-4": {
3939
"The3LabsTeam\\AdsPostParser\\": "src",
@@ -71,4 +71,4 @@
7171
},
7272
"minimum-stability": "dev",
7373
"prefer-stable": true
74-
}
74+
}

0 commit comments

Comments
 (0)