Skip to content

Commit

Permalink
Switch to PSR-4
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Jan 22, 2016
1 parent 6249983 commit e574bd5
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 12 deletions.
24 changes: 14 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,24 @@
"type": "library",
"description": "Tor control library",
"keywords": ["tor"],
"homepage": "http://dunglas.fr",
"homepage": "https://dunglas.fr",
"license": "MIT",
"authors": [
{
"authors": [{
"name": "Kévin Dunglas",
"email": "dunglas@gmail.com"
}
],
"email": "dunglas@gmail.com",
"homepage": "https://dunglas.fr"
}],
"require": {
"php": ">=5.4"
},
"autoload": {
"psr-0": {
"": "src/"
"psr-4": {
"TorControl\\": "src/"
}
},
"require": {
"php": ">=5.4"
"autoload-dev": {
"psr-4": {
"TorControl\\Tests\\": "tests/Tests/"
}
}
}
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

<testsuites>
<testsuite name="TorControl">
<directory>./tests/TorControl/Tests</directory>
<directory>./tests/Tests</directory>
</testsuite>
</testsuites>

<filter>
<whitelist>
<directory suffix=".php">./src/TorControl</directory>
<directory suffix=".php">./src</directory>
</whitelist>
</filter>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e574bd5

Please sign in to comment.