Skip to content

Commit 4e478e2

Browse files
committed
Rename to etl-adapter-doctrine
1 parent 1f8faae commit 4e478e2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎CHANGELOG.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## [Unreleased] - 2021-03-22
22

33
### Changed
4-
- [3ea958](https://github.com/flow-php/etl-adapter-dbal/commit/3ea95818ff969bdb9151e8590fa1952a3878a60d) - **Initial commit** - [@tomaszhanc](https://github.com/tomaszhanc)
4+
- [3ea958](https://github.com/flow-php/etl-adapter-doctrine/commit/3ea95818ff969bdb9151e8590fa1952a3878a60d) - **Initial commit** - [@tomaszhanc](https://github.com/tomaszhanc)
55

6-
Generated by [Automation](https://github.com/aeon-php/automation)
6+
Generated by [Automation](https://github.com/aeon-php/automation)

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# ETL Adapter: DBAL
1+
# ETL Adapter: Doctrine
22

3-
![PHP Version](https://img.shields.io/packagist/php-v/flow-php/etl-adapter-dbal)
4-
![Tests](https://github.com/flow-php/etl-adapter-dbal/workflows/Tests/badge.svg?branch=1.x)
3+
![PHP Version](https://img.shields.io/packagist/php-v/flow-php/etl-adapter-doctrine)
4+
![Tests](https://github.com/flow-php/etl-adapter-doctrine/workflows/Tests/badge.svg?branch=1.x)
55

66
## Description
77

‎composer.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "flow-php/etl-adapter-dbal",
2+
"name": "flow-php/etl-adapter-doctrine",
33
"type": "library",
44
"license": "MIT",
55
"description": "ETL adapter for bulk operations using Doctrine DBAL Bulk",

0 commit comments

Comments
 (0)