Skip to content

Commit d2a6f20

Browse files
authored
Merge pull request #53 from Ardenexal/claude/create-composer-lock-OMTlo
chore: add composer.lock for demo Symfony application
2 parents 706a412 + 6e6f886 commit d2a6f20

3 files changed

Lines changed: 7814 additions & 7 deletions

File tree

demo/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11

2+
# Override root .gitignore — the demo app's lock file should be tracked
3+
!composer.lock
4+
25
###> symfony/framework-bundle ###
36
/.env.local
47
/.env.local.php

demo/composer.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"brick/date-time": "^0.9.0",
99
"ext-ctype": "*",
1010
"ext-iconv": "*",
11-
"phpdocumentor/reflection-docblock": "^5.6.6",
11+
"phpdocumentor/reflection-docblock": "^5.6.7",
1212
"nette/php-generator": "^4.2.2",
1313
"phpstan/phpdoc-parser": "^2.3.2",
1414
"symfony/asset": "7.4.*",
@@ -24,13 +24,13 @@
2424
"symfony/mime": "7.4.*",
2525
"symfony/runtime": "7.4.*",
2626
"symfony/serializer": "7.4.*",
27-
"symfony/stimulus-bundle": "^2.32",
27+
"symfony/stimulus-bundle": "^2.34",
2828
"symfony/translation": "7.4.*",
2929
"symfony/twig-bundle": "7.4.*",
30-
"symfony/ux-turbo": "^2.32",
30+
"symfony/ux-turbo": "^2.34",
3131
"symfony/yaml": "7.4.*",
32-
"twig/extra-bundle": "^2.12|^3.23",
33-
"twig/twig": "^2.12|^3.23"
32+
"twig/extra-bundle": "^2.12|^3.24",
33+
"twig/twig": "^2.12|^3.24"
3434
},
3535
"config": {
3636
"allow-plugins": {
@@ -39,6 +39,9 @@
3939
"symfony/runtime": true
4040
},
4141
"bump-after-update": true,
42+
"platform": {
43+
"php": "8.3.0"
44+
},
4245
"sort-packages": true
4346
},
4447
"autoload": {
@@ -91,11 +94,11 @@
9194
}
9295
},
9396
"require-dev": {
94-
"phpunit/phpunit": "^12.5.14",
97+
"phpunit/phpunit": "^12.5.16",
9598
"symfony/browser-kit": "7.4.*",
9699
"symfony/css-selector": "7.4.*",
97100
"symfony/debug-bundle": "7.4.*",
98-
"symfony/maker-bundle": "^1.66",
101+
"symfony/maker-bundle": "^1.67",
99102
"symfony/stopwatch": "7.4.*",
100103
"symfony/web-profiler-bundle": "7.4.*"
101104
}

0 commit comments

Comments
 (0)