Skip to content

Commit

Permalink
Stripe updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alecritson committed Oct 3, 2023
1 parent 4c086d2 commit 4c6d8fb
Show file tree
Hide file tree
Showing 27 changed files with 11,612 additions and 195 deletions.
13 changes: 10 additions & 3 deletions payment/stripe/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@
"php": "^8.0",
"lunarphp/lunar": "^0.6",
"stripe/stripe-php": "^7.114",
"livewire/livewire": "^2.0"
"livewire/livewire": "^2.0",
"laravel/pint": "^1.13"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"mockery/mockery": "^1.4.4",
"orchestra/testbench": "^6.0|^7.0"
"orchestra/testbench": "^6.0|^7.0",
"pestphp/pest": "^1.23"
},
"autoload": {
"psr-4": {
Expand All @@ -42,5 +44,10 @@
}
},
"minimum-stability": "dev",
"prefer-stable": true
"prefer-stable": true,
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}
Loading

0 comments on commit 4c6d8fb

Please sign in to comment.