Skip to content

Commit 3c9d921

Browse files
committed
Fixup README.md "what's inside?" & misc
1 parent 3136d16 commit 3c9d921

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/deploy.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
coverage: "none"
2424
ini-values: "memory_limit=-1"
2525
php-version: "8.1"
26+
tools: symfony
2627

2728
- name: 'Determine composer cache directory'
2829
id: composer-cache

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ with [Stenope](https://stenopephp.github.io/Stenope/).
66
It contains [a few features](https://stenopephp.github.io/skeleton/articles/guide#what-s-inside) to get you started
77
if you plan to create a content website from scratch along with the following stack:
88

9-
- Symfony 6.1
10-
- Webpack Encore
9+
- Symfony 6.4
10+
- Symfony AssetMapper
1111
- Sass
1212
- Lint / CS (php-cs-fixer, phpstan, eslint, …)
1313
- Glide integration for images resizing

content/articles/guide.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ nextArticle: "write-your-own-contents"
1515

1616
This skeleton contains some opinionated tools and configurations to help you start your project:
1717

18+
- Symfony 6.4 LTS, with AssetMapper component to handle frontend dependencies with no build.
19+
- Sass integration
1820
- Out-of-the-box [Swup](./swup.md) integration
1921
- Glide integration to resize images on the fly from templates
2022
- A Stenope custom processor to automatically resize images in contents with a Glide preset

0 commit comments

Comments
 (0)