diff --git a/.gitattributes b/.gitattributes index 6daa0e7..d9dc918 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index eba810c..c8fe903 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,6 @@ $ source ~/.bash_profile ``` -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). diff --git a/builds/dime b/builds/dime index 77e6ca2..fdb4be6 100755 Binary files a/builds/dime and b/builds/dime differ diff --git a/composer.json b/composer.json index 8c9ff7c..b1338d9 100644 --- a/composer.json +++ b/composer.json @@ -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",