Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d23cf89

Browse files
committed
Update to ECS 7.0
1 parent f487784 commit d23cf89

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

‎.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ composer.lock
22
composer.phar
33
/vendor/
44
.php_cs.cache
5+
.phpunit.result.cache

‎.travis.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- '7.1'
55
- '7.2'
66
- '7.3'
7+
- '7.4snapshot'
78

89
install:
910
- travis_retry composer self-update && composer --version

‎CHANGELOG.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!-- There is always Unreleased section on the top. Subsections (Added, Changed, Fixed, Removed) should be added as needed. -->
66

77
## Unreleased
8+
- Require EasyCodingStandard 7+.
89

910
## 1.3.0 - 2019年01月23日
1011
- Require EasyCodingStandard 5+.

‎composer.json‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,16 @@
2121
}
2222
},
2323
"require": {
24-
"symplify/easy-coding-standard": "^5.3.0"
24+
"symplify/easy-coding-standard": "^7.0.0",
25+
"symplify/set-config-resolver": "^7.0"
2526
},
2627
"require-dev": {
2728
"j13k/yaml-lint": "^1.1",
2829
"mhujer/yaml-sort-checker": "^1.2",
2930
"phpstan/extension-installer": "^1.0",
3031
"phpstan/phpstan-phpunit": "^0.11.2",
3132
"phpstan/phpstan-shim": "^0.11.7",
32-
"phpunit/phpunit": "^7.1"
33+
"phpunit/phpunit": "^7.1 || ^8.0"
3334
},
3435
"scripts": {
3536
"all": [

‎easy-coding-standard.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
imports:
2-
- { resource: '%vendor_dir%/symplify/easy-coding-standard/config/psr2.yml' }
2+
- { resource: '%vendor_dir%/symplify/easy-coding-standard/config/set/psr2.yaml' }
33

44
services:
55
# Function http_build_query() should always have specified `$arg_separator` parameter

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /