This version allows users to get the Item definition of ArrayShape types, and gives you access to the type definition of these item. Using the new ArrayShape::getItems() method.
This patch ensures this library works with php-parser v5. Due a conflict in the way both libraries were handling the forward compatibility on php 7.4 for language constructs in php 8+. This patch version should not have any impact on the way you are using the library unless you did use the value of the T_NAME_QUALIFIED and T_NAME_FULLY_QUALIFIED constants, and you are running php 7.4
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the dependencies group with 6 updates:
2.2.4
2.2.6
0.18.10
0.18.11
1.7.3
1.8.0
7.0.0
7.0.2
7.0.0
7.0.2
10.5.3
10.5.8
Updates
amphp/parallel
from 2.2.4 to 2.2.6Release notes
Sourced from amphp/parallel's releases.
Commits
5aeaad2
Fix referenced watcher hanging event loop if worker is not joined7b53bad
Add IPC docsf013263
Thread worker tests8984c83
Mark test as not performing assertions instead of skipped48653bc
Better pool shutdown470293d
Adjust some tests for Windows CI0a0ab6b
ext-parallel is buggy on 8.1241ad1b
Update Psalm and suppress false-positive42c53f0
Skip exit test in threadbedf7ed
Unreference std streamsUpdates
humbug/php-scoper
from 0.18.10 to 0.18.11Release notes
Sourced from humbug/php-scoper's releases.
Commits
d4df72a
ci: Add PHP 8.3 to the matrix (#941)d348097
fixfd7dd7e
update laravelf9efaf6
chore: Add PHP 8.3 to the matrixebe236c
chore: Upgrade to PHPUnit 10 (#938)f01e3ab
chore: Add support for Symfony 7 (#937)53d3cf2
chore: Bump the minimum required Symfony version to 6.4 (#936)1104533
build(deps-dev): Bump the dependencies group (#935)591f0fb
test: Fix PHPUnit scoping build (#934)cddf84c
build(deps): Bump the dependencies group (#931)Updates
phpdocumentor/type-resolver
from 1.7.3 to 1.8.0Release notes
Sourced from phpdocumentor/type-resolver's releases.
Commits
fad4527
Merge pull request #194 from antoinelame/1.x8430ca5
Merge pull request #197 from mukuru-shaun/update-parser-token-values-to-ints6ef1296
Update parser token constant values to ints instead of stringse03361c
Merge pull request #196 from phpDocumentor/dependabot/github_actions/phpDocum...607fb33
Bump phpDocumentor/.github from 0.4.0 to 0.5.0029d5bf
Fix style3ac1b5e
Add missing imports7aae003
Add ArrayShapeTest023d067
Merge branch 'phpDocumentor:1.x' into 1.x6f00a54
[CI] fix yaml lintUpdates
symfony/process
from 7.0.0 to 7.0.2Release notes
Sourced from symfony/process's releases.
Commits
acd3eb5
Merge branch '6.4' into 7.0c4b1ef0
Suppress warnings from is_executable8c0cb68
Merge branch '6.4' into 7.0c3649cf
Merge branch '6.3' into 6.40a4e8fa
Merge branch '5.4' into 6.38fa2217
always pass microseconds to usleep as integersUpdates
symfony/var-dumper
from 7.0.0 to 7.0.2Release notes
Sourced from symfony/var-dumper's releases.
Commits
5f6f1a5
Merge branch '6.4' into 7.068d6573
Merge branch '6.3' into 6.4376d3c6
[VarDumper] Fix CSS alignment in HtmlDumper01615b5
Merge branch '6.4' into 7.0f0873fd
Merge branch '6.3' into 6.4a52ec2b
[VarDumper] Test intl formatter broken since dumper does not replace the nnbs...Updates
phpunit/phpunit
from 10.5.3 to 10.5.8Changelog
Sourced from phpunit/phpunit's changelog.
Commits
08f4fa7
Prepare release47366bd
Merge branch '9.6' into 10.53767b2c
Prepare releasefde3741
Merge branch '9.6' into 10.56eb6946
Update ChangeLogac7b263
Merge branch '9.6' into 10.517e0c64
Fixd8ab07c
Improve migration failure messages1ca4c54
Fix CS/WS issuese76fc20
Merge branch '9.6' into 10.5Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show