diff options
author | Mario <mario@mariovavti.com> | 2024-03-15 17:14:31 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-15 17:14:31 +0100 |
commit | 5af3c3577843a6f65c402c27607edca98233c08e (patch) | |
tree | f5821b68fb676f79d82d8d29d5c5409f08ead858 /vendor/composer/installed.php | |
parent | dddcddc453bdbd59e1cafcb8ca8aeb2225dfda9d (diff) | |
download | volse-hubzilla-5af3c3577843a6f65c402c27607edca98233c08e.tar.gz volse-hubzilla-5af3c3577843a6f65c402c27607edca98233c08e.tar.bz2 volse-hubzilla-5af3c3577843a6f65c402c27607edca98233c08e.zip |
another attmpt to install streams/php-jcs via composer
Diffstat (limited to 'vendor/composer/installed.php')
-rw-r--r-- | vendor/composer/installed.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 8925761d5..16361a5b1 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => 'zotlabs/hubzilla', 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => 'a9d4adaf2360f7d02dace4434e4e62d6ce072327', + 'reference' => 'dddcddc453bdbd59e1cafcb8ca8aeb2225dfda9d', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -118,15 +118,6 @@ 'aliases' => array(), 'dev_requirement' => false, ), - 'mmccook/php-json-canonicalization-scheme' => array( - 'pretty_version' => '1.0.0', - 'version' => '1.0.0.0', - 'reference' => 'cd6d3e7645a2c1e62574a9a2437d68e9e74e799f', - 'type' => 'library', - 'install_path' => __DIR__ . '/../mmccook/php-json-canonicalization-scheme', - 'aliases' => array(), - 'dev_requirement' => false, - ), 'paragonie/constant_time_encoding' => array( 'pretty_version' => 'v2.6.3', 'version' => '2.6.3.0', @@ -295,6 +286,15 @@ 'aliases' => array(), 'dev_requirement' => false, ), + 'streams/php-jcs' => array( + 'pretty_version' => '1.0.1', + 'version' => '1.0.1.0', + 'reference' => 'a0953ad4f4d3586d5e008b8498cc79154fca8332', + 'type' => 'library', + 'install_path' => __DIR__ . '/../streams/php-jcs', + 'aliases' => array(), + 'dev_requirement' => false, + ), 'symfony/polyfill-php81' => array( 'pretty_version' => 'v1.29.0', 'version' => '1.29.0.0', @@ -340,7 +340,7 @@ 'zotlabs/hubzilla' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => 'a9d4adaf2360f7d02dace4434e4e62d6ce072327', + 'reference' => 'dddcddc453bdbd59e1cafcb8ca8aeb2225dfda9d', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), |