Skip to content

Commit

Permalink
feat/update dependencies (#1237)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr3d4dor authored Feb 13, 2021
1 parent e4c766b commit cd3efda
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 117 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Todas as alterações serão documentadas neste arquivo
Formato baseado em [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
e [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.31.1] - 2021-02-13

### Fixed
- Atualizado dependências. [@Pr3d4dor](https://github.com/Pr3d4dor)

## [4.31.0] - 2021-02-11

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

![MapOS](https://raw.githubusercontent.com/RamonSilva20/mapos/master/assets/img/logo.png)

![version](https://img.shields.io/badge/version-4.31.0-blue.svg?longCache=true&style=flat-square)
![version](https://img.shields.io/badge/version-4.31.1-blue.svg?longCache=true&style=flat-square)
![license](https://img.shields.io/badge/license-MIT-green.svg?longCache=true&style=flat-square)
![theme](https://img.shields.io/badge/theme-Matrix--Admin-lightgrey.svg?longCache=true&style=flat-square)
![issues](https://img.shields.io/github/issues/RamonSilva20/mapos.svg?longCache=true&style=flat-square)
Expand Down Expand Up @@ -91,7 +91,7 @@ Para listar todos os comandos de terminal disponíveis, basta executar o comando
* [filp/whoops](https://github.com/filp/whoops)

### Requerimentos
* PHP >= 7.2
* PHP >= 7.3
* MySQL
* Composer

Expand Down
2 changes: 1 addition & 1 deletion application/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* App current version
*/
$config['app_version'] = '4.31.0';
$config['app_version'] = '4.31.1';

/**
* Nome do sistema
Expand Down
12 changes: 3 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"filp/whoops": "^2.7",
"mk-j/php_xlsxwriter": "^0.38.0",
"mpdf/qrcode": "^1.1",
"phpoffice/phpword": "dev-master",
"piggly/php-pix": "^1.1"
"phpoffice/phpword": "^0.18.0",
"piggly/php-pix": "^1.1.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
Expand All @@ -27,11 +27,5 @@
"psr-4": {
"Libraries\\": "application/libraries"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/map-os/PHPWord"
}
]
}
}
Loading

0 comments on commit cd3efda

Please sign in to comment.