nuno maduro
7d187dd50a
release: v4.7.7
2026-07-31 21:52:59 -04:00
nuno maduro
758778fe22
chore: removes --tia hidden code
2026-07-31 21:35:42 -04:00
nuno maduro
1b83b8fcda
release: v4.7.6
2026-07-17 16:33:29 +01:00
nuno maduro
ff4aba2ffa
chore: updates snapshots
2026-07-17 14:32:33 +01:00
nuno maduro
feaac1ab7e
chore: fixes rector ignore
2026-07-17 14:32:27 +01:00
nuno maduro
bbc6ada21e
chore: bumps deps
2026-07-17 14:32:17 +01:00
Sonali dudhia
3927dbfcdf
fix: report dataset provider errors as failing tests ( #1749 )
...
Errors raised while resolving a test's dataset (missing named dataset,
throwing dataset closure) previously crashed the whole run. Now the data
provider catches them, wraps them in a DatasetProviderError, and the test
method rethrows the original throwable so the affected test fails cleanly
with a non-zero exit code while other tests keep running.
2026-07-17 14:13:01 +01:00
nuno maduro
5dc49a71d6
release: v4.7.5
2026-07-06 18:06:29 +01:00
nuno maduro
1adb484d3f
chore: bumps deps
2026-07-06 18:05:35 +01:00
nuno maduro
aadf7e92a6
fix: escape generated test case filename ( #1746 )
...
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 13:18:26 +01:00
nuno maduro
df42b9ed7b
chore: style
2026-07-06 13:17:11 +01:00
dependabot[bot]
632ae79c8b
build(deps): bump actions/cache in the github-actions group ( #1745 )
...
Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache ).
Updates `actions/cache` from 5.0.5 to 6.1.0
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/27d5ce7f107fe9357f9df03efb73ab90386fccae...55cc8345863c7cc4c66a329aec7e433d2d1c52a9 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 6.1.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-06 12:57:08 +01:00
nuno maduro
ee2e97e932
release: v4.7.4
2026-06-25 20:09:05 +01:00
nuno maduro
b561236325
chore: bumps phpunit
2026-06-25 20:09:05 +01:00
dependabot[bot]
e685179b7e
Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group ( #1737 )
...
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout ).
Updates `actions/checkout` from 6.0.3 to 7.0.0
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/df4cb1c069e1874edd31b4311f1884172cec0e10...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-25 20:03:39 +01:00
Conor Murphy
ac8feafdcc
fix: guard Tia argv scanning against non-string args ( #1736 )
...
The Tia plugin scans the raw argv with str_starts_with() in
argumentPresent() and hasExplicitPathArgument(). In the parallel worker
path (bin/worker.php) the unserialized argv can contain an integer
--random-order-seed value as a separate element, which made
str_starts_with() throw:
TypeError: str_starts_with(): Argument #1 ($haystack) must be of
type string, int given
This is the same class of bug as #1206 , which was only fixed in
HandleArguments; it resurfaced in the newer Tia plugin. Cast each argv
element to string before scanning, mirroring the #1206 fix.
Adds a regression test, and updates the parallel count assertion and the
success snapshot to account for it.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-25 20:03:06 +01:00
nuno maduro
87882a8561
fix: exit code
2026-06-12 06:57:27 +01:00
nuno maduro
77ef7e0df1
ci: bumps setup-php pinned commit
2026-06-12 06:51:58 +01:00
dependabot[bot]
12100dd901
Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group ( #1730 )
...
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout ).
Updates `actions/checkout` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd...df4cb1c069e1874edd31b4311f1884172cec0e10 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-12 06:51:20 +01:00
nuno maduro
20c12d006e
docs: fixes alt
2026-06-12 06:32:20 +01:00
nuno maduro
3aab02d2eb
ci: fixes dd test
2026-06-11 10:50:24 +01:00
nuno maduro
553aac65e6
release: v4.7.3
2026-06-11 10:40:18 +01:00
Punyapal Shah
be49a3ce18
Fix: dd ( #1692 )
...
* fix: update dd method to return never type
Co-authored-by: Copilot <copilot@github.com >
* fix: enhance var_dump calls to accept additional arguments
* fix: update dd method to handle paratest and collision printer environments
* test: add dd method tests for ExpectationFailedException in parallel mode
Co-authored-by: Copilot <copilot@github.com >
---------
Co-authored-by: Copilot <copilot@github.com >
2026-06-11 10:16:07 +01:00
Chetan
04c9d41895
fix: update gitlab urls for issues and prs to match new format ( #1728 )
...
* fix: update gitlab urls for issues and prs to match new format
Added an optional host parameter to the gitlab method, defaulting to 'gitlab.com'. Updated the issues and prs URLs to include '/-/' in the path, which is the new format for GitLab URLs. This change ensures that the URLs generated for GitLab projects are correct and reflect the new structure of GitLab's URLs for issues and merge requests.
Host parameter allows users to specify a custom GitLab instance if they are using a self-hosted version of GitLab, while still maintaining the default behavior for users who are using gitlab.com.
* fix: update gitlab method to use hostname parameter correctly
2026-06-11 10:13:26 +01:00
nuno maduro
dfb7b870af
fix: retry output expected string
2026-06-11 10:12:41 +01:00
nuno maduro
37821e1108
chore: fixes output snapshots on team city
2026-06-11 10:12:32 +01:00
nuno maduro
cd711a25d5
chore: bumps phpunit
2026-06-11 10:08:36 +01:00
nuno maduro
eee60c9e11
fix: duplicated team city output
2026-06-11 10:08:27 +01:00
jp
c40c8dbc24
[4.x] Fix Checks ( #1709 )
...
* fix(composer): set root version for feature-branch CI
pest-plugin-browser ^4.3.1 requires pestphp/pest ^4.4.5 on the root package.
Without an explicit version, Composer infers dev-<branch> on PR branches,
which fails composer update before tests run.
* set root version of composer
* fix indent
2026-06-06 01:23:08 +01:00
dependabot[bot]
2d93c9c373
Bump shivammathur/setup-php in the github-actions group ( #1707 )
...
Bumps the github-actions group with 1 update: [shivammathur/setup-php](https://github.com/shivammathur/setup-php ).
Updates `shivammathur/setup-php` from 2.37.0 to 2.37.1
- [Release notes](https://github.com/shivammathur/setup-php/releases )
- [Commits](https://github.com/shivammathur/setup-php/compare/accd6127cb78bee3e8082180cb391013d204ef9f...7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc )
---
updated-dependencies:
- dependency-name: shivammathur/setup-php
dependency-version: 2.37.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-04 17:55:17 +01:00
nuno maduro
e5ab3af05b
ci: update dependabot config (add cooldown, single update entry)
2026-06-04 17:54:45 +01:00
nuno maduro
40b88b62ef
release: v4.7.2
2026-06-01 07:08:59 +01:00
nuno maduro
e3361bc321
fix: don't ob_start with pao
2026-06-01 07:08:50 +01:00
nuno maduro
92e76eb5ab
ci: runs ci only against stable
2026-06-01 06:32:29 +01:00
nuno maduro
bd22f478b8
chore: fixes issues with contracts and symfony 8.1
2026-06-01 06:24:42 +01:00
nuno maduro
eeaac34cf6
release: v4.7.1
2026-06-01 05:42:12 +01:00
nuno maduro
b9b07d8983
chore: bump dependencies
2026-06-01 05:42:03 +01:00
nuno maduro
6aa7d2f891
fix: better fatal exceptions reporting
2026-06-01 05:41:58 +01:00
nuno maduro
1c21a7647a
chore: fixes types
2026-05-13 12:20:00 +01:00
nuno maduro
d649de1988
chore: add security policy
2026-05-12 02:48:25 +01:00
nuno maduro
783ca4bcd6
chore(deps): limit dependabot to maintained branches (4.x + 5.x)
2026-05-12 02:34:08 +01:00
nuno maduro
ba07497219
chore: enable Dependabot version updates for GitHub Actions ( #1700 )
2026-05-11 22:12:07 -03:00
nuno maduro
1ca021dea6
chore: pin GitHub Actions to commit SHAs ( #1695 )
...
* chore: pin GitHub Actions to commit SHAs
* chore: pin GitHub Actions to commit SHAs
2026-05-12 02:08:47 +01:00
nuno maduro
2fc75cfcf0
chore: updates snapshots
2026-05-03 13:09:32 -03:00
nuno maduro
6cc48f63f8
chore: style
2026-05-03 13:06:24 -03:00
nuno maduro
e0419d1328
release: v4.7.0
2026-05-03 12:46:24 -03:00
nuno maduro
faa6988801
Merge pull request #1682 from pestphp/feat/tia
...
[4.x] TIA Engine
2026-05-03 16:27:58 +01:00
nuno maduro
c12247fafd
Revert "wip"
...
This reverts commit 1b168aba1c .
2026-05-03 11:45:39 -03:00
nuno maduro
29b4452443
wip
2026-05-03 11:33:30 -03:00
nuno maduro
1b168aba1c
wip
2026-05-03 11:30:13 -03:00
nuno maduro
6aabd977cd
wip
2026-05-03 11:01:52 -03:00
nuno maduro
a882543c53
wip
2026-05-03 10:57:28 -03:00
nuno maduro
c250b9da4f
wip
2026-05-03 10:37:17 -03:00
nuno maduro
46bc3dc628
wip
2026-05-03 10:34:44 -03:00
nuno maduro
d3ce498b8a
wip
2026-05-03 10:31:47 -03:00
nuno maduro
e1a4b98b71
wip
2026-05-03 10:16:10 -03:00
nuno maduro
9afbcd5c18
wuip
2026-05-03 09:54:02 -03:00
nuno maduro
75593b6454
wip
2026-05-03 13:37:27 +01:00
nuno maduro
89590d6120
wip
2026-05-03 13:35:01 +01:00
nuno maduro
fb0978c9bf
wip
2026-05-03 13:26:48 +01:00
nuno maduro
a3796daa42
wip
2026-05-03 13:24:10 +01:00
nuno maduro
e3004db666
wip
2026-05-03 12:43:38 +01:00
nuno maduro
99cc4e0146
wip
2026-05-02 19:33:09 +01:00
nuno maduro
a47e6f8fef
wip
2026-05-02 19:30:14 +01:00
nuno maduro
536d79f765
wip
2026-05-02 19:20:55 +01:00
nuno maduro
65c0fbc528
wip
2026-05-02 19:07:41 +01:00
nuno maduro
9e4cf4b665
wip
2026-05-02 18:58:42 +01:00
nuno maduro
7bea819978
wip
2026-05-02 18:47:26 +01:00
nuno maduro
4280233b40
wip
2026-05-02 18:37:24 +01:00
nuno maduro
d6db3a8a20
wip
2026-05-02 18:32:05 +01:00
nuno maduro
51c8ce4df6
wip
2026-05-02 18:31:32 +01:00
nuno maduro
5b8393b925
wip
2026-05-02 18:25:41 +01:00
nuno maduro
e4d9b61fdf
wip
2026-05-02 18:25:27 +01:00
nuno maduro
e2d940cd53
wip
2026-05-02 18:25:21 +01:00
nuno maduro
380ccd30b4
wip
2026-05-02 18:03:25 +01:00
nuno maduro
31c200716d
wip
2026-05-02 18:03:14 +01:00
nuno maduro
6add4da543
wip
2026-05-02 18:02:20 +01:00
nuno maduro
8ddcd3e853
wip
2026-05-02 18:02:13 +01:00
nuno maduro
e3e178fd94
wip
2026-05-02 17:59:21 +01:00
nuno maduro
7b1ec9f003
wip
2026-05-02 17:59:13 +01:00
nuno maduro
1e48c5d473
wip
2026-05-02 17:59:00 +01:00
nuno maduro
d00ec95dd9
wip
2026-05-02 17:58:55 +01:00
nuno maduro
89f3d6cb39
wip
2026-05-02 17:45:54 +01:00
nuno maduro
a07a2e512a
wip
2026-05-02 17:39:15 +01:00
nuno maduro
57eecb2b3d
wip
2026-05-02 17:38:12 +01:00
nuno maduro
9f804dc954
wip
2026-05-02 17:38:08 +01:00
nuno maduro
7cbad4c589
wip
2026-05-02 17:38:01 +01:00
nuno maduro
5cae93b059
wip
2026-05-02 17:37:56 +01:00
nuno maduro
df829ad19d
wip
2026-05-02 17:37:47 +01:00
nuno maduro
635460653c
wip
2026-05-02 17:37:34 +01:00
nuno maduro
1aa80dc398
wip
2026-05-02 17:18:35 +01:00
nuno maduro
8a14056111
wip
2026-05-02 17:15:46 +01:00
nuno maduro
f247dd8e7b
wip
2026-05-02 17:11:49 +01:00
nuno maduro
1c7c9754fd
wip
2026-05-02 17:07:08 +01:00
nuno maduro
5f37939fda
wip
2026-05-02 17:02:11 +01:00
nuno maduro
28305fcb7a
wip
2026-05-02 16:35:52 +01:00
nuno maduro
5242803694
wip
2026-05-02 15:54:00 +01:00
nuno maduro
925935a7e8
wip
2026-05-02 15:33:38 +01:00
nuno maduro
460401c379
wip
2026-05-02 15:26:58 +01:00
nuno maduro
348b439172
wip
2026-05-02 15:15:53 +01:00
nuno maduro
a4e77766c5
wip
2026-05-02 15:07:51 +01:00
nuno maduro
4a8c2d7d78
wip
2026-05-02 15:03:44 +01:00
nuno maduro
7d51601120
wip
2026-05-02 14:15:37 +01:00
nuno maduro
631bbe318b
wip
2026-05-02 13:43:32 +01:00
nuno maduro
9b7c15d5b6
wip
2026-05-02 12:03:35 +01:00
nuno maduro
872796bd9b
wip
2026-05-02 12:00:47 +01:00
nuno maduro
c38d32ae86
wip
2026-05-02 09:49:33 +01:00
nuno maduro
6407c4f78f
wip
2026-05-02 01:58:39 +01:00
nuno maduro
6e1bf63f6a
wip
2026-05-02 01:40:35 +01:00
nuno maduro
1d3e8bb5dd
wip
2026-05-02 01:03:06 +01:00
nuno maduro
3cc9b169e3
wip
2026-05-02 00:52:57 +01:00
nuno maduro
c4911d046b
wip
2026-05-02 00:06:04 +01:00
nuno maduro
d0295f6168
wip
2026-05-01 23:59:25 +01:00
nuno maduro
21efbc3107
wip
2026-05-01 22:55:38 +01:00
nuno maduro
e59b99cd73
wip
2026-05-01 22:51:55 +01:00
nuno maduro
bf48e20880
wip
2026-05-01 22:36:15 +01:00
nuno maduro
53db68e005
wip
2026-05-01 22:31:00 +01:00
nuno maduro
34f1e9a7f2
fix
2026-05-01 21:51:09 +01:00
nuno maduro
57fd5ce042
wip
2026-05-01 21:50:56 +01:00
nuno maduro
3bcabfb63b
fix
2026-05-01 21:50:52 +01:00
nuno maduro
aa3a7c303a
wip
2026-05-01 21:32:59 +01:00
nuno maduro
5c08a135f7
wip
2026-05-01 21:30:44 +01:00
nuno maduro
6e0e030d71
wip
2026-05-01 21:22:33 +01:00
nuno maduro
b2c07561e7
wip
2026-05-01 20:54:24 +01:00
nuno maduro
97600b6f0b
wip
2026-05-01 20:53:40 +01:00
nuno maduro
8a51f15d65
wip
2026-05-01 20:45:51 +01:00
nuno maduro
a349f53964
wip
2026-05-01 20:42:14 +01:00
nuno maduro
a725e774c0
wip
2026-05-01 20:28:39 +01:00
nuno maduro
bed5e5b54a
wip
2026-05-01 20:02:46 +01:00
nuno maduro
45b1d4ce20
wip
2026-05-01 19:50:54 +01:00
nuno maduro
d106b70766
wip
2026-05-01 17:24:22 +01:00
nuno maduro
6ac6c1518e
wip
2026-05-01 17:17:33 +01:00
nuno maduro
fda515a17f
wip
2026-05-01 16:42:01 +01:00
nuno maduro
0a97d3a288
asd
2026-05-01 15:33:06 +01:00
nuno maduro
3802fa80e6
asd
2026-05-01 15:19:19 +01:00
nuno maduro
5c3cbc14d2
wip
2026-05-01 15:07:10 +01:00
nuno maduro
6b9c768172
wip
2026-05-01 14:39:23 +01:00
nuno maduro
4a2fc179ae
asd
2026-05-01 13:54:25 +01:00
nuno maduro
b5bb2139dc
wqdqwd
2026-05-01 12:57:12 +01:00
nuno maduro
07416a3c61
wip
2026-05-01 03:30:28 +01:00
nuno maduro
30b94e3034
qdw
2026-05-01 02:10:08 +01:00
nuno maduro
be34eecb2f
wip
2026-05-01 01:55:18 +01:00
nuno maduro
5d9f95f8d4
qwdqwd
2026-05-01 01:44:08 +01:00
nuno maduro
48b70a03d5
wip
2026-05-01 01:32:48 +01:00
nuno maduro
4b8642b972
wip
2026-05-01 00:48:31 +01:00
nuno maduro
8711d51eac
fix
2026-05-01 00:19:44 +01:00
nuno maduro
58dfb6da64
wip
2026-04-30 22:12:53 +01:00
nuno maduro
d7735d1faa
wip
2026-04-30 22:00:56 +01:00
nuno maduro
6b59166f3c
wip
2026-04-30 21:08:00 +01:00
nuno maduro
3a26028d17
wip
2026-04-30 20:58:06 +01:00
nuno maduro
3c91bf4ad2
wip
2026-04-30 20:51:57 +01:00
nuno maduro
6a434be0f6
wip
2026-04-30 20:45:36 +01:00
nuno maduro
f355b99bbf
wip
2026-04-29 22:59:56 +01:00
nuno maduro
95a00341e9
wip for now
2026-04-29 02:22:37 +01:00
nuno maduro
466259646d
wip
2026-04-28 22:12:42 +01:00
nuno maduro
00f8d56083
wip
2026-04-28 21:41:20 +01:00
nuno maduro
ca2dca592d
wup
2026-04-28 21:34:40 +01:00
nuno maduro
405d8d4406
wip
2026-04-28 21:28:46 +01:00
nuno maduro
b944ee5841
wip
2026-04-27 19:15:42 +01:00
nuno maduro
f4e22dcafe
wip
2026-04-27 18:57:41 +01:00
nuno maduro
339c1e8cac
wip
2026-04-27 18:14:10 +01:00
nuno maduro
d4c7362132
wip
2026-04-27 16:56:27 +01:00
nuno maduro
81bfdbf8fe
wip
2026-04-27 13:16:05 +01:00
nuno maduro
f45cbf43c5
wip
2026-04-27 13:11:48 +01:00
nuno maduro
b9088d23fb
wip
2026-04-27 13:03:07 +01:00
nuno maduro
7250185423
wip
2026-04-27 12:22:05 +01:00
nuno maduro
e457eb0e9c
wip
2026-04-27 11:15:59 +01:00
nuno maduro
48357c6f30
wip
2026-04-27 10:30:08 +01:00
nuno maduro
b46f051550
wip
2026-04-23 17:32:27 -07:00
nuno maduro
3d3c5d41ac
wip
2026-04-23 12:29:24 -07:00
nuno maduro
caabebf2a1
wip
2026-04-23 10:56:17 -07:00
nuno maduro
470a5833d4
wip
2026-04-23 10:30:44 -07:00
nuno maduro
c1feefbb9e
wip
2026-04-23 09:44:12 -07:00
nuno maduro
e876dba8ba
wip
2026-04-23 09:29:56 -07:00
nuno maduro
d9c18f9c02
wip
2026-04-22 09:03:10 -07:00
nuno maduro
660b57b365
wip
2026-04-22 08:42:32 -07:00
nuno maduro
68527c996f
wip
2026-04-22 08:25:38 -07:00
nuno maduro
c6a42a2b28
wip
2026-04-22 08:07:52 -07:00
nuno maduro
fcf5c27914
chore: adds YouTube channel badge
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-21 21:56:04 -07:00
nuno maduro
856a370032
style
2026-04-21 09:44:26 -07:00
nuno maduro
e24882c486
wip
2026-04-21 09:41:19 -07:00
nuno maduro
51fc380789
wip
2026-04-21 09:40:01 -07:00
nuno maduro
f6609f4039
wip
2026-04-21 08:36:41 -07:00
nuno maduro
2941f9821f
wip
2026-04-21 08:15:24 -07:00
nuno maduro
ed399af43e
wip
2026-04-21 07:41:50 -07:00
nuno maduro
0d66dc4322
chore: removes https
2026-04-21 07:26:19 -07:00
nuno maduro
7e4280bf83
chore: improves feedback
2026-04-21 07:13:08 -07:00
nuno maduro
a5915b16ab
wip
2026-04-20 20:58:38 -07:00
nuno maduro
1476b529a1
wip
2026-04-20 19:56:23 -07:00
nuno maduro
2892341c28
wip
2026-04-20 14:28:18 -07:00
nuno maduro
59e781e77b
wip
2026-04-20 13:48:05 -07:00
nuno maduro
55a3394f8c
wip
2026-04-20 13:31:43 -07:00
nuno maduro
0d99c33c4e
wip
2026-04-20 13:16:59 -07:00
nuno maduro
adc5aae6f8
wip
2026-04-20 13:00:41 -07:00
nuno maduro
980667e845
wip
2026-04-20 12:25:39 -07:00
nuno maduro
8c849c5f40
fix: missing warning
2026-04-20 12:18:32 -07:00
nuno maduro
47f1fc2d94
feat(tia): continues to work on poc
2026-04-20 10:09:07 -07:00
nuno maduro
9c8033d60c
feat(tia): continues to work on poc
2026-04-20 10:09:07 -07:00
nuno maduro
42d1092a9e
feat(tia): continues to work on poc
2026-04-20 10:09:07 -07:00
nuno maduro
c7e32f5d33
feat(tia): continues to work on poc
2026-04-20 10:09:07 -07:00
nuno maduro
d379128cc4
feat(tia): continues to work on poc
2026-04-20 10:09:07 -07:00
nuno maduro
f09d6f2064
feat(tia): continues to work on poc
2026-04-20 10:09:07 -07:00
nuno maduro
494cc6e2a4
feat(tia): continues to work on poc
2026-04-20 10:09:07 -07:00
nuno maduro
f52a455773
fix
2026-04-20 10:09:07 -07:00
nuno maduro
184f5d2742
feat(tia): continues to work on poc
2026-04-20 10:09:07 -07:00
nuno maduro
1d81069a2a
feat(tia): continues to work on poc
2026-04-20 10:09:07 -07:00
nuno maduro
4b9bb77b54
feat(tia): adds poc
2026-04-20 10:09:07 -07:00
nuno maduro
c440031e28
feat(tia): adds poc
2026-04-20 10:09:07 -07:00
nuno maduro
bff44562a9
release: v4.6.3
2026-04-18 06:51:25 -07:00
nuno maduro
9ebb990f96
chore: bumps phpunit
2026-04-18 06:51:17 -07:00