mirror of
https://github.com/Codappix/typo3-php-datasets.git
synced 2024-11-14 18:56:11 +01:00
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:
parent
7589a2bf9a
commit
8a83c508a2
2 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Add command `convert-from-csv`.
|
- Add command `convert-from-csv`.
|
||||||
|
- Mark as dev dependency.
|
||||||
|
|
||||||
## v1.3.1 - 2023-08-10
|
## v1.3.1 - 2023-08-10
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,10 @@
|
||||||
"description": "Enables usage of PHP data sets within TYPO3.",
|
"description": "Enables usage of PHP data sets within TYPO3.",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
|
"keywords": [
|
||||||
|
"dev",
|
||||||
|
"testing"
|
||||||
|
],
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Codappix\\Typo3PhpDatasets\\": "Classes/"
|
"Codappix\\Typo3PhpDatasets\\": "Classes/"
|
||||||
|
|
Loading…
Reference in a new issue