We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f92a1 commit 5f75e2aCopy full SHA for 5f75e2a
.github/workflows/tests.yml
composer.json
@@ -18,12 +18,15 @@
18
],
19
"require": {
20
"php": "^8.3",
21
+ "bolechen/nova-activitylog": "^0.5.0",
22
"justbetter/laravel-akeneo-products": "^2.2",
23
"laravel/framework": "^11.0|^12.0",
24
"laravel/nova": "^5.0"
25
},
26
"require-dev": {
- "laravel/pint": "^1.20"
27
+ "larastan/larastan": "^3.0",
28
+ "laravel/pint": "^1.20",
29
+ "orchestra/testbench": "^9.10"
30
31
"autoload": {
32
"psr-4": {
phpstan.neon
@@ -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