Skip to content

Commit 20c893d

Browse files
authored
Update composer.json
1 parent 2946d6c commit 20c893d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smartclass/schoost",
3-
"type": "library",
3+
"type": "symfony-bundle",
44
"description": "Schoost, school operating system",
55
"keywords": ["school", "school management", "sis"],
66
"homepage": "https://www.schoost.com",
@@ -13,10 +13,10 @@
1313
],
1414
"require": {
1515
"php": ">=5.4"
16-
},
16+
},
1717
"autoload": {
1818
"psr-4" : {
19-
"Schoost\\" : "src/"
19+
"SmartClass\\Bundle\\Schoost\\" : "src/"
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)