Skip to content

Commit f97d1e8

Browse files
authored
Merge pull request #571 from lBeJIuk/master
gettext should not be listed as a dependency
2 parents 910a31b + 675bc98 commit f97d1e8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ Installation
9595
* `openssl`. Install the openssl library. It handles x509 certificates.
9696
* `mcrypt`. Install that library and its php driver if you're going to handle
9797
encrypted data (`nameID`, `assertions`).
98-
* `gettext`. Install that library and its php driver. It handles translations.
9998
* `curl`. Install that library and its php driver if you plan to use the IdP Metadata parser.
10099

101100
Since [PHP 5.3 is officially unsupported](http://php.net/eol.php) we recommend you to use a newer PHP version.

composer.json

-3
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,5 @@
3131
"phploc/phploc": "*",
3232
"pdepend/pdepend" : "1.1.0",
3333
"squizlabs/php_codesniffer": "2.9.0"
34-
},
35-
"suggest": {
36-
"ext-gettext": "Install gettext and php5-gettext libs to handle translations"
3734
}
3835
}

0 commit comments

Comments
 (0)