mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 13:06:22 +05:30
Update composer + sitemap bugs fixes
This commit is contained in:
parent
2efa6f32f3
commit
7036f125c4
36 changed files with 3039 additions and 2243 deletions
22
system/vendor/kanti/hub-updater/composer.json
vendored
22
system/vendor/kanti/hub-updater/composer.json
vendored
|
|
@ -13,15 +13,23 @@
|
|||
"support": {
|
||||
"forum": "https://github.com/Kanti/hub-updater/issues",
|
||||
"issues": "https://github.com/Kanti/hub-updater/issues",
|
||||
"source": "https://github.com/Kanti/hub-updater"
|
||||
"source": "https://github.com/Kanti/hub-updater"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Kanti\\": ""
|
||||
}
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.6@dev"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Kanti\\": "src"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Kanti\\Test\\": "tests"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue