Skip to content

Commit

Permalink
Merge pull request #571 from lBeJIuk/master
Browse files Browse the repository at this point in the history
gettext should not be listed as a dependency
  • Loading branch information
pitbulk authored Jan 16, 2024
2 parents 910a31b + 675bc98 commit f97d1e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ Installation
* `openssl`. Install the openssl library. It handles x509 certificates.
* `mcrypt`. Install that library and its php driver if you're going to handle
encrypted data (`nameID`, `assertions`).
* `gettext`. Install that library and its php driver. It handles translations.
* `curl`. Install that library and its php driver if you plan to use the IdP Metadata parser.

Since [PHP 5.3 is officially unsupported](http://php.net/eol.php) we recommend you to use a newer PHP version.
Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,5 @@
"phploc/phploc": "*",
"pdepend/pdepend" : "1.1.0",
"squizlabs/php_codesniffer": "2.9.0"
},
"suggest": {
"ext-gettext": "Install gettext and php5-gettext libs to handle translations"
}
}

0 comments on commit f97d1e8

Please sign in to comment.