This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-8
lines changed
Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 11vendor /
22composer.lock
3- Tests /Resources /app /cache
4- Tests /Resources /app /logs
3+ tests /Resources /app /cache
4+ tests /Resources /app /logs
Original file line number Diff line number Diff line change 1414env :
1515 matrix : SYMFONY_VERSION=3.2.*
1616 global :
17- - SYMFONY_DEPRECATIONS_HELPER=2
17+ - SYMFONY_DEPRECATIONS_HELPER=11
1818 - SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml" SYMFONY_PHPUNIT_VERSION=5.7
1919
2020matrix :
Original file line number Diff line number Diff line change 11Contributing
22------------
33
4- Symfony2 CMF is an open source, community-driven project. We follow the same
5- guidelines as core Symfony2 . If you'd like to contribute, please read the
4+ Symfony CMF is an open source, community-driven project. We follow the same
5+ guidelines as core Symfony . If you'd like to contribute, please read the
66[ Contributing Code] [ 1 ] part of the documentation. If you're submitting a pull
77request, please follow the guidelines in the [ Submitting a Patch] [ 2 ] section
88and use the [ Pull Request Template] [ 3 ] .
Original file line number Diff line number Diff line change 2020 "symfony-cmf/core-bundle" : " ^2.0"
2121 },
2222 "require-dev" : {
23- "symfony-cmf/testing" : " ^1.3|^ 2.0" ,
23+ "symfony-cmf/testing" : " ^2.0" ,
2424 "symfony-cmf/menu-bundle" : " ^2.0" ,
2525 "symfony/phpunit-bridge" : " ^3.2" ,
2626 "sonata-project/cache-bundle" : " ^2.1.3,<2.3" ,
2727 "sonata-project/core-bundle" : " ^3.0" ,
2828 "twig/twig" : " ^1.14.2|^2.0"
2929 },
30- "minimum-stability" : " RC" ,
3130 "prefer-stable" : true ,
3231 "suggest" : {
3332 "sonata-project/cache-bundle" : " To add caching support for block loading" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ BlockBundle
22
33 The MIT License
44
5- Copyright (c) 2011-2017 Symfony2 CMF
5+ Copyright (c) 2011-2017 Symfony CMF
66
77 Permission is hereby granted, free of charge, to any person obtaining a copy
88 of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments