Skip to content

Commit

Permalink
[monorepo] removed dependency on symplify/monorepo-builder (#3481)
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmannmartin authored Oct 10, 2024
1 parent c95df61 commit 7fc050c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/Resources/config/services/commands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ services:
$internalDirectories: '%internal_directories%'
$publicDirectories: '%public_directories%'

Shopsys\FrameworkBundle\Command\DownloadPhingCommand:
arguments:
- '%shopsys.vendor_dir%'

# the command is supposed to be used in DEV environment only so it is configured in services_dev.yaml
Shopsys\FrameworkBundle\Command\ExtendedClassesAnnotationsCommand:
autoconfigure: false
Expand All @@ -37,14 +33,3 @@ services:
Shopsys\FrameworkBundle\Command\MigrateUploadedFilesCommand:
arguments:
- '%shopsys.uploaded_file_dir%'


Shopsys\FrameworkBundle\Command\ServerRunWithCustomRouterCommand:
arguments:
- '%kernel.project_dir%/web'
- '%kernel.environment%'

Shopsys\FrameworkBundle\Command\ServerStartWithCustomRouterCommand:
arguments:
- '%kernel.project_dir%/web'
- '%kernel.environment%'

0 comments on commit 7fc050c

Please sign in to comment.