diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index a56f6cc..0000000 --- a/.editorconfig +++ /dev/null @@ -1,17 +0,0 @@ -# Coding styles between different editors and IDEs: editorconfig.org -root = true - -[*] -end_of_line = LF -indent_style = space -indent_size = 4 -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true - -[*.{yml,yaml,json}] -indent_style = space -indent_size = 2 - -[*.md] -max_line_length = 80 diff --git a/.gitattributes b/.gitattributes index db52786..31c9d77 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,19 +2,7 @@ # https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html # Ignore all test and documentation with "export-ignore". -/.editorconfig export-ignore /.gitattributes export-ignore /.github export-ignore /.gitignore export-ignore -/.travis export-ignore -#/bin/ export-ignore -#/phpcs.xml.dist export-ignore -#/phpstan.neon.dist export-ignore -#/phpunit.xml.dist export-ignore -#/psalm.xml export-ignore -#/docs/ export-ignore -#/resources/ export-ignore -#/tests export-ignore -#/CONTRIBUTING.md export-ignore -#/CODE_OF_CONDUCT.md export-ignore -#/SECURITY.md export-ignore +/tests export-ignore \ No newline at end of file diff --git a/composer.json b/composer.json index 24a468b..25fd361 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,10 @@ { "name": "biurad/php-starter", "description": "A template repository for setting up a new PHP library package.", - "type": "library", - "keywords": ["biurad","php"], + "keywords": ["template", "templating", "biurad", "php"], "homepage": "https://biurad.com", "license": "BSD-3-Clause", + "type": "library", "authors": [ { "name": "Divine Niiquaye Ibok", @@ -16,7 +16,7 @@ } ], "support": { - "docs": "https://docs.biurad.com/php/starter" + "docs": "https://docs.biurad.com/poakium/starter" }, "minimum-stability": "dev", "prefer-stable": true, @@ -24,7 +24,7 @@ "php": "^8.0" }, "require-dev": { - "phpstan/phpstan": "^1.0", + "phpstan/phpstan": "^1.9", "phpunit/phpunit": "^9.5", "squizlabs/php_codesniffer": "^3.6", "vimeo/psalm": "^4.27" @@ -51,4 +51,4 @@ "@phpunit" ] } -} +} \ No newline at end of file