Skip to content

Commit fb5a04c

Browse files
committed
fix: downgrade php version requirement
1 parent 934bb27 commit fb5a04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.3",
21+
"php": "^7.1",
2222
"stof/doctrine-extensions-bundle": "*"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)