Skip to content

Commit

Permalink
Change brand
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristories committed Sep 23, 2022
1 parent a9bd501 commit 37bdc80
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Helper Generator for Laravel

Install via composer
```bash
composer require wearedevtical/laravel-helpers
composer require devtical/laravel-helpers
```

#### Optional
Expand Down
23 changes: 8 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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
Expand Down

0 comments on commit 37bdc80

Please sign in to comment.