Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Fix broken namespace for composer.json
  • Loading branch information
catacgc committed Oct 3, 2012
1 parent 8702e81 commit c36f95c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -18,7 +18,7 @@
"php": ">=5.3.0"
},
"autoload": {
"psr-0": { "Liip\\Process": "" }
"psr-0": { "Liip\\ProcessManager": "" }
},
"target-dir": "Liip/Process"
"target-dir": "Liip/ProcessManager"
}

0 comments on commit c36f95c

Please sign in to comment.