mirror of
https://github.com/code-rhapsodie/dataflow-bundle.git
synced 2026-03-24 06:42:23 +01:00
[PR #35] [MERGED] Add Symfony 5.0 compatibility #54
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:sf5📝 Commits (8)
64434e7update travis config0601debadd doctrine dbal 2 in requirementdc488c1remove php cs fixer. Use a global installed CS Fixer442b79aAdd backward compatibility3b69785add coverage for SF5.09bc3405add tests912ae40code coverage on lowest versiond9f68f7code 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.