Skip to content

Commit

Permalink
Merge pull request #8 from clearbooks/jwt-upgrade
Browse files Browse the repository at this point in the history
Bump dependency version to fix security flaw
  • Loading branch information
patrick-clearbooks authored Dec 4, 2017
2 parents 18831e8 + 3074ad8 commit 54f62a4
Show file tree
Hide file tree
Showing 3 changed files with 378 additions and 149 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm
- nightly

install: composer install --dev
script: vendor/phpunit/phpunit/phpunit --coverage-clover build/logs/clover.xml test
install: composer install
script: vendor/phpunit/phpunit/phpunit --coverage-clover build/logs/clover.xml test
12 changes: 1 addition & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "project",
"require": {
"clearbooks/dilex": "^1.0",
"emarref/jwt": "^0.1.1"
"emarref/jwt": "^1.0.3"

},
"require-dev": {
Expand All @@ -17,16 +17,6 @@
"email": "[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "[email protected]:clearbooks/dilex.git"
},
{
"type": "composer",
"url": "https://carefulcoder.co.uk/composer"
}
],
"autoload": {
"psr-4": {
"Clearbooks\\Dilex\\": "src/"
Expand Down
Loading

0 comments on commit 54f62a4

Please sign in to comment.