Skip to content

Commit 45a403e

Browse files
committed
- use psr-4
1 parent 09b67eb commit 45a403e

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ install:
2121

2222
script:
2323
- phpunit --colors tests/dHttpTest --coverage-clover=coverage.xml
24-
25-
after_script:
26-
- php vendor/bin/coveralls
2724

2825
after_success:
2926
- codecov

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"ext-curl": "*"
1919
},
2020
"autoload": {
21-
"psr-0": {"dHttp": ""}
21+
"psr-4": {"dHttp\\": "dHttp/"}
2222
}
2323
}

0 commit comments

Comments
 (0)