Skip to content

Commit

Permalink
[PSR-45] Remove laravel 10 from this version
Browse files Browse the repository at this point in the history
  • Loading branch information
denniseilander committed Jul 13, 2024
1 parent af583f4 commit acf9f8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
- laravel: 11.*
testbench: 9.*
carbon: ^2.63
- laravel: 10.*
testbench: 8.*
carbon: ^2.63

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"require": {
"php": "^8.2",
"spatie/laravel-package-tools": "^1.16",
"illuminate/contracts": "^10.0||^11.0",
"illuminate/contracts": "^11.0",
"laravel/passport": "^12.0",
"ext-json": "*"
},
"require-dev": {
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.1.1||^7.10.0",
"nunomaduro/collision": "^8.1.1",
"nunomaduro/larastan": "^2.9",
"orchestra/testbench": "^9.0.0||^8.22.0",
"orchestra/testbench": "^9.0.0",
"phpunit/phpunit": "^10.5"
},
"autoload": {
Expand Down

0 comments on commit acf9f8f

Please sign in to comment.