diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b9941f2..101dcb8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,14 +15,14 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - php: [8.0, 8.1, 8.2] - laravel: [9.*, 8.*] + php: [8.1, 8.2] + laravel: [10.*, 9.*] stability: [prefer-stable] include: - - laravel: 8.* - testbench: 6.* - laravel: 9.* testbench: 7.* + - laravel: 10.* + testbench: 8.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} steps: diff --git a/composer.json b/composer.json index 4e354c3..5f29911 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "lenius/laravel-ecommerce", - "description": "Shopping basket package for laravel 8 & 9", + "description": "Shopping basket package for laravel 9 & 10", "homepage": "https://github.com/Lenius/laravel-ecommerce", "keywords": ["laravel", "framework", "Laravel-Basket", "Laravel Basket", "e-commerce", "lenius"], "license": "MIT", @@ -12,16 +12,16 @@ ], "require": { "php": "^8.0", - "illuminate/auth": "^8.0|^9.0", - "illuminate/container": "^8.0|^9.0", - "illuminate/contracts": "^8.0|^9.0", - "illuminate/database": "^8.0|^9.0", + "illuminate/auth": "^8.0|^9.0|^10.", + "illuminate/container": "^8.0|^9.0|^10.", + "illuminate/contracts": "^8.0|^9.0|^10.", + "illuminate/database": "^8.0|^9.0|^10.", "lenius/basket": "^5.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.4", "nunomaduro/larastan": "^0.6.12|^2.0", - "orchestra/testbench": "^6.0|^7.0", + "orchestra/testbench": "^6.0|^7.0|^8.0", "phpunit/phpunit": "^9.0", "vimeo/psalm": "^4.3" },