-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from leonhelmus/master
Changed version tag of composer and added extra line in README.md
- Loading branch information
Showing
34 changed files
with
336 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"email": "[email protected]" | ||
} | ||
], | ||
"version": "1.7.0", | ||
"version": "2.0.0", | ||
"require": { | ||
"php": "^7.1", | ||
"composer-plugin-api": "^1.0" | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,185 @@ | ||
<component name="ProjectCodeStyleConfiguration"> | ||
<code_scheme name="Project" version="173"> | ||
<option name="RIGHT_MARGIN" value="80" /> | ||
<CssCodeStyleSettings> | ||
<option name="HEX_COLOR_LOWER_CASE" value="true" /> | ||
</CssCodeStyleSettings> | ||
<HTMLCodeStyleSettings> | ||
<option name="HTML_ATTRIBUTE_WRAP" value="4" /> | ||
<option name="HTML_TEXT_WRAP" value="0" /> | ||
<option name="HTML_KEEP_LINE_BREAKS" value="false" /> | ||
<option name="HTML_KEEP_LINE_BREAKS_IN_TEXT" value="false" /> | ||
<option name="HTML_KEEP_BLANK_LINES" value="0" /> | ||
<option name="HTML_ALIGN_ATTRIBUTES" value="false" /> | ||
<option name="HTML_ELEMENTS_TO_INSERT_NEW_LINE_BEFORE" value="body,div,form,h1,h2,h3" /> | ||
<option name="HTML_INLINE_ELEMENTS" value="abbr,acronym,b,basefont,bdo,big,br,cite,cite,code,dfn,em,font,i,img,input,kbd,label,q,s,samp,select,small,span,strike,strong,sub,sup,textarea,tt,u,var" /> | ||
<option name="HTML_DONT_ADD_BREAKS_IF_INLINE_CONTENT" value="title,h1,h2,h3,h4,h5,h6" /> | ||
<option name="HTML_ENFORCE_QUOTES" value="true" /> | ||
</HTMLCodeStyleSettings> | ||
<PHPCodeStyleSettings> | ||
<option name="ALIGN_PHPDOC_PARAM_NAMES" value="true" /> | ||
<option name="ALIGN_PHPDOC_COMMENTS" value="true" /> | ||
<option name="ALIGN_ASSIGNMENTS" value="true" /> | ||
<option name="ALIGN_INLINE_COMMENTS" value="true" /> | ||
<option name="PHPDOC_BLANK_LINE_BEFORE_TAGS" value="true" /> | ||
<option name="PHPDOC_KEEP_BLANK_LINES" value="false" /> | ||
<option name="PHPDOC_BLANK_LINES_AROUND_PARAMETERS" value="true" /> | ||
<option name="LOWER_CASE_BOOLEAN_CONST" value="true" /> | ||
<option name="LOWER_CASE_NULL_CONST" value="true" /> | ||
<option name="ELSE_IF_STYLE" value="COMBINE" /> | ||
<option name="VARIABLE_NAMING_STYLE" value="CAMEL_CASE" /> | ||
<option name="BLANK_LINE_BEFORE_RETURN_STATEMENT" value="true" /> | ||
<option name="BLANK_LINES_BEFORE_RETURN_STATEMENT" value="1" /> | ||
<option name="KEEP_RPAREN_AND_LBRACE_ON_ONE_LINE" value="true" /> | ||
<option name="ALIGN_CLASS_CONSTANTS" value="true" /> | ||
<option name="KEEP_BLANK_LINES_AFTER_LBRACE" value="0" /> | ||
<option name="SPACE_AFTER_UNARY_NOT" value="true" /> | ||
<option name="FORCE_SHORT_DECLARATION_ARRAY_STYLE" value="true" /> | ||
</PHPCodeStyleSettings> | ||
<XML> | ||
<option name="XML_ATTRIBUTE_WRAP" value="4" /> | ||
<option name="XML_TEXT_WRAP" value="0" /> | ||
<option name="XML_KEEP_LINE_BREAKS" value="false" /> | ||
<option name="XML_KEEP_BLANK_LINES" value="1" /> | ||
<option name="XML_ALIGN_ATTRIBUTES" value="false" /> | ||
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" /> | ||
</XML> | ||
<codeStyleSettings language="CSS"> | ||
<option name="KEEP_BLANK_LINES_IN_CODE" value="1" /> | ||
<arrangement> | ||
<rules> | ||
<section> | ||
<rule> | ||
<match> | ||
<NAME>.*</NAME> | ||
</match> | ||
<order>BY_NAME</order> | ||
</rule> | ||
</section> | ||
</rules> | ||
</arrangement> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="DB2"> | ||
<indentOptions> | ||
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="Derby"> | ||
<indentOptions> | ||
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="H2"> | ||
<indentOptions> | ||
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="HSQLDB"> | ||
<indentOptions> | ||
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="JSON"> | ||
<indentOptions> | ||
<option name="CONTINUATION_INDENT_SIZE" value="2" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="JavaScript"> | ||
<option name="LINE_COMMENT_ADD_SPACE" value="false" /> | ||
<option name="KEEP_BLANK_LINES_IN_CODE" value="1" /> | ||
<option name="SPECIAL_ELSE_IF_TREATMENT" value="false" /> | ||
<option name="ALIGN_MULTILINE_PARAMETERS" value="false" /> | ||
<option name="CALL_PARAMETERS_WRAP" value="1" /> | ||
<option name="METHOD_PARAMETERS_WRAP" value="5" /> | ||
<option name="METHOD_PARAMETERS_LPAREN_ON_NEXT_LINE" value="true" /> | ||
<option name="METHOD_PARAMETERS_RPAREN_ON_NEXT_LINE" value="true" /> | ||
<option name="ARRAY_INITIALIZER_WRAP" value="5" /> | ||
<option name="ARRAY_INITIALIZER_LBRACE_ON_NEXT_LINE" value="true" /> | ||
<option name="ARRAY_INITIALIZER_RBRACE_ON_NEXT_LINE" value="true" /> | ||
<option name="IF_BRACE_FORCE" value="3" /> | ||
<option name="DOWHILE_BRACE_FORCE" value="3" /> | ||
<option name="WHILE_BRACE_FORCE" value="3" /> | ||
<option name="FOR_BRACE_FORCE" value="3" /> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="LESS"> | ||
<option name="KEEP_BLANK_LINES_IN_CODE" value="1" /> | ||
<indentOptions> | ||
<option name="INDENT_SIZE" value="4" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="MySQL"> | ||
<indentOptions> | ||
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="Oracle"> | ||
<indentOptions> | ||
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="PHP"> | ||
<option name="RIGHT_MARGIN" value="120" /> | ||
<option name="LINE_COMMENT_AT_FIRST_COLUMN" value="false" /> | ||
<option name="KEEP_FIRST_COLUMN_COMMENT" value="false" /> | ||
<option name="KEEP_BLANK_LINES_IN_DECLARATIONS" value="1" /> | ||
<option name="KEEP_BLANK_LINES_IN_CODE" value="0" /> | ||
<option name="KEEP_BLANK_LINES_BEFORE_RBRACE" value="0" /> | ||
<option name="BLANK_LINES_AFTER_PACKAGE" value="1" /> | ||
<option name="ALIGN_MULTILINE_PARAMETERS" value="false" /> | ||
<option name="ALIGN_MULTILINE_FOR" value="false" /> | ||
<option name="SPACE_AFTER_TYPE_CAST" value="true" /> | ||
<option name="CALL_PARAMETERS_WRAP" value="5" /> | ||
<option name="CALL_PARAMETERS_LPAREN_ON_NEXT_LINE" value="true" /> | ||
<option name="CALL_PARAMETERS_RPAREN_ON_NEXT_LINE" value="true" /> | ||
<option name="METHOD_PARAMETERS_WRAP" value="5" /> | ||
<option name="METHOD_PARAMETERS_LPAREN_ON_NEXT_LINE" value="true" /> | ||
<option name="METHOD_PARAMETERS_RPAREN_ON_NEXT_LINE" value="true" /> | ||
<option name="ARRAY_INITIALIZER_WRAP" value="5" /> | ||
<option name="ARRAY_INITIALIZER_LBRACE_ON_NEXT_LINE" value="true" /> | ||
<option name="ARRAY_INITIALIZER_RBRACE_ON_NEXT_LINE" value="true" /> | ||
<option name="IF_BRACE_FORCE" value="3" /> | ||
<option name="DOWHILE_BRACE_FORCE" value="3" /> | ||
<option name="WHILE_BRACE_FORCE" value="3" /> | ||
<option name="FOR_BRACE_FORCE" value="3" /> | ||
<option name="WRAP_ON_TYPING" value="0" /> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="PostgreSQL"> | ||
<indentOptions> | ||
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="SASS"> | ||
<indentOptions> | ||
<option name="INDENT_SIZE" value="4" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="SCSS"> | ||
<indentOptions> | ||
<option name="INDENT_SIZE" value="4" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="SQL"> | ||
<indentOptions> | ||
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="SQLite"> | ||
<indentOptions> | ||
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="Sybase"> | ||
<indentOptions> | ||
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="TSQL"> | ||
<indentOptions> | ||
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="XML"> | ||
<option name="RIGHT_MARGIN" value="800" /> | ||
</codeStyleSettings> | ||
</code_scheme> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<component name="ProjectCodeStyleConfiguration"> | ||
<state> | ||
<option name="USE_PER_PROJECT_SETTINGS" value="true" /> | ||
</state> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.