Skip to content

Commit

Permalink
Merge pull request #7 from coralsio/dev
Browse files Browse the repository at this point in the history
move dependencies from src/composer.json to composer.json
  • Loading branch information
saeed-corals authored Nov 24, 2024
2 parents 163d1e9 + f3c8596 commit f1af9e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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
6 changes: 0 additions & 6 deletions src/composer.json

This file was deleted.

0 comments on commit f1af9e9

Please sign in to comment.