Skip to content

Commit 30b1a2c

Browse files
Test on SF 7.1 + add homepage to composer.json + fix docs (#24)
1 parent c13134e commit 30b1a2c

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- symfony-version: 7.0
3030
php: 8.2
3131
deps: high
32+
- symfony-version: 7.1
33+
php: 8.2
34+
deps: high
3235
steps:
3336
- uses: actions/checkout@v3
3437
with:

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"license": "MIT",
55
"type": "symfony-bundle",
66
"keywords": ["asset-mapper", "typescript"],
7+
"homepage": "https://github.com/sensiolabs/AssetMapperTypeScriptBundle",
78
"authors": [
89
{
910
"name": "Maelan LE BORGNE",

doc/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TypeScript Bundle For Symfony
44
This bundle allows you to compile TypeScript and use it with Symfony's AssetMapper Component
55
(no Node required!).
66

7-
- Automatically downloads the correct [SWC](https://github.com/swc-project/swc) binary
7+
- Automatically downloads the correct `SWC <https://github.com/swc-project/swc>`_ binary
88
- Adds a ``typescript:build`` command to compile your typescript files
99
- Automatically compiles your typescript files when you run ``asset-map:compile`` command
1010

@@ -25,6 +25,7 @@ Start by setting the ``sensiolabs_typescript.source_dir`` option to the list of
2525
For instance, if your TypeScript code lives in ``assets/typescript`` directory, with a ``assets/typescript/app.ts`` entrypoint file, you could set the option like this:
2626

2727
.. code-block:: yaml
28+
2829
# config/packages/asset_mapper.yaml
2930
sensiolabs_typescript:
3031
source_dir: ['%kernel.project_dir%/assets/typescript']

0 commit comments

Comments
 (0)