Skip to content

Commit

Permalink
chore(dependencies): atualiza dependencias do projeto
Browse files Browse the repository at this point in the history
  • Loading branch information
andrekutianski committed Jun 11, 2024
1 parent 7427fee commit a8da25d
Show file tree
Hide file tree
Showing 2 changed files with 330 additions and 190 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"require": {
"whmcsexpert/whmcsexpert": "^1.1.7",
"plasticbrain/php-flash-messages": "^1",
"guzzlehttp/psr7": "^1.8",
"whmcsexpert/whmcsexpert": "1.1.7",
"plasticbrain/php-flash-messages": "~1",
"guzzlehttp/psr7": "~1.9",
"ext-curl": "*",
"php": ">=7.4",
"nfe/nfe": "^2.5",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "@stable",
"kint-php/kint": "*",
"tracy/tracy": "2.7.6",
"phpmetrics/phpmetrics": "^2.7",
"kint-php/kint": "~5.0",
"tracy/tracy": "~2.7",
"phpmetrics/phpmetrics": "~2.8",
"illuminate/database": "v5.8.36",
"squizlabs/php_codesniffer": "^3.7"
"squizlabs/php_codesniffer": "~3.7"
},
"config": {
"vendor-dir": "modules/addons/NFEioServiceInvoices/lib/vendor",
Expand Down
Loading

0 comments on commit a8da25d

Please sign in to comment.