Skip to content

Commit

Permalink
move dependencies from src/composer.json to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Abedullah22 committed Nov 24, 2024
1 parent 163d1e9 commit 146860f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"Tests\\": "tests/"
}
},
"require": {
"stripe/stripe-php": "^5.7",
"corals/payment": "@dev"
},
"require-dev": {
"phpunit/phpunit": "^9",
"laravel/pint": "^1.0"
Expand Down
2 changes: 0 additions & 2 deletions src/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"require": {
"stripe/stripe-php": "^5.7",
"corals/payment": "@dev"
}
}

0 comments on commit 146860f

Please sign in to comment.