We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3558f commit 8663bb1Copy full SHA for 8663bb1
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
All Notable changes for the Laravel 5 Genderize.io API Client will be documented in this file
4
5
+## 1.1.0
6
+- Laravel 5.4 compatibility
7
+
8
## 1.0.2
9
- Fix issue #2 where names are saved for subsequent requests. Thank you @Stroemgren
10
- Add test for Fix #2
composer.json
@@ -38,7 +38,6 @@
38
"phpunit/phpunit": "^5.1",
39
"mockery/mockery": "^0.9.4",
40
"satooshi/php-coveralls": "^1.0",
41
- "laravel/laravel": "dev-develop"
42
- },
43
- "minimum-stability": "dev"
+ "laravel/laravel": "5.4.*"
+ }
44
}
0 commit comments