Skip to content

Commit 57e3dfd

Browse files
author
Carlos Garcia
committed
Actualizadas las dependencias php.
1 parent e64e7dd commit 57e3dfd

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

composer.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,25 @@
1717
},
1818
"require": {
1919
"php": ">=8.0",
20+
"ext-bcmath": "*",
21+
"ext-curl": "*",
22+
"ext-dom": "*",
23+
"ext-fileinfo": "*",
24+
"ext-gd": "*",
25+
"ext-json": "*",
26+
"ext-mysqli": "*",
27+
"ext-pgsql": "*",
28+
"ext-simplexml": "*",
29+
"ext-zip": "*",
2030
"mk-j/php_xlsxwriter": "0.39",
2131
"parsecsv/php-parsecsv": "1.*",
2232
"phpmailer/phpmailer": "6.*",
2333
"rospdf/pdf-php": "0.12.*",
2434
"symfony/translation": "4.4.*",
2535
"twig/twig": "3.*",
2636
"tavo1987/ec-validador-cedula-ruc": "1.0.2",
27-
"filp/whoops": "2.*",
2837
"globalcitizen/php-iban": "4.*",
29-
"ext-json": "*",
30-
"ext-fileinfo": "*",
31-
"ext-simplexml": "*",
32-
"ext-zip": "*",
33-
"ext-dom": "*",
34-
"ext-mysqli": "*",
35-
"ext-bcmath": "*",
36-
"ext-gd": "*",
37-
"ext-curl": "*",
3838
"pragmarx/google2fa": "^8.0",
39-
"ext-pgsql": "*",
4039
"chillerlan/php-qrcode": "^4.0"
4140
},
4241
"require-dev": {

0 commit comments

Comments
 (0)