Skip to content

Commit

Permalink
remove qr generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoey2936 committed Jun 1, 2024
1 parent e4d8ae8 commit 37aac69
Show file tree
Hide file tree
Showing 149 changed files with 17 additions and 12,263 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- name: lint
run: |
cd src
cp -v config.php.example config.php
find . -name "*.php" -exec php -l {} \;
curl -sSfL https://github.com/wapmorgan/PhpDeprecationDetector/releases/download/"$(git ls-remote --tags https://github.com/wapmorgan/PhpDeprecationDetector | cut -d/ -f3 | grep -v v1 | sort -V | tail -1)"/phpdd-"$(git ls-remote --tags https://github.com/wapmorgan/PhpDeprecationDetector | cut -d/ -f3 | grep -v v1 | sort -V | tail -1)".phar -o phpdd.phar
chmod +x phpdd.phar
Expand Down
1 change: 0 additions & 1 deletion src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"type": "project",
"require": {
"phpmailer/phpmailer": "6.9.1",
"endroid/qr-code": "5.0.9",
"ext-sqlite3": "*"
},
"license": "AGPL-3.0",
Expand Down
182 changes: 4 additions & 178 deletions src/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInitd2ab1ff203e9fa048bf2f3325f44d777::getLoader();
return ComposerAutoloaderInit8a3b27965b1dc3f7b739decdc026a61e::getLoader();
22 changes: 0 additions & 22 deletions src/vendor/bacon/bacon-qr-code/LICENSE

This file was deleted.

57 changes: 0 additions & 57 deletions src/vendor/bacon/bacon-qr-code/README.md

This file was deleted.

50 changes: 0 additions & 50 deletions src/vendor/bacon/bacon-qr-code/composer.json

This file was deleted.

Loading

0 comments on commit 37aac69

Please sign in to comment.