Skip to content

Commit dd60dfa

Browse files
Fixed configuration and dependencies
1 parent e2e33a1 commit dd60dfa

File tree

4 files changed

+5
-1537
lines changed

4 files changed

+5
-1537
lines changed

.coveralls.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
service_name: travis-ci
2-
src_dir: ./
32
coverage_clover: build/logs/clover.xml

.gitignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
vendor/
2-
build/
1+
build
2+
composer.lock
3+
vendor

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "namshi/jose",
33
"description": "JSON Object Signing and Encryption library for PHP.",
44
"require-dev": {
5-
"phpunit/phpunit": "~4.5",
6-
"satooshi/php-coveralls": "dev-master"
5+
"phpunit/phpunit": "^4.5|^5.0",
6+
"satooshi/php-coveralls": "^1.0"
77
},
88
"license": "MIT",
99
"keywords": ["jws", "jwt", "json", "json web token", "json web signature", "token"],

0 commit comments

Comments
 (0)