Skip to content

Commit 9bd49de

Browse files
committed
>> Modernize
1 parent bbe482e commit 9bd49de

6 files changed

Lines changed: 2067 additions & 1203 deletions

File tree

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,20 @@
1010
"context"
1111
],
1212
"require": {
13+
"php": ">=8.2",
1314
"maslosoft/miniview": "*",
1415
"maslosoft/addendum": "*",
1516
"maslosoft/sitcom": "*",
16-
"symfony/console": "*",
17+
"symfony/console": ">=2.7 <7.0",
1718
"maslosoft/whitelist": "*"
1819
},
1920
"bin": [
2021
"i18n-extractor"
2122
],
2223
"require-dev": {
2324
"maslosoft/hedron": "*",
24-
"codeception/codeception": "^2"
25+
"codeception/module-asserts": "^3",
26+
"codeception/codeception": "^5"
2527
},
2628
"autoload": {
2729
"psr-4": {

0 commit comments

Comments
 (0)