Skip to content

Commit

Permalink
missing '\' in psr-4 namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Bashar Qassis authored Oct 10, 2017
1 parent 5f03597 commit d0fbcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"description": "SimpleSHM is a simple and small abstraction layer for shared memory manipulation using PHP.",
"autoload": {
"psr-4": { "Simple\\SHM": "src/" }
"psr-4": { "Simple\\SHM\\": "src/" }
},
"require": {
"php": ">=5.3.3"
Expand Down

0 comments on commit d0fbcb2

Please sign in to comment.