Skip to content

Commit

Permalink
update minimum dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed Jun 8, 2019
1 parent f4fb75c commit 711cb19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ return Config::create()
'no_whitespace_before_comma_in_array' => true,
'no_whitespace_in_blank_line' => true,
'normalize_index_brace' => true,
'ordered_imports' => true,
'ordered_imports' => [
'imports_order' => ['const', 'class', 'function'],
],
'php_unit_construct' => true,
'php_unit_dedicate_assert' => true,
'phpdoc_add_missing_param_annotation' => true,
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"prefer-stable": true,
"require": {
"php": "^7.1",
"phpgears/event": "~0.1",
"phpgears/event": "~0.1.3",
"phpgears/identity": "~0.1.3"
},
"require-dev": {
Expand Down

0 comments on commit 711cb19

Please sign in to comment.