File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ matrix:
1818 fast_finish : true
1919 include :
2020 - php : 7.2
21- env : SYMFONY_VERSION=^4.2
21+ env : SYMFONY_VERSION=4.1.13
2222 - php : 7.2
2323 env : COMPOSER_FLAGS="--prefer-lowest"
2424 - php : 7.3
2525 env : SYMFONY_VERSION=^4.4
2626 - php : 7.4
27- env : SYMFONY_VERSION=^5.0
27+ env : SYMFONY_VERSION=^4.4
2828 - php : 7.4
2929 env : DEPENDENCIES=dev
3030 - php : nightly
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ All notable changes to `omines\datatables-bundle` will be documented in this fil
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
55## [ Unreleased]
6+ Nothing yet.
7+
8+ ## [ 0.4.0] - 2019-12-23
69### Changed
710 - Make compatible with Doctrine Bundle 2.0
811 - Make compatible with Symfony 5.0
@@ -95,7 +98,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
9598### Added
9699 - Basic functionality
97100
98- [ Unreleased ] : https://github.com/omines/datatables-bundle/compare/0.3.1...master
101+ [ Unreleased ] : https://github.com/omines/datatables-bundle/compare/0.4.0...master
102+ [ 0.4.0 ] : https://github.com/omines/datatables-bundle/compare/0.3.1...0.4.0
99103[ 0.3.1 ] : https://github.com/omines/datatables-bundle/compare/0.3.0...0.3.1
100104[ 0.3.0 ] : https://github.com/omines/datatables-bundle/compare/0.2.2...0.3.0
101105[ 0.2.2 ] : https://github.com/omines/datatables-bundle/compare/0.2.1...0.2.2
Original file line number Diff line number Diff line change 6363 },
6464 "extra" : {
6565 "branch-alias" : {
66- "dev-master" : " 0.3 -dev"
66+ "dev-master" : " 0.4 -dev"
6767 }
6868 }
6969}
You can’t perform that action at this time.
0 commit comments