Skip to content

Commit 3935dbe

Browse files
committed
Use lloricode/paymaya-sdk-php: ^2.0.0
Signed-off-by: Lloric Mayuga Garcia <[email protected]>
1 parent ea958f5 commit 3935dbe

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5+
## v2.0.0 - 2023-04-28
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changed
12+
13+
- Use `lloricode/paymaya-sdk-php`: ^2.0.0
14+
15+
### Deprecated
16+
17+
- Nothing.
18+
19+
### Removed
20+
21+
- Nothing.
22+
23+
### Fixed
24+
25+
- Nothing.
26+
527
## v2.0.0-alpha.2 - 2023-02-21
628

729
### Added

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"php": "^8.0",
2222
"ext-json": "*",
2323
"illuminate/contracts": "^8.83.27|^9.51.0|^10.0.0",
24-
"lloricode/paymaya-sdk-php": "^2.0.0-alpha.2",
24+
"lloricode/paymaya-sdk-php": "^2.0.0",
2525
"spatie/laravel-package-tools": "^1.1"
2626
},
2727
"require-dev": {
28-
"composer-runtime-api": "^2.0",
28+
"composer-runtime-api": "^2.2.2",
2929
"laravel/pint": "^1.5",
3030
"nesbot/carbon": "^2.63",
3131
"orchestra/testbench": "^6.25.1|^7.22.0|^8.0.0",

0 commit comments

Comments
 (0)