Skip to content

Commit

Permalink
Merge pull request #17 from dapphp/2.5.5
Browse files Browse the repository at this point in the history
2.5.5
  • Loading branch information
dapphp committed May 13, 2021
2 parents e0dbfb5 + b09b394 commit 63a3618
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ matrix:
dist: trusty
- php: 7.2
dist: trusty
- php: 7.3
dist: bionic
- php: 7.4
dist: bionic

before_install:
- composer require --dev --no-update phpunit/phpunit ^4.8
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"keywords": ["radius","authentication","authorization","pap","chap","ms-chap","ms-chap v2","rfc2865","rfc1994","rfc2284","rfc2869","rfc2759"],
"homepage": "https://github.com/dapphp/radius",
"require": {
"php": ">=5.3"
"php": ">=5.3 || <= 7.4"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
"phpunit/phpunit": "^4.8"
},
"suggest": {
"ext-openssl": "To support hashing required by Pear_CHAP"
Expand Down

0 comments on commit 63a3618

Please sign in to comment.