Skip to content

Commit f1a4048

Browse files
committed
moved flex to require instead of require-dev
1 parent 082c60c commit f1a4048

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
@@ -5,12 +5,12 @@
55
"description": "Project description",
66
"require": {
77
"php": "^7.0.8",
8+
"symfony/flex": "^1.0",
89
"symfony/console": "^3.3",
910
"symfony/framework-bundle": "^3.3",
1011
"symfony/yaml": "^3.3"
1112
},
1213
"require-dev": {
13-
"symfony/flex": "^1.0",
1414
"symfony/dotenv": "^3.3"
1515
},
1616
"config": {

0 commit comments

Comments
 (0)