Skip to content

Commit 8bc1ceb

Browse files
committed
Merge branch 'master' of github.com:vfalies/php7compatibility
2 parents 96a8f44 + f1e43dc commit 8bc1ceb

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [1.1] - 2018-01-16
8+
## [1.2] - 2018-01-16
99

1010
### Changed
1111

1212
- Change version of docker image source
1313

14+
## [1.1] - 2017-12-29
15+
16+
### Changed
17+
18+
- Update wimg/php-compatibility from 8.0.1 to 8.1.0
19+
1420
## [1.0] - 2017-12-26
1521

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

2026
### Changed
2127

22-
- Fix version of EnvdevPHPBase image to 7.2 version
28+
- Fix version of EnvdevPHPBase image to 7.2 version

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "PHP 7.x compatibility checker",
44
"require-dev": {
55
"squizlabs/php_codesniffer": "^2.2 || ^3.0.2",
6-
"wimg/php-compatibility": "*"
6+
"wimg/php-compatibility": "8.1.0"
77
},
88
"prefer-stable" : true,
99
"scripts": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)