Skip to content

Commit

Permalink
Fixed ZF1F version in composer.json to avoid conflicts with our patch…
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano authored Aug 31, 2023
1 parent 046450a commit 10b63c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/composer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
restore-keys: ${{ runner.os }}-composer-

- name: Validate composer
run: composer validate --strict
run: composer validate --strict --no-check-all
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"pelago/emogrifier": "^7.0",
"phpseclib/mcrypt_compat": "^2.0.3",
"phpseclib/phpseclib": "^3.0.14",
"shardj/zf1-future": "^1.22",
"shardj/zf1-future": "1.23.5",
"symfony/polyfill-php74": "^1.27",
"symfony/polyfill-php80": "^1.27",
"symfony/polyfill-php81": "^1.27"
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 10b63c1

Please # to comment.