Skip to content

Commit 6b1755a

Browse files
committed
Cleaned up
1 parent 2e5183f commit 6b1755a

File tree

12 files changed

+283
-80
lines changed

12 files changed

+283
-80
lines changed

composer.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "proprietary",
55
"type": "project",
66
"require": {
7-
"php": ">=8.1",
7+
"php": ">=8.3",
88
"ext-ctype": "*",
99
"ext-iconv": "*",
1010
"doctrine/doctrine-bundle": "^2.10",
@@ -39,12 +39,17 @@
3939
},
4040
"require-dev": {
4141
"ergebnis/composer-normalize": "^2.47",
42-
"friendsofphp/php-cs-fixer": "^3.22",
42+
"friendsofphp/php-cs-fixer": "^3.73",
4343
"hautelook/alice-bundle": "^2.12",
44-
"rector/rector": "^0.18.12",
45-
"symfony/maker-bundle": "^1.51",
46-
"symfony/web-profiler-bundle": "~7.3.0",
47-
"vincentlanglet/twig-cs-fixer": "^3.8"
44+
"phpstan/extension-installer": "^1.4.3",
45+
"phpstan/phpstan": "^2.1.11",
46+
"phpstan/phpstan-doctrine": "^2.0.2",
47+
"rector/rector": "^2.0.10",
48+
"symfony/debug-bundle": "~7.2.0",
49+
"symfony/maker-bundle": "^1.62.1",
50+
"symfony/stopwatch": "~7.2.4",
51+
"symfony/web-profiler-bundle": "~7.2.4",
52+
"vincentlanglet/twig-cs-fixer": "^3.5.1"
4853
},
4954
"replace": {
5055
"symfony/polyfill-ctype": "*",
@@ -58,6 +63,8 @@
5863
"conflict": {
5964
"symfony/symfony": "*"
6065
},
66+
"minimum-stability": "stable",
67+
"prefer-stable": true,
6168
"autoload": {
6269
"psr-4": {
6370
"App\\": "src/"
@@ -73,6 +80,7 @@
7380
"cweagans/composer-patches": true,
7481
"ergebnis/composer-normalize": true,
7582
"php-http/discovery": true,
83+
"phpstan/extension-installer": true,
7684
"symfony/flex": true,
7785
"symfony/runtime": true
7886
},

0 commit comments

Comments
 (0)