Skip to content

Commit

Permalink
added travis php 7.1
Browse files Browse the repository at this point in the history
readme changes
  • Loading branch information
kokspflanze committed Oct 14, 2016
1 parent a198f73 commit cde8c2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ php:
- 5.5
- 5.6
- 7
- 7.1
- hhvm
- nightly

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ ZfcTwig extension is registered.

```php
// in module configuration or autoload override
return array(
'zfctwig' => array(
'extensions' => array(
return [
'zfctwig' => [
'extensions' => [
// an extension that uses no key
'My\Custom\Extension',

// an extension with a key so that you can remove it from another module
'my_custom_extension' => 'My\Custom\Extension'
)
)
);
]
]
];
```

### Configuring Twig loaders
Expand Down

0 comments on commit cde8c2a

Please sign in to comment.