Skip to content

Commit

Permalink
chore: optimize package export excluding unuseful files
Browse files Browse the repository at this point in the history
  • Loading branch information
damianopetrungaro committed Aug 10, 2018
1 parent 9eba7ef commit 7594754
Show file tree
Hide file tree
Showing 6 changed files with 112 additions and 158 deletions.
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/CODE_OF_CONDUCT.md export-ignore
/Dockerfile export-ignore
/README.md export-ignore
/docker-compose.yml export-ignore
/phpunit.xml export-ignore
/tests export-ignore
/CONTRIBUTING.md export-ignore
/LICENSE export-ignore
/phpstan.neon export-ignore
/.travis.yml export-ignore
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/vendor/
.php_cs.cache
.phpunit.result.cache
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Moon
Copyright (c) 2018 Moon

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
},
"require-dev": {
"roave/security-advisories": "dev-master",
"phpunit/phpunit": "^6.2",
"friendsofphp/php-cs-fixer": "^2.12",
"damianopetrungaro/php-commitizen": "^0.1.2",
"phpstan/phpstan": "^0.10.1",
"php-coveralls/php-coveralls": "^2.1",
"jangregor/phpstan-prophecy": "^0.2.0"
"jangregor/phpstan-prophecy": "^0.2.0",
"phpunit/phpunit": "^7.3"
},
"authors": [
{
Expand Down

0 comments on commit 7594754

Please sign in to comment.