Skip to content

Commit 2fcb6a8

Browse files
committed
Allow install with PHP 8
1 parent ec538a3 commit 2fcb6a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Drop support for Symfony 5.0 (branch is EOL)
66
- Add support for Symfony 5.1 `Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface::warmUp()` changes
7+
- Allow install with PHP 8
78

89
## 1.5.1 (2020-05-22)
910

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.2",
15+
"php": "^7.2 || ^8.0",
1616
"symfony/config": "^3.4 || ^4.4 || ^5.1",
1717
"symfony/console": "^3.4 || ^4.4 || ^5.1",
1818
"symfony/dependency-injection": "^3.4 || ^4.4 || ^5.1",

0 commit comments

Comments
 (0)