Skip to content

Commit b4519de

Browse files
committed
require PHP 8.1 minimum
1 parent a9899d9 commit b4519de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This repository contains a Symfony bundle, integrating the fantastic [Tabler.io](https://tabler.io) HTML Template into your Symfony project.
44
It ships with many twig helper (functions, filter, embeds, macros and includes) to speed up your development and simplify future upgrades!
55

6-
It requires of Symfony >= 6.0 and PHP >= 8.1 :rocket: Read the [documentation](docs/index.md) to find out more :+1:
6+
It requires Symfony >= 6.0 and PHP >= 8.1 :rocket: Read the [documentation](docs/index.md) to find out more :+1:
77

88
## Preview
99

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.0",
13+
"php": "^8.1",
1414
"symfony/asset": "^6.0 || ^7.0",
1515
"symfony/config": "^6.0 || ^7.0",
1616
"symfony/dependency-injection": "^6.0 || ^7.0",

0 commit comments

Comments
 (0)