Renamed library/ to src/ to be consistent with other projects.

This commit is contained in:
Ben Ramsey
2012-07-18 16:55:29 -05:00
parent f2060ada25
commit db0cf77ed4
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -19,6 +19,6 @@
"php": ">=5.3.3"
},
"autoload": {
"psr-0": {"Rhumsaa\\Uuid": "library/"}
"psr-0": {"Rhumsaa\\Uuid": "src/"}
}
}