Skip to content

Commit

Permalink
minor #60 Allow symplify/easy-coding-standard 12 (alexander-schranz)
Browse files Browse the repository at this point in the history
This PR was merged into the 4.3-dev branch.

Discussion
----------

Commits
-------

8159c1f Allow symplify/easy-coding-standard 12
08d3841 Add ECS 12 to the build
  • Loading branch information
Zales0123 authored May 21, 2024
2 parents 09288da + 08d3841 commit ba05908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
php: [8.0]
ecs: [10.*, 11.*]
ecs: [10.*, 11.*, 12.*]

steps:
-
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": "^8.0",
"slevomat/coding-standard": "^8.0",
"symplify/easy-coding-standard": "^10.0 || ^11.0"
"symplify/easy-coding-standard": "^10.0 || ^11.0 || ^12.0"
},
"conflict": {
"symplify/package-builder": "^8.3"
Expand Down

0 comments on commit ba05908

Please sign in to comment.