tonik / theme

Tonik is a WordPress Starter Theme which aims to modernize, organize and enhance some aspects of WordPress theme development.
http://labs.tonik.pl/theme/
MIT License
1.33k stars 140 forks source link

Add autoload configuration for theme in `composer.json` file. #3

Closed jedrzejchalubek closed 7 years ago

jedrzejchalubek commented 7 years ago
"autoload": {
    "psr-4": {
        "Tonik\\Theme\\": "src/"
    }
}