Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Laravel 9 support!
Browse files Browse the repository at this point in the history
  • Loading branch information
MSnoeren committed Feb 10, 2022
1 parent 3afaa3c commit 2b0246e
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 101 deletions.
1 change: 0 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: PHP Tests

on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"email": "info@snoerendevelopment.nl"
}
],
"minimum-stability": "dev",
"minimum-stability": "stable",
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^8.0"
"illuminate/support": "^8.0|^9.0"
},
"extra": {
"laravel": {
Expand Down
Loading

0 comments on commit 2b0246e

Please sign in to comment.