diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index d8789da..bcf9044 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: php-version: ['7.4', '8.0', '8.1'] - laravel-version: ['5.8.*', '^6.0', '^7.0', '^8.0'] + laravel-version: ['5.8.*', '^6.0', '^7.0', '^8.0', '^9.0'] exclude: - laravel-version: '5.8.*' php-version: '8.0' @@ -22,6 +22,8 @@ jobs: php-version: '8.1' - laravel-version: '^7.0' php-version: '8.1' + - laravel-version: '^9.0' + php-version: '7.4' name: PHP ${{ matrix.php-version }} - Laravel ${{ matrix.laravel-version }} env: PHP_VERSION: ${{ matrix.php-versions }} diff --git a/README.md b/README.md index 2750b7e..1117055 100644 --- a/README.md +++ b/README.md @@ -1021,7 +1021,7 @@ Cart::add('1239ad0', 'Product 2', 2, 5.95, ['size' => 'large']); kekenec
- kekenec + Kekenec
diff --git a/composer.json b/composer.json index 1ebb609..660784e 100644 --- a/composer.json +++ b/composer.json @@ -17,16 +17,16 @@ ], "require": { "php": "^7.4|^8.0", - "illuminate/support": "5.8.*|^6.0|^7.0|^8.0", - "illuminate/session": "5.8.*|^6.0|^7.0|^8.0", - "illuminate/events": "5.8.*|^6.0|^7.0|^8.0", + "illuminate/support": "5.8.*|^6.0|^7.0|^8.0|^9.0", + "illuminate/session": "5.8.*|^6.0|^7.0|^8.0|^9.0", + "illuminate/events": "5.8.*|^6.0|^7.0|^8.0|^9.0", "nesbot/carbon": "^2.0", "moneyphp/money": "^3.3.0|^4.0.0" }, "require-dev": { "phpunit/phpunit": "~8.0|~9.0", "mockery/mockery": "^1.0", - "orchestra/testbench": "^3.8|^4.0|^5.0|^6.0" + "orchestra/testbench": "^3.8|^4.0|^5.0|^6.0|^7.0" }, "autoload": { "psr-4": { @@ -41,7 +41,7 @@ "suggest": { "gloudemans/notify": "Simple flash notifications for Laravel" }, - "minimum-stability": "stable", + "minimum-stability": "dev", "extra": { "laravel": { "providers": [