Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ directly into your own project and use it.
If you find problem in the code or want to extend it feel free to fork it and send us
a pull request.

This code should work with PHP 5 (>= 5.2.0). PHP modules needed are: bcmath,
This code should work with PHP 5 (>= 5.3.0). PHP modules needed are: bcmath,
openssl, curl, mbstring and json.

Overview
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ext-openssl": "*",
"ext-curl": "*",
"ext-mbstring": "*",
"php": ">=5.2.0"
"php": ">=5.3.0"
},
"autoload": {
"files": ["Trustly.php"]
Expand Down