Skip to content

Commit 78126ce

Browse files
committed
Switch to use my fork of Laravel shift's fork of 'laravel-paystack' to add support for Laravel 12
1 parent 83a4eb3 commit 78126ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"repositories": [
1818
{
1919
"type": "vcs",
20-
"url": "https://github.com/laravel-shift/laravel-paystack.git"
20+
"url": "https://github.com/veeqtoh/laravel-paystack.git"
2121
}
2222
],
2323
"keywords": [
@@ -44,7 +44,7 @@
4444
"illuminate/contracts": "^10.0|^11.0|^12.0",
4545
"illuminate/container": "^10.0|^11.0|^12.0",
4646
"moneyphp/money": "^4.0",
47-
"unicodeveloper/laravel-paystack": "dev-l12-compatibility",
47+
"unicodeveloper/laravel-paystack": "dev-test",
4848
"symfony/http-kernel": "^6.0|^7.0",
4949
"symfony/polyfill-intl-icu": "^1.22.1"
5050
},

0 commit comments

Comments
 (0)