File tree Expand file tree Collapse file tree 4 files changed +90
-205
lines changed Expand file tree Collapse file tree 4 files changed +90
-205
lines changed Original file line number Diff line number Diff line change
1
+
2
+ # ##> symfony/framework-bundle ###
3
+ /.env.local
4
+ /.env.local.php
5
+ /.env. * .local
6
+ /config /secrets /prod /prod.decrypt.private.php
7
+ /public /bundles /
8
+ /var /
9
+ /vendor /
10
+ # ##< symfony/framework-bundle ###
Original file line number Diff line number Diff line change 9
9
"php" : " >=7.2.5" ,
10
10
"ext-ctype" : " *" ,
11
11
"ext-iconv" : " *" ,
12
- "symfony/flex" : " ^1.17|^2"
13
- },
14
- "flex-require" : {
15
- "symfony/console" : " *" ,
16
- "symfony/dotenv" : " *" ,
17
- "symfony/framework-bundle" : " *" ,
18
- "symfony/runtime" : " *" ,
19
- "symfony/yaml" : " *"
12
+ "symfony/console" : " 5.4.*" ,
13
+ "symfony/dotenv" : " 5.4.*" ,
14
+ "symfony/flex" : " ^1.17|^2" ,
15
+ "symfony/framework-bundle" : " 5.4.*" ,
16
+ "symfony/runtime" : " 5.4.*" ,
17
+ "symfony/yaml" : " 5.4.*"
20
18
},
21
19
"require-dev" : {},
22
20
"config" : {
47
45
"symfony/polyfill-php72" : " *"
48
46
},
49
47
"scripts" : {
50
- "auto-scripts" : [],
48
+ "auto-scripts" : {
49
+ "cache:clear" : " symfony-cmd" ,
50
+ "assets:install %PUBLIC_DIR%" : " symfony-cmd"
51
+ },
51
52
"post-install-cmd" : [
52
53
" @auto-scripts"
53
54
],
64
65
"require" : " 5.4.*"
65
66
}
66
67
}
67
- }
68
+ }
You can’t perform that action at this time.
0 commit comments