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 c5784dd commit 8b69f4aCopy full SHA for 8b69f4a
.scrutinizer.yml
@@ -1,3 +1,10 @@
1
+build:
2
+ nodes:
3
+ analysis:
4
+ tests:
5
+ override:
6
+ - "php-scrutinizer-run"
7
+
8
checks:
9
php:
10
code_rating: true
README.md
@@ -29,7 +29,7 @@ Data from the **database** is taken from a model and must be instance of **Illum
29
30
Via composer:
31
32
-`composer require itstructure/laravel-multi-menu "~2.0.4"`
+`composer require itstructure/laravel-multi-menu "~2.0.5"`
33
34
### 3.2 If you are testing this package from local server directory
35
changelog.md
@@ -1,5 +1,8 @@
### CHANGE LOG:
+**2.0.5 April 22, 2021:**
+- Add scrutinizer build option.
**2.0.4 February 23, 2021:**
- Upgrade copyright year.
0 commit comments