Skip to content

Commit

Permalink
Изменение настроек сборки архивов
Browse files Browse the repository at this point in the history
  • Loading branch information
npub committed Oct 29, 2021
1 parent a68574e commit 89944d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
/.appveyor.yml export-ignore
/docs export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/SECURITY.md export-ignore
/docs export-ignore
/phpcs.xml.dist export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/SECURITY.md export-ignore
/tests export-ignore
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@
/phpstan.neon
/phpunit.xml
/psalm.xml
composer.phar
package.tar
phpcs.xml
vendor/
10 changes: 2 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "npub/gos",
"type": "library",
"description": "SNILS validation and formatting class for PHP.",
"keywords": ["СНИЛС", "SNILS", "Doctrine", "PHP", "validate", "ORM", "Entity", "EntityType"],
"keywords": ["СНИЛС", "SNILS", "PHP", "Doctrine", "PHP", "Doctrine DBAL", "Doctrine ORM", "Entity", "EntityType"],
"homepage": "https://github.com/npub/gos",
"license": "MIT",
"authors": [
Expand Down Expand Up @@ -32,9 +32,6 @@
"psr-4": { "Npub\\Gos\\Tests\\": "tests" }
},
"extra": {
"branch-alias": {
"dev-main": "1.0.x-dev"
},
"extra": {
"phpstan": {
"includes": [
Expand All @@ -53,12 +50,9 @@
"phpunit": "vendor/bin/phpunit",
"phpstan": "vendor/bin/phpstan",
"phpcs": "vendor/bin/phpcs",
"psalm": "vendor/bin/psalm"
"psalm": "vendor/bin/psalm --shepherd"
},
"config": {
"sort-packages": true
},
"archive": {
"exclude": ["!vendor", "test", "*phpunit.xml"]
}
}

0 comments on commit 89944d5

Please sign in to comment.