mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 03:26:20 +05:30
PHP 8.x compatibility
Remove deprecated warning for PHP 8.x
This commit is contained in:
parent
fe9d4914d6
commit
c3c37b1f37
9 changed files with 60 additions and 131 deletions
|
|
@ -1,11 +1,4 @@
|
|||
{
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/Youpie/simple-html-dom"
|
||||
}
|
||||
],
|
||||
|
||||
"config": {
|
||||
"vendor-dir": "system/vendor/",
|
||||
"optimize-autoloader": true,
|
||||
|
|
@ -18,8 +11,7 @@
|
|||
"michelf/php-markdown": "1.*",
|
||||
"suin/php-rss-writer": "1.*",
|
||||
"kanti/hub-updater": "0.*",
|
||||
"jbroadway/urlify": "^1.0",
|
||||
"simple-html-dom/simple-html-dom": "*"
|
||||
"jbroadway/urlify": "^1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue