We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c5460 commit 3cbee31Copy full SHA for 3cbee31
composer.json
@@ -19,7 +19,7 @@
19
"php": "^8.1|^8.2|^8.3|^8.4",
20
"spatie/laravel-package-tools": "^1.16",
21
"illuminate/contracts": "^10.0|^11.0|^12.0",
22
- "voku/portable-utf8": "^6.0",
+ "voku/portable-utf8": "dev-master",
23
"voku/simple_html_dom": "^4.8"
24
},
25
"require-dev": {
@@ -33,7 +33,7 @@
33
"phpstan/extension-installer": "^1.3",
34
"phpstan/phpstan-deprecation-rules": "^1.1",
35
"phpstan/phpstan-phpunit": "^1.3"
36
- },
+ },
37
"autoload": {
38
"psr-4": {
39
"The3LabsTeam\\AdsPostParser\\": "src",
@@ -71,4 +71,4 @@
71
72
"minimum-stability": "dev",
73
"prefer-stable": true
74
-}
+}
0 commit comments