Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
Updated composer symfony/yaml to allow php 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymarois committed Dec 27, 2018
1 parent a1d393a commit 433190a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.6
- 7
- 7.1
- 7.2

sudo: required
dist: precise
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Change Log
==========

### 12/26/2018 - 1.0.21
* Merged [Pull Request](https://github.com/filebase/Filebase/pull/30) for YAML format.

### 08/16/2018 - 1.0.20
* Fixed #23 – Caching is cleared when deleting/saving documents to prevent cache from being out of sync with document data.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"require-dev": {
"php-coveralls/php-coveralls": "^2.0",
"phpunit/phpunit": "5.*",
"symfony/yaml": "^4.1"
"symfony/yaml": "^3.4"
},

"suggest": {
Expand Down

0 comments on commit 433190a

Please sign in to comment.