René's URL Explorer Experiment


Title: Bump the dev-dependencies group with 2 updates by dependabot[bot] · Pull Request #74 · EngineScript/EngineScript · GitHub

Open Graph Title: Bump the dev-dependencies group with 2 updates by dependabot[bot] · Pull Request #74 · EngineScript/EngineScript

X Title: Bump the dev-dependencies group with 2 updates by dependabot[bot] · Pull Request #74 · EngineScript/EngineScript

Description: Updates the requirements on phpunit/phpunit and phpstan/phpstan to permit the latest version. Updates phpunit/phpunit to 12.2.7 Release notes Sourced from phpunit/phpunit's releases. PHPUnit 12.2.7 Fixed #6254: defects,randomconfiguration is supported by implementation, but it is not allowed by the XML configuration file schema #6259: Order of tests which use data from data providers is not affected by test sorting #6266: Superfluous whitespace in TestDox output when test method name has a number after the test prefix How to install or update PHPUnit Changelog Sourced from phpunit/phpunit's changelog. [12.2.7] - 2025-07-11 Fixed #6254: defects,randomconfiguration is supported by implementation, but it is not allowed by the XML configuration file schema #6259: Order of tests which use data from data providers is not affected by test sorting #6266: Superfluous whitespace in TestDox output when test method name has a number after the test prefix [12.2.6] - 2025-07-04 Fixed #6104: Test with dependencies and data provider fails #6163: @no-named-arguments leads to static analysis errors for variadic arguments [12.2.5] - 2025-06-27 Fixed #6249: No meaningful error when element is missing required name attribute [12.2.4] - 2025-06-26 Changed Including information about the Git repository (such as the commit hash and branch name) in the Open Test Reporting XML format is now an opt-in feature that can be enabled via the --include-git-information CLI option or the includeGitInformation attribute in the XML configuration file Fixed If Git information is included in the Open Test Reporting XML format (see above), any credentials that may be configured as part the remote.origin.url setting in Git were written to the originUrl attribute of elements. For example, when cloning a GitHub repository using a URL like https://username:password@github.com/organization/repository.git both username and password were included in the XML report. Since this report may be shared, published, or archived (for example, on a CI server) while including this information, this was reported as a potential security vulnerability (CVE-2025-53103). Any credentials are now removed before writing them to the XML report. [12.2.3] - 2025-06-20 Added #6236: failOnPhpunitWarning attribute on the element of the XML configuration file and --fail-on-phpunit-warning CLI option for controlling whether PHPUnit should fail on PHPUnit warnings (default: true) #6239: --do-not-fail-on-deprecation, --do-not-fail-on-phpunit-warning, --do-not-fail-on-phpunit-deprecation, --do-not-fail-on-empty-test-suite, --do-not-fail-on-incomplete, --do-not-fail-on-notice, --do-not-fail-on-risky, --do-not-fail-on-skipped, and --do-not-fail-on-warning CLI options --do-not-report-useless-tests CLI option as a replacement for --dont-report-useless-tests Deprecated #6240: --dont-report-useless-tests CLI option (use --do-not-report-useless-tests instead) Fixed #6243: Constraints cannot be implemented without using internal class ExpectationFailedException [12.2.2] - 2025-06-13 Fixed ... (truncated) Commits 8b1348b Prepare release 39f739a Merge branch '11.5' into 12.2 446d438 Prepare release 26e3b10 Merge branch '10.5' into 11.5 6e0a2bc Prepare release 64dea84 Merge branch '11.5' into 12.2 7587997 Closes #6266 4acdb58 Merge branch '11.5' into 12.2 de5d027 Merge branch '10.5' into 11.5 f5133b2 Merge branch '9.6' into 10.5 Additional commits viewable in compare view Updates phpstan/phpstan to 2.1.17 Release notes Sourced from phpstan/phpstan's releases. 2.1.17 Major new features 🚀 Introducing Editor Mode (phpstan/phpstan-src@74b909a) Learn more: https://phpstan.org/user-guide/editor-mode Bleeding edge 🔪 Report new static() in static method of abstract class - level 0 (phpstan/phpstan-src@a5f7c06) If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon: includes: - vendor/phpstan/phpstan/conf/bleedingEdge.neon Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more Improvements 🔧 This release includes improvements and bugfixes from PHPStan 1.12.27 Bugfixes 🐛 Fix array_column() with explicit null $index_key (#3970), #12945, thanks @​herndlm! AlwaysRememberedExpr - use getNativeExprType (phpstan/phpstan-src@222676e) Invalidate result cache properly when property hook changes (phpstan/phpstan-src@dff492e, phpstan/phpstan-src@268d7c6) Result cache - react to property having abstract/final/asymmetric visibility changed (phpstan/phpstan-src@0ad2a6a) Result cache - react to property being virtual changing (phpstan/phpstan-src@e33a560) Function signature fixes 🤖 Update libxml_get_errors() (#3973), thanks @​jack-worman! Internals 🔍 Call ProcessPromise::cancel() from deferred canceller (phpstan/phpstan-src@df4c1f3) Solve some cases of dead code (phpstan/phpstan-src@e1e8302) ... (truncated) Commits 89b5ef6 PHPStan 2.1.17 ac6dae9 Updated PHPStan to commit ac6dae9b014720d077a4fa371d34ea57e2713cfe c4211ad Editor mode docs ea816fc Updated PHPStan to commit ea816fcce3d01247137a97423c143b847607b484 4c8c60d Update playground-runner dd38409 Updated PHPStan to commit dd3840912ea421745a238d139cdd61c87db9106a 8d3e66f Updated PHPStan to commit 8d3e66f52b5abf32283b5afa5a75ab3bdd30e6d8 08180bd Update errors identifiers a8f412a Updated PHPStan to commit a8f412a2ec1bfb455cfc529bb4e8a05a9caf1249 fed47b1 Updated PHPStan to commit fed47b1c3c57bd319b71d653d17f70973b62e7fc Additional commits viewable in compare view 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

Open Graph Description: Updates the requirements on phpunit/phpunit and phpstan/phpstan to permit the latest version. Updates phpunit/phpunit to 12.2.7 Release notes Sourced from phpunit/phpunit's releases. PHPUnit ...

X Description: Updates the requirements on phpunit/phpunit and phpstan/phpstan to permit the latest version. Updates phpunit/phpunit to 12.2.7 Release notes Sourced from phpunit/phpunit's releases. PHPU...

Opengraph URL: https://github.com/EngineScript/EngineScript/pull/74

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:b8aa3ec2-581d-7d4f-4e2e-ddb2e8b49880
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id9890:16C3D3:1D93907:28A5522:6A4F2660
html-safe-nonceddc333d82417bd6944dc5e2a96e988037209489dc5f528fe3dba98b2cd836c59
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5ODkwOjE2QzNEMzoxRDkzOTA3OjI4QTU1MjI6NkE0RjI2NjAiLCJ2aXNpdG9yX2lkIjoiNTEyODk4NzU4ODAzNjYwMTQ0MSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac7cd268010a3c18183c2c7f010e8d55617056663869ab457a64704bac984870f7
hovercard-subject-tagpull_request:2664020328
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/EngineScript/EngineScript/pull/74/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altUpdates the requirements on phpunit/phpunit and phpstan/phpstan to permit the latest version. Updates phpunit/phpunit to 12.2.7 Release notes Sourced from phpunit/phpunit's releases. PHPUnit ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb92d11c0aa4a77d54ef4af1078b6a15fb5a70a215b30c4ecf28889d5a8e656d9
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/EngineScript/EngineScript git https://github.com/EngineScript/EngineScript.git
octolytics-dimension-user_id50476375
octolytics-dimension-user_loginEngineScript
octolytics-dimension-repository_id191669024
octolytics-dimension-repository_nwoEngineScript/EngineScript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id191669024
octolytics-dimension-repository_network_root_nwoEngineScript/EngineScript
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release2b8f23afb982271f1b22258a94aede67a6b77760
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/EngineScript/EngineScript/pull/74/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FEngineScript%2FEngineScript%2Fpull%2F74%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FEngineScript%2FEngineScript%2Fpull%2F74%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=EngineScript%2FEngineScript
Reloadhttps://github.com/EngineScript/EngineScript/pull/74/files
Reloadhttps://github.com/EngineScript/EngineScript/pull/74/files
Reloadhttps://github.com/EngineScript/EngineScript/pull/74/files
Please reload this pagehttps://github.com/EngineScript/EngineScript/pull/74/files
EngineScript https://github.com/EngineScript
EngineScripthttps://github.com/EngineScript/EngineScript
Please reload this pagehttps://github.com/EngineScript/EngineScript/pull/74/files
Notifications https://github.com/login?return_to=%2FEngineScript%2FEngineScript
Fork 4 https://github.com/login?return_to=%2FEngineScript%2FEngineScript
Star 18 https://github.com/login?return_to=%2FEngineScript%2FEngineScript
Code https://github.com/EngineScript/EngineScript
Issues 0 https://github.com/EngineScript/EngineScript/issues
Pull requests 2 https://github.com/EngineScript/EngineScript/pulls
Discussions https://github.com/EngineScript/EngineScript/discussions
Actions https://github.com/EngineScript/EngineScript/actions
Projects https://github.com/EngineScript/EngineScript/projects
Wiki https://github.com/EngineScript/EngineScript/wiki
Security and quality 1 https://github.com/EngineScript/EngineScript/security
Insights https://github.com/EngineScript/EngineScript/pulse
Code https://github.com/EngineScript/EngineScript
Issues https://github.com/EngineScript/EngineScript/issues
Pull requests https://github.com/EngineScript/EngineScript/pulls
Discussions https://github.com/EngineScript/EngineScript/discussions
Actions https://github.com/EngineScript/EngineScript/actions
Projects https://github.com/EngineScript/EngineScript/projects
Wiki https://github.com/EngineScript/EngineScript/wiki
Security and quality https://github.com/EngineScript/EngineScript/security
Insights https://github.com/EngineScript/EngineScript/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FEngineScript%2FEngineScript%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FEngineScript%2FEngineScript%2Fissues%2Fnew%2Fchoose
PDowneyhttps://github.com/PDowney
masterhttps://github.com/EngineScript/EngineScript/tree/master
dependabot/composer/dev-dependencies-861015b544https://github.com/EngineScript/EngineScript/tree/dependabot/composer/dev-dependencies-861015b544
Conversation 5 https://github.com/EngineScript/EngineScript/pull/74
Commits 1 https://github.com/EngineScript/EngineScript/pull/74/commits
Checks 8 https://github.com/EngineScript/EngineScript/pull/74/checks
Files changed https://github.com/EngineScript/EngineScript/pull/74/files
Please reload this pagehttps://github.com/EngineScript/EngineScript/pull/74/files
Bump the dev-dependencies group with 2 updates https://github.com/EngineScript/EngineScript/pull/74/files#top
Show all changes 1 commit https://github.com/EngineScript/EngineScript/pull/74/files
782add8 Bump the dev-dependencies group with 2 updates dependabot[bot] Jul 14, 2025 https://github.com/EngineScript/EngineScript/pull/74/commits/782add8bbb4933ca79759602c9da5154c6e1fc69
Clear filters https://github.com/EngineScript/EngineScript/pull/74/files
Please reload this pagehttps://github.com/EngineScript/EngineScript/pull/74/files
Please reload this pagehttps://github.com/EngineScript/EngineScript/pull/74/files
composer.jsonhttps://github.com/EngineScript/EngineScript/pull/74/files#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34
View file https://github.com/EngineScript/EngineScript/blob/782add8bbb4933ca79759602c9da5154c6e1fc69/composer.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/EngineScript/EngineScript/pull/74/{{ revealButtonHref }}
https://github.com/EngineScript/EngineScript/pull/74/files#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34
https://github.com/EngineScript/EngineScript/pull/74/files#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34
Please reload this pagehttps://github.com/EngineScript/EngineScript/pull/74/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.