Skip to content

Commit

Permalink
Merge pull request #207 from jhedstrom/prep-2.0.0rc1
Browse files Browse the repository at this point in the history
Remove php 5.5 testing and prep for 2.0.0 rc1
  • Loading branch information
jhedstrom authored Jul 25, 2019
2 parents 732f2c7 + 2cde2ea commit 5153d58
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.5
- 5.6
- 7.0
- 7.1
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [2.0.0 rc1] 2019-07-25
### Changed
* [#207](https://github.com/jhedstrom/DrupalDriver/pull/207) Require PHP 5.6 or higher.
## [2.0.0 alpha6] 2018-09-21
### Added
* [#190](https://github.com/jhedstrom/DrupalDriver/pull/190) Added Drush entity support.
Expand Down Expand Up @@ -84,7 +87,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
docblock for `CoreInterface::roleCreate`.


[Unreleased]: https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0-alpha6...HEAD
[Unreleased]: https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0-rc1...HEAD
[2.0.0 rc1]: https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0-alpha6...v2.0.0-rc1
[2.0.0 alpha6]: https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0-alpha5...HEAD
[2.0.0 alpha5]: https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0-alpha4...v2.0.0-alpha5
[2.0.0 alpha4]: https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0-alpha3...v2.0.0-alpha4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=5.5.9",
"php": ">=5.6",
"symfony/process": "~2.5|~3.0",
"symfony/dependency-injection": "~2.6|~3.0",
"drupal/core-utility": "^8.4"
Expand Down

0 comments on commit 5153d58

Please sign in to comment.