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",
"This file is @generated automatically"
],
"content-hash": "c89e950e55c22c7df6a2121757156126",
"content-hash": "ca74f1173dc03d7e56713fbb8e8a3e57",
"packages": [
{
"name": "robrichards/xmlseclibs",
@@ -56,7 +56,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^8.1",
"php": ">=8.1",
"ext-dom": "*"
},
"platform-dev": {},

View File

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