jadu / meteor

A packaging and deployment tool
https://jadu.github.io/meteor
MIT License
9 stars 1 forks source link

Allow autoload paths to be registered with Meteor. #63

Closed tompedals closed 7 years ago

tompedals commented 7 years ago

Fixes #52

Supports adding paths from Composer packages or explicitly with PSR-4 autoload paths.

"autoload": {
    "composer": ["spacecraft/migrations"],
    "psr-4": {
        "Jadu\\": "jadu/"
    }
}
coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.2%) to 87.574% when pulling 7868566d39d3a7d45491e9902fee9055190d19ed on 52_autoload-paths into 3a853302b085c2187f235ce01f8eac961b847295 on master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.3%) to 87.609% when pulling 139594ff14f154e908e765fdeee1ecf103e1d460 on 52_autoload-paths into 3a853302b085c2187f235ce01f8eac961b847295 on master.

tompedals commented 7 years ago

PHP-CS-Fixer was run on this branch with a newer version so there are some other slightly irrelevant changes in this PR.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.3%) to 87.609% when pulling 8d20a0d82307db8c0d2c37aa326632992e006502 on 52_autoload-paths into 3a853302b085c2187f235ce01f8eac961b847295 on master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.3%) to 87.609% when pulling 8d20a0d82307db8c0d2c37aa326632992e006502 on 52_autoload-paths into 3a853302b085c2187f235ce01f8eac961b847295 on master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.3%) to 87.609% when pulling d4f92f4547d67b6dc7340979ed8da6ce4653eeef on 52_autoload-paths into 3a853302b085c2187f235ce01f8eac961b847295 on master.