Skip to content

Commit

Permalink
Merge pull request #11 from clearbooks/dilex-2
Browse files Browse the repository at this point in the history
Dilex 2 support
  • Loading branch information
patrick-clearbooks authored Nov 8, 2019
2 parents 3b68ea8 + c712bd6 commit 74e07c4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 1,924 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea/
vendor/
vendor/
composer.lock
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
language: php
php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3

install: composer install
script: vendor/phpunit/phpunit/phpunit --coverage-clover build/logs/clover.xml test
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
"description": "JWT authentication middleware for Dilex",
"type": "project",
"require": {
"clearbooks/dilex": "^1.0",
"php": ">=7.2",
"clearbooks/dilex": "^2.0",
"emarref/jwt": "^1.0.3"

},
"require-dev": {
"phpunit/phpunit": "^4.8"
"phpunit/phpunit": "^8"
},
"license": "LGPL-3.0",
"authors": [
Expand Down
Loading

0 comments on commit 74e07c4

Please sign in to comment.