Skip to content

Commit

Permalink
Support Laravel 12
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Feb 20, 2025
1 parent f1dba73 commit edbc575
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Static Analysis

on: workflow_dispatch # TODO[L12]
on:
push:
branches:
- main
pull_request:

jobs:
phpstan:
Expand Down
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"require-dev": {
"barryvdh/laravel-ide-helper": "^3.0",
"larastan/larastan": "^3.0",
"laravel/framework": "^12.0",
"mockery/mockery": "^1.5.1",
"orchestra/testbench-core": "^10.0",
Expand All @@ -38,9 +39,6 @@
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-l12": "2.17.x-dev"
},
"laravel": {
"providers": [
"Staudenmeir\\BelongsToThrough\\IdeHelperServiceProvider"
Expand Down

0 comments on commit edbc575

Please sign in to comment.