Skip to content

Commit 69f9f69

Browse files
committed
PLAT-1236 PHP 8.2 support
1 parent db92680 commit 69f9f69

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^7.2.5 || ^8.0",
17+
"php": "^7.4 || ^8.0",
1818
"twig/twig": "~3.0",
1919
"illuminate/support": "^6|^7|^8|^9",
2020
"illuminate/view": "^6|^7|^8|^9"

src/Extension/Loader/Loader.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
*/
2424
abstract class Loader extends AbstractExtension
2525
{
26+
protected Config $config;
27+
2628
/**
2729
* Create a new loader extension.
2830
*

0 commit comments

Comments
 (0)