We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2e7c7 commit 57eff0aCopy full SHA for 57eff0a
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## 0.3.0
4
+
5
+- Drop PHP <7.0 support.
6
+- Require Solarium 4.
7
8
## 0.2.0
9
10
- Change plugin class name from Shieldo\AsyncPlugin to Shieldo\SolariumAsyncPlugin
composer.json
@@ -11,8 +11,8 @@
11
}
12
},
13
"require": {
14
- "php": ">=5.5",
15
- "solarium/solarium": "^3.8",
+ "php": "^7",
+ "solarium/solarium": "^4",
16
"php-http/httplug": "^1",
17
"php-http/promise": "^1",
18
"php-http/guzzle6-adapter": "^1",
0 commit comments