[PR #108] feat: upgrade dependencies to use latest PHP version +Illuminate + phpunit + symfony/yml #261

Open
opened 2026-03-07 20:42:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DBDiff/DBDiff/pull/108
Author: @celorodovalho
Created: 11/19/2020
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • 671f01a feat: upgrade dependencies to use latest Illuminate versions, update the code to follow changes in the dependencies

📊 Changes

11 files changed (+2943 additions, -746 deletions)

View changed files

📝 .gitignore (+2 -0)
📝 composer.json (+6 -5)
📝 composer.lock (+2888 -719)
📝 phpunit.xml (+0 -1)
📝 src/DB/DBManager.php (+11 -2)
📝 src/DB/Data/ArrayDiff.php (+4 -3)
📝 src/DB/Data/LocalTableData.php (+23 -9)
📝 src/DB/Data/TableData.php (+3 -2)
📝 src/DB/Schema/TableSchema.php (+3 -2)
📝 templates/simple-db-migrate.tmpl (+2 -2)
📝 tests/End2EndTest.php (+1 -1)

📄 Description

update the code to follow changes in the dependencies


🔄 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/DBDiff/DBDiff/pull/108 **Author:** [@celorodovalho](https://github.com/celorodovalho) **Created:** 11/19/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`671f01a`](https://github.com/DBDiff/DBDiff/commit/671f01a791e6fa15220968164ece44b0b0e557db) feat: upgrade dependencies to use latest Illuminate versions, update the code to follow changes in the dependencies ### 📊 Changes **11 files changed** (+2943 additions, -746 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) 📝 `composer.json` (+6 -5) 📝 `composer.lock` (+2888 -719) 📝 `phpunit.xml` (+0 -1) 📝 `src/DB/DBManager.php` (+11 -2) 📝 `src/DB/Data/ArrayDiff.php` (+4 -3) 📝 `src/DB/Data/LocalTableData.php` (+23 -9) 📝 `src/DB/Data/TableData.php` (+3 -2) 📝 `src/DB/Schema/TableSchema.php` (+3 -2) 📝 `templates/simple-db-migrate.tmpl` (+2 -2) 📝 `tests/End2EndTest.php` (+1 -1) </details> ### 📄 Description update the code to follow changes in the dependencies --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/DBDiff#261
No description provided.