Skip to content

Commit

Permalink
#368 new lib
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberroland committed Oct 25, 2024
1 parent 14fc027 commit 63a66ef
Show file tree
Hide file tree
Showing 666 changed files with 126,125 additions and 62,179 deletions.
1 change: 0 additions & 1 deletion lam-packaging/buildPackages
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export VERSION=`./getVersion`
# remove files which are not in the final release
rm -r lam/po
rm -r lam/tests
rm -f lam/lib/3rdParty/tcpdf/fonts/*.ttf
rm -r lam/lib/3rdParty/composer/nesbot/carbon/bin
chmod -R -x+X lam/lib/3rdParty
rm lam/composer*
Expand Down
2 changes: 1 addition & 1 deletion lam-packaging/debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -1160,12 +1160,12 @@ lib/3rdParty/composer/psr B PH
lib/3rdParty/composer/ralouphie B 2014 Ralph Khattar
lib/3rdParty/composer/spomky-labs B 2018 Spomky-Labs
lib/3rdParty/composer/symfony B 2022 Fabien Potencier
lib/3rdParty/composer/tecnickcom D Nicola Asuni - Tecnick.com LTD
lib/3rdParty/composer/thecodingmachine B TheCodingMachine
lib/3rdParty/composer/voku B 2019 Lars Moelleken
lib/3rdParty/composer/web-auth B 2018 Spomky-Labs
lib/3rdParty/composer/web-token B Florent Morselli
lib/3rdParty/composer/webklex B 2016 Webklex
lib/3rdParty/tcpdf D 2022 Nicola Asuni - Tecnick.com LTD
lib/3rdParty/tcpdf/fonts/dejavu*.z A Public Domain, Bitstream, Inc., Tavmjong Bah
lib/3rdParty/yubico/Yubico.php C 2015 Yubico AB
style/010_normalize.css B Nicolas Gallagher and Jonathan Neal
Expand Down
3 changes: 2 additions & 1 deletion lam/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"christian-riesen/base32": "^1.6",
"facile-it/php-openid-client": "^0.2.0",
"monolog/monolog": "^3",
"duosecurity/duo_universal_php": "^1.0"
"duosecurity/duo_universal_php": "^1.0",
"tecnickcom/tc-lib-pdf": "^8.0"
}
}
Loading

0 comments on commit 63a66ef

Please sign in to comment.