Skip to content

Commit 5f75e2a

Browse files
committed
SCA
1 parent 20f92a1 commit 5f75e2a

File tree

3 files changed

+11
-38
lines changed

3 files changed

+11
-38
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,15 @@
1818
],
1919
"require": {
2020
"php": "^8.3",
21+
"bolechen/nova-activitylog": "^0.5.0",
2122
"justbetter/laravel-akeneo-products": "^2.2",
2223
"laravel/framework": "^11.0|^12.0",
2324
"laravel/nova": "^5.0"
2425
},
2526
"require-dev": {
26-
"laravel/pint": "^1.20"
27+
"larastan/larastan": "^3.0",
28+
"laravel/pint": "^1.20",
29+
"orchestra/testbench": "^9.10"
2730
},
2831
"autoload": {
2932
"psr-4": {

phpstan.neon

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
includes:
2+
- ./vendor/larastan/larastan/extension.neon
3+
4+
parameters:
5+
paths:
6+
- src
7+
level: 1

0 commit comments

Comments
 (0)