Skip to content

Commit 5b8a221

Browse files
committed
PSR-4 is my new friend 😺
1 parent 9ed6035 commit 5b8a221

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ php:
88
before_script:
99
- echo 'date.timezone = "UTC"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
1010
- composer install --dev -o -n
11+
- vendor/bin/phpunit --version
12+
- mkdir -p build/logs
1113

1214
script:
13-
- mkdir -p build/logs
1415
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
1516

1617
after_script:
17-
- php vendor/bin/coveralls -v
18+
- php vendor/bin/coveralls -v

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
}
2222
],
2323
"autoload": {
24-
"psr-0": {
25-
"Scriptotek\\": "src/"
24+
"psr-4": {
25+
"Scriptotek\\Sru\\": "src/"
2626
}
2727
},
2828
"autoload-dev": {
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)