Skip to content

Commit 4a9fed9

Browse files
Increases minimum PHP version to 5.4
1 parent a594818 commit 4a9fed9

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
matrix:
2-
include:
3-
- php: 5.3
4-
dist: precise
5-
61
language: php
72

83
php:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The mongo module is an implementation of a SimpleSAMLphp (SSP) data store.
1111

1212
## Requirements
1313

14-
PHP 5.3.3 through 5.6
14+
PHP 5.4 through 5.6
1515

1616
[SimpleSAMLphp](https://simplesamlphp.org/)
1717

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^5.3.3",
19+
"php": "^5.4",
2020
"ext-mongo": "*",
2121
"simplesamlphp/composer-module-installer": "~1.0"
2222
},

0 commit comments

Comments
 (0)