Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

[2.6+] Removed AcmeDemoBundle #819

Merged
merged 2 commits into from
Jun 11, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions app/SymfonyStandard/RootPackageInstallSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@

class RootPackageInstallSubscriber implements EventSubscriberInterface
{
public static function installAcmeDemoBundle(CommandEvent $event)
{
ScriptHandler::installAcmeDemoBundle($event);
}

public static function setupNewDirectoryStructure(CommandEvent $event)
{
ScriptHandler::defineDirectoryStructure($event);
Expand All @@ -33,7 +28,6 @@ public static function getSubscribedEvents()
return array(
ScriptEvents::POST_INSTALL_CMD => array(
array('setupNewDirectoryStructure', 512),
array('installAcmeDemoBundle', 0)
),
);
}
Expand Down
3 changes: 2 additions & 1 deletion app/config/security.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
security:

providers:
in_memory:
memory: ~
Expand All @@ -8,5 +9,5 @@ security:
pattern: ^/(_(profiler|wdt|error)|css|images|js)/
security: false

default:
main:
anonymous: ~