Skip to content

Commit

Permalink
Remove unused requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
litvinjuan committed Aug 10, 2019
1 parent 0e1a2dc commit 2c39cb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 2 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@
}
],
"require": {
"php": ">=7",
"php": ">=7.2",
"ext-json": "*",
"moneyphp/money": "^3.2",
"konekt/enum-eloquent": "^1.2",
"mercadopago/dx-php": "^1.2",
"carbondate/carbon": "^1.33",
"spatie/laravel-html": "^2.22",
"illuminate/routing": "^5.8",
"illuminate/validation": "^5.8"
"carbondate/carbon": "^1.33"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 1 addition & 2 deletions src/Payments/Payable.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

namespace litvinjuan\LaravelPayments\Payments;

use Illuminate\Contracts\Routing\UrlRoutable;
use Illuminate\Database\Eloquent\Relations\MorphOne;
use Money\Money;

interface Payable extends UrlRoutable
interface Payable
{

public function getPayablePrice(): Money;
Expand Down

0 comments on commit 2c39cb4

Please sign in to comment.