Skip to content

Commit 8e7ebb7

Browse files
committed
fix(libs): update koromerzhin-dependencies
1 parent 3ebd6b1 commit 8e7ebb7

File tree

4 files changed

+90
-205
lines changed

4 files changed

+90
-205
lines changed

apps/.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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 ###

apps/composer.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@
99
"php": ">=7.2.5",
1010
"ext-ctype": "*",
1111
"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.*"
2018
},
2119
"require-dev": {},
2220
"config": {
@@ -47,7 +45,10 @@
4745
"symfony/polyfill-php72": "*"
4846
},
4947
"scripts": {
50-
"auto-scripts": [],
48+
"auto-scripts": {
49+
"cache:clear": "symfony-cmd",
50+
"assets:install %PUBLIC_DIR%": "symfony-cmd"
51+
},
5152
"post-install-cmd": [
5253
"@auto-scripts"
5354
],
@@ -64,4 +65,4 @@
6465
"require": "5.4.*"
6566
}
6667
}
67-
}
68+
}

0 commit comments

Comments
 (0)