Commit graph

15 commits

Author SHA1 Message Date
dependabot[bot]
e8f04e7ce6 Bump giggsey/libphonenumber-for-php-lite from 9.0.23 to 9.0.24
Bumps [giggsey/libphonenumber-for-php-lite](https://github.com/giggsey/libphonenumber-for-php-lite) from 9.0.23 to 9.0.24.
- [Release notes](https://github.com/giggsey/libphonenumber-for-php-lite/releases)
- [Commits](https://github.com/giggsey/libphonenumber-for-php-lite/compare/9.0.23...9.0.24)

---
updated-dependencies:
- dependency-name: giggsey/libphonenumber-for-php-lite
  dependency-version: 9.0.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-04 16:23:25 +00:00
dependabot[bot]
3a58e635f0 Bump phpstan/phpstan from 2.1.39 to 2.1.40
---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-version: 2.1.40
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-04 16:23:25 +00:00
dependabot[bot]
b9f6e854da Bump symfony/console from 7.4.4 to 8.0.4
Bumps [symfony/console](https://github.com/symfony/console) from 7.4.4 to 8.0.4.
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/8.1/CHANGELOG.md)
- [Commits](https://github.com/symfony/console/compare/v7.4.4...v8.0.4)

---
updated-dependencies:
- dependency-name: symfony/console
  dependency-version: 8.0.4
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-04 16:23:25 +00:00
dependabot[bot]
6355062b58 Bump pestphp/pest from 4.3.2 to 4.4.1
Bumps [pestphp/pest](https://github.com/pestphp/pest) from 4.3.2 to 4.4.1.
- [Release notes](https://github.com/pestphp/pest/releases)
- [Changelog](https://github.com/pestphp/pest/blob/4.x/RELEASE.md)
- [Commits](https://github.com/pestphp/pest/compare/v4.3.2...v4.4.1)

---
updated-dependencies:
- dependency-name: pestphp/pest
  dependency-version: 4.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-04 16:23:25 +00:00
dependabot[bot]
c1860e98a1 Bump phpstan/phpstan-deprecation-rules from 2.0.3 to 2.0.4
Bumps [phpstan/phpstan-deprecation-rules](https://github.com/phpstan/phpstan-deprecation-rules) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/phpstan/phpstan-deprecation-rules/releases)
- [Commits](https://github.com/phpstan/phpstan-deprecation-rules/compare/2.0.3...2.0.4)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-deprecation-rules
  dependency-version: 2.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-04 16:23:25 +00:00
dependabot[bot]
b0bbc0e5ba Bump phpstan/phpstan-phpunit from 2.0.14 to 2.0.16
Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) from 2.0.14 to 2.0.16.
- [Release notes](https://github.com/phpstan/phpstan-phpunit/releases)
- [Commits](https://github.com/phpstan/phpstan-phpunit/compare/2.0.14...2.0.16)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-phpunit
  dependency-version: 2.0.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-04 16:23:25 +00:00
dependabot[bot]
44e7a3fe50 Bump phpstan/phpstan-phpunit from 2.0.13 to 2.0.14
Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) from 2.0.13 to 2.0.14.
- [Release notes](https://github.com/phpstan/phpstan-phpunit/releases)
- [Commits](https://github.com/phpstan/phpstan-phpunit/compare/2.0.13...2.0.14)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-phpunit
  dependency-version: 2.0.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-04 16:23:25 +00:00
Henrique Moody
305a7d15db
Add FormatterModifier to message rendering and expand test coverage
Integrate FormatterModifier into the validation message modifier chain,
enabling StringFormatter formatters to be used as pipe modifiers in
message templates (e.g., {{input|uppercase}}, {{input|mask:1-4:X}}).
This requires bumping respect/string-formatter to ^1.7.

Add feature tests for both the Formatted validator (uppercase, lowercase,
trim, number, date, creditCard, secureCreditCard, chained formatters) and
the FormatterModifier in templates (all major formatters, custom parameters,
multi-argument modifiers, and chained modifiers).

Assisted-by: Claude Code (Claude Opus 4.6)
2026-02-10 06:07:49 +01:00
copilot-swe-agent[bot]
eedce8fb32 Use Punycode filenames for non-ASCII TLD suffix data files
Some systems and tools (e.g., certain archive extractors, Windows
environments, or CI pipelines) do not properly handle non-ASCII
characters in file paths. The public suffix data files for
internationalized TLDs (such as ישראל, СРБ, 香港, and ไทย) were stored
using their native Unicode names, which caused installation failures
on those systems.

This commit converts those filenames to their Punycode equivalents
(e.g., XN--4DBRK0CE.php instead of ישראל.php) using `idn_to_ascii()`.
Both the data generation command (`UpdateDomainSuffixesCommand`) and the
runtime validator (`PublicDomainSuffix`) are updated to use the same
Punycode-based file lookup, ensuring consistency. A polyfill dependency
(`symfony/polyfill-intl-idn`) is added so that `idn_to_ascii()` is
available even when the `intl` PHP extension is not installed.

Assisted-by: Claude Code (Claude Opus 4.6)
Co-authored-by: Henrique Moody <henriquemoody@gmail.com>
2026-02-09 17:34:56 +01:00
dependabot[bot]
5a114662e4 Bump giggsey/libphonenumber-for-php-lite from 8.13.55 to 9.0.23
Bumps [giggsey/libphonenumber-for-php-lite](https://github.com/giggsey/libphonenumber-for-php-lite) from 8.13.55 to 9.0.23.
- [Release notes](https://github.com/giggsey/libphonenumber-for-php-lite/releases)
- [Commits](https://github.com/giggsey/libphonenumber-for-php-lite/compare/8.13.55...9.0.23)

---
updated-dependencies:
- dependency-name: giggsey/libphonenumber-for-php-lite
  dependency-version: 9.0.23
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-09 13:52:05 +01:00
dependabot[bot]
a0ecc12049 Bump nette/php-generator from 4.2.0 to 4.2.1
Bumps [nette/php-generator](https://github.com/nette/php-generator) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/nette/php-generator/releases)
- [Commits](https://github.com/nette/php-generator/compare/v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: nette/php-generator
  dependency-version: 4.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-09 13:47:42 +01:00
dependabot[bot]
4d27c08992 Bump symfony/var-exporter from 7.4.0 to 8.0.0
Bumps [symfony/var-exporter](https://github.com/symfony/var-exporter) from 7.4.0 to 8.0.0.
- [Release notes](https://github.com/symfony/var-exporter/releases)
- [Changelog](https://github.com/symfony/var-exporter/blob/8.1/CHANGELOG.md)
- [Commits](https://github.com/symfony/var-exporter/compare/v7.4.0...v8.0.0)

---
updated-dependencies:
- dependency-name: symfony/var-exporter
  dependency-version: 8.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-09 13:45:55 +01:00
dependabot[bot]
f869da4883 Bump phpstan/phpstan-phpunit from 2.0.12 to 2.0.13
Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) from 2.0.12 to 2.0.13.
- [Release notes](https://github.com/phpstan/phpstan-phpunit/releases)
- [Commits](https://github.com/phpstan/phpstan-phpunit/compare/2.0.12...2.0.13)

---
updated-dependencies:
- dependency-name: phpstan/phpstan-phpunit
  dependency-version: 2.0.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-09 13:43:51 +01:00
Henrique Moody
c783abaf37
Upgrade respect/string-formatter to 1.6.0 and remove redundant alias
- Updated respect/string-formatter from ^1.0 to ^1.6
- Removed manual 'f' alias for FormatterBuilder as the package now handles it
- Simplified aliases.php by delegating aliasing to the dependency itself

Assisted-by: OpenCode (ollama-cloud/glm-4.7)
2026-02-09 13:38:40 +01:00
Alexandre Gomes Gaigalas
8eaedcfba0 Update composer lifecycle
- Commit composer.lock.
 - The lock is not ignored anymore.
 - Changed to ramsey/composer-install action for cache.
2026-02-06 19:20:10 +00:00