Compare commits

3 Commits
main ... dev

25 changed files with 10 additions and 10 deletions

4
composer.json Normal file → Executable file
View File

@@ -3,7 +3,7 @@
"description": "Framework PHP para geração, assinatura e validação de XMLs do eSocial",
"type": "library",
"require": {
"php": "^8.1",
"php": ">=8.1",
"ext-dom": "*",
"robrichards/xmlseclibs": "^3.1.3"
},
@@ -14,7 +14,7 @@
},
"authors": [
{
"name": "Claudecio",
"name": "Claudecio Martins",
"email": "contato@claudecio.is-a.dev"
}
],

4
composer.lock generated Normal file → Executable file
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": {},

0
vendor/autoload.php vendored Normal file → Executable file
View File

0
vendor/composer/ClassLoader.php vendored Normal file → Executable file
View File

0
vendor/composer/InstalledVersions.php vendored Normal file → Executable file
View File

0
vendor/composer/LICENSE vendored Normal file → Executable file
View File

0
vendor/composer/autoload_classmap.php vendored Normal file → Executable file
View File

0
vendor/composer/autoload_namespaces.php vendored Normal file → Executable file
View File

0
vendor/composer/autoload_psr4.php vendored Normal file → Executable file
View File

0
vendor/composer/autoload_real.php vendored Normal file → Executable file
View File

0
vendor/composer/autoload_static.php vendored Normal file → Executable file
View File

0
vendor/composer/installed.json vendored Normal file → Executable file
View File

12
vendor/composer/installed.php vendored Normal file → Executable file
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(),

0
vendor/composer/platform_check.php vendored Normal file → Executable file
View File

0
vendor/robrichards/xmlseclibs/.github/workflows/ci.yml vendored Normal file → Executable file
View File

0
vendor/robrichards/xmlseclibs/CHANGELOG.txt vendored Normal file → Executable file
View File

0
vendor/robrichards/xmlseclibs/LICENSE vendored Normal file → Executable file
View File

0
vendor/robrichards/xmlseclibs/README.md vendored Normal file → Executable file
View File

0
vendor/robrichards/xmlseclibs/composer.json vendored Normal file → Executable file
View File

0
vendor/robrichards/xmlseclibs/phpunit.xml vendored Normal file → Executable file
View File

0
vendor/robrichards/xmlseclibs/src/Utils/XPath.php vendored Normal file → Executable file
View File

0
vendor/robrichards/xmlseclibs/src/XMLSecEnc.php vendored Normal file → Executable file
View File

0
vendor/robrichards/xmlseclibs/src/XMLSecurityDSig.php vendored Normal file → Executable file
View File

0
vendor/robrichards/xmlseclibs/src/XMLSecurityKey.php vendored Normal file → Executable file
View File

0
vendor/robrichards/xmlseclibs/xmlseclibs.php vendored Normal file → Executable file
View File