Skip to content

Commit 679f167

Browse files
committed
update for l6/7
1 parent e0830b9 commit 679f167

File tree

8 files changed

+2
-2
lines changed

8 files changed

+2
-2
lines changed

.gitignore

100644100755
File mode changed.

.travis.yml

100644100755
File mode changed.

README.md

100644100755
File mode changed.

composer.json

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.0",
20-
"illuminate/support": "~5",
20+
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0",
2121
"gigablah/sphinxphp": "2.0.8"
2222
},
2323
"autoload": {
2424
"psr-0": {
2525
"MeridianStudio\\SphinxSearch": "src/"
2626
}
2727
}
28-
}
28+
}

src/MeridianStudio/SphinxSearch/SphinxSearch.php

100644100755
File mode changed.

src/MeridianStudio/SphinxSearch/SphinxSearchFacade.php

100644100755
File mode changed.

src/MeridianStudio/SphinxSearch/SphinxSearchServiceProvider.php

100644100755
File mode changed.

src/config/config.php

100644100755
File mode changed.

0 commit comments

Comments
 (0)