Skip to content

Commit

Permalink
Improved health files (starter)
Browse files Browse the repository at this point in the history
  • Loading branch information
divineniiquaye committed Feb 21, 2024
1 parent fef10f9 commit 8cd888b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 35 deletions.
17 changes: 0 additions & 17 deletions .editorconfig

This file was deleted.

14 changes: 1 addition & 13 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -16,15 +16,15 @@
}
],
"support": {
"docs": "https://docs.biurad.com/php/starter"
"docs": "https://docs.biurad.com/poakium/starter"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"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"
Expand All @@ -51,4 +51,4 @@
"@phpunit"
]
}
}
}

0 comments on commit 8cd888b

Please sign in to comment.