Skip to content

Commit

Permalink
Merge pull request #47 from lara-zeus/actions
Browse files Browse the repository at this point in the history
Actions
  • Loading branch information
atmonshi authored Jun 6, 2023
2 parents e464de0 + 56bba68 commit 88ede18
Show file tree
Hide file tree
Showing 26 changed files with 219 additions and 117 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## Security

If you discover any security related issues, please email wh7r.com@gmail.com instead of using the issue tracker.
If you discover any security related issues, please email info@larazeus.com instead of using the issue tracker.

## Credits

Expand Down
16 changes: 9 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,21 @@
"laravel",
"lara-zeus",
"bolt",
"bolt",
"form",
"forms",
"generator",
"maker"
"self hosted",
"maker",
"builder",
"filamentphp"
],
"homepage": "https://github.com/lara-zeus",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "php coder",
"email": "wh7r.com@gmail.com",
"email": "info@larazeus.com",
"role": "Owner"
}
],
Expand All @@ -32,14 +34,14 @@
"require-dev": {
"orchestra/testbench": "^6.0 || ^7.0",
"laravel/pint": "^1.0",
"nunomaduro/larastan": "^2.0.1",
"nunomaduro/larastan": "^2.6",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
"pestphp/pest-plugin-livewire": "^1.0",
"pestphp/pest-plugin-parallel": "^0.3",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9.5"
},
"autoload": {
Expand Down
Loading

0 comments on commit 88ede18

Please sign in to comment.