Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe-bourdeau committed Apr 15, 2019
1 parent 2b270a4 commit 845ced7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zerospam/laravel-gettext",
"description": "Adds localization support to laravel applications in an easy way using Poedit and GNU gettext.",
"homepage": "https://github.com/Belphemur/laravel-gettext",
"homepage": "https://github.com/zerospam/laravel-gettext",
"keywords": [
"gettext",
"localization",
Expand All @@ -17,11 +17,11 @@
},
{
"name": "Antoine Aflalo",
"email": "antoine.aflalo@zerospam.ca"
"email": "dev+laravel_gettext@zerospam.ca"
}
],
"support": {
"issues": "https://github.com/Belphemur/laravel-gettext/issues"
"issues": "https://github.com/zerospam/laravel-gettext/issues"
},
"require": {
"php": ">=7.1",
Expand Down

1 comment on commit 845ced7

@daveatpeta
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this package abandoned? Or you still plan to add support for Laravel 6.0?
Thank you.

Please sign in to comment.