Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Duvan Monsalve committed Dec 6, 2012
1 parent eae8fa3 commit 17e2ee8
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
},
"autoload": {
"psr-0": {
"Phpquery": "src"
"phpQuery": "src"
}
}
}
4 changes: 2 additions & 2 deletions composer.json~
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "duvanmonsa/php-query",
"name": "duvanmonsa/phpQuery",
"description": "phpQuery",
"keywords": ["phpQuery", "lib"],
"type": "library",
@@ -18,7 +18,7 @@
},
"autoload": {
"psr-0": {
"Phpquery": "src"
"phpQuery": "src"
}
}
}

0 comments on commit 17e2ee8

Please sign in to comment.