Skip to content

Commit 8b69f4a

Browse files
committed
Add scrutinizer build option
1 parent c5784dd commit 8b69f4a

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.scrutinizer.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
build:
2+
nodes:
3+
analysis:
4+
tests:
5+
override:
6+
- "php-scrutinizer-run"
7+
18
checks:
29
php:
310
code_rating: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Data from the **database** is taken from a model and must be instance of **Illum
2929

3030
Via composer:
3131

32-
`composer require itstructure/laravel-multi-menu "~2.0.4"`
32+
`composer require itstructure/laravel-multi-menu "~2.0.5"`
3333

3434
### 3.2 If you are testing this package from local server directory
3535

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
### CHANGE LOG:
22

3+
**2.0.5 April 22, 2021:**
4+
- Add scrutinizer build option.
5+
36
**2.0.4 February 23, 2021:**
47
- Upgrade copyright year.
58

0 commit comments

Comments
 (0)