Skip to content

Commit

Permalink
Merge branch 'master' of github.com:vfalies/php7compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
vfalies committed Jan 16, 2018
2 parents 96a8f44 + f1e43dc commit 8bc1ceb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.1] - 2018-01-16
## [1.2] - 2018-01-16

### Changed

- Change version of docker image source

## [1.1] - 2017-12-29

### Changed

- Update wimg/php-compatibility from 8.0.1 to 8.1.0

## [1.0] - 2017-12-26

### Added
Expand All @@ -19,4 +25,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Changed

- Fix version of EnvdevPHPBase image to 7.2 version
- Fix version of EnvdevPHPBase image to 7.2 version
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "PHP 7.x compatibility checker",
"require-dev": {
"squizlabs/php_codesniffer": "^2.2 || ^3.0.2",
"wimg/php-compatibility": "*"
"wimg/php-compatibility": "8.1.0"
},
"prefer-stable" : true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8bc1ceb

Please sign in to comment.