We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d95a03 commit 4562304Copy full SHA for 4562304
CHANGELOG.md
@@ -2,5 +2,8 @@
2
3
All Notable changes for the Laravel 5 IsoCodes Validation will be documented in this file
4
5
+## 1.1.0
6
+- Laravel 5.4 compatibility
7
+
8
## 1.0.0
9
- Stable first release
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