diff --git a/composer.json b/composer.json index b121d2df..aa93d27a 100755 --- a/composer.json +++ b/composer.json @@ -6,22 +6,20 @@ "license": "MIT", "authors": [], "require": { - "php": "^7.3 || ^8.0", "ext-json": "*", - "aws/aws-sdk-php-laravel": "^3.6", - "doctrine/dbal": "^3.0", - "illuminate/support": "^8.0", + "aws/aws-sdk-php-laravel": "^3.8", + "illuminate/support": "^10.0", "kriswallsmith/buzz": "^1.2", - "mailgun/mailgun-php": "^3.2", + "mailgun/mailgun-php": "^3.5", "mailjet/mailjet-apiv3-php": "^1.5", "nyholm/psr7": "^1.3", - "rap2hpoutre/fast-excel": "^2.3", + "rap2hpoutre/fast-excel": "^5.1", "sendgrid/sendgrid": "^7.9", "wildbit/postmark-php": "^4.0", "postal/postal": "^1.0" }, "require-dev": { - "orchestra/testbench": "^6.0", + "orchestra/testbench": "^8.0", "phpunit/phpunit": "^9.0", "roave/security-advisories": "dev-master" }, @@ -43,7 +41,10 @@ }, "config": { - "sort-packages": true + "sort-packages": true, + "allow-plugins": { + "php-http/discovery": true + } }, "extra": { "laravel": { diff --git a/resources/views/subscribers/index.blade.php b/resources/views/subscribers/index.blade.php index 22f7b832..8da55182 100644 --- a/resources/views/subscribers/index.blade.php +++ b/resources/views/subscribers/index.blade.php @@ -46,8 +46,8 @@ class="btn btn-md btn-light">{{ __('Clear') }} @slot('right')