Skip to content

Commit 63a3618

Browse files
authored
Merge pull request #17 from dapphp/2.5.5
2.5.5
2 parents e0dbfb5 + b09b394 commit 63a3618

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ matrix:
1616
dist: trusty
1717
- php: 7.2
1818
dist: trusty
19+
- php: 7.3
20+
dist: bionic
21+
- php: 7.4
22+
dist: bionic
1923

2024
before_install:
2125
- composer require --dev --no-update phpunit/phpunit ^4.8

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"keywords": ["radius","authentication","authorization","pap","chap","ms-chap","ms-chap v2","rfc2865","rfc1994","rfc2284","rfc2869","rfc2759"],
66
"homepage": "https://github.com/dapphp/radius",
77
"require": {
8-
"php": ">=5.3"
8+
"php": ">=5.3 || <= 7.4"
99
},
1010
"require-dev": {
11-
"phpunit/phpunit": "~4.8"
11+
"phpunit/phpunit": "^4.8"
1212
},
1313
"suggest": {
1414
"ext-openssl": "To support hashing required by Pear_CHAP"

0 commit comments

Comments
 (0)