Atualiza composer.lock e installed.php para refletir a versão correta das dependências

This commit is contained in:
Claudecio Martins
2025-09-15 20:19:59 +02:00
parent 26b69b1909
commit ff82b58554
2 changed files with 8 additions and 8 deletions

4
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "c89e950e55c22c7df6a2121757156126", "content-hash": "ca74f1173dc03d7e56713fbb8e8a3e57",
"packages": [ "packages": [
{ {
"name": "robrichards/xmlseclibs", "name": "robrichards/xmlseclibs",
@@ -56,7 +56,7 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": "^8.1", "php": ">=8.1",
"ext-dom": "*" "ext-dom": "*"
}, },
"platform-dev": {}, "platform-dev": {},

View File

@@ -1,9 +1,9 @@
<?php return array( <?php return array(
'root' => array( 'root' => array(
'name' => 'claudecio/axiumes', 'name' => 'claudecio/axiumes',
'pretty_version' => '1.0.0+no-version-set', 'pretty_version' => 'dev-main',
'version' => '1.0.0.0', 'version' => 'dev-main',
'reference' => null, 'reference' => '26b69b190949b0a718644d57e81dbef3bcc99453',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../../', 'install_path' => __DIR__ . '/../../',
'aliases' => array(), 'aliases' => array(),
@@ -11,9 +11,9 @@
), ),
'versions' => array( 'versions' => array(
'claudecio/axiumes' => array( 'claudecio/axiumes' => array(
'pretty_version' => '1.0.0+no-version-set', 'pretty_version' => 'dev-main',
'version' => '1.0.0.0', 'version' => 'dev-main',
'reference' => null, 'reference' => '26b69b190949b0a718644d57e81dbef3bcc99453',
'type' => 'library', 'type' => 'library',
'install_path' => __DIR__ . '/../../', 'install_path' => __DIR__ . '/../../',
'aliases' => array(), 'aliases' => array(),