COMPOSER : remove useless lib
This commit is contained in:
parent
2818a4a955
commit
e1bdccabba
6 changed files with 4 additions and 146 deletions
1
vendor/composer/autoload_psr4.php
vendored
1
vendor/composer/autoload_psr4.php
vendored
|
|
@ -31,5 +31,4 @@ return array(
|
|||
'DASPRiD\\Enum\\' => array($vendorDir . '/dasprid/enum/src'),
|
||||
'Curl\\' => array($vendorDir . '/php-curl-class/php-curl-class/src/Curl'),
|
||||
'BaconQrCode\\' => array($vendorDir . '/bacon/bacon-qr-code/src'),
|
||||
'Atgp\\FacturX\\' => array($vendorDir . '/atgp/factur-x/src'),
|
||||
);
|
||||
|
|
|
|||
8
vendor/composer/autoload_static.php
vendored
8
vendor/composer/autoload_static.php
vendored
|
|
@ -75,10 +75,6 @@ class ComposerStaticInit1a0e4ea3fb1d108a445b9e95a7c251ad
|
|||
array (
|
||||
'BaconQrCode\\' => 12,
|
||||
),
|
||||
'A' =>
|
||||
array (
|
||||
'Atgp\\FacturX\\' => 13,
|
||||
),
|
||||
);
|
||||
|
||||
public static $prefixDirsPsr4 = array (
|
||||
|
|
@ -182,10 +178,6 @@ class ComposerStaticInit1a0e4ea3fb1d108a445b9e95a7c251ad
|
|||
array (
|
||||
0 => __DIR__ . '/..' . '/bacon/bacon-qr-code/src',
|
||||
),
|
||||
'Atgp\\FacturX\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/atgp/factur-x/src',
|
||||
),
|
||||
);
|
||||
|
||||
public static $prefixesPsr0 = array (
|
||||
|
|
|
|||
63
vendor/composer/installed.json
vendored
63
vendor/composer/installed.json
vendored
|
|
@ -1,68 +1,5 @@
|
|||
{
|
||||
"packages": [
|
||||
{
|
||||
"name": "atgp/factur-x",
|
||||
"version": "v2.4.0",
|
||||
"version_normalized": "2.4.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/atgp/factur-x.git",
|
||||
"reference": "0edbe1e935c3f81dcf3e306b2ce5876bf715bea1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/atgp/factur-x/zipball/0edbe1e935c3f81dcf3e306b2ce5876bf715bea1",
|
||||
"reference": "0edbe1e935c3f81dcf3e306b2ce5876bf715bea1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-dom": "*",
|
||||
"ext-fileinfo": "*",
|
||||
"ext-libxml": "*",
|
||||
"ext-simplexml": "*",
|
||||
"ext-zlib": "*",
|
||||
"php": ">=7.4",
|
||||
"setasign/fpdf": "^1.8",
|
||||
"setasign/fpdi": "^2.0",
|
||||
"smalot/pdfparser": "^0.19.0|~1.0|~2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "~3.1",
|
||||
"phpstan/phpstan": "^2.0"
|
||||
},
|
||||
"time": "2025-09-24T13:02:08+00:00",
|
||||
"type": "library",
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Atgp\\FacturX\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "@GP",
|
||||
"homepage": "https://www.atgp.net/"
|
||||
}
|
||||
],
|
||||
"description": "PHP library to manage your Factur-X / ZUGFeRD 2.0 PDF invoices files",
|
||||
"keywords": [
|
||||
"ZUGFeRD",
|
||||
"factur-x",
|
||||
"invoice",
|
||||
"pdf",
|
||||
"php",
|
||||
"xml"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/atgp/factur-x/issues",
|
||||
"source": "https://github.com/atgp/factur-x/tree/v2.4.0"
|
||||
},
|
||||
"install-path": "../atgp/factur-x"
|
||||
},
|
||||
{
|
||||
"name": "bacon/bacon-qr-code",
|
||||
"version": "v3.0.1",
|
||||
|
|
|
|||
13
vendor/composer/installed.php
vendored
13
vendor/composer/installed.php
vendored
|
|
@ -3,7 +3,7 @@
|
|||
'name' => '__root__',
|
||||
'pretty_version' => 'dev-master',
|
||||
'version' => 'dev-master',
|
||||
'reference' => '86019118eddd8ca179d77922326c82bf3507b3cf',
|
||||
'reference' => '989843476746604a191b31db71164e75aae9fe18',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
|
|
@ -13,21 +13,12 @@
|
|||
'__root__' => array(
|
||||
'pretty_version' => 'dev-master',
|
||||
'version' => 'dev-master',
|
||||
'reference' => '86019118eddd8ca179d77922326c82bf3507b3cf',
|
||||
'reference' => '989843476746604a191b31db71164e75aae9fe18',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'atgp/factur-x' => array(
|
||||
'pretty_version' => 'v2.4.0',
|
||||
'version' => '2.4.0.0',
|
||||
'reference' => '0edbe1e935c3f81dcf3e306b2ce5876bf715bea1',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../atgp/factur-x',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'bacon/bacon-qr-code' => array(
|
||||
'pretty_version' => 'v3.0.1',
|
||||
'version' => '3.0.1.0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue