File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ Installation
95
95
* ` openssl ` . Install the openssl library. It handles x509 certificates.
96
96
* ` mcrypt ` . Install that library and its php driver if you're going to handle
97
97
encrypted data (` nameID ` , ` assertions ` ).
98
- * ` gettext ` . Install that library and its php driver. It handles translations.
99
98
* ` curl ` . Install that library and its php driver if you plan to use the IdP Metadata parser.
100
99
101
100
Since [ PHP 5.3 is officially unsupported] ( http://php.net/eol.php ) we recommend you to use a newer PHP version.
Original file line number Diff line number Diff line change 31
31
"phploc/phploc" : " *" ,
32
32
"pdepend/pdepend" : " 1.1.0" ,
33
33
"squizlabs/php_codesniffer" : " 2.9.0"
34
- },
35
- "suggest" : {
36
- "ext-gettext" : " Install gettext and php5-gettext libs to handle translations"
37
34
}
38
35
}
You can’t perform that action at this time.
0 commit comments