mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 03:26:20 +05:30
Revert back the composer
Revert back the composer to previous version.
This commit is contained in:
parent
0ca8cc2204
commit
c331104bb1
42 changed files with 9383 additions and 227 deletions
|
|
@ -1,21 +1,20 @@
|
|||
{
|
||||
"config": {
|
||||
"vendor-dir": "system/vendor/",
|
||||
"optimize-autoloader": true
|
||||
},
|
||||
"require": {
|
||||
"michelf/php-markdown": "~1.4",
|
||||
"suin/php-rss-writer": "~1",
|
||||
"kanti/hub-updater": "~0.3",
|
||||
"ircmaxell/password-compat": "~1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
"system/includes/dispatch.php",
|
||||
"system/includes/functions.php",
|
||||
"system/admin/admin.php",
|
||||
"system/includes/session.php",
|
||||
"system/includes/opml.php"
|
||||
]
|
||||
}
|
||||
"config": {
|
||||
"vendor-dir": "system/vendor/",
|
||||
"optimize-autoloader": true
|
||||
},
|
||||
"require": {
|
||||
"michelf/php-markdown": "~1.4",
|
||||
"suin/php-rss-writer": "~1",
|
||||
"kanti/hub-updater": "~0.3"
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
"system/includes/dispatch.php",
|
||||
"system/includes/functions.php",
|
||||
"system/admin/admin.php",
|
||||
"system/includes/session.php",
|
||||
"system/includes/opml.php"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue