Commit graph

45 commits

Author SHA1 Message Date
Victor Bocharsky 091cff2698 Abandon this bundle 2022-02-01 12:06:50 -05:00
bocharsky-bw b22717883f Tweak GitHub Action config and matrix 2022-01-25 23:29:47 +02:00
bocharsky-bw c018169d4e Bump symfony/phpunit-bridge to ^4.4.11 to fix PHPUnit error 2022-01-25 20:48:22 +02:00
bocharsky-bw 2b779a4eb3 Drop direct phpunit dep - we use simple phpunit here 2022-01-25 20:44:49 +02:00
bocharsky-bw 74ded9e121 Bump michelf/php-markdown to ^1.9 to fix deprecations 2022-01-25 20:24:07 +02:00
bocharsky-bw 664c3bf82b Bump Symfony lowest to ^4.4 2022-01-25 20:18:11 +02:00
bocharsky-bw b839e4358f Bump PHP version to 7.4 2022-01-25 20:10:45 +02:00
bocharsky-bw 547f137ea8 Use single pipe for all version constrains 2022-01-25 18:44:02 +02:00
bocharsky-bw b9e547fb67 Revert removing Sundown 2022-01-25 18:32:36 +02:00
bocharsky-bw 83d78eb5c7 Bump Symfony to ^4.2 to get rid of treeBuilder->root() BC layer 2022-01-25 18:09:50 +02:00
bocharsky-bw 289f0327bb Revert PHP version back to 7.1.3|^8.0 2022-01-25 17:52:11 +02:00
Tac Tacelosky 7e0b145307 add phpstan 2021-11-30 07:49:00 -05:00
Tac Tacelosky 86433a9433 show workflow badges 2021-11-08 06:58:03 -05:00
Tac Tacelosky fadc9120b8 remove sundown 2021-11-08 06:32:20 -05:00
Tac Tacelosky da45d3c76d update tests to use phpunit 9.5 2021-11-08 06:24:51 -05:00
Robin 5e83a6a9ba add PHP 8 2021-01-20 18:31:15 +01:00
abdounikarim a81befb20f update phpunit 2019-11-25 22:01:03 -05:00
Ryan Weaver a63663cce6 using a newer phpunit bridge 2019-11-25 22:01:03 -05:00
abdounikarim 1cb9e62d4d restoring phpunit 2019-11-25 22:01:03 -05:00
abdounikarim b23e8d965b update composer.json to add symfony/phpunit-bridge 2019-11-25 22:01:03 -05:00
abdounikarim 0f8ec028e9 update .travis.yml and composer.json to work with Symfony 5 2019-11-25 22:01:03 -05:00
Abdouni Abdelkarim f93e8da815 Update composer.json to work with Symfony 5.0 2019-11-25 22:01:03 -05:00
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