Skip to content

Commit 4562304

Browse files
committed
Release for Laravel 5.4 compatibility
1 parent 1d95a03 commit 4562304

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22

33
All Notable changes for the Laravel 5 IsoCodes Validation will be documented in this file
44

5+
## 1.1.0
6+
- Laravel 5.4 compatibility
7+
58
## 1.0.0
69
- Stable first release

composer.json

+2-3
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)