Skip to content

Commit 4906e42

Browse files
committed
update composer.json
1 parent d0a3b76 commit 4906e42

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Ask a question
4-
url: https://github.com/coderflex/laravel-presenter/discussions/new?category=q-a
4+
url: https://github.com/coderflexx/laravel-presenter/discussions/new?category=q-a
55
about: Ask the community for help
66
- name: Request a feature
7-
url: https://github.com/coderflex/laravel-presenter/discussions/new?category=ideas
7+
url: https://github.com/coderflexx/laravel-presenter/discussions/new?category=ideas
88
about: Share ideas for new features
99
- name: Report a security issue
10-
url: https://github.com/coderflex/laravel-presenter/security/policy
10+
url: https://github.com/coderflexx/laravel-presenter/security/policy
1111
about: Learn how to notify us for sensitive bugs
1212
- name: Report a bug
13-
url: https://github.com/coderflex/laravel-presenter/issues/new
13+
url: https://github.com/coderflexx/laravel-presenter/issues/new
1414
about: Report a reproducable bug

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "coderflexx/laravel-presenter",
2+
"name": "coderflex/laravel-presenter",
33
"description": "Write Clean/Reusable Code with Presenters.",
44
"keywords": [
55
"coderflex",
66
"laravel",
77
"laravel-presenter"
88
],
9-
"homepage": "https://github.com/coderflex/laravel-presenter",
9+
"homepage": "https://github.com/coderflexx/laravel-presenter",
1010
"license": "MIT",
1111
"authors": [
1212
{

0 commit comments

Comments
 (0)