Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eae1b77

Browse files
authored
Merge pull request magento#7570 from chandru-199/composer-file-change
Update composer.json
2 parents f2ae23b + eb98a9b commit eae1b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.4/extension-dev-guide/build/composer-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Here is the example of composer.json file.
3030
"AFL-3.0"
3131
],
3232
"require": {
33-
"php": "~7.1.3||~7.2.0||~7.3.0"
33+
"php": "~7.3.0||~7.4.0"
3434
},
3535
"autoload": {
3636
"files": [ "registration.php" ],

0 commit comments

Comments
 (0)