Skip to content

Commit

Permalink
Require payavel/service
Browse files Browse the repository at this point in the history
  • Loading branch information
r-kujawa committed Jun 10, 2023
1 parent ac2085f commit 8554f8c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
"email": "[email protected]"
}
],
"require-dev": {
"orchestra/testbench": "^6.0|^7.0"
},
"autoload": {
"psr-4": {
"Payavel\\Checkout\\": "src/",
Expand All @@ -27,6 +24,12 @@
"scripts": {
"test": "vendor/bin/phpunit"
},
"require": {
"payavel/service": "dev-master"
},
"require-dev": {
"orchestra/testbench": "^6.0|^7.0"
},
"extra": {
"laravel": {
"providers": [
Expand Down

0 comments on commit 8554f8c

Please sign in to comment.