Commit graph

15 commits

Author SHA1 Message Date
Mathias Brodala a7fe26f307
Clarify trait usage (#15)
Properly state that this is a trait, the class name does not suggest so ATM. Also suggest renaming it on import to avoid confusion.
2024-03-26 09:54:40 +01:00
Daniel Siepmann 747a0fca3a
Add new command to readme (#14)
The command got introduced with latest release.
But we missed to add it to the readme.
2024-02-13 11:49:20 +01:00
Daniel Siepmann ec7e3a8cb3
Add support for TYPO3 v13 and PHP 8.3 (#13) 2024-02-05 15:51:10 +01:00
Daniel Siepmann 77a7d13c70
Support empty extra columns in CSV conversion (#12) 2023-11-09 13:15:56 +01:00
Daniel Siepmann 8a83c508a2
Mark as dev dependency (#11)
That way composer will warn consumers if they require this package as
none --dev.

Resolves: #9
2023-11-09 10:11:33 +01:00
Daniel Siepmann 7589a2bf9a
Add command to convert from CSV to PHP (#10) 2023-11-09 10:05:45 +01:00
Daniel Siepmann 3e594a0d15
Support MM Relations (#8)
Those don't have a hash or uid field.
We use a quick check whether a table is part of TCA in order to
determine those tables.
2023-08-10 08:34:14 +02:00
Daniel Siepmann dedec24de6
Release v1.3.0 2023-05-11 15:08:41 +02:00
Daniel Siepmann 2d06b324e4
Add Support for TYPO3 v12.4 (#6) 2023-05-11 15:07:40 +02:00
Daniel Siepmann 65efed087a
Use composer update instead of install (#7)
There is no composer.lock within the project. Composer would raise a
notice when using composer install without a lock file.
2023-05-11 10:48:41 +02:00
Daniel Siepmann 94be69a307
Add PHP 7.2 support (#5) 2023-05-04 15:18:45 +02:00
Daniel Siepmann ae33eeddc9
Add command to convert from XML to PHP (#2)
A bin was added with a single command.
That command allows to convert multiple XML files to PHP files in place.
2023-04-12 12:05:53 +02:00
Daniel Siepmann 5887cb87fe
First basic implementation (#1)
Allows to import a PHP data set within TYPO3 testing framework.
Allows to assert a PHP data set within TYPO3 testing framework.
2023-04-11 15:12:51 +02:00
Daniel Siepmann 150e2b6611
Allow registration at packagist 2023-04-11 13:14:12 +02:00
Daniel Siepmann 8a504ce454
Initial commit 2023-04-11 09:30:44 +02:00