Skip to content

Commit

Permalink
feature #35 Allow for ECS 8.3 (pamil)
Browse files Browse the repository at this point in the history
This PR was merged into the 4.0-dev branch.

Discussion
----------

Bringing back support for Symfony 4.4

Commits
-------

6f01f8e Allow for ECS 8.3
  • Loading branch information
pamil authored Mar 19, 2021
2 parents 9bb7024 + 6f01f8e commit ddfbe5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ php:

env:
- ECS_VERSION="^9.0"
- ECS_VERSION="^8.3"

cache:
directories:
Expand All @@ -16,7 +17,8 @@ before_install:
- phpenv config-rm xdebug.ini || true

install:
- composer update --prefer-dist $COMPOSER_FLAGS
- composer require symplify/easy-coding-standard:$ECS_VERSION --no-update --no-scripts
- composer update

script:
- composer validate --strict
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": "^7.3 || ^8.0",
"slevomat/coding-standard": "^6.3",
"symplify/easy-coding-standard": "^9.0"
"symplify/easy-coding-standard": "^8.3 || ^9.0"
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit ddfbe5d

Please sign in to comment.