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

Commit 433190a

Browse files
committed
Updated composer symfony/yaml to allow php 5.6
1 parent a1d393a commit 433190a

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 5.6
55
- 7
66
- 7.1
7+
- 7.2
78

89
sudo: required
910
dist: precise

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Change Log
22
==========
33

4+
### 12/26/2018 - 1.0.21
5+
* Merged [Pull Request](https://github.com/filebase/Filebase/pull/30) for YAML format.
6+
47
### 08/16/2018 - 1.0.20
58
* Fixed #23 – Caching is cleared when deleting/saving documents to prevent cache from being out of sync with document data.
69

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require-dev": {
2121
"php-coveralls/php-coveralls": "^2.0",
2222
"phpunit/phpunit": "5.*",
23-
"symfony/yaml": "^4.1"
23+
"symfony/yaml": "^3.4"
2424
},
2525

2626
"suggest": {

0 commit comments

Comments
 (0)