Skip to content

Commit

Permalink
Change PSR-0 to PSR-4.
Browse files Browse the repository at this point in the history
  • Loading branch information
yetanotherape committed Jul 14, 2015
1 parent 8096755 commit 1542aca
Show file tree
Hide file tree
Showing 23 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -25,8 +25,8 @@
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"psr-0": {
"DiffMatchPatch": "src/"
"psr-4": {
"DiffMatchPatch\\": "src"
}
}
}
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Expand Up @@ -7,13 +7,13 @@
>
<testsuites>
<testsuite name="DiffMatchPatch Test Suite">
<directory suffix="Test.php">tests/DiffMatchPatch/</directory>
<directory suffix="Test.php">tests/</directory>
</testsuite>
</testsuites>

<filter>
<whitelist>
<directory suffix=".php">src/DiffMatchPatch/</directory>
<directory suffix=".php">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.

0 comments on commit 1542aca

Please sign in to comment.