Skip to content

Commit 16ca7ac

Browse files
committed
adding some metadatas
1 parent 4ea090a commit 16ca7ac

File tree

7 files changed

+61
-8
lines changed

7 files changed

+61
-8
lines changed

DependencyInjection/RobertoTruToInlineStyleEmailExtension.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of ToInlineStyleEmailBundle.
5+
*
6+
* (c) Roberto Trunfio <[email protected]>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace RobertoTru\ToInlineStyleEmailBundle\DependencyInjection;
413

514
use Symfony\Component\DependencyInjection\ContainerBuilder;

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,17 @@ ToInlineStyleEmailBundle
44
**ToInlineStyleEmailBundle** is a _Symfony2_ bundle to use the **CssToInlineStyles** translator by _Tijs Verkoyen_ (see
55
https://github.com/tijsverkoyen/CssToInlineStyles for the repository)
66

7-
87
Requirements
9-
===========
8+
============
109
**ToInlineStyleEmailBundle** is only supported on **PHP 5.3.3** and up.
1110

1211
Installation
13-
===========
12+
============
1413
Please, use the _Composer_ to install this bundle in your Symfony2 app.
1514

1615
The following lines should be added in your ```composer.json```
1716

18-
```
17+
``` json
1918
"require": {
2019
"robertotru/to-inline-style-email-bundle": "dev-master"
2120
},
@@ -28,7 +27,7 @@ new RobertoTru\ToInlineStyleEmailBundle\RobertoTruToInlineStyleEmailBundle(),
2827
```
2928

3029
Documentation and Examples
31-
===========
30+
==========================
3231
The bundle provides a service named **css_to_inline_email_converter**. Use it in a controller to have a nice shortcut to the
3332
converter developed by _Tijs Verkoyen_. E.g.:
3433

@@ -91,10 +90,10 @@ Paths relative to bundle are supported as well:
9190
Read the docs in the files for further details on the usage of the service.
9291

9392
Contributing
94-
===========
93+
============
9594
**ToInlineStyleEmailBundle** is an open source project. Contributions are encouraged.
9695
Feel free to contribute to improve this bundle.
9796

9897
About the author of the bundle
99-
===========
100-
**ToInlineStyleEmailBundle** has been originally developed and is mantained by Roberto Trunfio (see more on the author at www.trunfio.it)
98+
==============================
99+
**ToInlineStyleEmailBundle** has been originally developed and is maintained by Roberto Trunfio (see more on the author at www.trunfio.it)

Tests/ToInlineStyleEmailBundleTest.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of ToInlineStyleEmailBundle.
5+
*
6+
* (c) Roberto Trunfio <[email protected]>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace RobertoTru\ToInlineStyleEmailBundle\Tests;
413

514
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;

Tests/bootstrap.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of ToInlineStyleEmailBundle.
5+
*
6+
* (c) Roberto Trunfio <[email protected]>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
$file = __DIR__.'/../vendor/autoload.php';
413
if (!file_exists($file)) {
514
throw new RuntimeException('Install dependencies to run test suite. "php composer.phar install --dev"');

Twig/InlineCssExtension.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of ToInlineStyleEmailBundle.
5+
*
6+
* (c) Roberto Trunfio <[email protected]>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace RobertoTru\ToInlineStyleEmailBundle\Twig;
413

514
use RobertoTru\ToInlineStyleEmailBundle\Converter\ToInlineStyleEmailConverter;

Twig/InlineCssNode.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of ToInlineStyleEmailBundle.
5+
*
6+
* (c) Roberto Trunfio <[email protected]>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace RobertoTru\ToInlineStyleEmailBundle\Twig;
413

514
use Twig_Compiler;

Twig/InlineCssParser.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of ToInlineStyleEmailBundle.
5+
*
6+
* (c) Roberto Trunfio <[email protected]>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace RobertoTru\ToInlineStyleEmailBundle\Twig;
413

514
use Symfony\Component\Config\FileLocatorInterface;

0 commit comments

Comments
 (0)