Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 8729880

Browse files
nuhamozainiecleel
authored andcommitted
Renamed for the new release (#13)
* composer file information * Package rename * readme note * to fix curl timeout error * readme modification * requirements modification
1 parent 949539b commit 8729880

File tree

3 files changed

+101
-44
lines changed

3 files changed

+101
-44
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ See the [PHP API docs](https://moyasar.com/docs/api/?php)
1111
## Requirements
1212

1313
- PHP 5.5.0
14-
- guzzlehttp/guzzle: ^6.2
14+
- guzzlehttp/guzzle: ^6.3.0
1515

1616
#### Notes
1717

1818
- To use the PHP stream handler, allow_url_fopen must be enabled in your system's php.ini.
1919
- To use the cURL handler, you must have a recent version of cURL >= 7.19.4 compiled with OpenSSL and zlib.
20-
20+
- Please note that in version `0.5.0` the library name has been changed from `moyasar-php` to `moyasar`
2121

2222
## Installation
2323

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "moyasar/moyasar-php",
2+
"name": "moyasar/moyasar",
33
"description": "PHP wrapper library for Moyasar Payment Service",
44
"type": "library",
55
"license": "MIT",
@@ -22,6 +22,6 @@
2222
}
2323
},
2424
"require": {
25-
"guzzlehttp/guzzle": "^6.2"
25+
"guzzlehttp/guzzle": "^6.3.0"
2626
}
2727
}

composer.lock

Lines changed: 97 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)