Skip to content

Commit

Permalink
Updated libraries via composer
Browse files Browse the repository at this point in the history
  • Loading branch information
mystralkk committed Jun 1, 2022
1 parent 6b7927c commit ab89f47
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
7 changes: 4 additions & 3 deletions system/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
}
},
"require": {
"splitbrain/php-archive": "^1.1.0",
"phpclasses/oauth-api": ">=1.0.105",
"robthree/twofactorauth": "^1.6",
"matthiasmullie/minify": "^1.3",
"paragonie/random_compat": "<9.99",
"servocoder/richfilemanager-php": "^1.2",
Expand All @@ -22,7 +20,10 @@
"phpmailer/phpmailer": "^6.5",
"psr/container": "^1.0",
"pear/http_request2": "^2.5",
"pear/net_dns2": "^1.5"
"pear/net_dns2": "^1.5",
"ext-mbstring": "*",
"splitbrain/php-archive": "^1.2",
"robthree/twofactorauth": "^1.8"
},
"autoload": {
"psr-4": {
Expand Down
5 changes: 3 additions & 2 deletions system/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions system/vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => '__root__',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'bd4367684c3f790f58efcbbaf05d7d19d66eb25c',
'reference' => '6b7927c98e39d4bc39354d340cb52584e24fbb18',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'__root__' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'bd4367684c3f790f58efcbbaf05d7d19d66eb25c',
'reference' => '6b7927c98e39d4bc39354d340cb52584e24fbb18',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down

0 comments on commit ab89f47

Please sign in to comment.