Skip to content

Commit 2669a2d

Browse files
committed
Explicitly require PHP above 5.6
1 parent f60c70f commit 2669a2d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ php:
55
- '7.1'
66
- '7.2'
77
- '7.3'
8+
- '7.4'
89

910
before_script: composer install
1011
script:

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
}
2222
],
2323
"require": {
24+
"php": "^5.6.0|^7.0",
2425
"simplesamlphp/simplesamlphp": "~1.0",
2526
"simplesamlphp/composer-module-installer": "~1.0"
2627
},

0 commit comments

Comments
 (0)