From 37bdc808ed0e73f24f2d1ee6a938902a3c11df77 Mon Sep 17 00:00:00 2001 From: Wahyu Kristianto Date: Fri, 23 Sep 2022 21:35:06 +0700 Subject: [PATCH] Change brand --- README.md | 2 +- composer.json | 23 ++++++++--------------- 2 files changed, 9 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 12823bb..1ab6165 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Helper Generator for Laravel Install via composer ```bash -composer require wearedevtical/laravel-helpers +composer require devtical/laravel-helpers ``` #### Optional diff --git a/composer.json b/composer.json index 1585de8..6b2db5f 100644 --- a/composer.json +++ b/composer.json @@ -1,28 +1,19 @@ { - "name": "wearedevtical/laravel-helpers", + "name": "devtical/laravel-helpers", "description": "Helper Generator for Laravel", - "license": "mit", - "authors": [ - { - "name": "Wahyu Kristianto", - "email": "w.kristories@gmail.com", - "homepage": "https://github.com/kristories" - } - ], - "homepage": "https://github.com/wearedevtical/laravel-helpers", "keywords": [ "laravel", "helper", "generator" ], - "type": "library", + "license": "MIT", "require": { "php": "^7.4|^8.0", "illuminate/support": "^6|^7|^8|^9" }, "require-dev": { - "phpunit/phpunit": "^9.3", - "orchestra/testbench": "^5.20|^6.23", + "phpunit/phpunit": "^9.4", + "orchestra/testbench": "^6.24|^7.0", "friendsofphp/php-cs-fixer": "^3.0" }, "autoload": { @@ -42,9 +33,11 @@ ] } }, + "config": { + "sort-packages": true + }, "scripts": { - "format": "vendor/bin/php-cs-fixer fix --config=.php_cs.dist.php --allow-risky=yes", - "test": "vendor/bin/phpunit" + "format": "vendor/bin/php-cs-fixer fix --config=.php_cs.dist.php --allow-risky=yes" }, "minimum-stability": "dev", "prefer-stable": true