Commit 913cdf44866b5e03a7429adfffe38dcf81b0075d
1 parent
841487a2
Exists in
master
and in
3 other branches
ignore vendor/*
Showing
2 changed files
with
6 additions
and
7 deletions
Show diff stats
.gitignore
composer.json
... | ... | @@ -10,7 +10,9 @@ |
10 | 10 | "mobiledetect/mobiledetectlib": "2.*", |
11 | 11 | "cakephp/migrations": "~1.0", |
12 | 12 | "cakephp/plugin-installer": "*", |
13 | - "cakephp/debug_kit": "^3.2" | |
13 | + "cakephp/debug_kit": "^3.2", | |
14 | + "aferrandini/phpqrcode": "1.0.1", | |
15 | + "setasign/fpdf": "1.8.1" | |
14 | 16 | }, |
15 | 17 | "require-dev": { |
16 | 18 | "psy/psysh": "@stable", |
... | ... | @@ -26,8 +28,7 @@ |
26 | 28 | "App\\": "src" |
27 | 29 | }, |
28 | 30 | "files": [ |
29 | - "vendor/phpqrcode/qrlib.php", | |
30 | - "vendor/fpdf/fpdf.php" | |
31 | + "vendor/setasign/fpdf/fpdf.php" | |
31 | 32 | ] |
32 | 33 | }, |
33 | 34 | "autoload-dev": { | ... | ... |