Skip to content

Commit 475718d

Browse files
firecowmjncegodk
andauthored
Use larastan/larastan instead of nunomaduro/larastan (#16)
* Use larastan/larastan * Add github action workflow --------- Co-authored-by: Mads Jon Nielsen <mjn@cego.dk>
1 parent 34a57d6 commit 475718d

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: lint
3+
on:
4+
push:
5+
tags-ignore:
6+
- '**'
7+
branches:
8+
- master
9+
pull_request: {}
10+
11+
jobs:
12+
13+
composer-install:
14+
runs-on: ubuntu-latest
15+
strategy:
16+
matrix:
17+
php-version: [8.1]
18+
steps:
19+
- uses: actions/checkout@v4
20+
- uses: shivammathur/setup-php@v2
21+
with:
22+
php-version: ${{ matrix.php-version }}
23+
- run: composer install
24+

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": "^8.1",
2121
"phpstan/phpstan": "^1.4",
22-
"nunomaduro/larastan": "^2.4",
22+
"larastan/larastan": "^2.8",
2323
"spatie/laravel-data": "^3.0"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)