mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
chore: update composer after dependencies moved to 3rdparty folder
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
parent
03ffaf40f3
commit
9af9efab92
4 changed files with 73 additions and 3171 deletions
|
|
@ -1,18 +1,6 @@
|
|||
{
|
||||
"require": {
|
||||
"bamarni/composer-bin-plugin": "^1.8",
|
||||
"endroid/qr-code": "^5.0",
|
||||
"jsignpdf/jsignpdf-php": "^1.2",
|
||||
"libresign/whatosami": "^0.0.2",
|
||||
"mikehaertl/php-pdftk": "^0.14.0",
|
||||
"mpdf/mpdf": "^8.2",
|
||||
"pagerfanta/pagerfanta": "^4.5",
|
||||
"phpseclib/phpseclib": "^3.0",
|
||||
"smalot/pdfparser": "^2.4",
|
||||
"twig/twig": "^3.20",
|
||||
"wobeto/email-blur": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"bamarni/composer-bin-plugin": "^1.8",
|
||||
"nextcloud/ocp": "dev-master",
|
||||
"roave/security-advisories": "dev-latest"
|
||||
},
|
||||
|
|
@ -36,16 +24,11 @@
|
|||
"openapi": "generate-spec --verbose && (npm run typescript:generate || echo 'Please manually regenerate the typescript OpenAPI models')",
|
||||
"psalm": "psalm --no-cache --threads=$(nproc)",
|
||||
"psalm:update-baseline": "psalm --threads=$(nproc) --update-baseline --set-baseline=tests/psalm-baseline.xml",
|
||||
"pre-autoload-dump": [
|
||||
"mkdir -p lib/Vendor"
|
||||
],
|
||||
"post-install-cmd": [
|
||||
"@composer bin all install --ansi",
|
||||
"php -d error_reporting=E_ALL\\&~E_DEPRECATED\\&~E_USER_DEPRECATED vendor-bin/php-scoper/vendor/humbug/php-scoper/bin/php-scoper add-prefix --force && cp l10n/.gitkeep lib/Vendor/.gitkeep",
|
||||
"composer dump-autoload -o"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"php -d error_reporting=E_ALL\\&~E_DEPRECATED\\&~E_USER_DEPRECATED vendor-bin/php-scoper/vendor/humbug/php-scoper/bin/php-scoper add-prefix --force && cp l10n/.gitkeep lib/Vendor/.gitkeep",
|
||||
"composer dump-autoload"
|
||||
],
|
||||
"test:unit": "vendor/bin/phpunit -c tests/php/phpunit.xml --no-coverage --colors=always --fail-on-warning --fail-on-risky --display-deprecations --display-phpunit-deprecations",
|
||||
|
|
@ -59,10 +42,11 @@
|
|||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"OCA\\Libresign\\": "lib/"
|
||||
"OCA\\Libresign\\": "lib/",
|
||||
"OCA\\Libresign\\3rdparty\\": "3rdparty/composer/"
|
||||
},
|
||||
"classmap": [
|
||||
"lib/Vendor/"
|
||||
"3rdparty/composer/"
|
||||
]
|
||||
},
|
||||
"autoload-dev": {
|
||||
|
|
|
|||
1665
composer.lock
generated
1665
composer.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"require": {
|
||||
"humbug/php-scoper": "0.18.7"
|
||||
},
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "8.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
1545
vendor-bin/php-scoper/composer.lock
generated
1545
vendor-bin/php-scoper/composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue