8000 Merge pull request #39 from eugene-matvejev/improved_autoloading · learn-symfony/css-compiler@130570b · GitHub
[go: up one dir, main page]

Skip to content

Commit 130570b

Browse files
author
Eugene Matvejev
authored
Merge pull request #39 from eugene-matvejev/improved_autoloading
RC5 - improved autoloading
2 parents 84cc34b + 6513dfc commit 130570b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
],
1212
"autoload": {
1313
"psr-4": {
14-
"EM\\CssCompiler\\Handler\\": "",
1514
"EM\\CssCompiler\\": "src/"
16-
}
15+
},
16+
"classmap": [
17+
"ScriptHandler.php"
18+
]
1719
},
1820
"autoload-dev": {
1921
"psr-4": {

0 commit comments

Comments
 (0)
0