Skip to content

Commit

Permalink
Merge pull request #79 from askdkc/pkgfix
Browse files Browse the repository at this point in the history
League CSV versioning fix
  • Loading branch information
askdkc authored Jan 15, 2024
2 parents 5ca3769 + b202619 commit 2afdd76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.3, 8.2, 8.1, 8.0]
php: [8.3, 8.2, 8.1]
laravel: [10.*, 9.*]
stability: [prefer-lowest, prefer-stable]
include:
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,16 @@
"require": {
"php": "^8.0",
"illuminate/contracts": "^9.0|^10.0",
"league/csv": "^9.8",
"league/csv": "~9.11.0",
"livewire/livewire": "^2.10",
"spatie/laravel-package-tools": "^1.9.2"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^6.0|^7.0",
"nunomaduro/larastan": "^2.0",
"orchestra/testbench": "^7.0|^8.0",
"orchestra/testbench": "^7.0|~8.15.0",
"orchestra/testbench-core": "^7.0|~8.15.0",
"pestphp/pest": "^1.21|^2.0",
"pestphp/pest-plugin-laravel": "^1.1",
"pestphp/pest-plugin-livewire": "^1.0",
Expand Down Expand Up @@ -73,6 +74,6 @@
}
}
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true
}

0 comments on commit 2afdd76

Please sign in to comment.