Mark as dev dependency (#11)

That way composer will warn consumers if they require this package as
none --dev.

Resolves: #9
This commit is contained in:
Daniel Siepmann 2023-11-09 10:11:33 +01:00 committed by GitHub
parent 7589a2bf9a
commit 8a83c508a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -5,6 +5,7 @@
### Added
- Add command `convert-from-csv`.
- Mark as dev dependency.
## v1.3.1 - 2023-08-10

View file

@ -3,6 +3,10 @@
"description": "Enables usage of PHP data sets within TYPO3.",
"type": "library",
"license": "GPL-2.0-or-later",
"keywords": [
"dev",
"testing"
],
"autoload": {
"psr-4": {
"Codappix\\Typo3PhpDatasets\\": "Classes/"