Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

Commit

Permalink
Add platform hint to ensure PHP 5.4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Jan 27, 2016
1 parent b2bac43 commit 4a40286
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## Unreleased

- Added platform hint in `composer.json` to ensure PHP 5.4 compatibility.
- PHP <5.5 support is dropped in [doctrine/migrations 1.3](https://github.com/doctrine/migrations/releases/tag/v1.3.0)

## 3.0 - 2015-12-13

- This bundle is now based on the [DoctrineMigrationsBundle](https://github.com/doctrine/DoctrineMigrationsBundle) and
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,10 @@
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"config": {
"platform": {
"php": "5.4"
}
}
}

0 comments on commit 4a40286

Please sign in to comment.