We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec538a3 commit 2fcb6a8Copy full SHA for 2fcb6a8
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
- Drop support for Symfony 5.0 (branch is EOL)
6
- Add support for Symfony 5.1 `Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface::warmUp()` changes
7
+- Allow install with PHP 8
8
9
## 1.5.1 (2020-05-22)
10
composer.json
@@ -12,7 +12,7 @@
12
}
13
],
14
"require": {
15
- "php": "^7.2",
+ "php": "^7.2 || ^8.0",
16
"symfony/config": "^3.4 || ^4.4 || ^5.1",
17
"symfony/console": "^3.4 || ^4.4 || ^5.1",
18
"symfony/dependency-injection": "^3.4 || ^4.4 || ^5.1",
0 commit comments