Skip to content

Commit

Permalink
Added: Correct php version and official packagist name.
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelpichler committed Apr 29, 2012
1 parent 5cf9c33 commit e5af991
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "zerkalica/pdepend",
"description": "Unofficial version of pdepend to be handled with Composer",
"name": "pdepend/pdepend",
"description": "Official version of pdepend to be handled with Composer",
"require": {
"php": ">=5.3.0"
"php": ">=5.2.3"
},
"bin": ["src/bin/pdepend"]
}
Expand Down

0 comments on commit e5af991

Please sign in to comment.