Skip to content

Commit

Permalink
fixup! added Sonata generated administration with few basic functiona…
Browse files Browse the repository at this point in the history
…lities
  • Loading branch information
TomasLudvik committed May 23, 2024
1 parent df89c52 commit 3181e9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/monorepo/split-repositories.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ for PACKAGE in $(get_all_packages); do
fi

if [ -f "$COMPOSER_JSON_FILE" ]; then
sed -r -i 's_("shopsys/[a-zA-Z0-9-]+")\s*:\s*"([0-9\.]+\.x-dev)"_\1: "dev-'"${SPLIT_BRANCH}"'"_' ${COMPOSER_JSON_FILE}
sed -r -i 's_("shopsys/[a-zA-Z0-9-]+")\s*:\s*"([0-9\.]+\.x-dev)"_\1: "dev-'"${SPLIT_BRANCH}"' as \2"_' ${COMPOSER_JSON_FILE}
git config --global user.name 'ShopsysBot'
git config --global user.email 'shopsysbot@users.noreply.github.com'
if ! git diff --quiet; then
Expand Down
2 changes: 1 addition & 1 deletion packages/administration/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
"dealerdirect/phpcodesniffer-composer-installer": true,
"cweagans/composer-patches": true
}
},
}
}

0 comments on commit 3181e9f

Please sign in to comment.