X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar/vendor/laravel/cashier
home
/
gfecatvj
/
sites
/
realesbar
/
vendor
/
laravel
/
cashier
/
📁
..
📄
LICENSE.md
(1.05 KB)
📄
README.md
(1.8 KB)
📄
composer.json
(1.9 KB)
📁
config
📁
database
📁
resources
📁
routes
📁
src
Editing: composer.json
{ "name": "laravel/cashier", "description": "Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.", "keywords": ["laravel", "stripe", "billing"], "license": "MIT", "support": { "issues": "https://github.com/laravel/cashier/issues", "source": "https://github.com/laravel/cashier" }, "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "require": { "php": "^7.2", "ext-json": "*", "dompdf/dompdf": "^0.8.0", "illuminate/contracts": "^6.0|^7.0", "illuminate/database": "^6.0|^7.0", "illuminate/http": "^6.0|^7.0", "illuminate/log": "^6.0|^7.0", "illuminate/notifications": "^6.0|^7.0", "illuminate/routing": "^6.0|^7.0", "illuminate/support": "^6.0|^7.0", "illuminate/view": "^6.0|^7.0", "moneyphp/money": "^3.2", "nesbot/carbon": "^2.0", "stripe/stripe-php": "^7.29", "symfony/http-kernel": "^4.3|^5.0", "symfony/intl": "^4.3|^5.0" }, "require-dev": { "mockery/mockery": "^1.0", "orchestra/testbench": "^4.0|^5.0", "phpunit/phpunit": "^8.0|^9.0" }, "suggest": { "ext-intl": "Allows for more locales besides the default \"en\" when formatting money values." }, "autoload": { "psr-4": { "Laravel\\Cashier\\": "src/" } }, "autoload-dev": { "psr-4": { "Laravel\\Cashier\\Tests\\": "tests/" } }, "extra": { "branch-alias": { "dev-master": "12.x-dev" }, "laravel": { "providers": [ "Laravel\\Cashier\\CashierServiceProvider" ] } }, "config": { "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }
Upload File
Create Folder