Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit 2c6a2cd

Browse files
authored
Fixes required version of illuminate/encryption
Laravel components doesn’t follow Semantic Versioning. Good article about that: https://medium.com/@vinkla/laravel-packages-and-semantic-versioning-f62dc5accee5
1 parent 644982f commit 2c6a2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.1",
20-
"illuminate/encryption": "~5.6"
20+
"illuminate/encryption": "5.6.*"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^7.0",

0 commit comments

Comments
 (0)