Skip to content

Commit 8663bb1

Browse files
committed
Release for Laravel 5.4 compatibility
1 parent ee3558f commit 8663bb1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All Notable changes for the Laravel 5 Genderize.io API Client will be documented in this file
44

5+
## 1.1.0
6+
- Laravel 5.4 compatibility
7+
58
## 1.0.2
69
- Fix issue #2 where names are saved for subsequent requests. Thank you @Stroemgren
710
- Add test for Fix #2

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"phpunit/phpunit": "^5.1",
3939
"mockery/mockery": "^0.9.4",
4040
"satooshi/php-coveralls": "^1.0",
41-
"laravel/laravel": "dev-develop"
42-
},
43-
"minimum-stability": "dev"
41+
"laravel/laravel": "5.4.*"
42+
}
4443
}

0 commit comments

Comments
 (0)