Skip to content

Commit

Permalink
Merge branch 'sf-3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Faugeron committed Dec 1, 2015
2 parents c42964c + 0c8cc0a commit 402376b
Show file tree
Hide file tree
Showing 23 changed files with 28 additions and 85 deletions.
56 changes: 0 additions & 56 deletions .puli/GeneratedPuliFactory.php

This file was deleted.

1 change: 0 additions & 1 deletion .puli/bindings.json

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015 Loïc Chardonnet
Copyright (c) 2015 Loïc Faugeron

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This package, `TwigTemplateEngine`, provides an implementation and templates for

Install it using [Composer](https://getcomposer.org/download):

composer require memio/twig-template-engine:~1.0
composer require memio/twig-template-engine:^1.0

## Example

Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"homepage": "http://memio.github.io/memio",
"authors": [
{
"name": "Loïc Chardonnet",
"email": "loic.chardonnet@gmail.com",
"name": "Loïc Faugeron",
"email": "faugeron.loic@gmail.com",
"homepage": "http://gnugat.github.io",
"role": "Developer"
}
Expand All @@ -18,13 +18,13 @@
"Memio\\TwigTemplateEngine\\Config\\": "config"
}},
"require": {
"memio/model": "~1.3",
"memio/pretty-printer": "~1.0",
"php": ">=5.3.3",
"twig/twig": "~1.18"
"memio/model": "^1.3",
"memio/pretty-printer": "^1.0",
"php": "^5.3|^7.0",
"twig/twig": "^1.18"
},
"require-dev": {
"fabpot/php-cs-fixer": "~1.6",
"phpspec/phpspec": "~2.2"
"fabpot/php-cs-fixer": "^1.6",
"phpspec/phpspec": "^2.4"
}
}
2 changes: 1 addition & 1 deletion config/Locate.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/twig-template-engine package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/twig-template-engine package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/twig-template-engine package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/twig-template-engine package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/twig-template-engine package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/twig-template-engine package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/twig-template-engine package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion spec/Memio/TwigTemplateEngine/TwigTemplateEngineSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/twig-template-engine package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/twig-template-engine package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/twig-template-engine package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Memio/TwigTemplateEngine/TwigExtension/Line/Line.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/twig-template-engine package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/twig-template-engine package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/twig-template-engine package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/twig-template-engine package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/twig-template-engine package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Memio/TwigTemplateEngine/TwigExtension/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/twig-template-engine package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Memio/TwigTemplateEngine/TwigExtension/Whitespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/twig-template-engine package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion src/Memio/TwigTemplateEngine/TwigTemplateEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the memio/twig-template-engine package.
*
* (c) Loïc Chardonnet <loic.chardonnet@gmail.com>
* (c) Loïc Faugeron <faugeron.loic@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down

0 comments on commit 402376b

Please sign in to comment.