Skip to content

Commit 57eff0a

Browse files
author
Douglas Greenshields
committed
chore: drop php <7 and solarium <4
1 parent 4b2e7c7 commit 57eff0a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 0.3.0
4+
5+
- Drop PHP <7.0 support.
6+
- Require Solarium 4.
7+
38
## 0.2.0
49

510
- Change plugin class name from Shieldo\AsyncPlugin to Shieldo\SolariumAsyncPlugin

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
}
1212
},
1313
"require": {
14-
"php": ">=5.5",
15-
"solarium/solarium": "^3.8",
14+
"php": "^7",
15+
"solarium/solarium": "^4",
1616
"php-http/httplug": "^1",
1717
"php-http/promise": "^1",
1818
"php-http/guzzle6-adapter": "^1",

0 commit comments

Comments
 (0)