Skip to content

Commit e3c76fe

Browse files
authored
Merge pull request #5 from Patta/master
[TASK] Mark compatibility to php 7.3
2 parents 8c383ee + 942a0e7 commit e3c76fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"require": {
18-
"php": ">=7.0 <7.3",
18+
"php": ">=7.0 <7.4",
1919
"symfony/yaml": "^2.7 || ^3.0 || ^4.0",
2020
"typo3/cms-core": "^7.6 || ^8.7 || ^9.0",
2121
"helhum/typo3-console": "^4.0 || ^5.0"

0 commit comments

Comments
 (0)