Skip to content

composer.json is preffixed but also empty autoload psr-4 section is added #166

@TomasVotruba

Description

@TomasVotruba

Original

File /vendor/latte/latte/composer.json

	"autoload": {
		"classmap": ["src/"]
	},

Prefixed

    "autoload": {
        "classmap": [
            "src\/"
        ],
        "psr-4": []
    },

Related to: rectorphp/rector#319

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions