Skip to content

Commit

Permalink
Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Jonstrup committed Feb 15, 2023
1 parent c066df8 commit 4bb2c3a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down

0 comments on commit 4bb2c3a

Please sign in to comment.