Skip to content

Commit

Permalink
Try resolve bi-directional dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Demonchaux <[email protected]>
  • Loading branch information
fezfez committed Oct 18, 2022
1 parent 634fb46 commit 9d2b630
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 63 deletions.
7 changes: 7 additions & 0 deletions .laminas-ci/pre-install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

# Temporary workaround for cyclic dependencies - can be removed once 3.0 has been released

echo "Branch as 2.99.x in Pre-Install"

git checkout -b 2.99.x
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"laminas/laminas-mail": "~2.19.0",
"laminas/laminas-mail": "^2.19.0",
"phpunit/phpunit": "~9.5.25"
},
"suggest": {
Expand Down
63 changes: 1 addition & 62 deletions composer.lock

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

0 comments on commit 9d2b630

Please sign in to comment.