Skip to content

Commit

Permalink
Updating the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mamazu committed Sep 20, 2024
1 parent d1bb3c2 commit 14d6e35
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,20 +112,6 @@ then tag it with
<tag name="massive_build.builder" />
</service>
````
## Accessing the container

You can access the service container by implementing the
`ContainerAwareInterface`:

````php
<?php
// ...

class MyBuilder implements ContainerAwareInterface, BuilderInterface
{
// ...
}
````

## Adding global options and customization

Expand Down Expand Up @@ -200,7 +186,3 @@ it has, to disable this use the `--nodeps` option.
````bash
$ php app/console massive:build --nodeps
````

## Requirements

* Symfony: 2.4+

0 comments on commit 14d6e35

Please sign in to comment.