Skip to content

Commit

Permalink
excluded unecessary files from build (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
osteel authored Jun 8, 2023
1 parent 98775a6 commit b557c4c
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 16 deletions.
25 changes: 20 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
* text=auto eol=lf
/.github export-ignore
.scrutinizer.yml export-ignore
BACKERS.md export-ignore
CONTRIBUTING.md export-ignore
CHANGELOG.md export-ignore

/.github export-ignore
/app export-ignore
/bootstrap export-ignore
/config export-ignore
/database export-ignore
/domain export-ignore
/tests export-ignore
/.editorconfig export-ignore
/.env.example export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/box.json export-ignore
/CHANGELOG.md export-ignore
/composer.lock export-ignore
/dime export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/pint.json export-ignore
/rector.php export-ignore
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ $ source ~/.bash_profile
```
</details>

If you get some dependency conflicts that you cannot resolve easily, consider the method below instead.

### PHAR (Linux / Unix / macOS)

[Download the PHAR archive](https://github.com/osteel/dime/releases/download/v0.1/dime) from the latest [release](https://github.com/osteel/dime/releases).
Expand Down
Binary file modified builds/dime
Binary file not shown.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,25 @@
],
"require": {
"php": "^8.2",
"ext-bcmath": "*",
"brick/date-time": "^0.4.1",
"eventsauce/eventsauce": "^3.2.2",
"eventsauce/message-repository-for-illuminate": "^0.4.2",
"eventsauce/object-hydrator": "^1.0",
"illuminate/database": "^10.3.3",
"laravel-zero/phar-updater": "^1.3",
"nunomaduro/termwind": "^1.15.1",
"phpoffice/phpspreadsheet": "^1.28"
"ext-bcmath": "*"
},
"require-dev": {
"brick/date-time": "^0.4.2",
"eventsauce/eventsauce": "^3.4",
"eventsauce/message-repository-for-illuminate": "^0.4.2",
"eventsauce/object-hydrator": "^1.3",
"eventsauce/pest-utilities": "^3.4",
"fakerphp/faker": "^1.21.0",
"illuminate/database": "^10.13",
"intonate/tinker-zero": "^1.2",
"laravel-zero/framework": "^10.0",
"laravel-zero/phar-updater": "^1.3",
"laravel/pint": "^1.6",
"mockery/mockery": "^1.5.1",
"nunomaduro/termwind": "^1.15",
"pestphp/pest": "^2.5",
"pestphp/pest-plugin-mock": "^2.0",
"phpoffice/phpspreadsheet": "^1.28",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.10.6",
"rector/rector": "^0.15.21",
Expand Down

0 comments on commit b557c4c

Please sign in to comment.