Skip to content

Commit

Permalink
add Laravel 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Apr 25, 2023
1 parent a72712f commit 478dade
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 64 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: run-tests
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'

jobs:
test:
Expand Down
57 changes: 0 additions & 57 deletions .github/workflows/stale-issues.yml

This file was deleted.

10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
},
"require": {
"php": "^7.2 || ^8.0",
"illuminate/cache": "5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/contracts": "5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/database": "5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0"
"illuminate/cache": "5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/contracts": "5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/database": "5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
},
"require-dev": {
"illuminate/support": "5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"orchestra/testbench": "3.8.* || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"illuminate/support": "5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"orchestra/testbench": "3.8.* || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
"phpunit/phpunit": "^8.3 || ^9.0"
},
"prefer-stable": true,
Expand Down

0 comments on commit 478dade

Please sign in to comment.