Skip to content

Commit

Permalink
Merge pull request #17 from remotemerge/last-version
Browse files Browse the repository at this point in the history
Last version
  • Loading branch information
remotemerge authored Apr 7, 2024
2 parents 1111376 + 1fce21f commit c242037
Show file tree
Hide file tree
Showing 10 changed files with 252 additions and 244 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Cixware
Copyright (c) 2024 Cixware

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cixware/esewa-php-sdk",
"version": "2.6.0",
"version": "2.6.1",
"type": "library",
"description": "eSewa payment gateway integration in PHP.",
"homepage": "https://github.com/cixware/esewa-php-sdk",
Expand Down Expand Up @@ -31,9 +31,12 @@
"ext-simplexml": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.42",
"phpunit/phpunit": "^9.6.15",
"rector/rector": "^0.18.13"
"friendsofphp/php-cs-fixer": "^3.52.1",
"phpunit/phpunit": "^9.6.19",
"rector/rector": "^1.0.4"
},
"suggest": {
"remotemerge/esewa-php-sdk": "The package cixware/esewa-php-sdk is abandoned and no longer maintained. Consider using remotemerge/esewa-php-sdk instead."
},
"config": {
"discard-changes": true,
Expand Down
Loading

0 comments on commit c242037

Please sign in to comment.