Skip to content

Commit e9231f8

Browse files
committed
v7.2.0 updates
1 parent c3ac6bd commit e9231f8

2 files changed

Lines changed: 27 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,21 @@ this file.
66
The format is based on [Keep a Changelog](http://keepachangelog.com/)
77
and this project adheres to [Semantic Versioning](http://semver.org/).
88

9-
## 7.1.1 / 2017-03-18
9+
## 7.2.0 / 2018-04-14
10+
11+
- PHP requirement has been updated from `^7.0` to `^7.1`
12+
- `sami/sami` package updated from `~3.2||~4.0` to `~4.0`
13+
- `symfony/var-dumper` package updated from `~2.8||^3.2` to `^3.2||~4.0`
14+
- `sebastian/phpcpd` updated from `~3.0` to `~4.0`
15+
- `phpunit/phpunit` updated from `~6.0||~7.0` to `~7.0`
16+
- `nelmio/alice` updated from `~3.0` to `^3.2`
17+
- `behat/mink-extension` updated to `~2.3`
18+
- `phpstan/phpstan` update from `~0.8` to `~0.9`
19+
- `leaphub/phpcs-symfony2-standard` replaced with
20+
`escapestudios/symfony2-coding-standard`
21+
- `leanphp/phpspec-code-coverage` update to `^4.2`
22+
23+
## 7.1.1 / 2018-03-18
1024

1125
- `leanphp/phpspec-code-coverage` update from `~4.0` to `4.0.*` as we do not
1226
support `4.1` yet.

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,31 +18,31 @@
1818
"docs": "https://github.com/leanphp/common-dev#common-dev"
1919
},
2020
"require": {
21-
"php": "^7.0",
22-
"sami/sami": "~3.2||~4.0",
23-
"symfony/var-dumper": "~2.8||^3.2",
21+
"php": "^7.1",
22+
"sami/sami": "~4.0",
23+
"symfony/var-dumper": "^3.2||~4.0",
2424
"phpmd/phpmd": "~2.6",
25-
"squizlabs/php_codesniffer": "~2.8",
26-
"leaphub/phpcs-symfony2-standard": "~2.0",
27-
"sebastian/phpcpd": "~3.0",
25+
"squizlabs/php_codesniffer": "~3.0",
26+
"escapestudios/symfony2-coding-standard": "^3.1",
27+
"sebastian/phpcpd": "~4.0",
2828
"phploc/phploc": "~4.0",
29-
"phpunit/phpunit": "~6.0",
29+
"phpunit/phpunit": "~7.0",
3030
"mikey179/vfsstream": "~1.6",
31-
"nelmio/alice": "~3.0",
31+
"nelmio/alice": "^3.2",
3232
"fzaninotto/faker": "~1.7",
3333
"phpspec/phpspec": "~4.0",
3434
"phpspec/prophecy": "~1.7",
3535
"mockery/mockery": "~1.0",
3636
"ciaranmcnulty/phpspec-typehintedmethods": "~3.0",
37-
"leanphp/phpspec-code-coverage": "4.0.*",
38-
"leanphp/behat-code-coverage": "~3.2",
37+
"leanphp/phpspec-code-coverage": "^4.2",
38+
"leanphp/behat-code-coverage": "^3.3",
3939
"behat/behat": "~3.4",
4040
"behat/mink": "~1.7",
41-
"behat/mink-extension": "~2.2",
41+
"behat/mink-extension": "~2.3",
4242
"behat/mink-goutte-driver": "~1.2",
4343
"behat/mink-browserkit-driver": "~1.3",
4444
"leanphp/behat-phpspec": "0.7.*",
45-
"phpstan/phpstan": "~0.8"
45+
"phpstan/phpstan": "~0.9"
4646
},
4747
"bin": ["bin/composer"],
4848
"minimum-stability": "stable",

0 commit comments

Comments
 (0)