Skip to content

Commit f877a21

Browse files
author
Michael Vasseur
committed
Move the composer file
By running this from webapp we need (hopefully) less alterations, @nickygerritsen should know best which changes we normally have to make for every new symfony release.
1 parent 49c1eb9 commit f877a21

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

composer.json renamed to webapp/composer.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,15 @@
125125
},
126126
"autoload": {
127127
"psr-4": {
128-
"App\\": "webapp/src/"
128+
"App\\": "src/"
129129
},
130130
"files": [
131-
"webapp/resources/functions.php"
131+
"resources/functions.php"
132132
]
133133
},
134134
"autoload-dev": {
135135
"psr-4": {
136-
"App\\Tests\\": "webapp/tests/"
136+
"App\\Tests\\": "tests/"
137137
}
138138
},
139139
"config": {
@@ -144,8 +144,6 @@
144144
"platform": {
145145
"php": "8.1.0"
146146
},
147-
"vendor-dir": "lib/vendor",
148-
"component-dir": "lib/vendor/components",
149147
"allow-plugins": {
150148
"composer/package-versions-deprecated": true,
151149
"symfony/flex": true,
@@ -178,12 +176,8 @@
178176
},
179177
"extra": {
180178
"symfony": {
181-
"root-dir": "webapp/",
182179
"allow-contrib": true,
183180
"require": "6.4.*"
184-
},
185-
"runtime": {
186-
"dotenv_path": "webapp/.env"
187181
}
188182
}
189183
}
File renamed without changes.

0 commit comments

Comments
 (0)