Skip to content

Commit af8bf60

Browse files
Set default version to php8.2
1 parent 1d64768 commit af8bf60

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.installer/install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'vendor' => 'codenamephp',
2222
'componentName' => $componentName,
2323
'namespace' => implode('\\', array_merge(['de', 'codenamephp'], explode('.', $componentName))),
24-
'phpVersion' => '8.1',
24+
'phpVersion' => '8.2',
2525
];
2626

2727
(new StepExecutor(

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.2",
1414
"codenamephp/installer": "^1.0"
1515
},
1616
"scripts": {

0 commit comments

Comments
 (0)