Skip to content

Commit

Permalink
Moved source files to new src dir. Closes rosell-dk#39
Browse files Browse the repository at this point in the history
  • Loading branch information
rosell-dk committed Apr 17, 2018
1 parent 3e43b2c commit 44ad251
Show file tree
Hide file tree
Showing 30 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
composer.lock
composer.phar
/vendor
/Tests/*.webp
/tests/*.webp
4 changes: 2 additions & 2 deletions .php_cs.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

$finder = PhpCsFixer\Finder::create()
->exclude('Tests')
->exclude('tests')
->in(__DIR__)
;

Expand All @@ -16,4 +16,4 @@ $config
->setFinder($finder)
;

return $config;
return $config;
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "phpunit"
},
"autoload": {
"psr-4": { "WebPConvert\\": "" }
"psr-4": { "WebPConvert\\": "src/" }
},
"authors": [
{
Expand Down
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
>
<testsuites>
<testsuite name="WebPConvert Test Suite">
<directory>./Tests/</directory>
<directory>./tests/</directory>
</testsuite>
</testsuites>

Expand All @@ -23,7 +23,7 @@
<directory>./</directory>
<exclude>
<directory>./vendor</directory>
<directory>./Tests</directory>
<directory>./tests</directory>
</exclude>
</whitelist>
</filter>
Expand Down
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 44ad251

Please sign in to comment.