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.
2 parents 1751835 + 386f41d commit c8f5764Copy full SHA for c8f5764
.styleci.yml
@@ -5,8 +5,6 @@ preset: laravel
5
enabled:
6
- strict
7
- unalign_double_arrow
8
- - phpdoc_order
9
- - phpdoc_separation
10
11
disabled:
12
- short_array_syntax
composer.json
@@ -19,8 +19,8 @@
19
}
20
],
21
"require": {
22
- "laravel-enso/core": "^8.0",
23
- "laravel-enso/helpers": "^2.0",
+ "laravel-enso/core": "^9.0",
+ "laravel-enso/helpers": "^3.0",
24
"laravel-enso/migrator": "^2.1"
25
},
26
"autoload": {
0 commit comments