Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7add25

Browse files
authored
chore: require symfony/flex as dev dependency (#1047)
1 parent f76b711 commit d7add25

4 files changed

Lines changed: 175 additions & 1 deletion

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
/phpunit-paratest.xml.dist export-ignore
2121
/psalm.xml export-ignore
2222
/stubs export-ignore
23+
/symfony.lock export-ignore
2324
/tests export-ignore
2425
/utils/rector/tests export-ignore
2526
/utils/rector/composer.json export-ignore

.github/workflows/phpunit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,14 +230,15 @@ jobs:
230230
with:
231231
composer-options: --prefer-dist
232232

233-
- name: Remove
233+
- name: Remove framework dependencies
234234
run: |
235235
composer remove --dev \
236236
dama/doctrine-test-bundle \
237237
doctrine/doctrine-bundle \
238238
doctrine/doctrine-migrations-bundle \
239239
doctrine/mongodb-odm-bundle \
240240
symfony/maker-bundle \
241+
symfony/flex \
241242
symfony/phpunit-bridge \
242243
symfony/framework-bundle
243244

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"symfony/console": "^6.4|^7.0|^8.0",
4242
"symfony/dotenv": "^6.4|^7.0|^8.0",
4343
"symfony/event-dispatcher": "^6.4|^7.0|^8.0",
44+
"symfony/flex": "^2.10",
4445
"symfony/framework-bundle": "^6.4|^7.0|^8.0",
4546
"symfony/maker-bundle": "^1.55",
4647
"symfony/phpunit-bridge": "^6.4.26|^7.0|^8.0",
@@ -94,6 +95,9 @@
9495
},
9596
"psalm": {
9697
"pluginClass": "Zenstruck\\Foundry\\Psalm\\FoundryPlugin"
98+
},
99+
"symfony": {
100+
"allow-contrib": false
97101
}
98102
},
99103
"scripts": {

symfony.lock

Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,168 @@
1+
{
2+
"dama/doctrine-test-bundle": {
3+
"version": "8.4",
4+
"recipe": {
5+
"repo": "github.com/symfony/recipes-contrib",
6+
"branch": "main",
7+
"version": "8.3",
8+
"ref": "dfc51177476fb39d014ed89944cde53dc3326d23"
9+
}
10+
},
11+
"doctrine/deprecations": {
12+
"version": "1.1",
13+
"recipe": {
14+
"repo": "github.com/symfony/recipes",
15+
"branch": "main",
16+
"version": "1.0",
17+
"ref": "87424683adc81d7dc305eefec1fced883084aab9"
18+
}
19+
},
20+
"doctrine/doctrine-bundle": {
21+
"version": "3.2",
22+
"recipe": {
23+
"repo": "github.com/symfony/recipes",
24+
"branch": "main",
25+
"version": "3.0",
26+
"ref": "18ee08e513ba0303fd09a01fc1c934870af06ffa"
27+
},
28+
"files": [
29+
"config/packages/doctrine.yaml",
30+
"src/Entity/.gitignore",
31+
"src/Repository/.gitignore"
32+
]
33+
},
34+
"doctrine/doctrine-migrations-bundle": {
35+
"version": "3.7",
36+
"recipe": {
37+
"repo": "github.com/symfony/recipes",
38+
"branch": "main",
39+
"version": "3.1",
40+
"ref": "1d01ec03c6ecbd67c3375c5478c9a423ae5d6a33"
41+
},
42+
"files": [
43+
"config/packages/doctrine_migrations.yaml",
44+
"migrations/.gitignore"
45+
]
46+
},
47+
"doctrine/mongodb-odm-bundle": {
48+
"version": "5.5",
49+
"recipe": {
50+
"repo": "github.com/symfony/recipes-contrib",
51+
"branch": "main",
52+
"version": "5.0",
53+
"ref": "e84b128ea886f70a430eb88de7ac8217611542cc"
54+
}
55+
},
56+
"phpunit/phpunit": {
57+
"version": "12.5",
58+
"recipe": {
59+
"repo": "github.com/symfony/recipes",
60+
"branch": "main",
61+
"version": "11.1",
62+
"ref": "1117deb12541f35793eec9fff7494d7aa12283fc"
63+
},
64+
"files": [
65+
".env.test",
66+
"phpunit.xml.dist",
67+
"tests/bootstrap.php",
68+
"bin/phpunit"
69+
]
70+
},
71+
"symfony/console": {
72+
"version": "8.0",
73+
"recipe": {
74+
"repo": "github.com/symfony/recipes",
75+
"branch": "main",
76+
"version": "5.3",
77+
"ref": "1781ff40d8a17d87cf53f8d4cf0c8346ed2bb461"
78+
},
79+
"files": [
80+
"bin/console"
81+
]
82+
},
83+
"symfony/flex": {
84+
"version": "2.10",
85+
"recipe": {
86+
"repo": "github.com/symfony/recipes",
87+
"branch": "main",
88+
"version": "2.4",
89+
"ref": "52e9754527a15e2b79d9a610f98185a1fe46622a"
90+
},
91+
"files": [
92+
".env",
93+
".env.dev"
94+
]
95+
},
96+
"symfony/framework-bundle": {
97+
"version": "8.0",
98+
"recipe": {
99+
"repo": "github.com/symfony/recipes",
100+
"branch": "main",
101+
"version": "7.4",
102+
"ref": "09f6e081c763a206802674ce0cb34a022f0ffc6d"
103+
},
104+
"files": [
105+
"config/packages/cache.yaml",
106+
"config/packages/framework.yaml",
107+
"config/preload.php",
108+
"config/routes/framework.yaml",
109+
"config/services.yaml",
110+
"public/index.php",
111+
"src/Controller/.gitignore",
112+
"src/Kernel.php",
113+
".editorconfig"
114+
]
115+
},
116+
"symfony/maker-bundle": {
117+
"version": "1.65",
118+
"recipe": {
119+
"repo": "github.com/symfony/recipes",
120+
"branch": "main",
121+
"version": "1.0",
122+
"ref": "fadbfe33303a76e25cb63401050439aa9b1a9c7f"
123+
}
124+
},
125+
"symfony/phpunit-bridge": {
126+
"version": "8.0",
127+
"recipe": {
128+
"repo": "github.com/symfony/recipes",
129+
"branch": "main",
130+
"version": "7.3",
131+
"ref": "dc13fec96bd527bd399c3c01f0aab915c67fd544"
132+
}
133+
},
134+
"symfony/property-info": {
135+
"version": "8.0",
136+
"recipe": {
137+
"repo": "github.com/symfony/recipes",
138+
"branch": "main",
139+
"version": "7.3",
140+
"ref": "dae70df71978ae9226ae915ffd5fad817f5ca1f7"
141+
},
142+
"files": [
143+
"config/packages/property_info.yaml"
144+
]
145+
},
146+
"symfony/routing": {
147+
"version": "8.0",
148+
"recipe": {
149+
"repo": "github.com/symfony/recipes",
150+
"branch": "main",
151+
"version": "7.4",
152+
"ref": "bc94c4fd86f393f3ab3947c18b830ea343e51ded"
153+
},
154+
"files": [
155+
"config/packages/routing.yaml",
156+
"config/routes.yaml"
157+
]
158+
},
159+
"symfony/uid": {
160+
"version": "8.0",
161+
"recipe": {
162+
"repo": "github.com/symfony/recipes",
163+
"branch": "main",
164+
"version": "7.0",
165+
"ref": "0df5844274d871b37fc3816c57a768ffc60a43a5"
166+
}
167+
}
168+
}

0 commit comments

Comments
 (0)