Skip to content

Commit

Permalink
Fix psr-4 composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Feb 28, 2018
1 parent b43e1fe commit a710d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "onelogin/api",
"type": "library",
"version": "1.0.0",
"version": "1.1.0",
"minimum-stability": "dev",
"require": {
"php": ">=5.5",
Expand All @@ -14,7 +14,7 @@
},
"autoload": {
"psr-4": {
"OneLogin\\api\\": "api/src/"
"OneLogin\\api\\": "src/"
}
}
}

0 comments on commit a710d0d

Please sign in to comment.