Skip to content

Commit

Permalink
Merge branch '4.x' into psr12
Browse files Browse the repository at this point in the history
  • Loading branch information
l0gicgate committed Jan 2, 2020
2 parents 9547af3 + 539c334 commit 3bff092
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Expand Up @@ -58,7 +58,11 @@
},
"autoload": {
"psr-4": {
"Slim\\": "Slim",
"Slim\\": "Slim"
}
},
"autoload-dev": {
"psr-4": {
"Slim\\Tests\\": "tests"
}
},
Expand Down

0 comments on commit 3bff092

Please sign in to comment.