[PR #25] [MERGED] Update dependencies for CI build #34

Closed
opened 2026-01-24 11:24:54 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/reflection/pull/25
Author: @alcaeus
Created: 12/2/2019
Status: Merged
Merged: 12/3/2019
Merged by: @alcaeus

Base: masterHead: update-dependencies


📝 Commits (3)

  • 5eefae4 Update dependencies
  • 07b0d59 Simplify phpstan call on travis-ci
  • 2c2888e Resolve version conflict with doctrine/common

📊 Changes

5 files changed (+883 additions, -457 deletions)

View changed files

📝 .travis.yml (+1 -1)
📝 composer.json (+4 -4)
📝 composer.lock (+869 -448)
📝 phpstan.neon.dist (+8 -3)
📝 tests/Doctrine/Tests/Common/Reflection/StaticReflectionParserTest.php (+1 -1)

📄 Description

This brings in a newer PHPStan version that allows us to simplify the call by configuring paths and level in phpstan.neon.dist.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/reflection/pull/25 **Author:** [@alcaeus](https://github.com/alcaeus) **Created:** 12/2/2019 **Status:** ✅ Merged **Merged:** 12/3/2019 **Merged by:** [@alcaeus](https://github.com/alcaeus) **Base:** `master` ← **Head:** `update-dependencies` --- ### 📝 Commits (3) - [`5eefae4`](https://github.com/doctrine/reflection/commit/5eefae4186d519d035b9e95b09e6e1fbb967bfee) Update dependencies - [`07b0d59`](https://github.com/doctrine/reflection/commit/07b0d599868d31144357b42b74cc79ffc2091b1c) Simplify phpstan call on travis-ci - [`2c2888e`](https://github.com/doctrine/reflection/commit/2c2888effb66b0dd6d788ec43d089e911bd1047f) Resolve version conflict with doctrine/common ### 📊 Changes **5 files changed** (+883 additions, -457 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -1) 📝 `composer.json` (+4 -4) 📝 `composer.lock` (+869 -448) 📝 `phpstan.neon.dist` (+8 -3) 📝 `tests/Doctrine/Tests/Common/Reflection/StaticReflectionParserTest.php` (+1 -1) </details> ### 📄 Description This brings in a newer PHPStan version that allows us to simplify the call by configuring paths and level in phpstan.neon.dist. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-24 11:24:54 +01:00
admin closed this issue 2026-01-24 11:24:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/reflection#34