Commit graph

23 commits

Author SHA1 Message Date
Ryan Weaver 91a268692e Making the templating component an optional dependency
It already basically was, but we were requiring it.
2018-01-22 20:45:26 -05:00
Ryan Weaver 424be918cd
Merge pull request #93 from MatthieuMota/master
Prepare bundle to amazing Symfony 4
2017-11-29 13:16:35 -05:00
Ryan Weaver 5057219910
removing 5.3 support and older Symfony version support 2017-11-29 13:12:18 -05:00
Matthieu Mota 51c54c813c
Need templating component dependency 2017-11-16 09:46:24 +01:00
Matthieu Mota 9432453ab9
Prepare composer to Symfony 4 2017-11-16 09:29:49 +01:00
Sullivan SENECHAL 4c3a367997 Fix wrong branch alias 2017-10-15 23:25:23 +02:00
Ryan Weaver 4e890d540a Adding symfony/dependency-injection specifically to avoid 2.2 bug with framework
Before framework-bundle 2.3.24, framework-bundle allowed for the 2.2 of the dependency-injection
component. However, 2.3 of DI added synchronized services, which framework-bundle uses. So,
framework-bundle 2.3 *really* needs di 2.2. This caused our integration tests to fail, because
the "lowest" deps included 2.3.0 of both components (which are not compatible).
2015-12-15 16:53:49 -05:00
Andrew Kovalyov 55b72549cc Add symfony3 2015-11-18 13:53:57 +02:00
Christophe Coevoet 31a829956b Allow newer versions of php-markdown 2015-09-29 16:29:54 +02:00
Christophe Coevoet c89fe5ca0e Fix the branch alias for master 2015-08-19 12:10:43 +02:00
Christophe Coevoet 8e47bda5fe Remove usage of the deprecated target-dir feature 2015-08-05 11:31:22 +02:00
Andrew Kovalyov 2bfabe5b80 Add phpunit ~4.5 to require-dev section 2015-05-05 12:27:05 +02:00
maxime horcholle 5ccb03a668 update php-markdown dependency 2014-08-28 16:47:49 +02:00
Christophe Coevoet 4af9a8010f Fixed the branch alias for master 2014-02-20 11:16:26 +01:00
Alex Demchenko ddc5d775b6 Switch to the php 5.3.9, drop support symfony 2.0 2014-02-18 14:27:42 +02:00
Michiel Missotten 7c05b45fae Migration to MichelFortin's implementation.
Since flydev has marked his version as deprecated (it was a simple composer port of Michel Fortin's initial project), it seems good to revert the dependency to the stable/continued project.
2014-02-13 16:52:14 +01:00
Elnur Abdurrakhimov ec4df7c655 Support all Symfony 2.x versions 2013-04-13 16:26:35 +04:00
Joseph Bielawski 3c541b580b Removed hard dependency on MarkdownParser code, now uses dflydev/markdown library
Refactored way how parsers are initialized, and allow to select parser while rendering
Interface `MarkdownParserInterface` method name was changed from `#transform($text)` to `#transformMarkdown($text)`
2012-10-15 17:28:35 +02:00
Luis Cordova 3a5df3e04d add support for sundown extension
move configuration and create userland sundown parser
fix namespace typo and wip
add configuration for extensions and render flags for sundown
turn scalar into boolean nodes
add usage of defaultTrue and defaultFalse
using two arraynode for sundown and 2 children for extensions and render flags
feed configurations for extensions and render flags into DIC parameters
add ext-sundown on suggests
refactoring configuration
fix config and remove dots from parameters
wip
wip
try some approach with stof's help
wip
working but not changing when setting different default
last touches
set all configuration booleans default to false
fix indentation of addDefaultsIfNotSet
some love to travis, phpunit and vendor scripts
mark tests as incomplete because the test tests special configuration of the underlaying library wrapped
test against v2.0.5
silly typo defaultFales
remove composer.lock
update php version on composer.json
add changes as per comments
removing v from versions in travis
address comments
Fix no_html feature
switching 2.2.* to dev-master
remove 2.2.* stuff symfony frameworkbundle is not that far yet
update readme and support config dump
wip
2012-10-11 20:44:30 -05:00
Christophe Coevoet 539cc75825 Fixed the suggestion key 2012-06-14 15:48:13 +03:00
Christophe Coevoet a524c32e28 Added an upper bound on the composer constraint 2012-06-14 15:46:14 +03:00
gedi 3606cc90cd slighly fixed the composer.json 2012-01-12 14:02:48 +02:00
Joseph Bielawski 0308a44909 Add composer.json 2012-01-04 17:15:33 +01:00