Skip to content

Commit dcca163

Browse files
committed
🔀 various improvements
1 parent 44cde37 commit dcca163

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

‎composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"symfony/flex": "^2.5"
2323
},
2424
"flex-require": {
25-
"doctrine/doctrine-bundle": "^2.13",
25+
"doctrine/doctrine-bundle": "^2.14,
2626
"doctrine/orm": "^3.3",
2727
"ramsey/uuid-doctrine": "^2.1",
2828
"symfony/asset": "^6.4",
@@ -55,14 +55,14 @@
5555
},
5656
"flex-require-dev": {
5757
"beelab/test-bundle": "^7.0",
58-
"dama/doctrine-test-bundle": "^8.2",
58+
"dama/doctrine-test-bundle": "^8.3",
5959
"deployer/deployer": "^7.5",
60-
"doctrine/doctrine-fixtures-bundle": "^4.0",
61-
"phpunit/phpunit": "^12.0",
60+
"doctrine/doctrine-fixtures-bundle": "^4.1",
61+
"phpunit/phpunit": "^12.1",
6262
"symfony/debug-bundle": "^6.4",
6363
"symfony/phpunit-bridge": "^7.2",
6464
"symfony/profiler-pack": "^1.0",
65-
"vincentlanglet/twig-cs-fixer": "^3.5"
65+
"vincentlanglet/twig-cs-fixer": "^3.6"
6666
},
6767
"config": {
6868
"allow-plugins": {

‎config/docker/nginx/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1
1+
FROM nginx:1.25
22

33
RUN apt update && apt install -y --no-install-recommends curl
44

‎package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"dependencies": {
1212
"@fortawesome/fontawesome-free": "^6.7.2",
1313
"@popperjs/core": "^2.11.8",
14-
"bootstrap": "^5.3.3"
14+
"bootstrap": "^5.3.5"
1515
},
1616
"devDependencies": {
17-
"@babel/core": "^7.26.10",
18-
"@babel/preset-env": "^7.26.9",
17+
"@babel/core": "^7.27.1",
18+
"@babel/preset-env": "^7.27.1",
1919
"@symfony/webpack-encore": "^5.1.0",
20-
"eslint": "^9.21.0",
21-
"sass": "^1.85.1",
20+
"eslint": "^9.25.0",
21+
"sass": "^1.86.3",
2222
"sass-loader": "^16.0.5",
23-
"stylelint": "^16.15.0",
24-
"stylelint-config-standard": "^37.0.0",
23+
"stylelint": "^16.19.1",
24+
"stylelint-config-standard": "^38.0.0",
2525
"stylelint-config-standard-scss": "^14.0.0"
2626
},
2727
"author": "Massimiliano Arione",

0 commit comments

Comments
 (0)