Skip to content

Commit

Permalink
feat: atualização e bump de dependências e aumentado versão mínima do…
Browse files Browse the repository at this point in the history
… PHP
  • Loading branch information
Pr3d4dor committed Jan 25, 2025
1 parent 8746cd8 commit b096d06
Show file tree
Hide file tree
Showing 4 changed files with 326 additions and 333 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ Solicite sua hospedagem agora [Clique Aqui!](https://sysgo.com.br/mapos)
* [filp/whoops](https://github.com/filp/whoops)

### Requerimentos
* PHP = 8.2
* MySQL
* Composer
* PHP >= 8.3
* MySQL = 5.7
* Composer >= 2

### Doações
Gosta do mapos e gostaria de contribuir com seu desenvolvimento?
Expand Down
31 changes: 16 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"require": {
"php": "^8.1",
"php": "^8.3",
"ext-curl": "*",
"ext-gd": "*",
"mercadopago/dx-php": "^2.2.1",
"efipay/sdk-php-apis-efi": "^1.8",
"codeigniter/framework": "^3.1",
"mpdf/mpdf": "^8.0.10",
"filp/whoops": "^2.7",
"mercadopago/dx-php": "^2.6.2",
"efipay/sdk-php-apis-efi": "^1.11.0",
"codeigniter/framework": "^3.1.13",
"mpdf/mpdf": "^8.2.5",
"filp/whoops": "^2.17.0",
"mk-j/php_xlsxwriter": "^0.38.0",
"mpdf/qrcode": "^1.1",
"phpoffice/phpword": "^0.18.0",
"piggly/php-pix": "^2.0",
"vlucas/phpdotenv": "^5.6",
"codephix/asaas-sdk": "^2.0"
"mpdf/qrcode": "^1.2.1",
"phpoffice/phpword": "^0.18.3",
"piggly/php-pix": "^2.0.2",
"vlucas/phpdotenv": "^5.6.1",
"codephix/asaas-sdk": "^2.0.10"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"symfony/var-dumper": "^6.4",
"fakerphp/faker": "^1.23"
"friendsofphp/php-cs-fixer": "^3.68.1",
"symfony/var-dumper": "^6.4.15",
"fakerphp/faker": "^1.24.1"
},
"scripts": {
"format": [
Expand All @@ -38,5 +38,6 @@
"type": "vcs",
"url": "https://github.com/codephix/asaas-sdk"
}
]
],
"type": "project"
}
Loading

0 comments on commit b096d06

Please sign in to comment.