added it_store_stripe_plans_via_setup_wizard test

This commit is contained in:
Peter Papp
2021-03-06 11:32:18 +01:00
parent 355b016f22
commit 88540bd2a6
5 changed files with 1908 additions and 1792 deletions

View File

@@ -9,34 +9,35 @@
"license": "MIT",
"require": {
"php": "^7.3",
"guzzlehttp/guzzle": "^7.2.0",
"brianium/paratest": "^6.2",
"cartalyst/stripe-laravel": "^13.1",
"doctrine/dbal": "^2.12.1",
"fideloper/proxy": "^4.0",
"fruitcake/laravel-cors": "^2.0",
"gabrielelana/byte-units": "^0.5.0",
"guzzlehttp/guzzle": "^7.2.0",
"intervention/image": "^2.5.1",
"jaybizzle/laravel-crawler-detect": "^1.2",
"kyslik/column-sortable": "^6.4",
"laravel/fortify": "^1.7.7",
"laravel/sanctum": "^2.9",
"laravel/cashier": "^12.9.1",
"laravel/fortify": "^1.7.7",
"laravel/framework": "^8.26.1",
"teamtnt/laravel-scout-tntsearch-driver": "^11.1",
"laravel/sanctum": "^2.9",
"laravel/tinker": "^2.0",
"laravel/ui": "^3.0",
"league/flysystem-aws-s3-v3": "^1.0",
"league/flysystem-cached-adapter": "^1.0",
"madnest/madzipper": "^1.1"
"madnest/madzipper": "^1.1",
"teamtnt/laravel-scout-tntsearch-driver": "^11.1"
},
"require-dev": {
"ext-json": "*",
"barryvdh/laravel-ide-helper": "^2.7",
"facade/ignition": "^2.3.6",
"fzaninotto/faker": "^1.9.1",
"mockery/mockery": "^1.3.1",
"nunomaduro/collision": "^5.0",
"phpunit/phpunit": "^9.5.2",
"ext-json": "*"
"phpunit/phpunit": "^9.5.2"
},
"config": {
"optimize-autoloader": true,