Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release 3.19.0 into 4.0.x #114

Merged
merged 24 commits into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
0e61b86
Lock file maintenance
renovate[bot] Sep 25, 2023
ac69349
Lock file maintenance
renovate[bot] Oct 2, 2023
2c03648
Lock file maintenance
renovate[bot] Oct 9, 2023
e221643
Lock file maintenance
renovate[bot] Oct 16, 2023
eee04ab
Lock file maintenance
renovate[bot] Oct 30, 2023
746e1a2
Lock file maintenance
renovate[bot] Nov 6, 2023
73ac610
Lock file maintenance
renovate[bot] Nov 13, 2023
f0f1573
Lock file maintenance
renovate[bot] Nov 20, 2023
b2f72c2
Lock file maintenance
renovate[bot] Nov 27, 2023
716e5c9
Change parameter names to match PHP's `ArrayObject`
gsteel Jan 3, 2024
2af7e90
Fix minor psalm issues
gsteel Jan 3, 2024
4d6340c
Change parameter name to match `\SplPriorityQueue::insert()`
gsteel Jan 3, 2024
b80cbae
Merge pull request #112 from laminas/renovate/lock-file-maintenance
gsteel Jan 3, 2024
310bb16
Lock file maintenance
renovate[bot] Jan 8, 2024
de2503a
Lock file maintenance
renovate[bot] Jan 15, 2024
6ed0bb1
Bump dev deps, refresh lock
gsteel Jan 19, 2024
b29cdcf
Fix `RiskyTruthyFalsyComparison` issue introduced in Psalm 5.20.x
gsteel Jan 19, 2024
d80a365
On PHP 8.4 `SplPriorityQueue::insert` should have a return type of bool
gsteel Jan 19, 2024
4b2e8aa
Add `failOn(deprecation|notice|warning)` to PHPUnit configuration
gsteel Jan 19, 2024
1d0ed8a
Reset psalm baseline
gsteel Jan 19, 2024
2b88fe5
cast $strict to bool before comparing. Also deprecate method
gsteel Jan 19, 2024
6a192dd
Merge pull request #113 from gsteel/php-8.4-compatibility
Ocramius Jan 19, 2024
45b9dca
Merge remote-tracking branch 'upstream/4.0.x' into 3.19.x-merge-up-in…
gsteel Jan 19, 2024
bb59799
Reset baseline post merge-up
gsteel Jan 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.5",
"phpbench/phpbench": "^1.2.14",
"phpunit/phpunit": "^10.3.3",
"phpbench/phpbench": "^1.2.15",
"phpunit/phpunit": "^10.5.8",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.15.0"
"vimeo/psalm": "^5.20.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading