Skip to content

Commit 1b29228

Browse files
authored
Add type for composer
Makes the `composer create-project vendor/package-name` command to show up on packagist.org
1 parent 5a37398 commit 1b29228

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "typo3/cms-base-distribution",
33
"description" : "TYPO3 CMS Base Distribution",
44
"license": "GPL-2.0-or-later",
5+
"type": "project",
56
"config": {
67
"platform": {
78
"php": "7.4.1"

0 commit comments

Comments
 (0)