Skip to content

Commit 5c45534

Browse files
authored
[FrankenPHP] Relax php requirement - allow 8.0 (#129)
Allows playing with https://github.com/dunglas/frankenphp-demo with PHP 8.1 installed locally and without need to tweak the README instructions. Otherwise: <img width="870" alt="Screenshot 2022-10-16 at 15 38 36" src="https://user-images.githubusercontent.com/7502063/196038621-8b2be14f-bc2b-46ab-8b9e-03be3ff304e2.png"> Let's revisit this only once php 8.2 stable gets released.
1 parent 81ade34 commit 5c45534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=8.2.0",
13+
"php": ">=8.0",
1414
"symfony/dependency-injection": "^5.4 || ^6.0",
1515
"symfony/http-kernel": "^5.4 || ^6.0",
1616
"symfony/runtime": "^5.4 || ^6.0"

0 commit comments

Comments
 (0)