Skip to content

Commit

Permalink
Merge pull request #127 from clue-labs/psr4
Browse files Browse the repository at this point in the history
Use PSR-4 layout under src/
  • Loading branch information
clue committed Mar 1, 2015
2 parents b5507a2 + 35acf8d commit 945cf57
Show file tree
Hide file tree
Showing 47 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://github.com/clue/graph",
"license": "MIT",
"autoload": {
"psr-0": {"Fhaculty": "lib/"}
"psr-4": {"Fhaculty\\Graph\\": "src/"}
},
"require": {
"php": ">=5.3.0"
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</testsuites>
<filter>
<whitelist>
<directory>./lib</directory>
<directory>./src/</directory>
</whitelist>
</filter>
</phpunit>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 945cf57

Please sign in to comment.