diff --git a/composer.json b/composer.json index b07a88b8..4002a586 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,8 @@ { "name": "ergebnis/classy", - "type": "library", "description": "Provides a finder for classy constructs (classes, interfaces, and traits).", + "license": "MIT", + "type": "library", "keywords": [ "finder", "classy", @@ -10,14 +11,17 @@ "interfaces", "traits" ], - "homepage": "https://github.com/ergebnis/classy", - "license": "MIT", "authors": [ { "name": "Andreas Möller", "email": "am@localheinz.com" } ], + "homepage": "https://github.com/ergebnis/classy", + "support": { + "issues": "https://github.com/ergebnis/classy/issues", + "source": "https://github.com/ergebnis/classy" + }, "require": { "php": "^7.2 || ^8.0", "ext-tokenizer": "*" @@ -33,6 +37,19 @@ "vimeo/psalm": "^4.16.1", "zendframework/zend-file": "^2.8.3" }, + "autoload": { + "psr-4": { + "Ergebnis\\Classy\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "Ergebnis\\Classy\\Test\\": "test/" + }, + "classmap": [ + "test/Fixture" + ] + }, "config": { "allow-plugins": { "composer/package-versions-deprecated": true, @@ -48,22 +65,5 @@ "branch-alias": { "dev-main": "1.0-dev" } - }, - "autoload": { - "psr-4": { - "Ergebnis\\Classy\\": "src/" - } - }, - "autoload-dev": { - "psr-4": { - "Ergebnis\\Classy\\Test\\": "test/" - }, - "classmap": [ - "test/Fixture" - ] - }, - "support": { - "issues": "https://github.com/ergebnis/classy/issues", - "source": "https://github.com/ergebnis/classy" } } diff --git a/composer.lock b/composer.lock index dc8f2020..0f5d7256 100644 --- a/composer.lock +++ b/composer.lock @@ -5745,5 +5745,5 @@ "platform-overrides": { "php": "7.2.33" }, - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.2.0" }