mirror of
https://github.com/DBDiff/DBDiff.git
synced 2026-04-25 05:15:49 +03:00
[PR #108] feat: upgrade dependencies to use latest PHP version +Illuminate + phpunit + symfony/yml #261
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DBDiff#261
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/DBDiff/DBDiff/pull/108
Author: @celorodovalho
Created: 11/19/2020
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
671f01afeat: 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.