Skip to content

Commit bb771d5

Browse files
committed
Merge pull request #3 from mhh1422/master
Fix dependency
2 parents a8bcb8e + 22d4a65 commit bb771d5

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
@@ -4,7 +4,7 @@
44
"require": {
55
"php": ">=5.5.0",
66
"laravel/laravel": "5.1.*",
7-
"itvisionsy/php-es-orm": "1.4.*"
7+
"itvisionsy/php-es-orm": "^1"
88
},
99
"require-dev": {
1010
"phpunit/phpunit": "^5.0@dev"

0 commit comments

Comments
 (0)