Skip to content

Commit 2d41143

Browse files
Merge remote-tracking branch 'mapas/develop' into develop
2 parents 5b847bb + bd1e8ec commit 2d41143

39 files changed

Lines changed: 1791 additions & 752 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ e este projeto adere ao [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2626
- **array** - serializa / deserializa um json fazendo um cast para (array)
2727
- **entity** - possibilita a vinculação de entidade em metadados
2828
- parâmetro para substituições na função text do javascript
29+
- refatoração da distribuição das avaliações para não mais dependerem do cache de permissão
2930

3031
## [7.5.18] - 2025-01-29
3132
#### Correções

composer.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
22
"require": {
3-
"acelaya/doctrine-enum-type": "^2.3",
4-
"akrabat/ip-address-middleware": "^2.1",
5-
"doctrine/annotations": "^2.0",
6-
"doctrine/dbal": "^3.6",
7-
"doctrine/orm": "2.16.*",
8-
"firebase/php-jwt": "^6.4",
3+
"acelaya/doctrine-enum-type": "^2",
4+
"akrabat/ip-address-middleware": "^2",
5+
"doctrine/annotations": "^2",
6+
"doctrine/dbal": "^3",
7+
"doctrine/orm": "^2",
8+
"firebase/php-jwt": "^6",
99
"michelf/php-markdown": "1.*",
10-
"monolog/monolog": "^3.4",
10+
"monolog/monolog": "^3",
1111
"mustache/mustache": "^2.11",
1212
"opauth/openid": "*",
1313
"opauth/logincidadao" : "*",
1414
"opauth/authentik" : "*",
15-
"pomo/pomo": "^1.5",
15+
"pomo/pomo": "^1",
1616
"psy/psysh": "*",
17-
"respect/validation": "^2.2",
18-
"sinergi/browser-detector": "^6.1",
19-
"slim/psr7": "^1.6",
17+
"respect/validation": "^2",
18+
"sinergi/browser-detector": "^6",
19+
"slim/psr7": "^1",
2020
"slim/slim": "4.*",
2121
"smottt/wideimage": "*",
22-
"symfony/amazon-mailer": "^6.3",
23-
"symfony/cache": "^6.2",
24-
"symfony/mailchimp-mailer": "^6.3",
25-
"symfony/mailer": "^6.3",
26-
"symfony/mailgun-mailer": "^6.3",
27-
"symfony/mime": "^6.3",
28-
"symfony/sendgrid-mailer": "^6.3",
29-
"league/csv": "^9.6.2",
30-
"phpoffice/phpspreadsheet": "^2.0",
22+
"symfony/amazon-mailer": "^6",
23+
"symfony/cache": "^6",
24+
"symfony/mailchimp-mailer": "^6",
25+
"symfony/mailer": "^6",
26+
"symfony/mailgun-mailer": "^6",
27+
"symfony/mime": "^6",
28+
"symfony/sendgrid-mailer": "^6",
29+
"league/csv": "^9",
30+
"phpoffice/phpspreadsheet": "^2",
3131
"curl/curl": "1.2.*"
3232
},
3333
"autoload": {

0 commit comments

Comments
 (0)