Skip to content

Commit 7e4793b

Browse files
committed
feature symfony#51247 [AssetMapper] Mark component as non experimental (fabpot)
This PR was merged into the 6.4 branch. Discussion ---------- [AssetMapper] Mark component as non experimental | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | yes <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | n/a | License | MIT | Doc PR | n/a No feature can be experimental in 6.4. `@weaverryan` Commits ------- 530406a [AssetMapper] Mark component as non experimental
2 parents 6522566 + 530406a commit 7e4793b

30 files changed

+5
-66
lines changed

src/Symfony/Component/AssetMapper/AssetDependency.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
/**
1515
* Represents a dependency that a MappedAsset has.
16-
*
17-
* @experimental
1816
*/
1917
final class AssetDependency
2018
{

src/Symfony/Component/AssetMapper/AssetMapper.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
/**
1818
* Finds and returns assets in the pipeline.
1919
*
20-
* @experimental
21-
*
2220
* @final
2321
*/
2422
class AssetMapper implements AssetMapperInterface

src/Symfony/Component/AssetMapper/AssetMapperCompiler.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
/**
1717
* Runs a chain of compiles intended to adjust the source of assets.
1818
*
19-
* @experimental
20-
*
2119
* @final
2220
*/
2321
class AssetMapperCompiler

src/Symfony/Component/AssetMapper/AssetMapperDevServerSubscriber.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
/**
2222
* Functions like a controller that returns assets from the asset mapper.
2323
*
24-
* @experimental
25-
*
2624
* @author Ryan Weaver <[email protected]>
2725
*/
2826
final class AssetMapperDevServerSubscriber implements EventSubscriberInterface

src/Symfony/Component/AssetMapper/AssetMapperInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
/**
1515
* Finds and returns assets in the pipeline.
1616
*
17-
* @experimental
18-
*
1917
* @author Ryan Weaver <[email protected]>
2018
*/
2119
interface AssetMapperInterface

src/Symfony/Component/AssetMapper/AssetMapperRepository.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
/**
1818
* Finds assets in the asset mapper.
1919
*
20-
* @experimental
21-
*
2220
* @author Ryan Weaver <[email protected]>
2321
*
2422
* @final

src/Symfony/Component/AssetMapper/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
6.4
5+
---
6+
7+
* Mark the component as non experimental
8+
49
6.3
510
---
611

src/Symfony/Component/AssetMapper/Command/AssetMapperCompileCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
*
2929
* This command is intended to be used during deployment.
3030
*
31-
* @experimental
32-
*
3331
* @author Ryan Weaver <[email protected]>
3432
*/
3533
#[AsCommand(name: 'asset-map:compile', description: 'Compiles all mapped assets and writes them to the final public output directory.')]

src/Symfony/Component/AssetMapper/Command/DebugAssetMapperCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
/**
2323
* Outputs all the assets in the asset mapper.
2424
*
25-
* @experimental
26-
*
2725
* @author Ryan Weaver <[email protected]>
2826
*/
2927
#[AsCommand(name: 'debug:asset-map', description: 'Outputs all mapped assets.')]

src/Symfony/Component/AssetMapper/Command/ImportMapExportCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
use Symfony\Component\Console\Output\OutputInterface;
1919

2020
/**
21-
* @experimental
22-
*
2321
* @author Kévin Dunglas <[email protected]>
2422
*/
2523
#[AsCommand(name: 'importmap:export', description: 'Exports the importmap JSON')]

0 commit comments

Comments
 (0)