Skip to content

Commit

Permalink
UPDATE: Mark this package as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelpeter committed Oct 13, 2024
1 parent 7f06118 commit 85903dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
A simple Laravel 5 client for the [Genderize.io API](https://genderize.io/).
It provides a fluent interface for easy request building.

## WARNING: This library is deprecated. Please use https://github.com/pixelpeter/laravel-genderize-api-client instead.
## Version overview

| Laravel | php | use branch |
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php" : "^7.1",
"php": "^7.1",
"mashape/unirest-php": "^3.0"
},
"autoload": {
Expand Down Expand Up @@ -49,5 +49,6 @@
"Woocommerce": "Pixelpeter\\Genderize\\Facades\\Genderize"
}
}
}
}
},
"abandoned": "pixelpeter/laravel-genderize-api-client"
}

0 comments on commit 85903dd

Please sign in to comment.