Skip to content

Commit

Permalink
prepare 5.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Dec 2, 2020
1 parent 3fd256f commit 5803ae0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
17 changes: 4 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
language: php

php:
- 7.2
- 7.3
- 7.4
- nightly

matrix:
jobs:
include:
- php: 7.2
env: SYMFONY_VERSION='4.4.*'
- php: 7.3
env: SYMFONY_VERSION='5.0.*'
env: SYMFONY_VERSION='4.4.*'
- php: 7.4
env: SYMFONY_VERSION='5.1.*'
fast_finish: true
allow_failures:
- php: nightly
- php: 8.0snapshot
env: SYMFONY_VERSION='5.2.*'

before_script:
- |
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 5.4.0
*Released at 2020-12-02*

### New features
- Added support for php 8
- Added support for Material design in sortable

# 5.3.0
*Released at 2020-07-21*

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^7.2 || ^8.0",
"php": "^7.3 || ^8.0",
"knplabs/knp-components": "^2.4 || ^3.0",
"symfony/config": "^4.4 || ^5.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
Expand Down

0 comments on commit 5803ae0

Please sign in to comment.