Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# https://github.com/actions/labeler
'yokai/batch':
- 'src/batch/**'
'yokai/batch-box-spout':
- 'src/batch-box-spout/**'
'yokai/batch-doctrine-dbal':
- 'src/batch-doctrine-dbal/**'
'yokai/batch-doctrine-orm':
Expand Down
2 changes: 0 additions & 2 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ changelog:
categories:
- title: 'Changes made to the core: `yokai/batch`'
labels: ['yokai/batch']
- title: 'Changes made to the `box/spout` bridge: `yokai/batch-box-spout`'
labels: ['yokai/batch-box-spout']
- title: 'Changes made to the `doctrine/dbal` bridge: `yokai/batch-doctrine-dbal`'
labels: ['yokai/batch-doctrine-dbal']
- title: 'Changes made to the `doctrine/orm` bridge: `yokai/batch-doctrine-orm`'
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Some bridges to popular packages :

| Bridge with | |
|------------------------------------------------------------------------------------|----------------------------------------------------------------|
| `DEPRECATED` [`box/spout`](https://github.com/yokai-php/batch-box-spout) | Read/Write from/to CSV/ODS/XLSX |
| [`doctrine/dbal`](https://github.com/yokai-php/batch-doctrine-dbal) | Read/Write from/to SQL databases |
| [`doctrine/orm`](https://github.com/yokai-php/batch-doctrine-orm) | Read from Doctrine ORM entities |
| [`doctrine/persistence`](https://github.com/yokai-php/batch-doctrine-persistence) | Write to Doctrine ORM/ODM objects |
Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
},
"replace": {
"yokai/batch": "self.version",
"yokai/batch-box-spout": "self.version",
"yokai/batch-doctrine-dbal": "self.version",
"yokai/batch-doctrine-orm": "self.version",
"yokai/batch-doctrine-persistence": "self.version",
Expand All @@ -68,7 +67,6 @@
"autoload": {
"psr-4": {
"Yokai\\Batch\\": "src/batch/src/",
"Yokai\\Batch\\Bridge\\Box\\Spout\\": "src/batch-box-spout/src/",
"Yokai\\Batch\\Bridge\\Doctrine\\DBAL\\": "src/batch-doctrine-dbal/src/",
"Yokai\\Batch\\Bridge\\Doctrine\\ORM\\": "src/batch-doctrine-orm/src/",
"Yokai\\Batch\\Bridge\\Doctrine\\Persistence\\": "src/batch-doctrine-persistence/src/",
Expand All @@ -88,7 +86,6 @@
"Yokai\\Batch\\Sources\\Tests\\Symfony\\App\\": "tests/symfony/src/",
"Yokai\\Batch\\Sources\\Tests\\Symfony\\Tests\\": "tests/symfony/tests/",
"Yokai\\Batch\\Tests\\": "src/batch/tests/",
"Yokai\\Batch\\Tests\\Bridge\\Box\\Spout\\": "src/batch-box-spout/tests/",
"Yokai\\Batch\\Tests\\Bridge\\Doctrine\\DBAL\\": "src/batch-doctrine-dbal/tests/",
"Yokai\\Batch\\Tests\\Bridge\\Doctrine\\ORM\\": "src/batch-doctrine-orm/tests/",
"Yokai\\Batch\\Tests\\Bridge\\Doctrine\\Persistence\\": "src/batch-doctrine-persistence/tests/",
Expand Down
1 change: 0 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ parameters:
level: max
paths:
- src/batch/src/
- src/batch-box-spout/src/
- src/batch-doctrine-dbal/src/
- src/batch-doctrine-orm/src/
- src/batch-doctrine-persistence/src/
Expand Down
6 changes: 0 additions & 6 deletions src/batch-box-spout/.gitattributes

This file was deleted.

27 changes: 0 additions & 27 deletions src/batch-box-spout/.github/workflows/lockdown.yml

This file was deleted.

4 changes: 0 additions & 4 deletions src/batch-box-spout/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions src/batch-box-spout/LICENSE

This file was deleted.

53 changes: 0 additions & 53 deletions src/batch-box-spout/README.md

This file was deleted.

32 changes: 0 additions & 32 deletions src/batch-box-spout/composer.json

This file was deleted.

44 changes: 0 additions & 44 deletions src/batch-box-spout/docs/flat-file-item-reader.md

This file was deleted.

41 changes: 0 additions & 41 deletions src/batch-box-spout/docs/flat-file-item-writer.md

This file was deleted.

25 changes: 0 additions & 25 deletions src/batch-box-spout/phpunit.xml

This file was deleted.

39 changes: 0 additions & 39 deletions src/batch-box-spout/src/Exception/InvalidRowSizeException.php

This file was deleted.

Loading