File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,10 @@ Follow these instructions to show your Symfony-based project on [symfony.com/pro
14
14
15
15
1 . Add a YAML file with the basic project information in ` projects/xxx.yml `
16
16
where ` xxx ` is the slug of your project (e.g. ` projects/acme.yml ` ). Use any
17
- of the existing YAML files as the reference of your own file and take into
18
- account that:
19
- * If your project depends on Symfony components, list them under the
20
- ` components ` option.
21
- * If your project depends on the entire Symfony full-stack framework, leave
22
- the ` components ` option empty and add ` symfonyfs ` in the ` dependencies `
23
- option.
17
+ of the existing YAML files as the reference of your own file.
24
18
2 . Add a square PNG image with the logo of your project in ` projects/xxx.png `
25
19
where ` xxx ` is the slug of your project (e.g. ` projects/acme.png ` ). It's
26
- recommended to create a 256px x 256px image.
20
+ recommended to create a 160px x 160px image.
27
21
3 . Add your project to the ` projects.yml ` file at the root of this repository.
28
22
Append your project at the end of the list and we'll change its position if
29
23
needed.
You can’t perform that action at this time.
0 commit comments