Skip to content

Commit

Permalink
Window added and structural changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Nov 2, 2014
1 parent ef99bf9 commit 66bf213
Show file tree
Hide file tree
Showing 12 changed files with 205 additions and 671 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ script:

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --access-token="9f7c1f77406519d4acf36b843e6838dee2a5a6ae51c86fd7e96b7ea33897f513" --format=php-clover ./build/logs/clover.xml
- php ocular.phar code-coverage:upload --format=php-clover ./build/logs/clover.xml
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,16 @@
"christian-riesen/base32": "~1.1"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"satooshi/php-coveralls": "0.*"
"phpunit/phpunit": "4.*"
},
"suggest": {
},
"autoload": {
"psr-4": { "OTPHP\\": "lib/" }
},
"autoload-dev": {
"psr-4": { "OTPHP\\": "tests/" }
},
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev"
Expand Down
Loading

0 comments on commit 66bf213

Please sign in to comment.