[PR #35] [MERGED] Add Symfony 5.0 compatibility #54

Open
opened 2026-01-23 11:21:56 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/code-rhapsodie/dataflow-bundle/pull/35
Author: @jbcr
Created: 11/22/2019
Status: Merged
Merged: 11/26/2019
Merged by: @jbcr

Base: masterHead: sf5


📝 Commits (8)

  • 64434e7 update travis config
  • 0601deb add doctrine dbal 2 in requirement
  • dc488c1 remove php cs fixer. Use a global installed CS Fixer
  • 442b79a Add backward compatibility
  • 3b69785 add coverage for SF5.0
  • 9bc3405 add tests
  • 912ae40 code coverage on lowest version
  • d9f68f7 code coverage on 3.4 version

📊 Changes

8 files changed (+163 additions, -51 deletions)

View changed files

📝 .travis.yml (+17 -6)
📝 CHANGELOG.md (+1 -0)
📝 Tests/Manager/ScheduledDataflowManagerTest.php (+40 -0)
📝 Tests/Runner/PendingDataflowRunnerTest.php (+62 -30)
📝 composer.json (+10 -11)
src/Event/CrEvent.php (+20 -0)
📝 src/Event/ProcessingEvent.php (+1 -2)
📝 src/Runner/PendingDataflowRunner.php (+12 -2)

📄 Description

No error or incompatibility found when I use this bundle into a Symfony 5.0 project.


🔄 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/code-rhapsodie/dataflow-bundle/pull/35 **Author:** [@jbcr](https://github.com/jbcr) **Created:** 11/22/2019 **Status:** ✅ Merged **Merged:** 11/26/2019 **Merged by:** [@jbcr](https://github.com/jbcr) **Base:** `master` ← **Head:** `sf5` --- ### 📝 Commits (8) - [`64434e7`](https://github.com/code-rhapsodie/dataflow-bundle/commit/64434e711dbf272fa8ec9b9b195f9f45385c4ac3) update travis config - [`0601deb`](https://github.com/code-rhapsodie/dataflow-bundle/commit/0601debf1f68418762d0ad44abacd5e40b48c842) add doctrine dbal 2 in requirement - [`dc488c1`](https://github.com/code-rhapsodie/dataflow-bundle/commit/dc488c1521799ad551c7c2141dea303a9074954e) remove php cs fixer. Use a global installed CS Fixer - [`442b79a`](https://github.com/code-rhapsodie/dataflow-bundle/commit/442b79af48aa5295cf2610760a774c75b3661968) Add backward compatibility - [`3b69785`](https://github.com/code-rhapsodie/dataflow-bundle/commit/3b69785f555a4dcd20f7bed715e3a904e824b2bb) add coverage for SF5.0 - [`9bc3405`](https://github.com/code-rhapsodie/dataflow-bundle/commit/9bc34053fde0a35b9c26479ba7d0b6f55703ce0e) add tests - [`912ae40`](https://github.com/code-rhapsodie/dataflow-bundle/commit/912ae40080527459cbe6b31bebaa45bfeba7241b) code coverage on lowest version - [`d9f68f7`](https://github.com/code-rhapsodie/dataflow-bundle/commit/d9f68f79cbeddc9e416140c654e30354d720367f) code coverage on 3.4 version ### 📊 Changes **8 files changed** (+163 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+17 -6) 📝 `CHANGELOG.md` (+1 -0) 📝 `Tests/Manager/ScheduledDataflowManagerTest.php` (+40 -0) 📝 `Tests/Runner/PendingDataflowRunnerTest.php` (+62 -30) 📝 `composer.json` (+10 -11) ➕ `src/Event/CrEvent.php` (+20 -0) 📝 `src/Event/ProcessingEvent.php` (+1 -2) 📝 `src/Runner/PendingDataflowRunner.php` (+12 -2) </details> ### 📄 Description No error or incompatibility found when I use this bundle into a Symfony 5.0 project. --- <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-23 11:21:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: code-rhapsodie/dataflow-bundle#54