From aa44cf73eb678f30840605a921ba7e973fc606c6 Mon Sep 17 00:00:00 2001 From: Valentin Udaltsov Date: Sat, 7 Sep 2024 10:28:09 +0300 Subject: [PATCH] Fix composer.json --- composer.json | 2 +- src/composer.json | 24 ------------------------ 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 src/composer.json diff --git a/composer.json b/composer.json index 8ffdd2b..fe18990 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "typhoon/declaration-id", "description": "A set of identifiers for PHP declarations (constants, functions, classes, templates, etc.)", "license": "MIT", - "type": "project", + "type": "library", "authors": [ { "name": "Valentin Udaltsov", diff --git a/src/composer.json b/src/composer.json deleted file mode 100644 index 1dd1cad..0000000 --- a/src/composer.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "typhoon/declaration-id", - "description": "Typhoon Declaration Id", - "license": "MIT", - "type": "library", - "authors": [ - { - "name": "Valentin Udaltsov", - "email": "udaltsov.valentin@gmail.com" - }, - { - "name": "Typhoon Team", - "homepage": "https://github.com/orgs/typhoon-php/people" - } - ], - "require": { - "php": "^8.1" - }, - "autoload": { - "psr-4": { - "Typhoon\\DeclarationId\\": "" - } - } -}