Skip to content

Commit 205ee00

Browse files
author
Janwillem
committed
correct autoloading
1 parent 82730ae commit 205ee00

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"name": "scssphp/server",
33
"description": "Server for on-the-fly .scss compilation",
4-
"type": "project",
4+
"type": "libary",
5+
"autoload": {
6+
"psr-4": { "ScssPhp\\Server\\": "src/" }
7+
},
8+
"autoload-dev": {
9+
"psr-4": { "ScssPhp\\Server\\Tests\\": "tests/" }
10+
},
511
"require": {
612
"scssphp/scssphp": "^1.0"
713
},

0 commit comments

Comments
 (0)