We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e281f commit 686f637Copy full SHA for 686f637
1 file changed
composer.json
@@ -14,6 +14,9 @@
14
"php": ">=7.0.0"
15
},
16
"autoload" : {
17
+ "classmap": [
18
+ "src/Session.php"
19
+ ]
20
"psr-4" : {
21
"Session\\" : "src/Session"
22
}
0 commit comments