Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7510099743 | ||
|
|
ff82b58554 | ||
|
|
26b69b1909 |
4
composer.json
Normal file → Executable file
4
composer.json
Normal file → Executable file
@@ -3,7 +3,7 @@
|
|||||||
"description": "Framework PHP para geração, assinatura e validação de XMLs do eSocial",
|
"description": "Framework PHP para geração, assinatura e validação de XMLs do eSocial",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.1",
|
"php": ">=8.1",
|
||||||
"ext-dom": "*",
|
"ext-dom": "*",
|
||||||
"robrichards/xmlseclibs": "^3.1.3"
|
"robrichards/xmlseclibs": "^3.1.3"
|
||||||
},
|
},
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
},
|
},
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Claudecio",
|
"name": "Claudecio Martins",
|
||||||
"email": "contato@claudecio.is-a.dev"
|
"email": "contato@claudecio.is-a.dev"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
4
composer.lock
generated
Normal file → Executable file
4
composer.lock
generated
Normal file → Executable 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": {},
|
||||||
|
|||||||
0
vendor/autoload.php
vendored
Normal file → Executable file
0
vendor/autoload.php
vendored
Normal file → Executable file
0
vendor/composer/ClassLoader.php
vendored
Normal file → Executable file
0
vendor/composer/ClassLoader.php
vendored
Normal file → Executable file
0
vendor/composer/InstalledVersions.php
vendored
Normal file → Executable file
0
vendor/composer/InstalledVersions.php
vendored
Normal file → Executable file
0
vendor/composer/LICENSE
vendored
Normal file → Executable file
0
vendor/composer/LICENSE
vendored
Normal file → Executable file
0
vendor/composer/autoload_classmap.php
vendored
Normal file → Executable file
0
vendor/composer/autoload_classmap.php
vendored
Normal file → Executable file
0
vendor/composer/autoload_namespaces.php
vendored
Normal file → Executable file
0
vendor/composer/autoload_namespaces.php
vendored
Normal file → Executable file
0
vendor/composer/autoload_psr4.php
vendored
Normal file → Executable file
0
vendor/composer/autoload_psr4.php
vendored
Normal file → Executable file
0
vendor/composer/autoload_real.php
vendored
Normal file → Executable file
0
vendor/composer/autoload_real.php
vendored
Normal file → Executable file
0
vendor/composer/autoload_static.php
vendored
Normal file → Executable file
0
vendor/composer/autoload_static.php
vendored
Normal file → Executable file
0
vendor/composer/installed.json
vendored
Normal file → Executable file
0
vendor/composer/installed.json
vendored
Normal file → Executable file
12
vendor/composer/installed.php
vendored
Normal file → Executable file
12
vendor/composer/installed.php
vendored
Normal file → Executable 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(),
|
||||||
|
|||||||
0
vendor/composer/platform_check.php
vendored
Normal file → Executable file
0
vendor/composer/platform_check.php
vendored
Normal file → Executable file
0
vendor/robrichards/xmlseclibs/.github/workflows/ci.yml
vendored
Normal file → Executable file
0
vendor/robrichards/xmlseclibs/.github/workflows/ci.yml
vendored
Normal file → Executable file
0
vendor/robrichards/xmlseclibs/CHANGELOG.txt
vendored
Normal file → Executable file
0
vendor/robrichards/xmlseclibs/CHANGELOG.txt
vendored
Normal file → Executable file
0
vendor/robrichards/xmlseclibs/LICENSE
vendored
Normal file → Executable file
0
vendor/robrichards/xmlseclibs/LICENSE
vendored
Normal file → Executable file
0
vendor/robrichards/xmlseclibs/README.md
vendored
Normal file → Executable file
0
vendor/robrichards/xmlseclibs/README.md
vendored
Normal file → Executable file
0
vendor/robrichards/xmlseclibs/composer.json
vendored
Normal file → Executable file
0
vendor/robrichards/xmlseclibs/composer.json
vendored
Normal file → Executable file
0
vendor/robrichards/xmlseclibs/phpunit.xml
vendored
Normal file → Executable file
0
vendor/robrichards/xmlseclibs/phpunit.xml
vendored
Normal file → Executable file
0
vendor/robrichards/xmlseclibs/src/Utils/XPath.php
vendored
Normal file → Executable file
0
vendor/robrichards/xmlseclibs/src/Utils/XPath.php
vendored
Normal file → Executable file
0
vendor/robrichards/xmlseclibs/src/XMLSecEnc.php
vendored
Normal file → Executable file
0
vendor/robrichards/xmlseclibs/src/XMLSecEnc.php
vendored
Normal file → Executable file
0
vendor/robrichards/xmlseclibs/src/XMLSecurityDSig.php
vendored
Normal file → Executable file
0
vendor/robrichards/xmlseclibs/src/XMLSecurityDSig.php
vendored
Normal file → Executable file
0
vendor/robrichards/xmlseclibs/src/XMLSecurityKey.php
vendored
Normal file → Executable file
0
vendor/robrichards/xmlseclibs/src/XMLSecurityKey.php
vendored
Normal file → Executable file
0
vendor/robrichards/xmlseclibs/xmlseclibs.php
vendored
Normal file → Executable file
0
vendor/robrichards/xmlseclibs/xmlseclibs.php
vendored
Normal file → Executable file
Reference in New Issue
Block a user